vote up 119 vote down star
311

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

For those interested in reading about Smalltalk:

http://stephane.ducasse.free.fr/FreeBooks.html

has an extensive collection of out-of-print smalltalk books available as PDF files.

link|flag
vote up 2 vote down

http://www.techbooksforfree.com/

link|flag
vote up 2 vote down

Have a look at http://www.zillr.org/

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

Thinking Forth and a review of it

link|flag
vote up 1 vote down

If you don't feel like reading take a look at http://www.bestechvideos.com/. You can find a large collection of tech video on a large number of subjects.

link|flag
vote up 1 vote down

Patterns of Software: Tales from the Software Community by Richard P. Gabriel.

Not so much a programming book as a series of essays on various topics, but definitely worth a read. Richard made it available for free on-line after it went out of print.

link|flag
vote up 1 vote down

Have a look at http://www.freetechbooks.com/

link|flag
vote up 1 vote down

I recommend http://translate.google.com/translate?u=http%3A%2F%2Fwww.eknigu.com%2F&hl=en&ie=UTF8&sl=ru&tl=en

I got some great CS related books, papers etc here

link|flag
vote up 1 vote down

Learn to Program, by Chris Pine.

link|flag
vote up 1 vote down

Nvidia released 'GPU Gems 1' for free: GPU Gems

link|flag
vote up 1 vote down

Programming Languages: Application and Interpretation if you want something more advanced.

link|flag
vote up 1 vote down

Version Control

Subversion Version Control: Using the Subversion Version Control System in Development Projects

alt text

"In any software development project, many developers contribute changes over a period of time. Using a version control system to track and manage these changes is vital to the continued success of the project. This book introduces you to Subversion, a free, open-source version control system, which is both more powerful and much less complex than its predecessor CVS."

link|flag
vote up 1 vote down

Python Bibliotheca Includes books like 'How to Think Like a Computer Scientist'.

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

Your Answer

Get an OpenID
or

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