2015-11-13 13:25:42 +00:00
|
|
|
### Índice
|
|
|
|
|
2015-06-16 18:31:43 +00:00
|
|
|
* [Android](#android)
|
2014-01-14 18:31:06 +00:00
|
|
|
* [C](#c)
|
2015-06-20 15:44:31 +00:00
|
|
|
* [C++](#cpp)
|
2015-01-11 08:48:22 +00:00
|
|
|
* [C#](#csharp)
|
2013-12-11 04:10:19 +00:00
|
|
|
* [Engenharia de software](#engenharia-de-software)
|
2015-11-13 11:50:35 +00:00
|
|
|
* [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
|
2013-11-14 19:50:04 +00:00
|
|
|
* [Git](#git)
|
2013-11-14 21:01:30 +00:00
|
|
|
* [Haskell](#haskell)
|
2013-11-14 19:35:05 +00:00
|
|
|
* [HTML / CSS](#html--css)
|
2013-11-14 19:50:04 +00:00
|
|
|
* [Java](#java)
|
2013-11-14 21:01:30 +00:00
|
|
|
* [JavaScript](#javascript)
|
2013-11-14 19:50:04 +00:00
|
|
|
* [LaTeX](#latex)
|
2015-03-20 23:40:43 +00:00
|
|
|
* [Lua](#lua)
|
|
|
|
* [PHP](#php)
|
2013-11-14 19:35:05 +00:00
|
|
|
* [Python](#python)
|
2014-11-28 22:49:07 +00:00
|
|
|
* [RegEx](#regex)
|
2013-10-18 00:59:25 +00:00
|
|
|
* [Ruby](#ruby)
|
2013-10-29 18:37:55 +00:00
|
|
|
* [Shell Script](#shell)
|
2014-12-04 20:40:58 +00:00
|
|
|
* [Vim](#vim)
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2015-10-28 12:14:54 +00:00
|
|
|
|
2015-06-16 18:31:43 +00:00
|
|
|
### Android
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-06-16 18:31:43 +00:00
|
|
|
* [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android)
|
2014-05-22 16:54:24 +00:00
|
|
|
|
2015-10-28 12:14:54 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### C
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-11-13 17:58:18 +00:00
|
|
|
* [Apostila Linguagem C - Silvio Lago](http://www.ime.usp.br/~slago/slago-C.pdf) (PDF)
|
2014-01-14 18:31:06 +00:00
|
|
|
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
|
2014-04-09 18:53:24 +00:00
|
|
|
* [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
|
2014-05-13 01:04:23 +00:00
|
|
|
* [O Fantástico Mundo da Linguagem C](https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
|
2015-11-13 13:25:42 +00:00
|
|
|
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/)
|
2014-01-14 18:31:06 +00:00
|
|
|
|
2015-10-28 12:14:54 +00:00
|
|
|
|
2015-06-20 15:44:31 +00:00
|
|
|
### CPP
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-11-13 17:58:18 +00:00
|
|
|
* [Apostila Linguagem C++ - Silvio Lago](http://www.ime.usp.br/~slago/slago-C++.pdf) (PDF)
|
|
|
|
* [Programação Orientada a Objetos em C++](http://www.filoczar.com.br/sistemas_operacionais/linux/cpppara_linux.pdf) (PDF)
|
2015-06-20 15:44:31 +00:00
|
|
|
|
2015-01-09 17:36:15 +00:00
|
|
|
|
2015-10-28 12:14:54 +00:00
|
|
|
### CSharp
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-06-16 18:27:29 +00:00
|
|
|
* [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)
|
2015-01-09 17:36:15 +00:00
|
|
|
|
2015-10-28 12:14:54 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Engenharia de Software
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
#### Metodologias de Desenvolvimento de Software
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2014-03-29 16:40:10 +00:00
|
|
|
* [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)
|
2013-12-11 04:10:19 +00:00
|
|
|
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
|
2013-11-02 17:15:20 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Git
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2014-04-10 17:44:51 +00:00
|
|
|
* [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git)
|
2013-11-14 21:01:30 +00:00
|
|
|
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
|
2013-11-14 19:50:04 +00:00
|
|
|
* [Pro Git](http://git-scm.com/book/pt-br)
|
2015-10-28 12:14:54 +00:00
|
|
|
* [Git - guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html)
|
2015-10-16 13:41:25 +00:00
|
|
|
|
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Haskell
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-07-13 20:35:52 +00:00
|
|
|
* [Aprender o Haskell será um grande bem para você (tradução em andamento)](https://github.com/taylorrf/learnhaskell)
|
2013-11-14 21:01:30 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### HTML / CSS
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2014-03-25 18:22:02 +00:00
|
|
|
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
|
2015-03-20 23:47:34 +00:00
|
|
|
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
|
2015-10-27 19:24:50 +00:00
|
|
|
* [Desenvolvimento Web com HTML, CSS e JavaScript](https://www.caelum.com.br/apostila-html-css-javascript/)
|
2015-11-13 20:52:57 +00:00
|
|
|
* [Dive Into HTML5](http://diveintohtml5.com.br)
|
|
|
|
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com)
|
2013-11-14 19:50:04 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Java
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2013-11-14 19:35:05 +00:00
|
|
|
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/)
|
2015-11-13 17:58:18 +00:00
|
|
|
* [Introdução a Ciência da Computação com Java](http://ccsl.ime.usp.br/files/books/intro-java-cc.pdf) (PDF)
|
2013-10-18 00:59:25 +00:00
|
|
|
* [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/)
|
2015-10-27 19:24:50 +00:00
|
|
|
* [Lab. Java com Testes, JSF e Design Patterns](https://www.caelum.com.br/apostila-java-testes-jsf-web-services-design-patterns/)
|
2013-10-18 00:59:25 +00:00
|
|
|
* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/)
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### JavaScript
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-11-19 10:44:19 +00:00
|
|
|
* [Eloquente Javascript](https://github.com/braziljs/eloquente-javascript)
|
2015-10-28 12:41:53 +00:00
|
|
|
* [JavaScript Frameworks/Bibliotecas e Livros](javascript-frameworks-resources-pt_BR.md)
|
2015-10-29 03:10:34 +00:00
|
|
|
* [JS: A forma certa](http://jstherightway.org/pt-br/)
|
2014-01-24 18:34:42 +00:00
|
|
|
|
2014-04-21 06:45:28 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### LaTeX
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2013-11-14 19:50:04 +00:00
|
|
|
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2015-03-21 00:25:56 +00:00
|
|
|
### Lua
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-03-21 00:25:56 +00:00
|
|
|
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)
|
|
|
|
|
|
|
|
|
|
|
|
### Php
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-11-13 17:58:18 +00:00
|
|
|
* [Curso Linguagem PHP 2000](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf) (PDF)
|
2015-11-13 20:52:57 +00:00
|
|
|
* [PHP Do jeito certo](http://br.phptherightway.com)
|
2015-03-21 00:25:56 +00:00
|
|
|
|
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Python
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-11-17 01:10:21 +00:00
|
|
|
* [Aprenda computação com Python](https://aprendendo-computacao-com-python.readthedocs.org/en/latest/index.html)
|
2015-03-20 23:47:34 +00:00
|
|
|
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
|
2015-11-13 17:58:18 +00:00
|
|
|
* [Python Orientado a Objetos](http://www.dcc.ufrj.br/~fabiom/mab225/pythonoo.pdf) (PDF)
|
|
|
|
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf) (PDF)
|
2013-11-14 19:35:05 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-11-28 22:49:07 +00:00
|
|
|
### RegEx
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2014-11-28 22:49:07 +00:00
|
|
|
* [Expressões Regulares - Guia de Consulta Rápida](http://aurelio.net/regex/guia/)
|
|
|
|
|
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Ruby
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2013-10-18 00:59:25 +00:00
|
|
|
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
|
2015-03-20 23:47:34 +00:00
|
|
|
* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
|
2015-10-25 14:40:06 +00:00
|
|
|
* [Conhecendo Ruby - Eustaquio Rangel](https://leanpub.com/conhecendo-ruby/read)
|
2015-11-13 20:52:57 +00:00
|
|
|
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com)
|
2013-11-12 14:10:44 +00:00
|
|
|
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
|
2013-10-18 00:59:25 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-07-27 20:16:50 +00:00
|
|
|
### Shell
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2015-11-13 17:58:18 +00:00
|
|
|
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) (PDF)
|
|
|
|
* [Pequena introdução ao linux e ao Shell Script ](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf) (PDF)
|
2014-04-28 17:42:14 +00:00
|
|
|
|
2014-12-04 20:31:12 +00:00
|
|
|
|
|
|
|
### Vim
|
2015-11-13 13:25:42 +00:00
|
|
|
|
2014-12-04 20:31:12 +00:00
|
|
|
* [Vim Básico](http://aurelio.net/vim/vim-basico.txt)
|
|
|
|
* [Vim Médio](http://aurelio.net/vim/vim-medio.txt)
|
2014-12-04 20:40:58 +00:00
|
|
|
* [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt)
|
2015-01-09 17:36:15 +00:00
|
|
|
* [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html)
|