|
6 | 6 | * [Engenharia de software](#engenharia-de-software)
|
7 | 7 | * [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
|
8 | 8 | * [Git](#git)
|
9 |
| -* [Gulp](#gulp) |
10 |
| -* [Grunt](#grunt) |
11 |
| -* [Gulp](#Gulp) |
12 | 9 | * [Haskell](#haskell)
|
13 | 10 | * [HTML / CSS](#html--css)
|
14 | 11 | * [Java](#java)
|
|
22 | 19 | * [Shell Script](#shell)
|
23 | 20 | * [Vim](#vim)
|
24 | 21 |
|
| 22 | + |
25 | 23 | ### Android
|
26 | 24 | * [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android)
|
27 | 25 |
|
| 26 | + |
28 | 27 | ### C
|
29 | 28 | * [Apostila Linguagem C - Silvio Lago](http://www.ime.usp.br/~slago/slago-C.pdf)
|
30 | 29 | * [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
|
31 | 30 | * [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
|
32 | 31 | * [O Fantástico Mundo da Linguagem C](https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
|
33 | 32 | * [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
|
34 | 33 |
|
| 34 | + |
35 | 35 | ### CPP
|
36 | 36 | * [Apostila Linguagem C++ - Silvio Lago](http://www.ime.usp.br/~slago/slago-C++.pdf)
|
37 | 37 | * [Programação Orientada a Objetos em C++](http://www.filoczar.com.br/sistemas_operacionais/linux/cpppara_linux.pdf)
|
38 | 38 |
|
39 |
| -### CSharp |
40 | 39 |
|
| 40 | +### CSharp |
41 | 41 | * [C# e Orientação a Objetos - Caelum](https://www.caelum.com.br/apostila-csharp-orientacao-objetos/)
|
42 | 42 | * [C# e Orientação a Objetos - K19](http://www.k19.com.br/downloads/apostilas/dotnet/k19-k31-csharp-e-orientacao-a-objetos)
|
43 | 43 | * [Desenvolvimento Web com ASP.NET MVC - K19](http://www.k19.com.br/downloads/apostilas/dotnet/k19-k32-desenvolvimento-web-com-aspnet-mvc)
|
44 | 44 |
|
| 45 | + |
45 | 46 | ### Engenharia de Software
|
46 | 47 | #### Metodologias de Desenvolvimento de Software
|
47 | 48 | * [Kanban e Scrum - obtendo o melhor de ambos](http://www.infoq.com/br/minibooks/kanban-scrum-minibook)
|
|
53 | 54 | * [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git)
|
54 | 55 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
|
55 | 56 | * [Pro Git](http://git-scm.com/book/pt-br)
|
56 |
| -* [Git - guia prático] (http://rogerdudler.github.io/git-guide/index.pt_BR.html) |
57 |
| - |
58 |
| -### Gulp |
59 |
| -* [Gulp - O novo automatizador](http://tableless.com.br/gulp-o-novo-automatizador/) |
60 |
| - |
61 |
| - |
62 |
| -### Grunt |
63 |
| -* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/) |
64 |
| -* [Grunt - Por onde começar](http://www.voltsdigital.com.br/labs/gruntjs-por-onde-comecar/) |
65 |
| - |
66 |
| - |
67 |
| -### Gulp |
68 |
| -* [GulpJS - Um gole de otimização no seu workflow](http://blog.da2k.com.br/2015/01/24/gulpjs-um-gole-de-otimizacao-no-seu-workflow/) |
69 |
| -* [1 de março de 2015 Gulp connect e livereload](http://blog.da2k.com.br/2015/03/01/gulp-connect-e-livereload/) |
| 57 | +* [Git - guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html) |
70 | 58 |
|
71 | 59 |
|
72 | 60 | ### Haskell
|
|
89 | 77 |
|
90 | 78 |
|
91 | 79 | ### JavaScript
|
92 |
| -* [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript) |
93 |
| -* [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html) |
94 |
| -* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) |
95 |
| -* [Node.js para Leigos](http://udgwebdev.com/nodejs) |
96 |
| -* [Tudo sobre Meteor](http://udgwebdev.com/meteor) |
| 80 | +* [JavaScript Frameworks/Bibliotecas e Livros](javascript-frameworks-resources-pt_BR) |
97 | 81 |
|
98 | 82 |
|
99 | 83 | ### LaTeX
|
|
130 | 114 | * [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
|
131 | 115 |
|
132 | 116 |
|
133 |
| - |
134 | 117 | ### Shell
|
135 | 118 | * [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
|
136 | 119 | * [Pequena introdução ao linux e ao Shell Script ](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf)
|
|
0 commit comments