- you want to find out which challenges were solved by your competitors, but not by yourself
- you want to know who solved a particular challenge out of your watchlist
- you want to know if hints in the forum are given by someone who solved the challenge or not
- you want to compare top ten users
The tool is available at:
git clone git://git.code.sourceforge.net/p/gpu/gpu-freedom gpu-freedom
ln -s gpu_freedom/src/playground/discochal discochal
cd discochal
The tool works in Cygwin under Windows and should work on any Linux flavour with bash (tested on Fedora 16).
To use it do
cd discochal
chmod 755 *.sh
./updatechals.sh # this can take up to 5 hours
./discochal.sh yourusername
./diffchal.sh yourusername dangermouse
./watched.sh
./whosolved.sh Anybody
and don't forget to read the README file

hope you have fun
