Computer Architecture:Useful Pages
Please feel free to email Sam (samantika@gatech.edu) in case you would like to add/make changes to this page
 

C programming
The Bible of online C programming

Help with C++
A C++ aid

x86 Processor
All the gory details you'd ever want to know about every x86 processor.

Top 500
The most powerful supercomputers (current list).
Location of the Top 500 courtesy Google Maps

References
The best search engine for paper references. Can tell you most of the papers that cite a certain paper and the citations from a paper with links, and often has links to pdf/ps versions of most papers (even hard to find ACM ones).

Architecture Algorithms
This is an online version of a textbook that shows how to implement adders, multipliers, sine tables, you name it! It provides basic layout (block diagrams), timing analysis, etc. Sweet!