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!)
|
322
|
|||||
|
|
|
What about Wikibooks? I've noticed quite a few programming-related books on there. |
|||
|
|
|
|
I'm a fan of Eloquent Javascript. |
|||
|
|
|
|
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/
|
|||
|
|
|
|
There is one ultimate source of free programming books...google! Try the following query
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. |
|||
|
|
|
|
Wow, I figured theassayer.org would be on here by now. |
|||
|
|
|
|
Algorithms (draft version only, you also can buy the released version) by S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani
|
|||
|
|
|
|
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. |
|||
|
|
|
|
"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. |
|||
|
|
|
|
.NET Book Zero by Charles Petzold |
|||
|
|
|
|
"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) |
|||
|
|
|
|
AddedBytes.com has a pretty useful collection of Cheat Sheets: |
|||
|
|
|
|
37 Signals' book "Getting Real" is free to read online. |
|||
|
|
Threading In C# - been pretty invaluable to me |
|||
|
|
|
|
I haven't updated the list in a while... but here is the comp sci section of a hobby site I maintain: |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
||||
|
|
|
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. |
|||
|
|
|
|
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! |
|||
|
|
This is a great read. Quick and choc full of great ideas. Foundations of Programming by Karl Seguin of CodeBetter.com |
|||
|
|
Structure and Interpretation of Computer Programs is one of the "classic" computer science texts, and is free at MIT's web site. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Charles Petzold's .Net Book 0 is available on his website for free. |
|||
|
|
Bruce Eckel offers several books including Thinking in Java |
|||
|
|
|
|
Practical Common Lisp is a very good book for Lisp beginnners. On Lisp covers advanced Lisp techniques. |
|||
|
|
|
|
Higher Order Perl is now available for free also Perl the hard way. |
|||
|
|
|
|
You can find a number of links at FreeTechBooks |
|||
|
|
|
|
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. |
|||
|
|