From 6c78d3475ad93c9bb475cd955d120fa7395354f7 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 12:31:15 -0700 Subject: [PATCH 1/3] added new Javascript Book --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 27c26a511..c1ec48297 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -467,6 +467,7 @@ * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) +* [JavaScript Allongé. A strong cup of functions, objects, combinators, and decorators](https://leanpub.com/javascript-allonge/read) ####Node.js From 5ae4cfdced66b955d6453aeedabe635c83866d54 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 13:00:31 -0700 Subject: [PATCH 2/3] Added some Algorithm Books --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index c1ec48297..ae908e784 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -123,6 +123,9 @@ * [Linked List Problems](http://cslibrary.stanford.edu/105/LinkedListProblems.pdf) * [Open Data Structures](http://opendatastructures.org/) * [Purely Functional Data Structures](http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf) +* [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) +* [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) +* [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) ####Operating systems * [The Art of Unix Programming](http://catb.org/esr/writings/taoup/html/) From c0540e48af4abbc0060798d20c82136f3d3c0de5 Mon Sep 17 00:00:00 2001 From: Antonio Silveira Date: Mon, 14 Oct 2013 13:07:34 -0700 Subject: [PATCH 3/3] removed previous book from previous PR --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index ae908e784..205a07e47 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -470,7 +470,6 @@ * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) * [The JavaScript Tutorial](http://javascript.info/) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) -* [JavaScript Allongé. A strong cup of functions, objects, combinators, and decorators](https://leanpub.com/javascript-allonge/read) ####Node.js