27 projects tagged "AGPL v3"
Bitsy is a small, fast, embeddable, durable in-memory graph database that implements the Blueprints API. It is an ACID database that recovers cleanly from power failures and crashes. Designed for multi-threaded OLTP applications, Bitsy implements optimistic concurrency control and stores data in human-readable JSON-encoded text files. Common management tasks such as online backups can be done over JMX. The speed and simplicity of Bitsy relies on three design principles: No Seek, No Socket, NoSQL.
Obix is an object-oriented programming language designed to make it easy to quickly write reliable code. More reliability is achieved through language features which consistently support the "Fail fast!" principle (every coding error should be detected as early as possible, preferably at compile-time, or else as early as possible at run-time). The Obix compiler generates Java binaries which can be executed on any Java virtual machine.
netstat-monitor is a commandline tool for monitoring network connections. Its output is similar to the output from the netstat command with the options "netstat --inet -alp". Netstat-monitor can be left running, though, and will report new connections as they are made. Also, filters can be created to limit what's displayed to just what's unexpected or interesting.
HERMESfax is a fax document management system that offers simple workflows and feature-rich possibilities. Features include sending and receiving faxes, forwarding faxes between users, management of user documents, workflow management, and supervising the service. It is a Web-based application offering: persistence of historical documents in an SQL database (MySQL and PostgreSQL), filesystem load balancing, multi-user access, privacy and security of documents, and hierarchical management of workflows.
Free-gov is a software platform for e-government implementations of any size or purpose, providing electronic record management with full digital cryptographic signature support. Its core offers strong user authentication, ACL, logging, and record management. Optional modules cater for different specific tasks such as municipal complaints management.
Cura is a mobile phone application bundle of remote server administration tools. It provides a personalized terminal emulator, a syslog module that allows for reading logs directly from a server, a SysMonitor module that visually graphs CPU and RAM usage percentages, access to Nmap, and Server Stats will offer general server information like its Vitals, Hardware information, Memory information, processes, and so on. A security feature allows you to have Cura's database wiped when you send the compromised phone a secret pattern of your choosing. (e.g. send an SMS message containing "phone has been stolen!" to your Android phone to wipe Cura's database and receive the location of the compromised phone as an SMS to your emergency phone number or as an e-mail to your emergency email address).
A ready-to-use architecture to ease the creation of MDI-style applications in Java.