Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DMOJ/online-judge
A modern open-source online judge and contest platform system.
https://github.com/DMOJ/online-judge
coding-competitions coding-interviews dmoj dmoj-judge online-judge programming-challenge programming-contests python
Last synced: about 5 hours ago
JSON representation
A modern open-source online judge and contest platform system.
- Host: GitHub
- URL: https://github.com/DMOJ/online-judge
- Owner: DMOJ
- License: agpl-3.0
- Created: 2014-03-12T22:08:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T00:43:24.000Z (9 days ago)
- Last Synced: 2024-11-01T01:25:35.356Z (9 days ago)
- Topics: coding-competitions, coding-interviews, dmoj, dmoj-judge, online-judge, programming-challenge, programming-contests, python
- Language: Python
- Homepage: https://dmoj.ca
- Size: 13.7 MB
- Stars: 948
- Watchers: 20
- Forks: 365
- Open Issues: 207
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DMOJ: Modern Online Judge
A modern open-source online judge and contest platform system. It has been used to host thousands of competitions, including several national olympiads.
See it live at [dmoj.ca](https://dmoj.ca/)!
## Features
* [Support for over **60 language runtimes**](https://github.com/DMOJ/online-judge#supported-languages)
* 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**
* [Elo-MMR](https://arxiv.org/abs/2101.00400)-style **rating**
* **Plagiarism detection** via [Stanford MOSS](https://theory.stanford.edu/~aiken/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](https://docs.dmoj.ca/#/site/installation). Feel free to reach out to us on [Discord](https://dmoj.ca/about/discord/) 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.![](https://i.imgur.com/7KD7h5r.png)
### 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.![](https://i.imgur.com/8CjfHQb.png)
### 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.![](https://i.imgur.com/Hom0U3R.png)
Global, per-problem, and per-contest submission lists are live-updating, and can be filtered by status and language.
![](https://i.imgur.com/rc7orzj.png)
### 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.![](https://i.imgur.com/0V1fzZi.png)
Contests may be limited to particular organizations, or require access codes to join. Hidden scoreboards are supported. The contest system integrates with [Stanford MOSS](https://theory.stanford.edu/~aiken/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.
![](https://i.imgur.com/zpQAoDB.png)
### Internationalized interface
Use the site in whatever language you're most comfortable in — visit [translate.dmoj.ca](https://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.![](https://i.imgur.com/OeuI0o5.png)
### Highly featured administration interface
The DMOJ admin interface is highly versatile, and can be efficiently used for anything from managing users to authoring problem statements.![](https://static.dmoj.ca/data/_other/readme/problem-admin.png)
![](https://static.dmoj.ca/data/_other/readme/admin-dashboard.png)
## Supported languages
Check out [**DMOJ/judge-server**](https://github.com/DMOJ/judge-server) for more judging backend details.
Supported languages include:
* C++ 11/14/17/20 (GCC and Clang)
* C 99/11
* Java 8-22
* Python 2/3
* PyPy 2/3
* Pascal
* Mono C#/F#/VBThe judge can also grade in the languages listed below:
* Ada
* Algol 68
* AWK
* COBOL
* D
* Dart
* Fortran
* Forth
* Go
* Groovy
* GAS x86/x64/ARM
* Haskell
* INTERCAL
* Kotlin
* Lua
* LLVM IR
* NASM x86/x64
* Objective-C
* OCaml
* Perl
* PHP
* Pike
* Prolog
* Racket
* Ruby
* Rust
* Scala
* Chicken Scheme
* sed
* Steel Bank Common Lisp
* Swift
* Tcl
* Turing
* V8 JavaScript
* Brain\*\*\*\*
* Zig