🔥 Robust, scalable, and open-source online code execution system.
-
Updated
Nov 1, 2025 - HTML
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.
🔥 Robust, scalable, and open-source online code execution system.
Online code compiler. Uses python on the backend and xterm.js terminal emulator on the frontend. Useful for online (code) judges, programming sites.
Thus, problem solving is the process of identifying a problem, developing an algorithm for the identified problem and finally implementing the algorithm to develop a computer program.
Online Code runner and test platform project
A minimalistic & user-friendly competitive programming online judge.
Backend for online judge written in Go and C++ made to host contests
Canada's newest competitive programming judge
Online Judge
ACM scoreboard developed for codeforces.com. Written purely in JavaScript/JQuery, HTML, and CSS
official website of EduBoost, the education platform I built
New judge website with administrator capabilities and online judging
Project for evaluating C programs online with a focus on analyzing time and space complexity. Offers an online evaluation platform that is accessible from any device with internet connectivity; user classes: contestants, judges and administrators.
This project utilizes the CodeForce API to display user information and their rating in a chart.
👩💻 Free online code judging platform without account registration
An initial try to implement a judging system.
Web frontend for algochecker-engine project, the online judge engine.
An online web-based Integrated Development Environment built with HTML, CSS, and JavaScript that allows you to write and execute code directly in your browser. You can run it locally too!