free-programming-books-pt_BR.md 3.8 KB
Newer Older
C
Christoph Uschkrat 已提交
1
## Índice
2
* [C](#c)
3 4
* [Engenharia de software](#engenharia-de-software)
    * [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
5
* [Git](#git)
W
William Becher 已提交
6
* [Grunt](#grunt)
7
* [Haskell](#haskell)
8
* [HTML / CSS](#html--css)
9
* [Java](#java)
10
* [JavaScript](#javascript)
G
Gutierri Barboza 已提交
11
* [PHP](#php)
12
* [LaTeX](#latex)
13
* [Python](#python)
D
Diego Garcia 已提交
14
* [RegEx](#regex)
15
* [Ruby](#ruby)
16
* [Shell Script](#shell)
V
viniciusmo 已提交
17
* [Lua](#lua)
18

M
Mohammad Hossein Mojtahedi 已提交
19

C
Christoph Uschkrat 已提交
20
### C
21
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
V
viniciusmo 已提交
22
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
V
viniciusmo 已提交
23
* [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
M
Mohammad Hossein Mojtahedi 已提交
24
* [O Fantástico Mundo da Linguagem C](https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
25

C
Christoph Uschkrat 已提交
26 27
### Engenharia de Software
#### Metodologias de Desenvolvimento de Software
28 29
* [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)
30
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
31

32

C
Christoph Uschkrat 已提交
33
### Git
34
* [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git)
35
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
36 37
* [Pro Git](http://git-scm.com/book/pt-br)

38

C
Christoph Uschkrat 已提交
39
### Grunt
W
William Becher 已提交
40
* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/)
41

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

45

C
Christoph Uschkrat 已提交
46
### HTML / CSS
47
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
J
jgpacker 已提交
48
* [Dive Into HTML5](http://diveintohtml5.com.br/)
49
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
50
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
51

52

C
Christoph Uschkrat 已提交
53
### Java
54
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/)
55 56 57 58
* [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/)

59

C
Christoph Uschkrat 已提交
60
### JavaScript
61 62 63
* [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)
64 65
* [Node.js para Leigos](http://udgwebdev.com/nodejs)
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
66

C
Christoph Uschkrat 已提交
67
### Php
G
Gutierri Barboza 已提交
68 69
* [PHP](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf)

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

73

C
Christoph Uschkrat 已提交
74
### Python
75
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
76
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
77

78

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


C
Christoph Uschkrat 已提交
83
### Ruby
84
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
85
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
86
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
87
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
88
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
89

90

91

C
Christoph Uschkrat 已提交
92
### Shell
93
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
V
viniciusmo 已提交
94

C
Christoph Uschkrat 已提交
95
### Lua
V
viniciusmo 已提交
96
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)