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]

**Graphics Programming**

  - Nvidia [GPU Gems 1][9] 
  - Nvidia [GPU Gems 2][10] 
  - Nvidia [GPU Gems 3][11]

**Language Agnostic**:

  - [Pragmatic Thinking and Learning: Refactor Your Wetware][12]
  - [Foundations of Programming][13] by Karl Seguin 
  - [Computer Musings][14] (Lectures by Donald Knuth)
  - [The Cathedral and the Bazaar][15] (Introduction to Open Source Software)
  - [Patterns and Practices: Application Architecture Guide 2.0][16]
  - [Security Engineering][17]
  - [Digital Signal Processing For Engineers and Scientists][18]
  - [Getting Real][19] (Courtesy [37 Signals][20])
  - [Structure and Interpretation of Computer Programs][21]
  - [Domain Driven Design Quickly][22]
  - [OO Design][23]
  - [Best Kept Secrets of Peer Code Review][24]

**Assembly Language**:

  - [ProgrammingGroundUp][25]

**C/C++**

 - [The C book][26]
 - [Thinking in C++, Second Edition][27]

**Django**

  - [Djangobook.com][28]

**Haskell**

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

**Java**

  - [Sun's Java Tutorials][31]

**Linux**

  - [Advanced Linux Programming][32]

**Lisp**

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

**.NET (C#)**

 - [Free C# Book][35] (Courtesy of [Programmers Heaven][36])
 - [Visual Studio Tips and Tricks][37]
 - [Entity Framework][38] (514 pages)
 - [Charles Petzold's .Net Book 0][39]
 - [Threading in C#][40]
 - [C# Yellow Book][41]
 - [C# Programming - Wikibook][42]
 - [C# Essentials][43]
 - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][44]

**Perl**

  - [Higher Order Perl][45]
  - [Perl The Hard Way][46]
  - [Extreme Perl][47]

**Python**

  - [Dive Into Python][48]
  - [Byte of Python][49]
  - [Building Skills in Python Version 2.5][50]

**Ruby**

  - [Programming Ruby][51]
  - [Why's (Poignant) Guide to Ruby][52]


  [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://http.developer.nvidia.com/GPUGems/gpugems_part01.html
  [10]: http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html
  [11]: http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html
  [12]: http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning
  [13]: http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx
  [14]: http://scpd.stanford.edu/knuth/index.jsp
  [15]: http://www.catb.org/esr/writings/cathedral-bazaar/
  [16]: http://www.codeplex.com/AppArchGuide
  [17]: http://www.cl.cam.ac.uk/~rja14/book.html
  [18]: http://www.dspguide.com/
  [19]: http://gettingreal.37signals.com/
  [20]: http://37signals.com
  [21]: http://mitpress.mit.edu/sicp/
  [22]: http://www.infoq.com/minibooks/domain-driven-design-quickly
  [23]: http://homepage.mac.com/s_lott/books/oodesign.html
  [24]: http://smartbear.com/codecollab-code-review-book.php
  [25]: http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf
  [26]: http://publications.gbdirect.co.uk/c_book/
  [27]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
  [28]: http://djangobook.com/
  [29]: http://learnyouahaskell.com/chapters
  [30]: http://book.realworldhaskell.org/read/
  [31]: http://java.sun.com/docs/books/tutorial/
  [32]: http://www.advancedlinuxprogramming.com/
  [33]: http://www.gigamonkeys.com/book/
  [34]: http://www.paulgraham.com/onlisp.html
  [35]: http://www.programmersheaven.com/2/CSharpBook
  [36]: http://www.programmersheaven.com/
  [37]: http://www.infoq.com/minibooks/vsnettt
  [38]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx
  [39]: http://www.charlespetzold.com/dotnet/index.html
  [40]: http://www.albahari.com/threading/
  [41]: http://www.csharpcourse.com/
  [42]: http://en.wikibooks.org/wiki/C_Sharp_Programming
  [43]: http://www.techotopia.com/index.php/C_Sharp_Essentials
  [44]: http://www.brpreiss.com/books/opus6/
  [45]: http://hop.perl.plover.com/book/
  [46]: http://www.greenteapress.com/perl/
  [47]: http://www.extremeperl.org/bk/home
  [48]: http://diveintopython.org/
  [49]: http://www.swaroopch.com/notes/Python
  [50]: http://homepage.mac.com/s_lott/books/python.html
  [51]: http://www.ruby-doc.org/docs/ProgrammingRuby/
  [52]: http://poignantguide.net/ruby/