From a53ea619f4bcee4952f90649d2542bf13abb4c19 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:12:33 +0100 Subject: [PATCH 1/3] Added gitref.org. I've found this site really useful :) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 10a30fcd..29b66dfd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -413,6 +413,7 @@ * [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) * [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) +* [Git Reference](http://www.gitref.org) ###Go From 23dfca5e81771f5d187bcea00083c5175f326261 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:16:16 +0100 Subject: [PATCH 2/3] Added Ralf Brown's Interrupt List. I think there's a downloadable version somewhere? --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 29b66dfd..6e13d8bf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -286,6 +286,7 @@ * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) * [The Art of Assembly Language Programming](http://cs.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html) * [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly) +* [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm) ###Bash From 4f9f026e735391038c8abbacceac572d08b00553 Mon Sep 17 00:00:00 2001 From: Finn 'Gallefray' O'leary Date: Tue, 15 Oct 2013 15:47:08 +0100 Subject: [PATCH 3/3] Added the C programming guide from wikibooks. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6e13d8bf..85b5dcc6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -306,6 +306,7 @@ * [Learn C the hard way](http://c.learncodethehardway.org/book/) * [The new C standard - an annotated reference](http://www.knosof.co.uk/cbook/cbook.html) * [Object Oriented Programming in C](http://www.planetpdf.com/codecuts/pdfs/ooc.pdf) (PDF) +* [C Programming - Wikibooks](http://en.wikibooks.org/wiki/Programming:C) ###C++