dimanche 19 mai 2013

Tumblr backup

Exercise in Python and threads. Small script to create Tumblr blog backups. For now it just downloads all photo posts of a given blog (primary reason for this script to appear). Later maybe I will extend it to other types of posts.

https://bitbucket.org/mrklein/tumblr-backup

dimanche 5 mai 2013

Number 123456 again

And prize for the best usage of GMP goes to Bigloo Scheme.




alexey at daphne in ~/Projects/tests$ bigloo -O3 fact.scm
ld: warning: option -s is obsolete and being ignored
alexey at daphne in ~/Projects/tests$ ./a.out
Recursive factorial: 4.44 sec
Iterative factorial: 3.96 sec
It has only factor of 2 compared to C version.