free-programming-books-pt_BR.md 4.1 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
* [Vim](#Vim)
19

M
Mohammad Hossein Mojtahedi 已提交
20

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

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

33

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

39

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

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

46

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

53

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

60

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

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

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

74

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

79

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


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

91

92

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

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


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