Learning app. Generates math problems and tests your skills.
-
Updated
Mar 26, 2024 - TypeScript
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.
Learning app. Generates math problems and tests your skills.
A developing online judge system
IDE plugin for problem solving, supports online judge such as BOJ, Codeforces, AtCoder.
WASM OJ Wonderland. Web UI and submission management for WASM OJ.
The backend server of YACPS - Yet Another Competitive Programming System
Single-page application (SPA) that helps users track their progress while studying the Competitive Programming book authored by Felix Halim. It serves as a valuable tool for individuals who are interested in enhancing their skills in competitive programming and want to keep track of their learning journey.
An online judge system designed for algorithm competition.
collaborative leetcode-like online judge system (OJ) implementation
LeetCode Clone is a web app for solving coding problems with real-time code execution. It uses React, TypeScript, and Monaco Editor on the frontend, and NestJS, Prisma, and PostgreSQL on the backend. Code runs securely in isolated Docker containers.
Online Judge to run code on cloud . Leetcode and GFG alternative .
algoOJ is a web platform for running code to solve programming problems🧑🏻💻. It's built using MongoDB, Express, React, and Node.js, and includes user authentication⚙️, problem submission, code execution, and result verification.
An online code judge platform (like leetcode). Remote code execution in a docker container invoked by Lambda function.
[WIP] Online Judge / Editor for ACM trainning, designed for coding online and running test cases.