From c3095444d89f81b54e45058ff64e93be84d22ce3 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Thu, 6 Mar 2014 18:59:15 -0600 Subject: [PATCH 1/5] [es] New section (& book): Erlang --- free-programming-books-es.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index cf10ede1e..122068795 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -16,6 +16,7 @@ * [Coffeescript](#coffeescript) * [Emacs](#emacs) * [Ensamblador](#ensamblador) +* [Erlang](#erlang) * [Git](#git) * [Haskell](#haskell) * [JavaScript](#javascript) @@ -122,6 +123,10 @@ * [Lenguaje Ensamblador para PC - Paul Carter](http://drpaulcarter.com/pcasm/) +###Erlang +* [Erlang/OTP: Un mundo concurrente](http://erlang-otp.es/) + + ###Git * [Git Immersion en Español](http://gitimmersion.mx) * [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es/) From c482b93137df4ed19494e0f9851d5501452e6a04 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 7 Mar 2014 10:38:01 -0300 Subject: [PATCH 2/5] Adding Code Guide to HTML/CSS section. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 4833620ce..8d719b433 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -856,6 +856,7 @@ ###HTML / CSS * [A beginner's guide to HTML&CSS](http://learn.shayhowe.com/html-css/) * [An advanced guide to HTML&CSS](http://learn.shayhowe.com/advanced-html-css/) +* [Code Guide: Standards for developing flexible, durable, and sustainable HTML and CSS](http://mdo.github.io/code-guide/) - Mark Otto * [Dive Into HTML5](http://diveintohtml5.info/) ([PDF](http://mislav.uniqpath.com/2011/10/dive-into-html5/)) - Mark Pilgrim * [GA Dash](http://dash.generalassemb.ly) * [Google's HTML/CSS Style Guide](http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml) From ec8c747880a22eb1f2f45b1bd222a1264fec74df Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Fri, 7 Mar 2014 16:54:47 +0200 Subject: [PATCH 3/5] Add a single haskell book --- free-programming-books-ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index ab2917222..174b1f409 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -114,6 +114,7 @@ ###Haskell * [Developing Web Applications with Haskell and Yesod](https://bitbucket.org/darkus/yesod/downloads) - Майкл Сноймен +* [О Haskell по-человечески](http://ohaskell.ru/) - Денис Шевченко ###LaTeX From aa31d1e2ae50f76d58b9f8a21ba79c0513ae1c08 Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 7 Mar 2014 20:57:31 -0600 Subject: [PATCH 4/5] [es] Adding Erlang book --- free-programming-books-es.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 122068795..ba696a17f 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -125,6 +125,7 @@ ###Erlang * [Erlang/OTP: Un mundo concurrente](http://erlang-otp.es/) +* [Programación en Erlang](https://es.wikibooks.org/wiki/Programaci%C3%B3n_en_Erlang) en Wikibooks ###Git From 9626f513b1f32376de299754f7213ab7287c2300 Mon Sep 17 00:00:00 2001 From: HungMingWu Date: Thu, 13 Mar 2014 21:07:24 +0800 Subject: [PATCH 5/5] append two parallel programming books --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 8d719b433..6a331f5c6 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -441,7 +441,7 @@ * [Introduction to Parallel Computing](https://computing.llnl.gov/tutorials/parallel_comp/) - Blaise Barney * [Is Parallel Programming Hard, And, If So, What Can You Do About It?](http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html) * [Programming on Parallel Machines; GPU, Multicore, Clusters and More](http://heather.cs.ucdavis.edu/parprocbook) - Norm Matloff - +* [Is Parallel Programming Hard, And, If So, What Can You Do About It?](https://www.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html) - Paul E. McKenney ####Professional Development * [Confessions of an IT Manager](http://download.red-gate.com/ebooks/DotNet/Confessions_IT_Manager.zip) *(RedGate, By Phil Factor)* @@ -851,7 +851,7 @@ * [The Haskell Road to Logic, Math and Programming](http://fldit-www.cs.uni-dortmund.de/~peter/PS07/HR.pdf) (PDF) * [Wikibook Haskell](http://en.wikibooks.org/wiki/Haskell) * [Yet Another Haskell Tutorial](http://hal3.name/docs/daume02yaht.pdf) (PDF) - +* [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/index.html) - Simon Marlow ###HTML / CSS * [A beginner's guide to HTML&CSS](http://learn.shayhowe.com/html-css/)