From 53a7a47bc9a39c8782ce5a9c85d90beecda63f78 Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Sat, 12 Oct 2013 00:20:24 +0200 Subject: [PATCH 1/6] Added Hadoop section; Added Programming Pig --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 46c15fb78..9739fa314 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -23,6 +23,7 @@ * [Git](#git) * [Go](#go) * [Grails](#grails) +* [Hadoop] (#hadoop) * [Haskell](#haskell) * [HTML / CSS](#html--css) * [Java](#java) @@ -305,6 +306,11 @@ * [Getting Start with Grails](http://www.infoq.com/minibooks/grails-getting-started) +###Hadoop + +* [Programming Pig] (http://chimera.labs.oreilly.com/books/1234000001811/index.html) - Alan Gates + + ###Haskell * [Learn You a Haskell](http://learnyouahaskell.com/) From 2ada5612dd1a1b3233692a23856c004dd46b906c Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Sat, 12 Oct 2013 00:26:05 +0200 Subject: [PATCH 2/6] Added HTML5 for Publishers --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 9739fa314..ee25d3027 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -322,6 +322,7 @@ * [Dive Into HTML5](http://fortuito.us/diveintohtml5/) * [HTML Dog Tutorials](http://www.htmldog.com/) +* [HTML5 for Publishers] (http://chimera.labs.oreilly.com/books/1234000000770/index.html) - Sanders Kleinfeld ###Java From 408ebfc9a036018d65db4ed6b27002abf0116c0f Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Sat, 12 Oct 2013 00:34:29 +0200 Subject: [PATCH 3/6] Sorted Java section, removed duplicate --- free-programming-books.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index ee25d3027..b8cbd0c73 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -327,17 +327,16 @@ ###Java -* [Java Application Development on Linux by Carl Albing and Michael Schwarz(PDF)](http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf) +* [Category wise tutorials - J2EE](http://www.mkyong.com/) +* [Effective Java](http://www.oracle.com/technetwork/java/effectivejava-136174.html) * [How to Think Like a Computer Scientist](http://greenteapress.com/thinkapjava/) +* [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck +* [Java Application Development on Linux by Carl Albing and Michael Schwarz(PDF)](http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf) * [The Java EE6 Tutorial](http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF) * [Java Thin-Client Programming](http://www.redbooks.ibm.com/redbooks/SG245118.html) +* [OSGi in Practice](http://njbartlett.name/files/osgibook_preview_20091217.pdf) (PDF) * [Sun's Java Tutorials](http://download.oracle.com/javase/tutorial/) * [Thinking in Java](http://www.mindview.net/Books/TIJ/) -* [OSGi in Practice](http://njbartlett.name/files/osgibook_preview_20091217.pdf) (PDF) -* [Category wise tutorials - J2EE](http://www.mkyong.com/) -* [Introduction to Programming Using Java - David J. Eck](http://math.hws.edu/javanotes/index.html) -* [Effective Java](http://www.oracle.com/technetwork/java/effectivejava-136174.html) -* [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) ###JavaScript From 525aba18349c396cf6323fafc036b85cc3ba934d Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Sat, 12 Oct 2013 00:36:00 +0200 Subject: [PATCH 4/6] Added Learning Java --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b8cbd0c73..aa6be1543 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -334,6 +334,7 @@ * [Java Application Development on Linux by Carl Albing and Michael Schwarz(PDF)](http://www.phptr.com/content/images/013143697X/downloads/013143697X_book.pdf) * [The Java EE6 Tutorial](http://download.oracle.com/javaee/6/tutorial/doc/javaeetutorial6.pdf) (PDF) * [Java Thin-Client Programming](http://www.redbooks.ibm.com/redbooks/SG245118.html) +* [Learning Java] (http://chimera.labs.oreilly.com/books/1234000001805/index.html) - Patrick Niemeyer * [OSGi in Practice](http://njbartlett.name/files/osgibook_preview_20091217.pdf) (PDF) * [Sun's Java Tutorials](http://download.oracle.com/javase/tutorial/) * [Thinking in Java](http://www.mindview.net/Books/TIJ/) From 9e03896da216aa37ea798baf8ef8ae8d3fcbb22e Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Sat, 12 Oct 2013 01:06:09 +0200 Subject: [PATCH 5/6] Added HTML5 Canvas --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index aa6be1543..bc3e322f7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -322,6 +322,7 @@ * [Dive Into HTML5](http://fortuito.us/diveintohtml5/) * [HTML Dog Tutorials](http://www.htmldog.com/) +* [HTML5 Canvas] (http://chimera.labs.oreilly.com/books/1234000001654/index.html) - Steve Fulton & Jeff Fulton * [HTML5 for Publishers] (http://chimera.labs.oreilly.com/books/1234000000770/index.html) - Sanders Kleinfeld From 73adfc4c7579bf2b6c6bb7b51748fd59483b1342 Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Sat, 12 Oct 2013 01:07:25 +0200 Subject: [PATCH 6/6] Added Python Cookbook --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index bc3e322f7..747344434 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -541,6 +541,7 @@ * [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) * [Natural Language Processing with Python](http://www.nltk.org/book) * [Python Bibliotheca](http://openbookproject.net/pybiblio/) +* [Python Cookbook] (http://chimera.labs.oreilly.com/books/1230000000393/index.html) - David Beazley * [Python for Fun](http://www.openbookproject.net/py4fun/) * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) * [Python for you and me](http://pymbook.readthedocs.org/en/latest/)