vote up 125 vote down star
323

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

What about Wikibooks? I've noticed quite a few programming-related books on there.

link|flag
vote up 1 vote down

I'm a fan of Eloquent Javascript.

link|flag
vote up 4 vote down

If you're a UNIX/Linux geek, like me, you might enjoy Eric S. Raymond's "The Art of UNIX Programming", available free on Eric's website.

http://catb.org/esr/writings/taoup/html/

alt text

link|flag
vote up 1 vote down

Essential Skills for Agile Development.

alt text

link|flag
vote up 1 vote down

There is one ultimate source of free programming books...google!

Try the following query

intitle:index.of + "pdf" + "name" -htm -html

This is useful when you know the name of the book.

Warning: You might get books that are not "free". Download at your own risk.

link|flag
vote up 1 vote down

Wow, I figured theassayer.org would be on here by now.

link|flag
vote up 2 vote down

Look around you. Computers and networks are everywhere, enabling an intricate web of complex human activities: education, commerce, entertainment, research, manufacturing, health management, human communication, even war.

Of the two main technological underpinnings of this amazing proliferation, one is obvious: the breathtaking pace with which advances in microelectronics and chip design have been bringing us faster and faster hardware.

This book tells the story of the other intellectual enterprise that is crucially fueling the computer revolution: efficient algorithms. It is a fascinating story.

Gather 'round and listen close.

Algorithms (draft version only, you also can buy the released version)

by S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani

link|flag
vote up 2 vote down

Most of the content of O'Reilly's PHP in a Nutshell by Paul Hudson is available in Wiki format from The Practical PHP Programming site.

link|flag
vote up 1 vote down

"Programming Ruby - The pragmatic programmers guide"

http://www.rubycentral.com/book/

It's quite good, I used it to learn ruby. However when it comes to reading/learning, quality comes first IMHO and books like "The Art Of Computer Programming, by Donald Knuth" are not free.

I can also recommend the Algorithm book by S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani, which is mentioned above.

link|flag
vote up 1 vote down

.NET Book Zero by Charles Petzold

link|flag
vote up 2 vote down

"the topic of programming' and the range of eBooks about various aspects of 'programming' is pretty darn vast .. i just downloaded a book on how to program Ogre3D .. does this qualify? .. Maybe you could isolate your interests?

and i've found almost everything i need via the bittorrents (torrentz.com and the like)

link|flag
vote up 30 vote down

dive into python

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

AddedBytes.com has a pretty useful collection of Cheat Sheets:

http://www.addedbytes.com/cheat-sheets/

link|flag
vote up 15 vote down

37 Signals' book "Getting Real" is free to read online.

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

Threading In C# - been pretty invaluable to me

link|flag
vote up 1 vote down

I haven't updated the list in a while... but here is the comp sci section of a hobby site I maintain:

Book Gold Mine

link|flag
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 27 vote down

At the risk of being downvoted, all books are free at the library, and you can find any of the books listed on other threads where people have already asked this question. I know you can't keep them, but if they're really great, you can buy a copy then, and save yourself the cost of buying the books that you'll only read once anyway.

Though they'll likely not carry the latest programming books, there are plenty of books that will lay the foundation for being a great programmer, like "The Mythical Man Month", among others.

link|flag
6  
Hmmm...many of the computer books I need are not available at the library. I long ago concluded that what I need in a timely manner, I have to buy; I'll wait a long time for the library to have the funds to buy them. – Jonathan Leffler Dec 24 '08 at 14:55
show 12 more comments
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 4 vote down

Digital Signal Processing: A Practical Guide for Engineers and Scientists.

Actually, a practical guide for a programmer looking to get into DSP in general. It's a fun read if you're already interested in the field, and completely free to download!

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

This is a great read. Quick and choc full of great ideas.

Foundations of Programming by Karl Seguin of CodeBetter.com

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

Structure and Interpretation of Computer Programs is one of the "classic" computer science texts, and is free at MIT's web site.

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

Charles Petzold's .Net Book 0 is available on his website for free.

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

Bruce Eckel offers several books including Thinking in Java

link|flag
vote up 8 vote down

Practical Common Lisp is a very good book for Lisp beginnners.

On Lisp covers advanced Lisp techniques.

link|flag
vote up 6 vote down

Higher Order Perl is now available for free

also Perl the hard way.

link|flag
vote up 8 vote down

You can find a number of links at FreeTechBooks

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

Your Answer

Get an OpenID
or

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