From 85afd8c90deca4c40c149f8d5b3a2054c7bb2562 Mon Sep 17 00:00:00 2001 From: Caio Vinicius Marques Teixeira Date: Tue, 16 Jun 2015 15:18:43 -0300 Subject: [PATCH 1/4] =?UTF-8?q?Adding=20Git=20-=20Guia=20Pr=C3=A1tico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a PT-BR Git Guide --- 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 e83b1ed23..8e1a444f0 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -40,6 +40,7 @@ * [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git) * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/) * [Pro Git](http://git-scm.com/book/pt-br) +* [Git - guia prático] (http://rogerdudler.github.io/git-guide/index.pt_BR.html) ### Grunt From 8a9aad952003e490952f0b533ab7e4f2dcd10dec Mon Sep 17 00:00:00 2001 From: Caio Vinicius Marques Teixeira Date: Tue, 16 Jun 2015 15:20:30 -0300 Subject: [PATCH 2/4] =?UTF-8?q?Adding=20University=20of=20S=C3=A3o=20Paulo?= =?UTF-8?q?=20book=20about=20Java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 8e1a444f0..0d13310a9 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -63,6 +63,7 @@ * [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/) +* [Introdução a Ciência da Computação com Java](http://ccsl.ime.usp.br/files/books/intro-java-cc.pdf) ### JavaScript From bcadaa512cfcbbab32f5c63f368cb63fd3fd5ba5 Mon Sep 17 00:00:00 2001 From: Caio Vinicius Marques Teixeira Date: Tue, 16 Jun 2015 15:27:29 -0300 Subject: [PATCH 3/4] Adding K19 C# PT-BR Books --- free-programming-books-pt_BR.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 0d13310a9..d4bbdbdd2 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -27,7 +27,9 @@ ### CSharp -* [C# e Orientação a Objetos](https://www.caelum.com.br/apostila-csharp-orientacao-objetos/) +* [C# e Orientação a Objetos - Caelum](https://www.caelum.com.br/apostila-csharp-orientacao-objetos/) +* [C# e Orientação a Objetos - K19](http://www.k19.com.br/downloads/apostilas/dotnet/k19-k31-csharp-e-orientacao-a-objetos) +* [Desenvolvimento Web com ASP.NET MVC - K19](http://www.k19.com.br/downloads/apostilas/dotnet/k19-k32-desenvolvimento-web-com-aspnet-mvc) ### Engenharia de Software #### Metodologias de Desenvolvimento de Software From 942251af868e53ff76ce459827197a5f25aabe24 Mon Sep 17 00:00:00 2001 From: Caio Vinicius Marques Teixeira Date: Tue, 16 Jun 2015 15:31:43 -0300 Subject: [PATCH 4/4] Adding Android PT-BR Section Adding Android Section + a free PT-BR Android Book --- free-programming-books-pt_BR.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index d4bbdbdd2..5c6b2b4c7 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -1,4 +1,5 @@ ## Índice +* [Android](#android) * [C](#c) * [C#](#csharp) * [Engenharia de software](#engenharia-de-software) @@ -18,6 +19,8 @@ * [Shell Script](#shell) * [Vim](#vim) +### Android +* [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android) ### C * [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.