Jul 02 2008

Skating System

Published by Laurie

Dance sport competitions use a scary complex way of computing the winners called the Skating System. To help try and improve the level of computer support when running such competitions I have written a ruby gem that handles all the complexities of the skating system.

Current Version

The current version is 0.0.1, which only implements some of the rules.

Instalation

To install the gem type the following commands

gem sources -a http://gems.github.com (you only have to do this once)
sudo gem install wildfalcon-skating-system

Source Code

The code is managed in git, and can be found on github
http://github.com/wildfalcon/skating-system

Comments are closed at this time.