1 dépôt
Web forms that accept source code submissions and queue them for asynchronous processing.
Distinct from Asynchronous Form Submissions: Distinct from Asynchronous Form Submissions: focuses on code-specific submission forms with queuing, not general AJAX form processing.
Explore 1 awesome GitHub repository matching web development · Code Submission Forms. Refine with filters or upvote what's useful.
OnlineJudge is an automated platform for managing programming contests and evaluating submitted source code. It provides a complete online judge system that compiles, runs, and scores code submissions against predefined test cases within a sandboxed execution environment, ensuring the host system remains protected from untrusted user code. The platform supports both ACM-style penalty-based scoring and OI-style point-based scoring, with real-time leaderboard computation that dynamically updates participant rankings as submissions are judged. Contest organizers can create and schedule timed com
Accepts source code through a browser form, queues it, and triggers the judge process asynchronously.