List of Free Programming books (compiled): **Meta-List** - [How to Design Programs: An Introduction to Computing and Programming][1] - [25 Free Computer Science Ebooks][2] - [Free Tech Books][3] - [MindView Inc][4] (List of Free Books) - [Wikibooks: Programming][5] - [Cheat Sheets (Free)][6] **Graphics Programming** - Nvidia [GPU Gems 1][7] - Nvidia [GPU Gems 2][8] - Nvidia [GPU Gems 3][9] **Language Agnostic**: - [Pragmatic Thinking and Learning: Refactor Your Wetware][10] - [Foundations of Programming][11] by Karl Seguin - [Computer Musings][12] (Lectures by Donald Knuth) - [The Cathedral and the Bazaar][13] (Introduction to Open Source Software) - [Patterns and Practices: Application Architecture Guide 2.0][14] - [Security Engineering][15] - [Digital Signal Processing For Engineers and Scientists][16] - [Getting Real][17] (Courtesy [37 Signals][18]) - [Structure and Interpretation of Computer Programs][19] - [Domain Driven Design Quickly][20] - [OO Design][21] - [Best Kept Secrets of Peer Code Review][22] **Assembly Language**: - [ProgrammingGroundUp][23] **C/C++** - None Listed **Django** - [Djangobook.com][24] **Haskell** - [Learn You a Haskell][25] - [Real World Haskell][26] **Java** - [Sun's Java Tutorials][27] **Linux** - [Advanced Linux Programming][28] **Lisp** - [Practical Common Lisp][29] - [On Lisp][30] **.NET (C#)** - [Free C# Book][31] (Courtesy of [Programmers Heaven][32]) - [Visual Studio Tips and Tricks][33] - [Entity Framework][34] (514 pages) - [Charles Petzold's .Net Book 0][35] - [Threading in C#][36] **Perl** - [Higher Order Perl][37] - [Perl The Hard Way][38] - [Extreme Perl][39] **Python** - [Dive Into Python][40] - [Byte of Python][41] - [Building Skills in Python Version 2.5][42] **Ruby** - [Programming Ruby][43] - [Why's (Poignant) Guide to Ruby][44] [1]: http://www.htdp.org/2003-09-26/Book/ [2]: http://www.coderholic.com/25-free-computer-science-books/ [3]: http://www.freetechbooks.com/ [4]: http://www.mindviewinc.com/Books/ [5]: http://en.wikibooks.org/wiki/Category:Programming [6]: http://refcardz.dzone.com/ [7]: http://http.developer.nvidia.com/GPUGems/gpugems_part01.html [8]: http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html [9]: http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html [10]: http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning [11]: http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx [12]: http://scpd.stanford.edu/knuth/index.jsp [13]: http://www.catb.org/esr/writings/cathedral-bazaar/ [14]: http://www.codeplex.com/AppArchGuide [15]: http://www.cl.cam.ac.uk/~rja14/book.html [16]: http://www.dspguide.com/ [17]: http://gettingreal.37signals.com/ [18]: http://37signals.com [19]: http://mitpress.mit.edu/sicp/ [20]: http://www.infoq.com/minibooks/domain-driven-design-quickly [21]: http://homepage.mac.com/s_lott/books/oodesign.html [22]: http://smartbear.com/codecollab-code-review-book.php [23]: http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf [24]: http://djangobook.com/ [25]: http://learnyouahaskell.com/chapters [26]: http://book.realworldhaskell.org/read/ [27]: http://java.sun.com/docs/books/tutorial/ [28]: http://www.advancedlinuxprogramming.com/ [29]: http://www.gigamonkeys.com/book/ [30]: http://www.paulgraham.com/onlisp.html [31]: http://www.programmersheaven.com/2/CSharpBook [32]: http://www.programmersheaven.com/ [33]: http://www.infoq.com/minibooks/vsnettt [34]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx [35]: http://www.charlespetzold.com/dotnet/index.html [36]: http://www.albahari.com/threading/ [37]: http://hop.perl.plover.com/book/ [38]: http://www.greenteapress.com/perl/ [39]: http://www.extremeperl.org/bk/home [40]: http://diveintopython.org/ [41]: http://www.swaroopch.com/notes/Python [42]: http://homepage.mac.com/s_lott/books/python.html [43]: http://www.ruby-doc.org/docs/ProgrammingRuby/ [44]: http://poignantguide.net/ruby/