vote up 384 vote down star
571

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  
@Nosredna: "Structure and Interpretation of computer programs" is – Lawand Aug 5 at 21:03
show 7 more comments

78 Answers

1 2 3 next
vote up 50 vote down

Book : Structure and Interpretation of computer programs
Lectures are here, smaller re-encoded versions from MIT OpenCourseWare are here

link|flag
3  
the lecture videos are available for this too man find them at groups.csail.mit.edu/mac/classes/… – jake Oct 17 '08 at 11:52
show 2 more comments
vote up 21 vote down

The SVN Book, Creative Commons license.

link|flag
vote up 18 vote down

Practical Common Lisp

This is not a Creative Commons nor Open Source book, but the author has decided to give the content away for free online for everyone to read without charge, so I think it is worth mentioning.

Besides that, it is the best book on Lisp for beginners I have read, and is very up to date also (published July 2008).

Strongly recommended for anyone interested in learning Lisp:

Peter Seibel's Practical Common Lisp

link|flag
show 2 more comments
vote up 17 vote down

Why's (Poignant) Guide to Ruby, Creative Commons license

link|flag
1  
Such a weird book—"poignant" is the proper description of it. If I could buy a printed copy, I would lay down that stack of cash without hesitation! – keyofnight Oct 18 '08 at 2:27
1  
This one is a beautiful piece! Well written and a hell lot of fun! – petr k. May 3 at 20:36
show 2 more comments
vote up 16 vote down
link|flag
vote up 14 vote down

The little book of semaphores.

link|flag
vote up 12 vote down

The Art of Unix Programming, Creative Commons license.

link|flag
vote up 11 vote down

The Django Book, GNU Free Document License

link|flag
vote up 8 vote down

Linux Device Drivers, Third Edition, Creative Commons Attribution-ShareAlike 2.0 license

link|flag
vote up 8 vote down

Some great links for download open source books:

http://www.onlinecomputerbooks.com/free-open-source-books.php

http://www.freebookcentre.net/SpecialCat/Free-Open-Source-Books-Download.html

Greetings from Spain.

link|flag
vote up 7 vote down

Bruce Perens' Open Source Series, several books on different Open Source projects.

link|flag
vote up 7 vote down

It's not a proper book, but one of Wikipedia's spinoffs is Wikibooks, which has quite a lot of books in different stages of development.

link|flag
vote up 6 vote down

Building Skills

  • Building Skills in Python
  • Building Skills in Programming
  • Building Skills in Object-Oriented Design
link|flag
vote up 6 vote down

Programming from the Ground Up

This is an introductory book to programming and computer science using assembly language. It assumes the reader has never programmed before, and introduces the concepts of variables, functions, and flow control. The reason for using assembly language is to get the reader thinking in terms of how the computer actually works underneath. Knowing how the computer works from a "bare-metal" standpoint is often the difference between top-level programmers and programmers who can never quite master their art.

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

Practical PHP Programming, Creative Commons license

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

Vi IMproved -- Vim, Open Publication License.

link|flag
vote up 5 vote down

PC Assembly Language, free as long as you don't sell it

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 5 vote down

Mercurial (Distributed Version Control Software):

Mercurial (Hg) book by Bryan O'Sullivan.

link|flag
vote up 5 vote down

Illustrated C# 2008

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

Not Creative Commons but FREE to download.

Excellent book for beginning Grails.

link|flag
vote up 3 vote down

Have a look at theassayer.org.

link|flag
vote up 3 vote down

Scrum and XP from the trenches

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 3 vote down

Functional programming (with OCAML) :

A list of free english, French, Dutch, Italian books can be found here

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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