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

vote up 1 vote down

One online resource I use frequently is the POSIX standard - not quite a book, but still very useful. If I remember rightly, you are supposed to register the first time, but there's no cost involved.

link|flag
vote up 1 vote down

Security Engineering, Ross Anderson. While not about programming directly, there are a lot of concepts that can be useful when trying to design a secure distributed (or non-distributed) system. I used this book (hard copy) as a text for one of my university courses and found that it was quite interesting to read. I would often read sections that weren't even part of the course, simply because they were so interesting.

link|flag
vote up 1 vote down

How about Programming Ruby. I use it all the time. It's a good start if you want to play around with a new language and a great resource if you are already doing Ruby programming.

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

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

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

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

Don't forget the classic, Programming Pearls:

http://netlib.bell-labs.com/cm/cs/pearls/

link|flag
show 3 more comments
vote up 0 vote down

maybe you can try searching bookmarking services like del.icio.us and ma.gnolia.com with keyword like "free" and "ebook"(books, ebook, book, etc.)?

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

Not a book, but you might want to check out Donald Knuth's Computer Musings, a series of lectures that he gives at Stanford. His web site can be found here.

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

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

link|flag

Your Answer

Get an OpenID
or

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