Giter Site home page Giter Site logo

coff's Introduction

COFF

Offline Judge for Competitive Coding


How to run this Project?

  1. Clone the Repository.
  2. Switch to master branch.
  3. To build the project, enter make.
  4. Run ./coff .
  5. To remove the program compiled in step 3, enter make clean .

Start with Coff

As soon as a person builds Coff using make, an example question is saved to ~/coff/quest directory, with name "example1.quest" .

You can see the question by running:

./coff -s example1.quest

Write a program for it and save it ~/coff/ans. Lets say you made "1.c". Type:

./coff -q example1.quest -l c -t 1.c

All program files must be saved inside ~/coff/ans or as in the path specified in configuration file, else provide full path to your profram.

One can also find sample C/C++, Python and Javascript programs which were used in testing of Coff. They are in test_programs/ directory.


How to write questions?

  1. Follow till Step 2 of "How to run this Project?"
  2. Enter make coff-quest.
  3. Run ./coff-quest.
  4. To remove the program compiled in step 2, enter make clean.

How to reset configuration file?

  1. Run make coff-config.

Documentation

To see user, documentation, run:

./coff -d

or

./coff --doc

Core Developers/ Contributors

  1. Shikhar Kataruka
  2. Shivam Khurana
  3. Shreya Sneha
  4. Vaibhav Gupta

coff's People

Contributors

varodek avatar shikhar-kataruka avatar shikhar9820 avatar

Stargazers

 avatar Shivam Khurana avatar  avatar

Watchers

 avatar  avatar Shivam Khurana avatar  avatar

Forkers

varodek

coff's Issues

Correct the Coding Style

The coding style is mentioned in Developers Guide. One need to check whole source code to see if incorrect coding style is used anywhere and then correct it and send a PR.

Implementation of Test Run

  • The C/C++ programs are compiled with name "coff_testing" and stored in "~/coff/null" directory.
  • Java files are compiled with their name.
  • If files are to be interpreted, they should be copied into ~/coff/null directory.

Now run those executable files and test them.

Grammar and Spelling

Check for grammatical/spelling mistakes in printf(), documentation and comments. Correct wherever necessary and send a PR.

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.