From f06153aaa52ca1d293fb9d217dc1ba118c319a66 Mon Sep 17 00:00:00 2001 From: Robert Alm Nilsson Date: Mon, 23 Dec 2013 12:25:07 +0100 Subject: [PATCH 1/2] The book should not be a header. --- free-programming-books.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 6de61d87..6b0a9ec2 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -517,10 +517,9 @@ * [The Boost C++ libraries](http://en.highscore.de/cpp/boost) * [C++ Cookbook](http://staff.ppu.edu/dkhalid/O'Reilly%20-%20C++%20Cookbook%20%282007%29.pdf) (PDF) * [The Rook's Guide to C++](http://rooksguide.org/2013/11/26/version-1-0-is-out/) (PDF) -======= + ###C# - * [Intro to Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/) ###Clojure From c95e17b37f6507fb26f77fabdd6df1e8f089863f Mon Sep 17 00:00:00 2001 From: Robert Alm Nilsson Date: Mon, 23 Dec 2013 12:28:00 +0100 Subject: [PATCH 2/2] Git link not broken anymore --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 6b0a9ec2..e8940a8e 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -522,6 +522,7 @@ ###C# * [Intro to Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/) + ###Clojure * [A Brief Beginner’s Guide To Clojure](http://www.unexpected-vortices.com/clojure/brief-beginners-guide/) * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) @@ -652,7 +653,7 @@ * [Think Like (a) Git: A Guide for the Perplexed](http://think-like-a-git.net) * [Git In The Trenches](http://cbx33.github.io/gitt/index.html) * [Conversational Git](http://blog.anvard.org/conversational-git/) -* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) link is broken, if you find a working link submit a pull request +* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF) ###Go