Online Judge
An online judge is an online system to test programs in programming contests. They are also used to practice for such contests like ICPC. The system can compile and execute your code, and test your code with pre-constructed data. Submitted code may be run with restrictions, including time limit, memory limit, security restriction, and so on. The output of the code will be captured by the system, and compared with the standard output. The system will then return the result.
Here are 553 public repositories matching this topic...
-
Updated
May 28, 2022 - HTML
-
Updated
May 25, 2022 - PHP
Target colour is broken on:
- Tickets
- Contest scoreboards
On the former, this is because the image is included in the a
, and on the latter, this is because the display: inline-block
is being overrode.
-
Updated
May 29, 2022 - TypeScript
-
Updated
Apr 10, 2022 - Python
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
May 26, 2022 - Java
-
Updated
Apr 18, 2022 - C
-
Updated
May 28, 2022 - C++
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Nov 14, 2021 - C++
-
Updated
Apr 22, 2022 - Vue
-
Updated
May 25, 2022 - Python
-
Updated
Jan 7, 2019
-
Updated
May 27, 2022 - PHP
-
Updated
May 23, 2022 - Go
-
Updated
May 22, 2022 - Python
-
Updated
Oct 26, 2019 - JavaScript
-
Updated
Sep 29, 2021 - PHP
-
Updated
Aug 7, 2021 - Python
-
Updated
Mar 16, 2021 - JavaScript
-
Updated
May 23, 2022 - Blade
-
Updated
Jan 26, 2022 - C++
Users currently store a country, so it would be helpful to list all users in a country in a server. Example of the command could be
ls <country name or iso code>
Which then returns (probably in embed so the users don't get pinged) the users of that country alphabetically ordered.
- Country class
- [Toggle count
- Wikipedia
- Wikipedia
https://github.com/DMOJ/judge-server/blob/efc9f427e003f97c258a8aa82b6ce2d6de643ca5/dmoj/problem.py#L275
This would allow site-managed generators to be written in more than C++. We already store known extensions in the
Executor
classes.