From 09552258792e7302cc237cf5ed359a25c06417f1 Mon Sep 17 00:00:00 2001 From: lucozhao Date: Sat, 12 Oct 2013 22:18:18 -0700 Subject: [PATCH 1/7] add javascript garden --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 15224ae3..030584ad 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -404,6 +404,7 @@ * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) * [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) * [O'Reilly Programming JavaScript Applications - Early Release](http://chimera.labs.oreilly.com/books/1234000000262/index.html) +* [Javascript Garden] (http://bonsaiden.github.io/JavaScript-Garden/) ####Node.js From 0c8f0e92a73fa3a9a94192853bd7f951153abd2f Mon Sep 17 00:00:00 2001 From: OffWorldApps Date: Thu, 24 Oct 2013 22:33:35 -0400 Subject: [PATCH 2/7] =?UTF-8?q?Ajout=20du=20Guide=20avanc=C3=A9=20d'=C3=A9?= =?UTF-8?q?criture=20des=20scripts=20Bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- free-programming-books-fr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 4cda478b..4559b11f 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,6 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) +* [Bash/Shell](#bash) * [Caml](#caml) * [C / C++](#c--c) * [Git](#git) @@ -56,6 +57,9 @@ * [Pas à pas vers l'assembleur](ftp://ftp-developpez.com/asm/cours/noteworthy/pas-a-pas-vers-l-assembleur-par-lord-noteworthy.pdf) par Lord Noteworthy * [Initiation à la programmation en assembleur 64 bits](http://www.ilv-edition.com/librairie/initiation-programmation-assembleur-bits.html), par Pierre Jourlin +###Bash/Shell +* [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/) + ###Caml * [Introduction à Objective Caml](http://form-ocaml.forge.ocamlcore.org/html/index.html), par Maxence Guesdon From b37fae0283c973bf36ead67be728d22bd0c4ab58 Mon Sep 17 00:00:00 2001 From: OffWorldApps Date: Sun, 27 Oct 2013 11:22:40 -0400 Subject: [PATCH 3/7] Link correction --- free-programming-books-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 4559b11f..32881b0e 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,7 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) -* [Bash/Shell](#bash) +* [Bash/Shell](##bash-shell) * [Caml](#caml) * [C / C++](#c--c) * [Git](#git) From d3a0b7ad7d7516befb5429783d29a90705794f4b Mon Sep 17 00:00:00 2001 From: OffWorldApps Date: Sun, 27 Oct 2013 11:26:12 -0400 Subject: [PATCH 4/7] Link correction --- free-programming-books-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 32881b0e..7410c91b 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,7 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) -* [Bash/Shell](##bash-shell) +* [Bash/Shell](#bash-shell) * [Caml](#caml) * [C / C++](#c--c) * [Git](#git) From 28a68ded4016926b37b6b29e34c0e84da670916d Mon Sep 17 00:00:00 2001 From: Mojtahedi Date: Fri, 29 Nov 2013 22:17:20 +0330 Subject: [PATCH 5/7] Bash--Shell resolved --- free-programming-books-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index ee69ae6a..e1b391f6 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,7 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) -* [Bash/Shell](#bash-shell) +* [Bash / Shell](#bash--shell) * [Caml](#caml) * [C / C++](#c--c) * [Coq](#coq) From 73ca51c7405f34c5679a0e9adad95afa0ce13f80 Mon Sep 17 00:00:00 2001 From: Mojtahedi Date: Fri, 29 Nov 2013 22:21:57 +0330 Subject: [PATCH 6/7] Bash/Shell --- free-programming-books-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index e1b391f6..e274b3ce 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -69,7 +69,7 @@ * [Initiation à la programmation en assembleur 64 bits](http://www.ilv-edition.com/librairie/initiation-programmation-assembleur-bits.html), par Pierre Jourlin * [Pas à pas vers l'assembleur](ftp://ftp-developpez.com/asm/cours/noteworthy/pas-a-pas-vers-l-assembleur-par-lord-noteworthy.pdf) par Lord Noteworthy -###Bash/Shell +###Bash / Shell * [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/) ###Caml From b2b28e85ea568274e3561c518f90cd6c0aecde18 Mon Sep 17 00:00:00 2001 From: Mojtahedi Date: Fri, 29 Nov 2013 22:35:18 +0330 Subject: [PATCH 7/7] js Garden already exists --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 3a9902d1..210c364a 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -737,7 +737,6 @@ * [The Problem with Native JavaScript APIs](http://chimera.labs.oreilly.com/books/1234000001655) (PDF) * [Learn to Code JavaScript by Playing a Game](http://codecombat.com) * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) -* [Javascript Garden] (http://bonsaiden.github.io/JavaScript-Garden/) ####Angular.js