From 04c5bb9f8e0d997dbad03607fba23fc92a652327 Mon Sep 17 00:00:00 2001 From: jgpacker Date: Thu, 14 Nov 2013 17:35:05 -0200 Subject: [PATCH 1/6] =?UTF-8?q?Removida=20separa=C3=A7=C3=A3o=20da=20lista?= =?UTF-8?q?=20em=20"Front-End"=20e=20"Back-End",=20pois=20a=20lista=20n?= =?UTF-8?q?=C3=A3o=20se=20restringe=20a=20desenvolvimento=20web.=20Links?= =?UTF-8?q?=20e=20itens=20da=20lista=20ordenados=20alfabeticamente,=20ader?= =?UTF-8?q?indo=20ao=20padr=C3=A3o=20das=20outras=20listas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed list's division into "Front-End" and "Back-End" itens, since it's not restricted to web development. Links and itens were ordered alphabetically, following the standard from most other lists. --- free-programming-books-pt_BR.md | 51 ++++++++++++++------------------- 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 3e195b4c..f0a4514e 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -1,43 +1,34 @@ ##Índice -* [HTML / CSS](#html--css) -* [JavaScript](#javascript) * [Java](#java) +* [JavaScript](#javascript) +* [HTML / CSS](#html--css) +* [Python](#python) * [Ruby](#ruby) * [Shell Script](#shell) -* [Python](#python) -## Front-end -###HTML / CSS - -* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) +###Java +* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) +* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) +* [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/) +* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/) ### JavaScript * [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) -## Back-end -###Java - -* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) -* [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/) -* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) -* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/) - - -###Ruby - -* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br) -* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php) -* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf) -* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/) - - -###Shell - -* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) - +###HTML / CSS +* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) ###Python - -* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) * [A Byte of Python](http://rodrigoamaral.net/a-byte-of-python/) +* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) + +###Ruby +* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br) +* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php) +* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/) +* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf) + +###Shell +* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) + From 01cb4275a141919ef86ca30f7933e59b71c99ad3 Mon Sep 17 00:00:00 2001 From: jgpacker Date: Thu, 14 Nov 2013 17:50:04 -0200 Subject: [PATCH 2/6] Adicionado um livro de Git e outro de LaTeX Added a Git and a Latex book. --- free-programming-books-pt_BR.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index f0a4514e..f67552f3 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -1,24 +1,32 @@ ##Índice -* [Java](#java) -* [JavaScript](#javascript) +* [Git](#git) * [HTML / CSS](#html--css) +* [JavaScript](#javascript) +* [Java](#java) +* [LaTeX](#latex) * [Python](#python) * [Ruby](#ruby) * [Shell Script](#shell) +###Git +* [Pro Git](http://git-scm.com/book/pt-br) + +###HTML / CSS +* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) + ###Java * [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) * [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) * [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/) * [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/) +###LaTeX +* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) + ### JavaScript * [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) -###HTML / CSS -* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) - ###Python * [A Byte of Python](http://rodrigoamaral.net/a-byte-of-python/) * [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) From 3ad62e51736e7d265721ddd38464a207a5210952 Mon Sep 17 00:00:00 2001 From: jgpacker Date: Thu, 14 Nov 2013 17:52:15 -0200 Subject: [PATCH 3/6] =?UTF-8?q?Libro=20Ingl=C3=A9s=20eliminado=20de=20la?= =?UTF-8?q?=20lista=20espa=C3=B1ola,=20que=20ni=20siquiera=20estaba=20libr?= =?UTF-8?q?emente=20disponible=20(legalmente).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed english book from spanish list, which wasn't even freely available (legally). --- free-programming-books-es.md | 1 - 1 file changed, 1 deletion(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 07926b70..e895e112 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -75,7 +75,6 @@ ###JavaScript -* [JavaScript - The Complete Reference 2nd Edition PDF](https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCgQFjAA&url=http%3A%2F%2Ffreecodingtutorial.files.wordpress.com%2F2011%2F10%2Fmcgraw-hill-javascript-the-complete-reference.pdf&ei=TKZuUoOCLcqlrQfu4YDoDQ&usg=AFQjCNFpz_8g2SVBXEWmpwccakQjtag_ww&bvm=bv.55123115,d.bmk) * [Introducción a JavaScript](http://librosweb.es/javascript/) ###Haskell From a12a7732002f9b7254be51933a149eeb4d7de781 Mon Sep 17 00:00:00 2001 From: jgpacker Date: Thu, 14 Nov 2013 19:01:30 -0200 Subject: [PATCH 4/6] Adicionado livros de Git, Ruby e Haskell. Added Git, Ruby and Haskell Books. --- free-programming-books-pt_BR.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index f67552f3..e81f0dc3 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -1,8 +1,9 @@ ##Índice * [Git](#git) +* [Haskell](#haskell) * [HTML / CSS](#html--css) -* [JavaScript](#javascript) * [Java](#java) +* [JavaScript](#javascript) * [LaTeX](#latex) * [Python](#python) * [Ruby](#ruby) @@ -10,8 +11,12 @@ ###Git +* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/) * [Pro Git](http://git-scm.com/book/pt-br) +###Haskell +* [Aprender o Haskell será um grande bem para você(tradução em andamento)](https://github.com/taylorrf/learnhaskell) + ###HTML / CSS * [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) @@ -21,18 +26,20 @@ * [Java para Desenvolvimento Web](http://www.caelum.com.br/apostila-java-web/) * [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/) +###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) + ###LaTeX * [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) -### JavaScript -* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) - ###Python * [A Byte of Python](http://rodrigoamaral.net/a-byte-of-python/) * [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) ###Ruby * [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br) +* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/) * [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php) * [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/) * [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf) From e52ccf79b8cc17f2e1688d66787087458fe37d93 Mon Sep 17 00:00:00 2001 From: jgpacker Date: Thu, 14 Nov 2013 19:07:44 -0200 Subject: [PATCH 5/6] Adicionado livro de HTML5 Added HTML5 book --- 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 e81f0dc3..1b9a0510 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -19,6 +19,7 @@ ###HTML / CSS * [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) +* [Dive Into HTML5](http://diveintohtml5.com.br/) ###Java * [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) From 1e4f7bff8ffa660793cb7e369f661ef7392c63d3 Mon Sep 17 00:00:00 2001 From: jgpacker Date: Thu, 14 Nov 2013 19:12:25 -0200 Subject: [PATCH 6/6] Small fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f35953e6..74834b45 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The French list was based on