83 projects tagged "AGPL"
PeerProject is a versatile peer-to-peer filesharing client and file manager. It's intuitive and aesthetic while supporting many networks and features, including BitTorrent, G2, Gnutella, eDonkey, DC++, IRC, HTTP/FTP, and more. It's a mainstream fork of Shareaza p2p, for Windows and WINE.
FlatTraffic is a Web interface for analysing netflow records and showing statistics designed to make it clear and easy to determine which hosts on a network are consuming data. It has been primarily designed for use by networking and servers geeks who have to endure the pain of data-capped Internet Service Providers, something that's unfortunately rather common in the Australia/New Zealand region in particular.
SignPDF is a simple command line application to sign a PDF document. It can sign a PDF document with a valid certificate, encrypt/protect a PDF document, and timestamp a PDF document (optional feature). A JKS keystore with a cert signed by your desired CA is mandatory for use. The tsa_url of a timestamp server can be used to timestamp your documents. The signed PDF file is signed and protected with allowed restrictions to printing, content copying, and content copying for accessibility. By default, SignPDF creates a configuration file at ~/.signpdf, which can be edited for further use.
redBorder IPS is a high performance intrusion prevention system based on Snort running on top of a clustered pf_ring with specific enhancements. A Web management interface is provided to control a large number of such devices, including snort and device configuration, rule management, SNMP monitoring, user roles, and multi-domain support.
Assignment Collector/Grader is a Web application for collecting and automatically grading student lab work. It automatically runs JUnit tests against student uploads, immediately provides feedback to students, records student results for later review, provides a gradesheet summary of student performance, allows easy administration of students, assignments, and classes, and allows the availability of an Assignment to be timed.
couchCurl is a simple static PHP class that generates curl commands to work with CouchDB databases. It aims for quick and easy access to local CouchDB databases without authentication, and with little PHP processing overhead. It assumes that your PHP installation has exec() enabled and that the user can use curl. It supports most of the API (PUT, POST, GET) and adds a little extra stuff for making VIEWS easier to work with, and a function to help compress or make custom _ids.