free-programming-books-pt_BR.md 6.5 KB
Newer Older
C
Christoph Uschkrat 已提交
1
## Índice
2
* [AngularJs](#angularjs)
3
* [Android](#android)
4
* [C](#c)
5
* [C++](#cpp)
J
João Pedro Nardari dos Santos 已提交
6
* [C#](#csharp)
7 8
* [Engenharia de software](#engenharia-de-software)
    * [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
9
* [Git](#git)
G
Gabriel Gomes 已提交
10
* [Gulp](#gulp)
W
William Becher 已提交
11
* [Grunt](#grunt)
12
* [Haskell](#haskell)
13
* [HTML / CSS](#html--css)
14
* [Java](#java)
15
* [JavaScript](#javascript)
16
* [jQuery](#jquery)
17
* [LaTeX](#latex)
L
Leonam Dias 已提交
18
* [Lua](#lua)
G
Gabriel Gomes 已提交
19
* [Node.js](#node.js)
L
Leonam Dias 已提交
20
* [PHP](#php)
21
* [Python](#python)
D
Diego Garcia 已提交
22
* [RegEx](#regex)
23
* [Ruby](#ruby)
24
* [Shell Script](#shell)
D
Diego Garcia 已提交
25
* [Vim](#vim)
26

27 28 29 30 31
## AngularJs
* [Criando uma aplicação simples com AngularJS](http://tableless.com.br/criando-uma-aplicacao-simples-com-angularjs/)
* [Entendendo as diretivas e fazendo abas com AngularJS](http://tableless.com.br/diretivas-angularjs-abas/)
* [Criando uma aplicação Single Page com AngularJS](http://tableless.com.br/criando-uma-aplicacao-single-page-com-angularjs/)

32 33
### Android
* [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android)
M
Mohammad Hossein Mojtahedi 已提交
34

C
Christoph Uschkrat 已提交
35
### C
36
* [Apostila Linguagem C - Silvio Lago](http://www.ime.usp.br/~slago/slago-C.pdf)
37
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
V
viniciusmo 已提交
38
* [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
M
Mohammad Hossein Mojtahedi 已提交
39
* [O Fantástico Mundo da Linguagem C](https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
L
Leonam Dias 已提交
40
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
41

42
### CPP
43
* [Apostila Linguagem C++ - Silvio Lago](http://www.ime.usp.br/~slago/slago-C++.pdf)
44 45
* [Programação Orientada a Objetos em C++](http://www.filoczar.com.br/sistemas_operacionais/linux/cpppara_linux.pdf)

46 47
### CSharp

48 49 50
* [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)
51

C
Christoph Uschkrat 已提交
52 53
### Engenharia de Software
#### Metodologias de Desenvolvimento de Software
54 55
* [Kanban e Scrum - obtendo o melhor de ambos](http://www.infoq.com/br/minibooks/kanban-scrum-minibook)
* [Kanban em 10 Passos](http://www.infoq.com/br/minibooks/priming-kanban-jesper-boeg)
56
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
57

58

C
Christoph Uschkrat 已提交
59
### Git
60
* [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git)
61
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
62
* [Pro Git](http://git-scm.com/book/pt-br)
63
* [Git - guia prático] (http://rogerdudler.github.io/git-guide/index.pt_BR.html)
64

G
Gabriel Gomes 已提交
65 66 67
### Gulp
* [Gulp - O novo automatizador](http://tableless.com.br/gulp-o-novo-automatizador/)

68

C
Christoph Uschkrat 已提交
69
### Grunt
W
William Becher 已提交
70
* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/)
71
* [Grunt - Por onde começar](http://www.voltsdigital.com.br/labs/gruntjs-por-onde-comecar/)
72

C
Christoph Uschkrat 已提交
73
### Haskell
74
* [Aprender o Haskell será um grande bem para você (tradução em andamento)](https://github.com/taylorrf/learnhaskell)
75

C
Christoph Uschkrat 已提交
76
### HTML / CSS
77
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
L
Leonam Dias 已提交
78 79 80
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
* [Dive Into HTML5](http://diveintohtml5.com.br/)
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
81

C
Christoph Uschkrat 已提交
82
### Java
83
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/)
84 85 86
* [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/)
87
* [Introdução a Ciência da Computação com Java](http://ccsl.ime.usp.br/files/books/intro-java-cc.pdf)
88

89

C
Christoph Uschkrat 已提交
90
### JavaScript
91
* [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript)
92
* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos)
93
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
94

95 96 97 98
### jQuery
* [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html)
* [Artigos sobre jQuery](http://tableless.com.br/code/javascript/jquery/)

C
Christoph Uschkrat 已提交
99
### LaTeX
100 101
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)

102

L
Leonam Dias 已提交
103 104 105
### Lua
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)

G
Gabriel Gomes 已提交
106 107 108 109
### Node.js
* [Node.js para Leigos](http://udgwebdev.com/nodejs)
* [Primeiros passos com Node.js](http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/)
* [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/)
L
Leonam Dias 已提交
110 111 112 113 114 115

### Php
* [Curso Linguagem PHP 2000](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf)
* [PHP Do jeito certo](http://br.phptherightway.com/)


C
Christoph Uschkrat 已提交
116
### Python
117
* [Desenvolvimento web com Python e web2py!](https://dl.dropboxusercontent.com/u/830444/apostila_web2py_basico.pdf)
L
Leonam Dias 已提交
118
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
119
* [Python Orientado a Objetos](http://www.dcc.ufrj.br/~fabiom/mab225/pythonoo.pdf)
L
Leonam Dias 已提交
120
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
121

122

D
Diego Garcia 已提交
123 124 125 126
### RegEx
* [Expressões Regulares - Guia de Consulta Rápida](http://aurelio.net/regex/guia/)


C
Christoph Uschkrat 已提交
127
### Ruby
128
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
L
Leonam Dias 已提交
129
* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
130
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
131
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
132
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
133
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
134

135

136

C
Christoph Uschkrat 已提交
137
### Shell
138
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
139
* [Pequena introdução ao linux e ao Shell Script ](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf)
V
viniciusmo 已提交
140

141 142 143 144

### Vim
* [Vim Básico](http://aurelio.net/vim/vim-basico.txt)
* [Vim Médio](http://aurelio.net/vim/vim-medio.txt)
D
Diego Garcia 已提交
145
* [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt)
146
* [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html)