online-judge-engine
There are 8 repositories under online-judge-engine topic.
ffengc/Load-balanced-online-OJ-system
Implement an online programming system similar to LeetCode. Multiple compilation service hosts (CR hosts) can be deployed in the background, and then oj_server service will load balance a large number of submitted requests to each CR host through algorithms. If a CR host crashes in the background, oj_server can also recognize correctly.
wxh06/dockerjudge
A LXC Based Online Judge Engine, by @wxh06 at @piterator-org
Mahboob-A/Algocode
Algocode, coding context and practice platform, is a Django based microservices architecture backend for online judge platforms just like Leetcode.
Mahboob-A/rcee
A Service of Algocode - A leetcode like project to consume messages from Code-Manager Service and responsible for Executing User Codes in Secure Docker Environment, and Publish result to the Result Queue.
eXceediDeaL/StarOJ
StarOJ is an Online-Judge written in C#.
Mahboob-A/code-manager
A Service of Algocode - A leetcode like project to handle all the code submission and consume result from Remote Code Execution Engine Service
overtest/execution-agent
A CLI application that powers solutions verification process as a part of Overtest
Mahboob-A/algocode-auth
The auth-service for Algocode, a project in microservices. Algocode is a coding practice platform just like leetcode