-
Possible solution:
https://ce.judge0.com/
-
-
guys this is a work in progress ...
# Judge0 Project
### Project Description
Judge0 will be used to create an input output web compiler to type in input and gain an output online without using …
-
I tried with both judge0-1.13.0 & 1.13.1. Getting above error while executing code.
Also tried settin /etc/default/grub as mentioned in [changelog](https://github.com/judge0/judge0/blob/master/CHA…
-
Currently the project url is based out of the free version of judge0
50 requests per day
https://custom-code-editor.vercel.app/
https://judge0.com/#pricing
Need to update the same in readme
-
The custom code editor currently uses the free tier version of judge0 , so the requests is limited to 50 requests per day.
Need to add this prompt to users who are currently using the system
-
Hey thanks for the awesome project. I tried to rebuild dockerfile in this repo for arm64 but that didn't work as it is based on compilers base image which is amd64. Is there any instructions on arm64 …
-
Dear developers,
Thanks very much for creating this project.
I deployed judge0 on my Google Cloud server and it runs very stable for months.
Recent days I found that the Google Cloud disk is…
-
Hi,
This 1.13 version doesn't support python libraries, so I tried to make build locally with add python command in your Dockerfile and I am trying to deploy judge0 with python libraries using dock…
-
In our k8s environment, "privileged: true" is not allowed, how do I make it work without "privileged: true"?
` server:
image: judge0/judge0:1.12.0
volumes:
- ./judge0.conf:/judge0…