Repositories
cafe-grader-web
This is a web-based component of Cafe Grader. It is written in Ruby, using Ruby on Rails web framework.
-
Cloning this repository:
git clone git://gitorious.org/cafe-grader/cafe-grader-web.git cafe-grader-web cd cafe-grader-web
Add this repository as a remote to an existing local repository:
git remote add cafe-grader-web git://gitorious.org/cafe-grader/cafe-grader-web.git git fetch cafe-grader-web git checkout -b my-local-tracking-branch cafe-grader-web/master_or_other_branch
cafe-grader-judge-scripts
Judge scripts for Cafe grader.
-
Cloning this repository:
git clone git://gitorious.org/cafe-grader/cafe-grader-judge-scripts.git cafe-grader-judge-scripts cd cafe-grader-judge-scripts
Add this repository as a remote to an existing local repository:
git remote add cafe-grader-judge-scripts git://gitorious.org/cafe-grader/cafe-grader-judge-scripts.git git fetch cafe-grader-judge-scripts git checkout -b my-local-tracking-branch cafe-grader-judge-scripts/master_or_other_branch
code-chill
This is a grader for casual task solving. The user visits the site, request some task at a specific level of difficulty, and solve it for fun. The program is verified using the same method as in Thailand Code Jom that copied from Google Code Jam. more…
It is basically a fork of Code Jom grader to remove authentication and unnecessary features. Currently there is no plan for statistic record or anything that requires registration.
Another goal is to make sure that this code can be deployed at Heroku.
-
Cloning this repository:
git clone git://gitorious.org/cafe-grader/code-chill.git code-chill cd code-chill
Add this repository as a remote to an existing local repository:
git remote add code-chill git://gitorious.org/cafe-grader/code-chill.git git fetch code-chill git checkout -b my-local-tracking-branch code-chill/master_or_other_branch
98943meks-code-chill
-
Cloning this repository:
git clone git://gitorious.org/~98943mek/cafe-grader/98943meks-code-chill.git 98943meks-code-chill cd 98943meks-code-chill
Add this repository as a remote to an existing local repository:
git remote add 98943meks-code-chill git://gitorious.org/~98943mek/cafe-grader/98943meks-code-chill.git git fetch 98943meks-code-chill git checkout -b my-local-tracking-branch 98943meks-code-chill/master_or_other_branch

