Godge is a self-hosted container-based online judge for meetups and workshops.
-
Updated
Apr 8, 2017 - Go
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.
Godge is a self-hosted container-based online judge for meetups and workshops.
👾 Online Judge system for programming contest using gin framework
Command-line tool for testing competitive programming solutions
An Online Code Execution API written in Golang, using echo as web framework, isolate as sandbox and Google Cloud Storage as permanent data storage.
Online Judge Engine Powered by runC, gVisor and other execution runtime
reimplementation of QDUOJ JudgeServer 兼容青岛大学 OnlineJudge
DEKO is a powerful online compiler, DEKO offers both REST and WebSocket APIs, allowing users to compile code and receive real-time output in Go
Stupid simple yet powerful code execution engine with support for batched test-case submissions
An advanced open-source online code execution system based on git
An online judge system written in go
Aims to build high-performance & easy-peasy online-judge system
A docker-based OJ judgement system implementation, the goal is to be compatible with hustoj judge | 基于 docker 的判题系统,目标是与 hustoj judge 兼容
🐱🐾NekoACM: Neural-network Engine Kit of ACM-ICPC. 基于人工智能大模型的 ACM-ICPC 神经网络引擎工具包,提供自动出题、生成测试数据和题解代码、题目格式解析、题目国际化翻译、虚拟评测机、AI 编程助手等功能。可以作为模块集成到 Online Judge 系统中。