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

M
Mohammad Hossein Mojtahedi 已提交
21

C
Christoph Uschkrat 已提交
22
### C
23
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
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/)
L
Leonam Dias 已提交
26
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
27

28 29
### CSharp

30 31 32
* [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)
33

C
Christoph Uschkrat 已提交
34 35
### Engenharia de Software
#### Metodologias de Desenvolvimento de Software
36 37
* [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)
38
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
39

40

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

47

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

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

55

C
Christoph Uschkrat 已提交
56
### HTML / CSS
57
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
L
Leonam Dias 已提交
58 59 60
* [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/)
61

62

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

70

C
Christoph Uschkrat 已提交
71
### JavaScript
72
* [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript)
73 74
* [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)
75 76
* [Node.js para Leigos](http://udgwebdev.com/nodejs)
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
77

G
Gutierri Barboza 已提交
78

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

82

L
Leonam Dias 已提交
83 84 85 86 87 88 89 90 91
### 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 已提交
92
### Python
93
* [Desenvolvimento web com Python e web2py!](https://dl.dropboxusercontent.com/u/830444/apostila_web2py_basico.pdf)
L
Leonam Dias 已提交
94 95
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
96

97

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


C
Christoph Uschkrat 已提交
102
### Ruby
103
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
L
Leonam Dias 已提交
104
* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
105
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
106
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
107
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
108
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
109

110

111

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

115 116 117 118

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