btrace/blktrace : http://linux.die.net/man/8/btrace
[more]
Makefile
Short notes about everything that one might needed in writing Makefile
[more]
Programming in Haskell
Graham Hutton / 2007
The best Haskell book I have ever read. Simple and straightforward. Allows the reader to do something useful very quickly, and with enough reference for further study (read: pointers to academic papers in the theory of programming languages). Highly recommended.
[more]
Inequalities of Probability
There are several famous inequalities in the theory of probability. The simplest one is the Markov inequality:
[more]
Raghavendra (2012) A Randomized Algorithm for Linear Equations over Prime Fields
Summary at: [1] http://rjlipton.wordpress.com/2012/08/09/a-new-way-to-solve-linear-equations/
[more]