A modern open-source online judge and contest platform system.
Go to file
2020-10-03 15:22:50 -04:00
.github/workflows Add caching to pip install when running tests (#1419) 2020-06-01 23:49:15 -04:00
django_ace
dmoj Allow hyphens in usernames (#1520) 2020-09-04 20:20:47 -04:00
judge Set points to 0 upon aborting a submission 2020-10-03 14:32:34 -04:00
locale i18n: update translations from Crowdin 2020-08-23 22:53:15 -04:00
resources Fix font colour on rating tooltip 2020-09-30 23:32:57 -04:00
templates Fix markdown preview not working when replying to comments 2020-10-03 14:33:10 -04:00
websocket
.browserslistrc
.ci.settings.py Switch CI test database to MySQL (#1417) 2020-06-01 23:13:41 -04:00
.flake8 Run unit tests on GitHub actions 2020-05-31 02:13:05 -04:00
.gitignore Switch markdown editor to Martor (#1159) 2020-03-31 17:10:22 -04:00
.gitmodules
502.html
codecov.yml Disable codecov status (#1562) 2020-10-03 15:22:50 -04:00
django_2_2_pymysql_patch.py Patch Django 2.2 for PyMySQL support; #1112 2019-11-02 20:43:36 -04:00
dmoj_bridge_async.py Make code lint correctly with new flake8 (#1388) 2020-05-11 23:12:06 -04:00
dmoj_celery.py Make code lint correctly with new flake8 (#1388) 2020-05-11 23:12:06 -04:00
dmoj_install_pymysql.py
LICENSE
logo.png
make_style.sh Fix style.css not updating when it exists under resources/ (#1491) 2020-08-01 18:38:13 -04:00
manage.py Patch Django 2.2 for PyMySQL support; #1112 2019-11-02 20:43:36 -04:00
manifest.json
README.md Link translate.dmoj.ca in README.md 2020-08-22 22:32:22 -04:00
requirements.txt Add controls for full HTML markup access in problems (#1424) 2020-06-04 16:45:28 -04:00
robots.txt Update robots.txt with new URL endpoints; #504 2020-06-05 21:37:14 -04:00

DMOJ: Modern Online Judge Build Status Slack

A modern open-source online judge and contest platform system. It has been used to host hundreds of competitions, including several national olympiads.

See it live at dmoj.ca!

Features

  • Support for over 60 language runtimes
  • Highly robust judging system:
    • Supports interactive and signature-graded tasks
    • Supports runtime data generators and custom output validators
    • Specifying per-language resource limits
    • Capable of scaling to hundreds of judging servers
  • Extremely configurable contest system:
    • Supports ICPC/IOI/AtCoder/ECOO formats out-of-the box
    • System testing supported
    • Hidden scoreboards and virtual participation
    • Topcoder-style rating
    • Plagiarism detection via Stanford MOSS
    • Restricting contest access to particular organizations or users
  • Rich problem statements, with support for LaTeX math and diagrams
    • Automatic PDF generation for easy distribution
    • Built-in support for editorials
  • Live updates for submissions
  • Internationalized site interface
  • Home page blog and activity stream
  • Fine-grained permission control for staff
  • OAuth login with Google, Facebook, and Github
  • Two-factor authentication support

Installation

Check out the install documentation at docs.dmoj.ca. Feel free to reach out to us on Slack if you have any questions.

Screenshots

Sleek problem statements

Problems are written in Markdown, with LaTeX-enabled math and figures, as well as syntax highlighting. Problem statements can be saved to PDF for ease of distribution to contestants.

Submit in over 60 languages

Contestants may submit in over 60 programming languages with syntax highlighting. Problem authors can restrict problems to specific languages, and set language-specific resource limits.

Live submission status

Submission pages feature live updates, and submissions may be aborted by both submission authors and administrators. Compilation errors and warnings for a number of languages feature color highlighting.

Global, per-problem, and per-contest submission lists are live-updating, and can be filtered by status and language.

Extensible contest system

Contests feature an optional rating system, and can be configured to run in any timeframe. Users are also able to participate virtually after the contest ends. ICPC, IOI, AtCoder, and ECOO contest formats are supported out-of-the-box, and new formats can be added with custom code.

Contests may be limited to particular organizations, or require access codes to join. Hidden scoreboards are supported. The contest system integrates with Stanford MOSS to provide plagiarism checking. Editorial support is built-in, and editorials are automatically published once a contest ends.

Home page blog and activity stream

Announcements from administrators, ongoing contests, recent comments and new problems are easily accessible from the home page.

Internationalized interface

Use the site in whatever language you're most comfortable in — visit translate.dmoj.ca to check the translation status of your preferred language. Problem authors can provide statements in multiple languages, and DMOJ will display the most relevant one to a reader.

The DMOJ admin interface is highly versatile, and can be efficiently used for anything from managing users to authoring problem statements.

Supported Languages

Check out DMOJ/judge-server for more judging backend details.

Supported languages include:

  • C++ 11/14/17 (GCC and Clang)
  • C 99/11
  • Java 8/9/10/11
  • Python 2/3
  • PyPy 2/3
  • Pascal
  • Perl
  • Mono C#/F#/VB

The judge can also grade in the languages listed below. These languages are less tested and more likely to be buggy.

  • Ada
  • AWK
  • COBOL
  • D
  • Dart
  • Fortran
  • Forth
  • Go
  • Groovy
  • GAS x86/x64/ARM
  • Haskell
  • INTERCAL
  • Kotlin
  • Lua
  • NASM x86/x64
  • Objective-C
  • OCaml
  • PHP
  • Pike
  • Prolog
  • Racket
  • Ruby
  • Rust
  • Scala
  • Chicken Scheme
  • sed
  • Steel Bank Common Lisp
  • Swift
  • Tcl
  • Turing
  • V8 JavaScript
  • Brain****
  • Zig