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!)
|
311
|
|||||
|
|
|
There's a good free C# ebook at ProgrammersHeaven |
|||
|
|
|
|
I would higly recommend you to read following book this holiday: |
|||
|
|
Foundations of Programming Ebook by Karl Seguin http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx |
|||
|
|
|
|
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 |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
You can find a number of links at FreeTechBooks |
|||
|
|
|
|
Higher Order Perl is now available for free also Perl the hard way. |
|||
|
|
|
|
Practical Common Lisp is a very good book for Lisp beginnners. On Lisp covers advanced Lisp techniques. |
|||
|
|
|
|
Bruce Eckel offers several books including Thinking in Java |
|||
|
|
|
|
Charles Petzold's .Net Book 0 is available on his website for free. |
|||
|
|
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. |
|||
|
|
|
|
Structure and Interpretation of Computer Programs is one of the "classic" computer science texts, and is free at MIT's web site. |
|||
|
|
|
|
This is a great read. Quick and choc full of great ideas. Foundations of Programming by Karl Seguin of CodeBetter.com |
|||
|
|
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! |
|||
|
|
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. |
|||
|
|
|
|
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. |
||||
|
|
|
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. |
|||
|
|
|
|
I haven't updated the list in a while... but here is the comp sci section of a hobby site I maintain: |
|||
|
|
|
|
Threading In C# - been pretty invaluable to me |
|||
|
|
|
|
37 Signals' book "Getting Real" is free to read online. |
|||
|
|
AddedBytes.com has a pretty useful collection of Cheat Sheets: |
|||
|
|
|
|
"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) |
|||
|
|
|
|
.NET Book Zero by Charles Petzold |
|||
|
|
|
|
"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. |
|||
|
|
|
|
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. |
|||
|
|