An open API service indexing awesome lists of open source software.

https://github.com/niklasb/xkcd-hash


https://github.com/niklasb/xkcd-hash

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

How to:

$ make
$ PROCESSES=6 # num of CPUs
$ for i in `seq 1 $PROCESSES`; do sleep 2; ./cracker > results$i &; done
$ while sleep 1; do cat results* | sort -n | head -n 1; done

Now wait.