ITMS uses PHP to formalize the task delegation process in a business environment. Functionality includes the ability to create individual tasks and then combine them into a process of work items which can be easily delegated to any user of the system. Assignment and reminder emails are recieved based upon user preferences. Administrators of the system have the ability to manage all users and their task properties. ITMS supports MySQL, Oracle, LDAP, and SSL.
MySQL Backup is a Perl script that uses mysqlshow to grab the database names and "show tables" to grab the table names for a user's account, and then uses mysqldump to save the data in a subdirectory named in the script. It then tars and gzips the files, using the date and time for the file name. It can be run from cron on a daily basis. It removes old files and has an option to email the gzip file to an admin, and/or FTP the file to a remote server. It also has options to use "select data into outfile" or a regular "select" for users who can't use mysqldump. It supports LARGE sets of databases and tables.
Brutalcopy transmits a file using UDP connection at a preprogrammed fixed data rate without flow control and with packet retransmission. It is not affected by packet loss and is intended for use on lines where TCP screws up due to high data loss.
OpenGrade is software for teachers to keep track of grades. It can put the students' grade reports on a Web server and allow the students password-protected access to them.