Sunday, April 22, 2007

My own distro screenshots


This is some screen shots for my own Linux distribution which I've built from scratch.

Tuesday, April 10, 2007

How to think like a computer scientist

This is a series of books for different programing languages including C++, python and Java. It is a very good series that focuses on how the programmer should think including using different data structures and developing methods. the series' books could be found at:
C++: http://ibiblio.org/obp/thinkCS/cpp/english/dist/thinkCScpp.html.tgz
Python: http://ibiblio.org/obp/thinkCS/python/english2e.tgz
Java: http://ibiblio.org/obp/thinkCS/java/english/dist_v4.0/thinkapjava.pdf

Wednesday, April 4, 2007

A lot of java examples

http://www.exampledepot.com/

This site offers a lot of Java examples on almost every class of J2SE. It includes also HowTOs to perform different tasks using thse classes I hope you Enjoy it.