From 2a747b2451216f21dfad5727c9e2e96fb64234d4 Mon Sep 17 00:00:00 2001 From: elrrrrrrr Date: Sun, 27 Jul 2014 09:58:38 +0800 Subject: [PATCH 1/2] add Coffeescript Style Guide --- free-programming-books-zh.md | 1 + free-programming-books.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 2df389e5..99399eeb 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -46,6 +46,7 @@ ###Javascript * [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/) +* [CoffeeScript 编程风格指南](https://github.com/elrrrrrrr/coffeescript-style-guide/blob/master/README-ZH.md) ###LaTeX diff --git a/free-programming-books.md b/free-programming-books.md index b5859d3d..5e72e944 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -680,7 +680,7 @@ * [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) * [Smooth CoffeeScript](http://autotelicum.github.com/Smooth-CoffeeScript/SmoothCoffeeScript.html) * [The Little Book on CoffeeScript](http://arcturo.github.com/library/coffeescript/) - +* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md) ###ColdFusion @@ -968,6 +968,7 @@ * [Oh My JS](https://leanpub.com/ohmyjs/read) *(Leanpub, by Azat Mardanov)* + ####Angular.js * [AngularJS in 60 Minutes](http://fastandfluid.com/publicdownloads/AngularJSIn60MinutesIsh_DanWahlin_May2013.pdf) (PDF) * [Recipes with Angular.js](https://leanpub.com/recipes-with-angular-js/read) *(Leanpub, by Frederik Dietz)* From daf489eb63f821767d66315c05f026b00661627c Mon Sep 17 00:00:00 2001 From: elrrrrrrr Date: Sun, 27 Jul 2014 10:04:51 +0800 Subject: [PATCH 2/2] fix the inde --- free-programming-books-zh.md | 3 ++- free-programming-books.md | 2 +- free-programming-interactive-tutorials-en.md | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 99399eeb..f0d2bb32 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -45,8 +45,9 @@ ###Javascript -* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/) * [CoffeeScript 编程风格指南](https://github.com/elrrrrrrr/coffeescript-style-guide/blob/master/README-ZH.md) +* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/) + ###LaTeX diff --git a/free-programming-books.md b/free-programming-books.md index 5e72e944..47833e72 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -680,7 +680,7 @@ * [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) * [Smooth CoffeeScript](http://autotelicum.github.com/Smooth-CoffeeScript/SmoothCoffeeScript.html) * [The Little Book on CoffeeScript](http://arcturo.github.com/library/coffeescript/) -* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md) + ###ColdFusion diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 819589ca..de9f8b9a 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -17,9 +17,11 @@ ###CoffeeScript +* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md) * [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html) + ###Erlang * [Try Erlang](http://www.tryerlang.org/)