From c927769890ffa8724b7bea0d400d84c17f85b015 Mon Sep 17 00:00:00 2001 From: Kaushik Thirthappa Date: Sat, 12 Oct 2013 02:42:03 +0530 Subject: [PATCH 1/4] adding graph databases free ebook --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 2bcfae4f..8a145936 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -425,6 +425,7 @@ * [CouchDB: The Definitive Guide](http://books.couchdb.org/relax/) * [The Little MongoDB Book](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book) * [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/) +* [Graph Databases](http://graphdatabases.com/) ###Oberon From 46e16484a0888c6335aa4a999d4e754e4a71a799 Mon Sep 17 00:00:00 2001 From: Kaushik Thirthappa Date: Sat, 12 Oct 2013 02:46:17 +0530 Subject: [PATCH 2/4] adding the little riak book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 8a145936..3538b51c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -425,6 +425,7 @@ * [CouchDB: The Definitive Guide](http://books.couchdb.org/relax/) * [The Little MongoDB Book](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book) * [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/) +* [The Little Riak Book](http://littleriakbook.com/) * [Graph Databases](http://graphdatabases.com/) From 365159a0ddf189826d6f1eea9bc2a9d2c656b5e7 Mon Sep 17 00:00:00 2001 From: Kaushik Thirthappa Date: Sat, 12 Oct 2013 02:48:05 +0530 Subject: [PATCH 3/4] adding another tour of scala --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 3538b51c..33d80a6c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -573,6 +573,7 @@ * [Scala By Example](http://www.scala-lang.org/docu/files/ScalaByExample.pdf) (PDF) * [A Scala Tutorial for Java programmers](http://www.scala-lang.org/docu/files/ScalaTutorial.pdf) (PDF) * [Xtrace](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) +* [Another tour of Scala](http://naildrivin5.com/scalatour) ###Scheme From 73878f095f631bf6b78f9fdc9aa30969ee31438c Mon Sep 17 00:00:00 2001 From: Kaushik Thirthappa Date: Sat, 12 Oct 2013 02:52:46 +0530 Subject: [PATCH 4/4] adding data sorcery with clojure --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 33d80a6c..75081ec4 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -223,6 +223,7 @@ * [Clojure Programming](http://en.wikibooks.org/wiki/Clojure_Programming) * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) +* [Data Sorcery with Clojure](http://data-sorcery.org/contents/) ###CoffeeScript