Dockingjudge docs
Features

Features

Dockingjudge provides essentials to host programming contests:

  • contest management
  • tasks with short answers (regex checking)
  • tasks with coding (test-based checking)
    • time and memory limiting
    • precompile checking
  • information pages
  • markdown on pages
  • standings
  • viewing of own solutions

Compilers

Currently, Dockingjudge provides only Python 3.12 as a checking backend.

Planned features

  • messages
  • timer
  • C++ as checking backend