vote up 386 vote down star
583

I'm trying to amass a list of programming books with opensource licenses, like Creative Commons, GPL, etc. The books can be about a particular programming language or about computers in general. Hoping you guys could help:


Languages

BASH

C

C++

C#

Common Lisp

Java

JavaScript

Haskell

Objective-C

Perl

PHP

PowerShell

Prolog

Python

Ruby

SQL

x86 assembly

Lua

Algorithms and Data Structures

Frameworks/Projects

Version control

UNIX / Linux

Others

I will expand on this list as I get comments or when I think of more :D

Related:

Edit: Oh I didn't notice the community wiki feature. Feel free to edit your suggestions right in!

flag
2  
This deserves many many upvotes. BTW, could you add a link to stackoverflow.com/questions/172380/… ? Seems these go perfectly together – pookleblinky Oct 12 '08 at 8:23
1  
So how is this question / answer different from here: stackoverflow.com/questions/391523/… ? – George Stocker Aug 2 at 2:39
1  
Near-duplicate of this question at stackoverflow.com/questions/22873 and at stackoverflow.com/questions/391523. – Peter Mortensen Aug 2 at 11:09
1  
@Nosredna: "Structure and Interpretation of computer programs" is – Lawand Aug 5 at 21:03
show 5 more comments

78 Answers

vote up 1 vote down

Frameworks: http://pylonsbook.com/

It's licensed under the GNU Free Documentation License.

link|flag
vote up 1 vote down

Djangobook: djangobook.com

link|flag
vote up 1 vote down

Learn You a Haskell for Great Good! - Seems to still be a work in progress, but it's great. Along a similar style to Why's (Poignant) Guide to Ruby.

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

Patterns of Software, Richard P. Gabriel

link|flag
vote up 1 vote down

Very good resource - http://books.ooad.org/

Topics

Languages C C++ XML/XSL UML Perl Python Tcl/Tk Ada Lisp Assembly Fortran Prolog Ruby Cobol Basic Scheme Misc Programming uages More ...

Java/J2EE Core Java Advanced Jakarta Struts Servlet/JSP Spring/Hibernate J2EE/EJB Enterprise Security Distributed Computing GUI Multimedia J2ME More ...

Unix/Linux Core Unix Core Linux FreeBSD Security Shell Programming Networking Unix/Linux Programming System Administration GUI/X Windows Text Editing More ...

Computer Science Data Structure/Algorithms How to Program Languages Compiler OS Numerical AI/Logic Prog Functional OOD/OOP Computation Misc Architecture More ...

Databases Systems SQL Oracle DB2 Sybase MySQL PostgreSQL Misc More ...

Web PHP Programming JavaScript, AJAX DHTML/CSS Site Design Publishing More ...

Networking General Networks TCP/IP Management Programming Internet More ...

Advanced Topics Software Engineering Security Version Control Game LDAP Certificates Signal Processing Bioinformatics Cryptography Reference TeX/LateX Statistics Graphics Hardware & PC Science Mainframe Open Source Information Math Human More ...

link|flag
vote up 1 vote down

Foundations of Programming eBook by Karl Seguin was a pretty good read. That link also includes a sample application he references in the book. Good stuff about a lot of essential programming concepts.

link|flag
vote up 1 vote down

Learn You a Haskell for Great Good, Creative Commons-licensed.

link|flag
vote up 2 vote down

I would like to add the following free online books for the Forth programming language.

First the classics:

  1. Leo Brodie's Starting FORTH — online edition

  2. Leo Brodie's Thinking Forth. PDF version - is not a direct link to the PDF; needs to go through the pesky SourceForge download process.

Others:

  1. Stephen Pelc's Programming Forth (PDF).

  2. Stack Computers: the new wave. By Philip J. Koopman. For offline reading. Includes a study of Forth instruction frequencies.

  3. Tim Hendtlass's Real Time Forth (PDF).

link|flag
vote up 0 vote down

Mr Neighborly's humble little ruby book

link|flag
vote up 0 vote down

A bunch of free books can be found on Galileo Computing - <openbook> (Only in German)

link|flag
vote up 4 vote down

Illustrated C# 2008

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

The Wikibooks Computer Science department has quite a few useful editable, commmunity-written books.

link|flag
vote up 1 vote down

The Art of Assembly Language Programming

link|flag
1  
Full title is: "The Art of Assembly Language Programming". By Randall Hyde. 2003. For x86. Published by No Starch Press (San Francisco). Second edition due November 2009. – Peter Mortensen Aug 1 at 11:04
vote up 0 vote down

Here is one on Applying Design Patterns

http://www.scribd.com/doc/16352479/Software-Design-Patterns-Made-Simple

Introducing software design patterns to you in a simple, human readable, and funny (?) way - in the context of designing a soccer engine - By discussing the thought process behind applying design patterns

link|flag
vote up 3 vote down

How to Design Programs - Learn the skill of designing programs using a Scheme-like language.

Programming Languages: Application and Interpretation - A textbook on programming language theory.

link|flag
vote up 1 vote down

The maven book:

http://www.sonatype.com/books/maven-book/reference/

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

Temple Of Quantum Computing: http://www.toqc.com/

link|flag
vote up 2 vote down

The C++ Annotations by Frank B. Brokken (GPL-licensed).

According to the website:

The Annotations are intended for people with a good knowledge of C who want to make the transition to C++.

link|flag
vote up 0 vote down

The Objective-C 2.0 Programming Language. Not open source licence, but freely available.

link|flag
vote up 5 vote down

Mercurial (Distributed Version Control Software):

Mercurial (Hg) book by Bryan O'Sullivan.

link|flag
vote up 3 vote down

Scrum and XP from the trenches

link|flag
vote up 1 vote down

man perl :-)

link|flag
vote up 5 vote down

Another free for download Lisp book: On Lisp - By Paul Graham

alt text

It is probably not a beginner's Lisp book, but can be used if you don't know Lisp already. Has some excellent insights.

link|flag
vote up 4 vote down

Not Creative Commons but FREE to download.

Excellent book for beginning Grails.

link|flag

Your Answer

Get an OpenID
or

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