Skip to content

doriath/ojstats

Repository files navigation

Online Judge Stats Build Status Code Climate

Online Judge Stats is a website used to gather statistics about number of solved algorithmic problems on different online judges.

Currently following online judges are supported:

Public ojstats server is hosted at https://ojstats.cs.put.poznan.pl.

Getting Started

$ git clone git:https://github.com/doriath/ojstats && cd ojstats
$ gem install bundler
$ bundle install
$ rails server

How to contribute

If you want to contribute an enhancement or a fix:

  • Fork the project on github.
  • Make your changes with tests.
  • Commit the changes without making changes to the Rakefile or any other files that aren't related to your enhancement or fix.
  • Send a pull request.

Releases

No releases published

Packages

No packages published