vote up 122 vote down star
315

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

vote up 2 vote down

Not quite free books, but O'Reilly and other publishers usually offer one free chapter of each book. This could be a good way to tell if you'd like to buy a copy.

link|flag
vote up 1 vote down

This was one of the books in the list that mmyers posted, but I wanted to bring more attention to The Cathedral and the Bazaar. To me, it (and the other essays included in the book) serve as a good intro to the world of open source software.

link|flag
vote up 2 vote down

Entity Framework learning guide - free, 514 pages

I also recommend pdf files search: Pdfgeni

If you are looking for academic stuff it's always worth to search at MIT OCW

link|flag
vote up 0 vote down

Foundations of Programming Ebook by Karl Seguin

http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx

link|flag
vote up 0 vote down

I would higly recommend you to read following book this holiday:
Pragmatic Thinking and Learning: Refactor Your Wetware

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

There's a good free C# ebook at ProgrammersHeaven

link|flag
vote up 1 vote down

ProgrammingGroundUp - nice programming introduction in assembler

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

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

Byte Of Python

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

http://www.advancedlinuxprogramming.com/

link|flag
vote up 1 vote down

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

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 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

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 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 0 vote down

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

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 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 2 vote down

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

link|flag
vote up 2 vote down

Lisp related:

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 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

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

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

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

Your Answer

Get an OpenID
or

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