Giter Site home page Giter Site logo

hmrockstar / judge0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hermanzdosilovic/judge0

0.0 1.0 0.0 333 KB

Open source online judge API for code compilation and execution on given test data.

Home Page: http://judge0.com

License: Apache License 2.0

Ruby 7.97% HTML 9.60% CSS 4.68% JavaScript 77.74% Nginx 0.01%

judge0's Introduction

judge0

Code Climate Test Coverage Build Status Hex.pm

Judge0 is an open source online judge API for code compilation and execution on given test data. It provides extensive documentation for developing, configuring and hosting your own instance with ease. Currently supports 16 compilers and interpreters, and more of them can be added easly. It's powered by Rails, you can use Docker in both development and production environment, and every untrusted code you run is sandboxed using isolate.

Content

  1. Project Organization
  2. Project Goals
  3. Future Plans
  4. Host Your judge0
  5. Contributing

Project Organization

Project is organized in three major components:

judge0-base represents base Docker image on which judge0-api will be build. It installs different compilers, interpreters and sandbox environment which are necessary for judge0-api.

judge0-api is core logic of judge0 which accepts requests, creates background jobs and runs untrusted programs in sandboxed environment.

judge0-demo represents static demo web page located at www.judge0.com. It is irrelevant if you want to host your own judge0, but it is useful when developing judge0 because it provides simple interface for running untrusted code.

Project Goals

My goal is to create configurable, robust, easy to use and fully documented online judge API service which can be used and hosted by anyone for free, and I was motivated to start this project when I saw Sphere Engine.

In the future I would like to build full online judge service which will enable anybody to host their own competition, or it can be used by schools and universities for educational purposes, e.q. writing exams or solving programming exercises.

Host Your judge0

Hosting your judge0 is easy thanks to Docker and Docker Compose. Minimal setup for hosting your judge0 is described here here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

judge0's People

Contributors

hermanzdosilovic avatar alan-navarro96 avatar

Watchers

Himanshu Mishra avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.