Online Judge topic

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.

List Online Judge repositories

content

20
Stars
14
Forks
Watchers

Lessons and problems for introductory Python 3 course

codecourses

39
Stars
6
Forks
Watchers

CodeCourses is an open-source online judge

go-judge

360
Stars
61
Forks
Watchers

Sandbox Server in REST / gRPC API. Based on Linux container technologies.

hacklympics

69
Stars
23
Forks
Watchers

🏆 Online programming examination system prototype, featuring anticheat mechanisms (keylogging, playback)

dockerjudge

35
Stars
5
Forks
Watchers

A LXC Based Online Judge Engine, by @wxh06 at @piterator-org

judge

31
Stars
3
Forks
Watchers

A blazingly fast online judge/ autograder ⚖️ built with Python and the Django framework to test cases against your solution. Check out the sponsor links and help fund DomeCode.

LPOJ

227
Stars
63
Forks
Watchers

An open source online judge system base on Django REST framework and Vue.js !

PAT

411
Stars
87
Forks
Watchers

PAT OJ exercises in C language 浙江大学PAT纯C语言题解。