DOMjudge is an automated judge system to run programming contests.
Product's homepage
Here are some key features of "DOMjudge":
· Lightweight, depends on standard software to do its task
· Webinterface for portability and simplicity
· Scalable: distributed judging is easy
· Modular system for plugging in languages/compilers
· Features rejudging, clarifications, detailed submission/judging info
· Designed with security in mind
· Has been used in live contests
· It's Open Source, Free Software
Requirements:
· At least one Linux-PC with local root access
· Apache webserver with PHP (4.1.0 or newer) and PHP-command line interface
· MySQL database server version 3.23 or newer
· SSH/SCP
· Compilers for the languages you want to support
· A shared filesystem with the team computers (e.g. NFS)
What's New in This Release: [ read full changelog ]
· This release fixes multiple minor bugs, and includes minor changes due to the switch from Subversion to Git for source code management.