{"id":13648175,"url":"https://github.com/DMOJ/online-judge","last_synced_at":"2025-04-22T07:30:48.166Z","repository":{"id":14961034,"uuid":"17685829","full_name":"DMOJ/online-judge","owner":"DMOJ","description":"A modern open-source online judge and contest platform system.","archived":false,"fork":false,"pushed_at":"2025-04-20T01:52:43.000Z","size":16245,"stargazers_count":1023,"open_issues_count":210,"forks_count":391,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-20T02:49:47.523Z","etag":null,"topics":["coding-competitions","coding-interviews","dmoj","dmoj-judge","online-judge","programming-challenge","programming-contests","python"],"latest_commit_sha":null,"homepage":"https://dmoj.ca","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DMOJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-03-12T22:08:14.000Z","updated_at":"2025-04-17T14:04:29.000Z","dependencies_parsed_at":"2023-01-16T20:02:12.141Z","dependency_job_id":"4b862c3f-a485-4c31-83e3-fe52425722bb","html_url":"https://github.com/DMOJ/online-judge","commit_stats":{"total_commits":9841,"total_committers":59,"mean_commits":"166.79661016949152","dds":"0.44517833553500663","last_synced_commit":"25f47987fbfd31debd6d3bf5cde28c5b62c09ce1"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMOJ%2Fonline-judge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMOJ%2Fonline-judge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMOJ%2Fonline-judge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMOJ%2Fonline-judge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DMOJ","download_url":"https://codeload.github.com/DMOJ/online-judge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250195033,"owners_count":21390230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding-competitions","coding-interviews","dmoj","dmoj-judge","online-judge","programming-challenge","programming-contests","python"],"created_at":"2024-08-02T01:04:01.893Z","updated_at":"2025-04-22T07:30:47.290Z","avatar_url":"https://github.com/DMOJ.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/DMOJ/online-judge/blob/master/logo.png?raw=true\" width=\"120px\"\u003e\n  \u003cbr\u003e\n  DMOJ: Modern Online Judge\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/DMOJ/online-judge/actions?query=workflow%3Abuild\"\u003e\n    \u003cimg alt=\"Build Status\" src=\"https://img.shields.io/github/actions/workflow/status/DMOJ/online-judge/build.yml?branch=master\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"LICENSE.md\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/DMOJ/online-judge\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://dmoj.ca/about/discord/\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/677340492651954177?color=%237289DA\u0026label=Discord\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nA modern open-source online judge and contest platform system. It has been used to host thousands of competitions, including several national olympiads.\n\nSee it live at [dmoj.ca](https://dmoj.ca/)!\n\n## Features\n\n* [Support for over **60 language runtimes**](https://github.com/DMOJ/online-judge#supported-languages)\n* Highly robust judging system:\n   * Supports **interactive** and **signature-graded** tasks\n   * Supports **runtime data generators** and **custom output validators**\n   * Specifying **per-language resource limits**\n   * Capable of scaling to hundreds of judging servers\n* Extremely configurable contest system:\n   * Supports ICPC/IOI/AtCoder/ECOO formats out-of-the-box\n   * **System testing** supported\n   * **Hidden scoreboards** and **virtual participation**\n   * [Elo-MMR](https://arxiv.org/abs/2101.00400)-style **rating**\n   * **Plagiarism detection** via [Stanford MOSS](https://theory.stanford.edu/~aiken/moss/)\n   * Restricting contest access to particular organizations or users\n* Rich problem statements, with support for **LaTeX math and diagrams**\n   * Automatic **PDF generation** for easy distribution\n   * Built-in support for **editorials**\n* **Live updates** for submissions\n* Internationalized site interface\n* Home page blog and activity stream\n* Fine-grained permission control for staff\n* OAuth login with Google, Facebook, and Github\n* Two-factor authentication support\n\n## Installation\n\nCheck 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.\n\n## Screenshots\n\n### Sleek problem statements\nProblems 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.\n\n![](https://i.imgur.com/7KD7h5r.png)\n\n### Submit in over 60 languages\nContestants may submit in over 60 programming languages with syntax highlighting. Problem authors can restrict problems to specific languages, and set language-specific resource limits.\n\n![](https://i.imgur.com/8CjfHQb.png)\n\n### Live submission status\nSubmission 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.\n\n![](https://i.imgur.com/Hom0U3R.png)\n\nGlobal, per-problem, and per-contest submission lists are live-updating, and can be filtered by status and language.\n\n![](https://i.imgur.com/rc7orzj.png)\n\n### Extensible contest system\nContests 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.\n\n![](https://i.imgur.com/0V1fzZi.png)\n\nContests 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.\nEditorial support is built-in, and editorials are automatically published once a contest ends.\n\n### Home page blog and activity stream\n\nAnnouncements from administrators, ongoing contests, recent comments and new problems are easily accessible from the home page.\n\n![](https://i.imgur.com/zpQAoDB.png)\n\n### Internationalized interface\nUse the site in whatever language you're most comfortable in \u0026mdash; 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.\n\n![](https://i.imgur.com/OeuI0o5.png)\n\n### Highly featured administration interface\nThe DMOJ admin interface is highly versatile, and can be efficiently used for anything from managing users to authoring problem statements.\n\n![](https://static.dmoj.ca/data/_other/readme/problem-admin.png)\n\n![](https://static.dmoj.ca/data/_other/readme/admin-dashboard.png)\n\n## Supported languages\n\nCheck out [**DMOJ/judge-server**](https://github.com/DMOJ/judge-server) for more judging backend details.\n\nSupported languages include:\n* C++ 11/14/17/20 (GCC and Clang)\n* C 99/11\n* Java 8-22\n* Python 2/3\n* PyPy 2/3\n* Pascal\n* Mono C#/F#/VB\n\nThe judge can also grade in the languages listed below:\n* Ada\n* Algol 68\n* AWK\n* COBOL\n* D\n* Dart\n* Fortran\n* Forth\n* Go\n* Groovy\n* GAS x86/x64/ARM\n* Haskell\n* INTERCAL\n* Kotlin\n* Lua\n* LLVM IR\n* NASM x86/x64\n* Objective-C\n* OCaml\n* Perl\n* PHP\n* Pike\n* Prolog\n* Racket\n* Ruby\n* Rust\n* Scala\n* Chicken Scheme\n* sed\n* Steel Bank Common Lisp\n* Swift\n* Tcl\n* Turing\n* V8 JavaScript\n* Brain\\*\\*\\*\\*\n* Zig\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDMOJ%2Fonline-judge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDMOJ%2Fonline-judge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDMOJ%2Fonline-judge/lists"}