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] - [Book Training - On Video!][8] - [Sofware Program Managers Network - Free EBooks][9] - [EBook Share @ linbai.info][10] - [FreeBooksClub.Net][11] - [Netbks.com][12] - [GoNullYourself - Free EBooks][13] **Graphics Programming** - Nvidia [GPU Gems 1][14] - Nvidia [GPU Gems 2][15] - Nvidia [GPU Gems 3][16] **Language Agnostic**: - [Pragmatic Thinking and Learning: Refactor Your Wetware][17] - [Foundations of Programming][18] by Karl Seguin - [Computer Musings][19] (Lectures by Donald Knuth) - [The Cathedral and the Bazaar][20] (Introduction to Open Source Software) - [Patterns and Practices: Application Architecture Guide 2.0][21] - [Security Engineering][22] - [Digital Signal Processing For Engineers and Scientists][23] - [Getting Real][24] (Courtesy [37 Signals][25]) - [Structure and Interpretation of Computer Programs][26] - [Domain Driven Design Quickly][27] - [OO Design][28] - [Best Kept Secrets of Peer Code Review][29] - [NASA Software Measurement Handbook][30] - [NASA Manager Handbook for Software Development][31] **Assembly Language**: - [ProgrammingGroundUp][32] **C/C++** - [The C book][33] - [Thinking in C++, Second Edition][34] **Django** - [Djangobook.com][35] **Haskell** - [Learn You a Haskell][36] - [Real World Haskell][37] **Java** - [Sun's Java Tutorials][38] **Linux** - [Advanced Linux Programming][39] **Lisp** - [Practical Common Lisp][40] - [On Lisp][41] - [ANSI Common Lisp][42] - [Common Lisp the Language, 2nd Edition][43] **.NET (C#)** - [Free C# Book][44] (Courtesy of [Programmers Heaven][45]) - [Visual Studio Tips and Tricks][46] - [Entity Framework][47] (514 pages) - [Charles Petzold's .Net Book 0][48] - [Threading in C#][49] - [C# Yellow Book][50] - [C# Programming - Wikibook][51] - [C# Essentials][52] - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][53] **Perl** - [Higher Order Perl][54] - [Perl The Hard Way][55] - [Extreme Perl][56] **Python** - [Dive Into Python][57] - [Byte of Python][58] - [Building Skills in Python Version 2.5][59] **Ruby** - [Programming Ruby][60] - [Why's (Poignant) Guide to Ruby][61] [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://www.booktraining.net/ [9]: http://www.spmn.com/products_guidebooks.html [10]: http://www.linbai.info/ [11]: http://www.freebooksclub.net/ [12]: http://www.netbks.com/ [13]: http://gonullyourself.org/main/ebooks/ [14]: http://http.developer.nvidia.com/GPUGems/gpugems_part01.html [15]: http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html [16]: http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html [17]: http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning [18]: http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx [19]: http://scpd.stanford.edu/knuth/index.jsp [20]: http://www.catb.org/esr/writings/cathedral-bazaar/ [21]: http://www.codeplex.com/AppArchGuide [22]: http://www.cl.cam.ac.uk/~rja14/book.html [23]: http://www.dspguide.com/ [24]: http://gettingreal.37signals.com/ [25]: http://37signals.com [26]: http://mitpress.mit.edu/sicp/ [27]: http://www.infoq.com/minibooks/domain-driven-design-quickly [28]: http://homepage.mac.com/s_lott/books/oodesign.html [29]: http://smartbear.com/codecollab-code-review-book.php [30]: http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook [31]: http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf [32]: http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf [33]: http://publications.gbdirect.co.uk/c_book/ [34]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html [35]: http://djangobook.com/ [36]: http://learnyouahaskell.com/chapters [37]: http://book.realworldhaskell.org/read/ [38]: http://java.sun.com/docs/books/tutorial/ [39]: http://www.advancedlinuxprogramming.com/ [40]: http://www.gigamonkeys.com/book/ [41]: http://www.paulgraham.com/onlisp.html [42]: http://www.paulgraham.com/acl.html [43]: http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html [44]: http://www.programmersheaven.com/2/CSharpBook [45]: http://www.programmersheaven.com/ [46]: http://www.infoq.com/minibooks/vsnettt [47]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx [48]: http://www.charlespetzold.com/dotnet/index.html [49]: http://www.albahari.com/threading/ [50]: http://www.csharpcourse.com/ [51]: http://en.wikibooks.org/wiki/C_Sharp_Programming [52]: http://www.techotopia.com/index.php/C_Sharp_Essentials [53]: http://www.brpreiss.com/books/opus6/ [54]: http://hop.perl.plover.com/book/ [55]: http://www.greenteapress.com/perl/ [56]: http://www.extremeperl.org/bk/home [57]: http://diveintopython.org/ [58]: http://www.swaroopch.com/notes/Python [59]: http://homepage.mac.com/s_lott/books/python.html [60]: http://www.ruby-doc.org/docs/ProgrammingRuby/ [61]: http://poignantguide.net/ruby/