DOMjudge is a system for running programming contests like the ACM regional and world championship programming contests.
This means that teams are on-site and have a fixed time period (mostly 5 hours) and one computer to solve a number of problems (mostly 6-10). Problems are solved by writing a program in one of the allowed languages, that reads input according to the problem input specification and writes the correct, corresponding output.
The judging is done by submitting the source code of the solution to the jury. There the jury system compiles and runs the program and compares the program output with the expected output.
This software can be used to handle the submission and judging during such contests. It also handles feedback to the teams and communication on problems (clarification requests). It has web interfaces for the jury, the teams (their submissions and clarification requests) and the public (scoreboard).
A global overview of the features that DOMjudge provides:
This is a (rough) list of the requirements for DOMjudge.
A detailed list of requirements is contained in the Installation and Configuration chapter.
DOMjudge is developed by Jaap Eldering, Thijs Kinkhorst, Peter van de Werken and Tobias Werth. Development is hosted at Study Association A-Eskwadraat, Utrecht University, The Netherlands.
It is Copyright (c) 2004 - 2013 by The DOMjudge Developers.
DOMjudge, including its documentation, is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. See the file COPYING.
This software is partly based on code by other people. These acknowledgements are made in the respective files, but we would like to name them here too:
doc/dash.copyright
).m4/
.A binary version of the dash shell (statically compiled)
is distributed with DOMjudge. This program is copyright by various
people under the BSD licence and a part under the GNU GPL version 2,
see COPYING.BSD
and doc/dash.copyright
for more details.
Sources can be downloaded from:
http://domjudge.sourceforge.net/sources/.
The sorttable.js
script is copyright by Stuart Langridge and
licenced under the MIT licence, see COPYING.MIT
. This
software was downloaded from
http://www.kryogenix.org/code/browser/sorttable/.
The jscolor.js
script is copyright by Jan Odvarko and licenced
under the GNU LGPL. It was obtained at
http://jscolor.com.
The tabber.js
script is copyright by Patrick Fitzgerald and
licenced under the MIT licence, see COPYING.MIT
. It was
downloaded from
http://www.barelyfitz.com/projects/tabber/.
The M4 autoconf macros are licenced under all-permissive and GPL3+ licences; see the respective files for details.
DOMjudge includes specifications of a number of interfaces. These specifications are dedicated dedicated to the public domain, as specified in the Creative Commons Public Domain Dedication (CC0 1.0). These specifications can be found as appendices in the judge manual and as separate ASCII text files in the documentation directory:
The name of this judging system is inspired by a very important and well known landmark in the city of Utrecht: the dome tower, called the `Dom' in Dutch. The logo of the 2004 Dutch Programming Championships (for which this system was originally developed) depicts a representation of the Dom in zeros and ones. We based the name and logo of DOMjudge on that.
We would like to thank Erik van Sebille, the original creator of the logo. The logo is under a GPL licence, but Erik suggested a "free as in beer" licence first: you're allowed to use it, but you owe Erik a free beer in case might you encounter him.
The DOMjudge homepage can be found at: http://domjudge.sourceforge.net/
We have a low volume mailing list for announcements of new releases.
The authors can be reached through the development mailing list: domjudge-devel@lists.a-eskwadraat.nl. You need to be subscribed before you can post. See the list information page for subscription and more details.