Friday, December 30, 2011

Chapterbib package

Here is useful information on the "chapterbib" package.

The trick to get it working is to run bibtex on each chapter and then run latex on the main document.

Thursday, December 29, 2011

Wednesday, December 28, 2011

Easy_install utility for Python libraries

The "easy_install" tool is very convenient to install Python libraries, especially on Linux platform. I used it to get "rpy" to work on my computers.

Monday, December 26, 2011

Python resources

Here is a good list of python resources.

Cool Blog

A cool blog on math, programming, etc.

Sunday, December 25, 2011

JVM-based R

Renjin, a jvm-based R interpreter. Looks interesting.

Friday, December 23, 2011

Thursday, December 22, 2011

Rosetta code

Rosetta code provides some interesting programming demos.

Wednesday, December 21, 2011

Random computation

This blog has some interesting materials related to stochastic computation.

Counter