Git Product home page Git Product logo

ccc_grader's Introduction

CCC Grader

A Python script to grade Python CCC solutions along with CCC data from 2005 - 2015.

Usage Example

You have written a solution to question 5 on the 2015 Junior CCC and have the source code of your solution stored in /home/user/junior5.py. To grade it, use the following command:

python grader.py /home/user/junior5.py 2015 j5

You should get an output similar to the following

j5.1.in PASS
j5.10.in TIMEOUT
j5.2.in PASS
j5.3.in PASS
j5.4.in PASS
j5.5.in PASS
j5.6.in PASS
j5.7.in PASS
j5.8.in PASS
j5.9.in TIMEOUT

Data

Test data from 2005 - 2015 is in the data.tar.gz tarball. Problem s4 from 2009 and s4 from 2013 are not included in the data due to the size of their input and output files

The grader will by default look in ./data for test data, if you have the test data stored in another place, use the --data_path argument to specify the path to the files.

ccc_grader's People

Contributors

gunshippenguin avatar

Watchers

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