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]
 - [Thinking in C++, Second Edition][26]

**Django**

  - [Djangobook.com][27]

**Haskell**

  - [Learn You a Haskell][28]
  - [Real World Haskell][29]

**Java**

  - [Sun's Java Tutorials][30]

**Linux**

  - [Advanced Linux Programming][31]

**Lisp**

  - [Practical Common Lisp][32]
  - [On Lisp][33]

**.NET (C#)**

  - [Free C# Book][34] (Courtesy of [Programmers Heaven][35])
  - [Visual Studio Tips and Tricks][36]
  - [Entity Framework][37] (514 pages)
  - [Charles Petzold's .Net Book 0][38]
  - [Threading in C#][39]

**Perl**

  - [Higher Order Perl][40]
  - [Perl The Hard Way][41]
  - [Extreme Perl][42]

**Python**

  - [Dive Into Python][43]
  - [Byte of Python][44]
  - [Building Skills in Python Version 2.5][45]

**Ruby**

  - [Programming Ruby][46]
  - [Why's (Poignant) Guide to Ruby][47]


  [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://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
  [27]: http://djangobook.com/
  [28]: http://learnyouahaskell.com/chapters
  [29]: http://book.realworldhaskell.org/read/
  [30]: http://java.sun.com/docs/books/tutorial/
  [31]: http://www.advancedlinuxprogramming.com/
  [32]: http://www.gigamonkeys.com/book/
  [33]: http://www.paulgraham.com/onlisp.html
  [34]: http://www.programmersheaven.com/2/CSharpBook
  [35]: http://www.programmersheaven.com/
  [36]: http://www.infoq.com/minibooks/vsnettt
  [37]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx
  [38]: http://www.charlespetzold.com/dotnet/index.html
  [39]: http://www.albahari.com/threading/
  [40]: http://hop.perl.plover.com/book/
  [41]: http://www.greenteapress.com/perl/
  [42]: http://www.extremeperl.org/bk/home
  [43]: http://diveintopython.org/
  [44]: http://www.swaroopch.com/notes/Python
  [45]: http://homepage.mac.com/s_lott/books/python.html
  [46]: http://www.ruby-doc.org/docs/ProgrammingRuby/
  [47]: http://poignantguide.net/ruby/