vote up 122 vote down star
314

I know of a couple, but I would like to build a list up for some nice holiday reading.

(If there is a book on here you read for free, and really liked, make sure to support the author and buy a hard copy!)

flag
2  
Near-duplicate of this question at stackoverflow.com/questions/22873 and at stackoverflow.com/questions/194812. – Peter Mortensen Aug 2 at 14:15
show 4 more comments

96 Answers

1 2 3 4 next
vote up 137 vote down check

List of Free Programming books (compiled):

Meta-List

Graphics Programming

Language Agnostic:

ASP.NET MVC:

Assembly Language:

C/C++

C#

  • See .NET below

Django

Forth

Haskell

Java

JavaScript

Linux

Lisp

Mercurial

.NET (C#)

Objective-C

Perl

PHP

PowerShell

Python

Ruby

Scala

SmallTalk

Subversion

link|flag
6  
Outstanding work! - Thank you! – duncan Dec 29 '08 at 5:43
1  
Thank you for posting this great resource! – John W Jul 24 at 19:01
show 16 more comments
vote up 0 vote down

This is a free online version of the book we use in my university's algorithms course.

link|flag
vote up 0 vote down

Free and Legal books link on reddit

link|flag
vote up 0 vote down

This came to me in an email from RedGate software's .Net Simple-Talk reflector newsletter. There is no specific license and I guess it should qualify as a free ebook

O'Reilly, "C# 3.0 Poket Reference", by Joseph and Ben Albahari.

Also coming in top google search result for the book

I am not posting the direct link.

link|flag
vote up 0 vote down

http://search-pdf-books.com/ is a free search engine for all kinds of PDFs

link|flag
vote up 0 vote down

alt text Programing Scala, from

Dean Wampler (Object Mentor, Inc.) and Alex Payne (Twitter, Inc), also released under the Creative Commons Attribution-Noncommercial.

Programming Scala introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system.
Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution.
You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine

link|flag
vote up 1 vote down

E-Books for free online viewing and/or download @ Free Programming Books

The books cover all major programming languages: Ada, Assembly, Basic, C, C#, C++, CGI, JavaScript, Perl, Delphi, Pascal, Haskell, Java, Lisp, PHP, Prolog, Python, Ruby, as well as some other languages, game programming, and software engineering.

link|flag
vote up 1 vote down

THANKS! This has been a very valuable resource considering the economic situation we're all faced with these days. Savings, of any amount, is wonderfully welcomed!

link|flag
vote up 1 vote down

I haven't used it yet, but Why's (Poignant) Guide to Ruby is great. It'll definitely be first on my list when I learn Ruby.

link|flag
vote up 1 vote down

Here's a list of the free e-books referred to in Code Complete with their descriptions from the book. StackOverflow votes Code Complete as the single most influential book every programmer should read, so this is a good recommendation for these books, right?

  • Raymond, Eric. The Art of Unix Programming. This is a well-researched look at software design through Unix-colored glasses. Section 1.6 is an especially concise 12-page explanation of 17 key Unix design principles. HTML

  • Abran, Alain, et al. Swebok: Guide to the Software Engineering Body of Knowledge, IEEE Computer Society Press, 2001. This contains a detailed description of the "body of software knowledge" compiled by IEEE - it's an overview of software engineering. PDF.

  • SPMN. Little Book of Configuration Management. Software Program Managers Network, 1998. This pamphlet is an introduction to configuration management activities (version control, change control). Zipped PDF available here.

  • NASA Software Engineering Laboratory. Software Measurement Guidebook, 1995. This guidebook of about 100 pages is probably the best source of practical information on how to setup and run a measurement program to improve software processes. Download a PDF using menu option on this page.

  • NASA Manager's Handbook for Software Development. PDF.

link|flag
vote up 1 vote down

Check out GNY

Has free e-books for:

  • C++
  • C
  • Assembly
  • Cryptography
  • Windows
  • Linux
  • Perl
  • PHP and MySQL
  • PostgreSQL
  • Python
  • Ruby
  • etc
link|flag
vote up 2 vote down

Lisp related:

link|flag
vote up 2 vote down

http://www.flazx.com/ lots of e-books on stack.

link|flag
vote up 1 vote down

Heres a list of some off CodePlex: http://blogs.msdn.com/wriju/archive/2009/01/07/free-ebooks-at-codeplex.aspx

link|flag
vote up 1 vote down

I found this book on C, however I'm as yet undecided as to whether or not it is "good":

The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran

link|flag
vote up 0 vote down

Free hard copy of Best Kept Secrets of Peer Code Review from Smart Bear.

link|flag
vote up 1 vote down

Lots of books are free with a paid safari subscription. http://safari.oreilly.com/

link|flag
show 1 more comment
vote up 1 vote down

I think WikiBooks is hands-down one of the best free resources out there. It also looks like Scribd has some programming books available, though I'm not sure if they're meant to be free or not... :)

link|flag
vote up 0 vote down

How to Design Programs An Introduction to Computing and Programming

It uses scheme as SCIP, but it takes a lighter aproach.

link|flag
vote up 1 vote down

NVidia has some free literature on graphics programming:

GPU Gems 1

GPU Gems 2

GPU Gems 3 (partially)

link|flag
vote up 1 vote down

Free and useful Cheat sheets, mostly in the Java world.

link|flag
vote up 1 vote down

http://www.advancedlinuxprogramming.com/

link|flag
vote up 1 vote down

I'm not sure if it qualifies as a book, but WikiBooks has plenty of stuff on programming. http://en.wikibooks.org/wiki/Category:Programming

link|flag
vote up 1 vote down

Byte Of Python

link|flag
vote up 1 vote down

Extreme Perl, it's basically extreme programming with perl. So if you're just into learning the basic of extreme programming principles you can use this as well.

I use it mainly for the part on TDD :P

link|flag
vote up 1 vote down

Why's (Poignant) Guide to Ruby is a good choice if you want to learn Ruby and laugh at the same time.

link|flag
vote up 1 vote down

ProgrammingGroundUp - nice programming introduction in assembler

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.