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