Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.61 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.61 KB

DOMjura (DOMjudge results application)

DOMjura is a DOMjudge API parser that makes a nice results presentation.

DOMjura is easy to use: you just specify the DOMjudge URL and you are good to go.

Requirements

DOMjura now requires the following software:

  • Qt5 or higher
  • DOMjudge 6.0 or higher
  • The DejaVu Sans Mono font (bold and bold oblique)

Compiling

Compiling can be done by installing Qt5, and then doing the following in the source directory (or by using Qt Creator):

qmake
make
./DOMjura

Note that the last line may be different on Mac OS X and Windows.

Todo

In the future, DOMjura will support a mode in which one can use it during the contest as a live scorebaord. This is still in the works and is thus disabled in the UI.

Screenshots

Note that these screenshots are now outdated, but the general idea still is the same

The main window

Screenshot showing the startup window with basic configuration options

The settings dialog

Screenshot showing a dialog with various settings

The results presentation

Screenshot showing the results of a contest

License

DOMjura is licensed under the MIT License.

Copyright (c) 2004 - 2019 by the DOMjudge developers and all respective contributors.