judge0-ce
judge0-ce is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of judge0-ce and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Judge0 CE is a robust, scalable, and open-source online code execution system.
Judge0 CE is a powerful tool for building applications that require online code execution features, such as competitive programming platforms, e-learning platforms, candidate assessment and recruitment platforms, online code editors, and online IDEs. It is recognized as one of the most advanced online code execution systems available, offering a comprehensive API for seamless integration of code execution capabilities into applications.
Features
- Submissions: Retrieve and create submissions, with the ability to check submission status using a token.
- Batched Submissions: Create and retrieve multiple submissions simultaneously for batch processing.
- Languages: Retrieve information about supported programming languages and a list of all active languages.
- Statuses: Obtain current statuses of various operations and submissions.
- Configuration: Access detailed information about the configuration settings of the Judge0 system.
Tools
get_asubmission
Get submission.
create_asubmission
Creates new submission. Created submission waits in queue to be processed. On successful creation, you are returned a submission token which can be used to check submission status.
create_abatched_submission
Create multiple submissions at once.
get_abatched_submission
Get multiple submissions at once.
get_alanguage
Get a language.
get_languages
Get active languages.
get_statuses
Get statuses.
get_configuration
Configuration information gives you detailed information about the configuration of Judge0.
about
Get general information.