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

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

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

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

38 39
### CSharp

40 41 42
* [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)
43

C
Christoph Uschkrat 已提交
44 45
### Engenharia de Software
#### Metodologias de Desenvolvimento de Software
46 47
* [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)
48
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
49

50

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

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

60

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

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

68

C
Christoph Uschkrat 已提交
69
### HTML / CSS
70
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
L
Leonam Dias 已提交
71 72 73
* [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/)
74

75

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

83

C
Christoph Uschkrat 已提交
84
### JavaScript
85
* [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript)
86 87
* [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)
88 89
* [Node.js para Leigos](http://udgwebdev.com/nodejs)
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
90

G
Gutierri Barboza 已提交
91

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

95

L
Leonam Dias 已提交
96 97 98 99 100 101 102 103 104
### Lua
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)


### 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 已提交
105
### Python
106
* [Desenvolvimento web com Python e web2py!](https://dl.dropboxusercontent.com/u/830444/apostila_web2py_basico.pdf)
L
Leonam Dias 已提交
107
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
108
* [Python Orientado a Objetos](http://www.dcc.ufrj.br/~fabiom/mab225/pythonoo.pdf)
L
Leonam Dias 已提交
109
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
110

111

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


C
Christoph Uschkrat 已提交
116
### Ruby
117
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
L
Leonam Dias 已提交
118
* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
119
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
120
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
121
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
122
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
123

124

125

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

130 131 132 133

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