From 8ae2abeffd43b5f0d1f5378ee3adef19f3313412 Mon Sep 17 00:00:00 2001 From: Nando Kstro Net Date: Tue, 21 Jan 2014 13:09:31 -0300 Subject: [PATCH 01/25] Add 2 ebooks free about javascript --- free-programming-books-pt_BR.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index e853c6c6..e6414c8d 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -46,6 +46,8 @@ ###JavaScript * [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) * [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html) +* [Eloquent Javascript PT-BR](https://leanpub.com/eloquentejavascript) +* [Aprendendo Padrões de Projeto JavaScript PT-BR](https://leanpub.com/aprendendo-padroes-de-projeto-javascript) ###LaTeX From 9495272c3f9f0120af0ab812c122cb54d66a870a Mon Sep 17 00:00:00 2001 From: Nando Kstro Net Date: Wed, 22 Jan 2014 11:02:29 -0300 Subject: [PATCH 02/25] Alphabetizing the ebooks in section about Javascript(PT-BR) --- free-programming-books-pt_BR.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index e6414c8d..3c9b415b 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -44,11 +44,10 @@ ###JavaScript -* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) -* [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html) -* [Eloquent Javascript PT-BR](https://leanpub.com/eloquentejavascript) * [Aprendendo Padrões de Projeto JavaScript PT-BR](https://leanpub.com/aprendendo-padroes-de-projeto-javascript) - +* [Eloquent Javascript PT-BR](https://leanpub.com/eloquentejavascript) +* [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html) +* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) ###LaTeX * [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) From 89954a47d55b9cca6e9f841ec03572eb99a9f356 Mon Sep 17 00:00:00 2001 From: rnevius Date: Fri, 24 Jan 2014 17:19:03 +0700 Subject: [PATCH 03/25] Delete duplicate Django entry for Tango With Django --- free-programming-books.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index e409901d..eccac747 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1329,7 +1329,6 @@ See also [TeX](#tex) * [Django by Example](http://www.lightbird.net/dbe/) * [Django by Example for Django 1.5](http://lightbird.net/dbe2/) * [Effective Django](http://effectivedjango.com/) -* [Tango With Django](http://www.tangowithdjango.com/book/) * [Deploy Django](http://www.deploydjango.com) * [The Django Book](http://www.djangobook.com) * [Tango With Django](http://www.tangowithdjango.com/) From 600a726d71d2d4d82251e23294c39cfe030ba7fb Mon Sep 17 00:00:00 2001 From: Nando Kstro Net Date: Fri, 24 Jan 2014 15:34:42 -0300 Subject: [PATCH 04/25] Add two lines in the end section javascript --- free-programming-books-pt_BR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 3c9b415b..8ee1123e 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -49,6 +49,7 @@ * [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html) * [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) + ###LaTeX * [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) From 6808ac29967b692c4aaadbeb7448930f894f5511 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Fri, 24 Jan 2014 21:08:59 -0800 Subject: [PATCH 05/25] Fix Go's 404 error --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index b5173982..b82476bf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -799,7 +799,7 @@ ###Go * [The Go Tutorial](http://golang.org/doc/go_tutorial.html) * [Go by Example](https://gobyexample.com/) -* [Learning Go](http://www.miek.nl/projects/learninggo/) +* [Learning Go](http://archive.miek.nl/projects/learninggo/index.html) * [An Introduction to Programming in Go](http://www.golang-book.com/) * [Network programming with Go](http://jan.newmarch.name/go/) From 7a66e53a2057ba132cdd368825fe4c88c299c5d9 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Fri, 24 Jan 2014 21:12:58 -0800 Subject: [PATCH 06/25] Alphabetize Go list --- 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 b82476bf..697bb399 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -797,11 +797,11 @@ ###Go -* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) +* [An Introduction to Programming in Go](http://www.golang-book.com/) * [Go by Example](https://gobyexample.com/) * [Learning Go](http://archive.miek.nl/projects/learninggo/index.html) -* [An Introduction to Programming in Go](http://www.golang-book.com/) * [Network programming with Go](http://jan.newmarch.name/go/) +* [The Go Tutorial](http://golang.org/doc/go_tutorial.html) ###Gradle From 35ec6e1d545552f655d7ccd8a99a0b478d73f158 Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Fri, 24 Jan 2014 23:14:05 -0600 Subject: [PATCH 07/25] Add ISL to Machine Learning --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b5173982..1be65523 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -289,6 +289,7 @@ * [A Course in Machine Learning](http://ciml.info/dl/v0_8/ciml-v0_8-all.pdf) (PDF) * [A First Encounter with Machine Learning](https://www.ics.uci.edu/~welling/teaching/ICS273Afall11/IntroMLBook.pdf) (PDF) * [AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java](http://wps.aw.com/wps/media/objects/5771/5909832/PDF/Luger_0136070477_1.pdf) - George F. Luger, William A Stubblefield +* [An Introduction to Statistical Learning](http://www-bcf.usc.edu/~gareth/ISL/) - Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani * [Artificial Intelligence | Machine Learning](http://see.stanford.edu/see/materials/aimlcs229/handouts.aspx) - Andrew Ng *(Notes, lectures, and problems)* * [Bayesian Reasoning and Machine Learning](http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.HomePage) * [Computer Vision: Algorithms and Applications](http://hackershelf.com/book/134/computer-vision-algorithms-and-applications/) From e0d43f8bab0e819d8e9b9e63e0e3f53627a1d800 Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Fri, 24 Jan 2014 23:14:34 -0600 Subject: [PATCH 08/25] Move ESL from Data Mining to Machine Learning --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 1be65523..57fcff77 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -269,7 +269,6 @@ * [Introduction to Data Science](http://jsresearch.net/wiki/projects/teachdatascience/Teach_Data_Science.html) - Jeffrey Stanton * [Mining of Massive Datasets](http://infolab.stanford.edu/~ullman/mmds.html) * [School of Data Handbook](http://schoolofdata.org/handbook/) -* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman * [Theory and Applications for Advanced Text Mining](http://www.intechopen.com/books/theory-and-applications-for-advanced-text-mining) @@ -302,6 +301,7 @@ * [Probabilistic Models in the Study of Language](http://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html) (Draft, with R code) * [Programming Computer Vision with Python](http://programmingcomputervision.com/) * [Reinforcement Learning: An Introduction](http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.html) +* [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman * [The Python Game Book](http://thepythongamebook.com/en:start) From 12ca0aa83614260a15849e7d3b033ca0f770c104 Mon Sep 17 00:00:00 2001 From: Ye Lin Aung Date: Sat, 25 Jan 2014 18:25:23 +0630 Subject: [PATCH 09/25] Added Machine Learning books --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 60124f74..34966f12 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -303,6 +303,10 @@ * [Reinforcement Learning: An Introduction](http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.html) * [The Elements of Statistical Learning](http://www-stat.stanford.edu/~tibs/ElemStatLearn/) - Trevor Hastie, Robert Tibshirani, and Jerome Friedman * [The Python Game Book](http://thepythongamebook.com/en:start) +* [The LION Way: Machine Learning plus Intelligent Optimization](http://www.e-booksdirectory.com/details.php?ebook=9575) +* [Introduction to Machine Learning](http://arxiv.org/abs/0904.3664v1) +* [Machine Learning](http://www.intechopen.com/books/machine_learning) +* [Inductive Logic Programming](http://www-ai.ijs.si/SasoDzeroski/ILPBook/) ####Mathematics From 1317862146cf16510c9b1ccd5bd5260f036dcf87 Mon Sep 17 00:00:00 2001 From: Mojtahedi Date: Sun, 26 Jan 2014 19:04:34 +0330 Subject: [PATCH 10/25] Fixes #637 --- free-programming-books-ja.md | 1 + free-programming-books-ru.md | 5 +++++ free-programming-books.md | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/free-programming-books-ja.md b/free-programming-books-ja.md index febc6c53..35bf4e6c 100644 --- a/free-programming-books-ja.md +++ b/free-programming-books-ja.md @@ -427,6 +427,7 @@ ###Scala +* [Learning Scalaz](http://eed3si9n.com/learning-scalaz/) * [tetrix in Scala](http://eed3si9n.com/tetrix-in-scala-html5-book) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index 9e6ffc4d..17f5d2c9 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -1,6 +1,7 @@ ###Index * [Списки книг](#meta-lists) * [Language Agnostic](#language-agnostic) + * [Cloud Computing](#cloud-computing) * [Networking](#networking) * [Open Source Ecosystem](#open-source-ecosystem) * [Programming Paradigms](#programming-paradigms) @@ -51,6 +52,10 @@ * [Архитектура приложений с открытым исходным кодом](http://rus-linux.net/MyLDP/BOOKS/Architecture-Open-Source-Applications/index.html) +####Cloud Computing +* [Разработка мультитенантных приложений для облака, издание 3-е](http://www.microsoft.com/ru-ru/download/details.aspx?id=29263) + + ####Programming Paradigms * [Введение в функциональное программирование](https://code.google.com/p/funprog-ru/) - John Harrison * [Практика функционального программирования](http://fprog.ru) - журнал diff --git a/free-programming-books.md b/free-programming-books.md index 34966f12..ecc0766d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -62,6 +62,7 @@ * [Language Agnostic](#language-agnostic) * [Algorithms & Datastructures](#algorithms--data-structures) * [Cellular Automata](#cellular-automata) + * [Cloud Computing](#cloud-computing) * [Compiler Design](#compiler-design) * [Database](#database) * [Datamining](#datamining) @@ -239,6 +240,10 @@ * [Cellular Automata Books](http://uncomp.uwe.ac.uk/genaro/Cellular_Automata_Repository/Books.html) +####Cloud Computing +* [Multi-tenant Applications for the Cloud, 3rd Edition](http://www.microsoft.com/en-us/download/details.aspx?id=29263) + + ####Compiler Design * [Basics of Compiler Design (Anniversary Edition](http://www.diku.dk/~torbenm/Basics/) - Torben Mogensen * [Compilers and Compiler Generators: An Introduction with C++](http://www.scifac.ru.ac.za/compilers/) - P. D. Terry @@ -1430,6 +1435,7 @@ See also [TeX](#tex) * [Another tour of Scala](http://naildrivin5.com/scalatour) * [EAI Patterns with Actor Model](https://github.com/alexanderfefelov/eai-patterns-with-actor-model) - Vaughn Vernon * [Effective Scala](http://twitter.github.com/effectivescala/) +* [Learning Scalaz](http://eed3si9n.com/learning-scalaz/) * [Pro Scala: Monadic Design Patterns for the Web](http://github.com/leithaus/XTrace/tree/monadic/src/main/book/content/) * [Program Transformation in Scala](http://homepages.cwi.nl/~ai/MScThesis-A-Izmaylova.pdf) - Anastasia Izmaylova * [Programming in Scala, First Edition](http://www.artima.com/pins1ed/) From 499a9c2eb59a3c663397a451a7483d11ec7c165f Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Mojtahedi Date: Mon, 27 Jan 2014 20:09:47 +0330 Subject: [PATCH 11/25] Javascript the rightwat --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index ecc0766d..47a5fee7 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -950,6 +950,7 @@ * [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/) (Maintained by Tim Ruffles) * [JavaScript Patterns Collection](http://shichuan.github.io/javascript-patterns/) - Shi Chuan * [Javascript Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/javascript) (PDF, Kindle) *(Just fill the fields with any values)* +* [Javascript the Right Way](https://github.com/braziljs/js-the-right-way) * [JS Robots](http://markdaggett.com/images/ExpertJavaScript-ch6.pdf) * [jQuery Fundamentals](http://jqfundamentals.com/book/) (starts with JavaScript basics) * [Leaflet Tips and Tricks: Interactive Maps Made Easy](https://leanpub.com/leaflet-tips-and-tricks) - Malcolm Maclean From 04d86ddb2c5179622c9a02ccba91bbba89f60497 Mon Sep 17 00:00:00 2001 From: Marios Zindilis Date: Wed, 29 Jan 2014 13:35:53 +0200 Subject: [PATCH 12/25] Added two books on PicoLisp --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 47a5fee7..0d96c4bc 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -108,6 +108,7 @@ * [PC-BSD](#pc-bsd) * [Perl](#perl) * [PHP](#php) +* [PicoLisp](#PicoLisp) * [PostgreSQL](#postgresql) * [PowerShell](#powershell) * [Processing](#processing) @@ -1250,6 +1251,11 @@ See also [TeX](#tex) * [PHP 5 Power Programming](http://www.informit.com/content/images/013147149X/downloads/013147149X_book.pdf) +###PicoLisp +* [PicoLisp by Example](http://www.scribd.com/doc/103733857/PicoLisp-by-Example) +* [PicoLisp Works](http://www.scribd.com/doc/103732688/PicoLisp-Works) + + ###PostgreSQL * [Practical PostgreSQL](http://www.commandprompt.com/ppbook/) From b4a336acc9f13813c8c22440d489bf10672dde08 Mon Sep 17 00:00:00 2001 From: David Morrison Date: Wed, 29 Jan 2014 11:33:40 -0500 Subject: [PATCH 13/25] Update free-programming-books.md Added Parrot/Perl 6 > Perl 6 Programming @ Wikibooks.org --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 47a5fee7..0503cafb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1196,6 +1196,7 @@ See also [TeX](#tex) ###Parrot / Perl 6 * [Using Perl 6](http://github.com/perl6/book/) (work in progress) +* [Perl 6 Programming] (https://en.wikibooks.org/wiki/Perl_6_Programming) ###PC-BSD From 4d993c09b3c782de648ba131ee749c7ee2b48c96 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 29 Jan 2014 19:50:43 +0000 Subject: [PATCH 14/25] Adding tryF# --- free-programming-interactive-tutorials-en.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index f87672a9..819589ca 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -24,6 +24,10 @@ * [Try Erlang](http://www.tryerlang.org/) +###F# +* [Try F#](http://www.tryfsharp.org/) + + ###Git * [Githug](https://github.com/Gazler/githug) (Tutorial in shell) * [Learn Git Branching](http://pcottle.github.io/learnGitBranching/) From da375802b41378fbafbbfcdc490e47d8503fb05f Mon Sep 17 00:00:00 2001 From: Marios Zindilis Date: Thu, 30 Jan 2014 15:09:43 +0200 Subject: [PATCH 15/25] Fixed anchor to PicoLisp --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 1e1ef3c2..b5859d3d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -108,7 +108,7 @@ * [PC-BSD](#pc-bsd) * [Perl](#perl) * [PHP](#php) -* [PicoLisp](#PicoLisp) +* [PicoLisp](#picolisp) * [PostgreSQL](#postgresql) * [PowerShell](#powershell) * [Processing](#processing) From 2eb0fcc1454094c22b3eb8d3e5e0e470a66fad62 Mon Sep 17 00:00:00 2001 From: Neill Robson Date: Fri, 31 Jan 2014 20:43:41 -0500 Subject: [PATCH 16/25] Added book "Agile Java" to "Java" section "Agile Java" links to a series of PDF files for individual chapters of the book. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b5859d3d..0691de59 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -897,6 +897,7 @@ ###Java +* [Agile Java](http://www.langrsoft.com/ftp/agileJava/) - Jeff Langr * [Animation/Games in Java](http://www.heatonresearch.com/articles/series/3) * [Apache Jakarta Commons: Reusable Java Components](http://ptgmedia.pearsoncmg.com/images/0131478303/downloads/Iverson_book.pdf) - Will Iverson * [Artificial Intelligence - Foundation of Computational Agents](http://artint.info/html/ArtInt.html) From 80e4ee546a94ddcbdaf1843455821b1cbe210208 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:32:43 -0800 Subject: [PATCH 17/25] Use proper case --- free-programming-interactive-tutorials-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 819589ca..a8522914 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -46,7 +46,7 @@ * [Learn Java](http://www.learnjavaonline.org/) -###Javascript +###JavaScript * [Learning Advanced JavaScript](http://ejohn.org/apps/learn/) * [Learn JavaScript](http://www.learn-js.org/) * [Learn knockout.js](http://learn.knockoutjs.com) From 6465f1d3129ebf0c0290d45c82a738de31d7cbdb Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:34:33 -0800 Subject: [PATCH 18/25] Alphabetize jQuery --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 0691de59..3a1cb817 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -998,8 +998,8 @@ ####jQuery -* [jQuery Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)* * [jQuery Novice to Ninja](http://mediatheque.cite-musique.fr/MediaComposite/Debug/Dossier-Orchestre/ressources/jQuery.Novice.to.Ninja.2nd.Edition.pdf) (PDF) +* [jQuery Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/jquery) (PDF, Kindle) *(Just fill the fields with any values)* ####Knockout.js From 15f637abe01bca7c980507078dd286bba98498e2 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:36:31 -0800 Subject: [PATCH 19/25] Fix D3.js --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 3a1cb817..220de1bb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -983,9 +983,9 @@ ####D3.js -* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - Scott Murray * [D3 Tips and Tricks](https://leanpub.com/D3-Tips-and-Tricks) * [Dashing D3.js](https://www.dashingd3js.com/table-of-contents) +* [Interactive Data Visualization for the Web](http://chimera.labs.oreilly.com/books/1230000000345/index.html) - Scott Murray * [Interactive Data Visualization with D3](http://alignedleft.com/tutorials/d3) From c61b6836e6abba2770a65e5d21932deaa8c33a90 Mon Sep 17 00:00:00 2001 From: Chris Ben Date: Sun, 2 Feb 2014 22:41:26 -0800 Subject: [PATCH 20/25] Fix Node.js --- 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 220de1bb..c3ee3ebf 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1007,11 +1007,11 @@ ####Node.js +* [JavaScript and Node FUNdamentals](https://leanpub.com/jsfun/read) *(Leanpub - by Azat Mardanov)* * [Mastering Node.js](http://visionmedia.github.com/masteringnode/) * [Mixu's Node Book](http://book.mixu.net/node/) -* [The Node Beginner Book](http://nodebeginner.org/) * [Node: Up and Running](http://chimera.labs.oreilly.com/books/1234000001808/index.html) - Tom Hughes-Croucher -* [JavaScript and Node FUNdamentals](https://leanpub.com/jsfun/read) *(Leanpub - by Azat Mardanov)* +* [The Node Beginner Book](http://nodebeginner.org/) ###LaTeX From 9c032fc412d6a0d00148a744f0f93e8e1e9944d6 Mon Sep 17 00:00:00 2001 From: SuperStas Date: Mon, 3 Feb 2014 12:53:57 +0400 Subject: [PATCH 21/25] Add "Motivate me right!" book --- free-programming-books-ru.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index 17f5d2c9..4ee6ec53 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -19,6 +19,7 @@ * [LaTeX](#latex) * [Lisp](#lisp) * [MetaPost](#metapost) +* [Misc](#misc) * [NoSQL](#nosql) * [Perl](#perl) * [PHP](#php) @@ -126,6 +127,9 @@ ###MetaPost * [Создание иллюстраций в MetaPost](http://www.inp.nsk.su/~baldin/mpost/index.html) +###Misc + +* [Не мешайте мне работать!](http://motivateme.ru/book/) - Стас Давыдов ###NoSQL * [Маленькая книга о MongoDB](http://jsman.ru/mongo-book/index.html) From 28b811490d9f5d08c57a2d9b947140a970a9abce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=8C=82=E8=83=A4?= Date: Mon, 3 Feb 2014 19:51:35 +0800 Subject: [PATCH 22/25] Update free-programming-books-zh.md --- free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 2df389e5..09c0272d 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/) +* [Javascript 原理](http://typeof.net/s/jsmech/), by Belleve Invis. ###LaTeX From b7fe1d1eabb5f06cf4c3aa1f7056cbf0d123801f Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Mojtahedi Date: Mon, 3 Feb 2014 16:08:05 +0330 Subject: [PATCH 23/25] 18000 Stars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b52634..32b588d4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It's [easy](https://github.com/vhf/free-programming-books/wiki/Contribution). Pl - Read the [TODO](/TODO.md) file(Adding new books is our #1 priority, but things like Alphabetizing are important, too.) - Edit (we prefer multiple small commits rather than one large change) - [Send a PR](https://help.github.com/articles/using-pull-requests) -- be part of a project that over 17,000 people starred in 4 months. ;) +- be part of a project that over 18,000 people starred in 4 months. ;) **Again, unlike other projects, we prefer multiple small commits rather than one large change in a pull request - it's fine to have one PR, but please make sure your title reflects what you're changing**, thanks. From c4f86584c09113c9abbe92427af922684afbd3bd Mon Sep 17 00:00:00 2001 From: SuperStas Date: Mon, 3 Feb 2014 17:57:29 +0400 Subject: [PATCH 24/25] little fix --- free-programming-books-ru.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index 4ee6ec53..ab291722 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -128,7 +128,6 @@ * [Создание иллюстраций в MetaPost](http://www.inp.nsk.su/~baldin/mpost/index.html) ###Misc - * [Не мешайте мне работать!](http://motivateme.ru/book/) - Стас Давыдов ###NoSQL From 1fa72ea55c68ec78f9a2f431f89819feba17c0bf Mon Sep 17 00:00:00 2001 From: nicball Date: Thu, 6 Feb 2014 20:30:44 +0800 Subject: [PATCH 25/25] Update free-programming-books-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add an item to Haskell: [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/) --- free-programming-books-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 09c0272d..334dcdec 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -59,6 +59,7 @@ ### Haskell * [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/) +* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/) ### Scala