A modern open-source online judge and contest platform system.
Go to file
2017-12-08 20:40:00 -05:00
django_ace Upgrade django_ace for Django 1.11 2017-09-30 22:00:43 -04:00
dmoj Make spaceless work; #635 2017-12-08 00:15:29 -05:00
event_socket_server
judge Optimize runtime list page; #641 2017-12-08 20:39:58 -05:00
locale Update translations; #337 2017-11-17 21:12:57 -05:00
resources More styles needed; #635 2017-12-08 01:50:04 -05:00
templates Somtimes producing proper HTML is good; #635 2017-12-08 20:40:00 -05:00
websocket
.gitignore Make git status usable. 2017-07-07 17:18:59 -04:00
.gitmodules
502.html
filter.pl Whitespace management is a pain; #635 2017-12-07 23:33:31 -05:00
LICENSE
logo.png
make_style.sh
manage.py Make manage.py work with PyMySQL. 2017-09-26 13:41:31 -04:00
manifest.json
README.md Label as the DMOJ Site 2017-11-15 00:43:45 -05:00
requirements.txt Update dependencies for #635 2017-12-08 15:31:11 -05:00
robots.txt Prevent search engines from crawlling tickets 2017-02-18 21:31:35 -05:00

DMOJ Site Documentation Status Slack

Django AGPLv3 contest judge frontend for the DMOJ judge system. See it live at https://dmoj.ca/.

A modern online judge and contest platform system, supporting IO-based, interactive, and signature-graded tasks.

Features

Sleek problem formatting

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 50 languages

Contestants may submit in over 50 programming languages with syntax highlighting. New languages can easily be added to the site, and problem authors can limit the languages which may be used to solve a problem.

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.

Configurable 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.

Internationalized interface

Use the site in whatever language you're most comfortable in — currently fully supporting English, Simplified Chinese, and Romanian. Problem authors can provide statements in multiple languages, and DMOJ will display the most relevant one to a reader.

Mobile support

The DMOJ is usable on devices of all sizes, and improvements are constantly being made in this area.

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

Miscellaneous others

This is by no means a complete list, but other features in the DMOJ site include:

  • OAuth logins
  • user comments
  • arbitrary flatpages
  • editorial support
  • language-specific resource (time/memory) constraints
  • filterable submissions
  • user rating graphs
  • front-page blog
  • registration emails
  • automated contest email notifying

...and many more!