Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to amass a list of programming books that are freely available on the Internet. The books can be about a particular programming language or about computers in general.

What are some freely available programming books on the Internet?

share

locked by Bill the Lizard Mar 3 '12 at 1:19

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.

closed as not constructive by sarnold, Nishant, George Stocker, Martin., Lasse V. Karlsen Feb 29 '12 at 19:20

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

113 Answers

1 2 3 4
  • Debugging with GDB: The GNU Source-Level Debugger
  • GNU Make Version 3.81
  • The Bison Manual, v. 1.875
  • Using GCC: The GNU Compiler Collection Reference Manual, v. 3.3
  • An Introduction to Emacs Lisp, 3rd Edition
  • GNU Emacs Manual, 16th Edition, v. 22
  • GNU C Library Application Fundamentals
  • GNU C Library System & Network Applications
  • GNU MDK, Revised First Edition.
  • GNU Radius Reference Manual
  • Introduction to the Command Line
  • Using GCC: The GNU Compiler Collection Reference Manual, v. 3.3
share
18  
And where are the links again? – deerchao Aug 12 '10 at 8:43
4  
He isn't asking for links in his original question though. – Nick Dec 1 '10 at 7:28

Adobe has a copy of Getting Started with Flex for free as part of their Learn Flex in a week initiative.

share

Ada The Big Online Book of Linux Ada Programming

Ada Distilled

Rationale for Ada 2005

Also www.computer-books.us/ada95_2.php and www.adaic.org/standards/05rat/html/Rat-TTL.html

share

Basics of Compiler Design is available as free ebook, or as a fairly cheap printed version.

share

Some books about secure programming available for free download.

share

Programming Windows Phone 7 Series (DRAFT Preview) Preview version released by Microsoft.

share

This one is a must-have for any Perl web programmer:

Perl & LWP.

For offline reading: Direct download URL (632 KB, ZIP file with the set of HTML documents.)

It explains everything that has to do with web automation, tokenizing, HTML processing, automated POSTing, GETing, etc. using the Perl module LWP.

Great question, BTW.

share

Semantics with Applications: A Formal Introduction (covers both operational & denotational semantics)

The Implementation of Functional Programming Languages (by Simon Peyton-Jones, who went on to create GHC. Fascinating theoretical/principled approach)

How to Design Programs (introductory programming book intended as a modernized and somewhat more accessible, e.g. assumes less math/science/engineering background, alternative to 'Structure and Interpretation ...'. Like that book, uses Scheme and takes a functional/compositional approach.)

share

Freely available, but not open source: The Practice of Parallel Programming by SERGEY A. BABKIN.

share

If the book is in PDF format and is consistently formatted, it's not too difficult to bind it and make a real dead-tree book. All you need is a laser printer, some basic office equipment and supplies, and a way to build a general-purpose jig. You can find instructions here and there on the Internet, or just figure it out from scratch, which is what I did.

I made a perfect-bound copy of Siebel's "Practical Common Lisp" (500 pages) that I've been using heavily for three years now; rebound it once (it was my first try). Bound with white glue, medium stock cover. I also made a copy of "Linux Device Drivers" (600 pages) which currently just takes up space on the shelf ;)

share
show 2 more comments

You can find a lot of really good books about software architecture and design at InfoQ bookshelf:

  1. Composite Software Construction - very good one! Strongly recommended.
  2. Domain Driven Design Quickly
  3. Enterprise SOA Adoption Strategies
  4. Java Transaction Design Strategies
  5. etc.
share

Got the error when edit the wiki.

Oops! Your edit couldn't be submitted because: body is limited to 30000 characters; you entered 30070

2 more books:

share
show 1 more comment

almost perfect , its not technical book but i think its a must for all programmers http://www.wordplace.com/ap/index.shtml

share

Try wikibooks!

Just google wikibooks + programming language of your choice. They have a pretty good book for C that is downloadable as a PDF file.

share

I found a gread site Book Video Training

http://www.booktraining.net

share
1 2 3 4

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