Coder Social home page Coder Social logo

nitw-code-judge's Introduction

NITW-Code-Judge

Check out the below file for details: Server.cpp : https://github.com/pkc232/NITW-Code-Judge/blob/master/CODE/SERVER.cpp

The Judge works on a Server - Client architecture and has the following features:

  1. User uploads the code file on the judge
  2. The judge compiles the code file to generate a binary.
  3. The judge returns any compilation errors if it occurs.
  4. The generated binary is then executed in a sandbox environment against a set of input files.
  5. We change the file descriptors to map the console I/O to file I/O.
  6. The binary generates an output file which is checked against a pre-generated output file to return the number of test cases passed.

Server Architecture (Using a Super Server approach): Its functionalities:

  1. Every client first makes a connection with the super server.
  2. The super server forks out a different server process to cater the needs of the client.

nitw-code-judge's People

Contributors

pkc232 avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.