2013-11-02 17:15:20 +00:00
|
|
|
##Índice
|
2014-01-14 18:31:06 +00:00
|
|
|
* [C](#c)
|
2013-12-11 04:10:19 +00:00
|
|
|
* [Engenharia de software](#engenharia-de-software)
|
|
|
|
* [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
|
2013-11-14 19:50:04 +00:00
|
|
|
* [Git](#git)
|
2014-03-19 12:09:04 +00:00
|
|
|
* [Grunt](#grunt)
|
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)
|
2013-11-14 19:35:05 +00:00
|
|
|
* [Python](#python)
|
2013-10-18 00:59:25 +00:00
|
|
|
* [Ruby](#ruby)
|
2013-10-29 18:37:55 +00:00
|
|
|
* [Shell Script](#shell)
|
2013-11-02 17:15:20 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-01-14 18:31:06 +00:00
|
|
|
###C
|
|
|
|
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
|
2014-04-09 18:32:24 +00:00
|
|
|
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
|
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-01-14 18:31:06 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
###Engenharia de Software
|
2013-12-11 04:10:19 +00:00
|
|
|
####Metodologias de Desenvolvimento de Software
|
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
|
|
|
|
2013-11-14 19:50:04 +00:00
|
|
|
###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)
|
|
|
|
|
2014-03-19 12:09:04 +00:00
|
|
|
###Grunt
|
|
|
|
* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/)
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2013-11-14 21:01:30 +00:00
|
|
|
###Haskell
|
|
|
|
* [Aprender o Haskell será um grande bem para você(tradução em andamento)](https://github.com/taylorrf/learnhaskell)
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2013-11-14 19:50:04 +00:00
|
|
|
###HTML / CSS
|
|
|
|
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
|
2013-11-14 21:07:44 +00:00
|
|
|
* [Dive Into HTML5](http://diveintohtml5.com.br/)
|
2014-03-25 19:33:39 +00:00
|
|
|
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
|
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)
|
2013-11-14 19:50:04 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2013-11-02 17:15:20 +00:00
|
|
|
###Java
|
2013-11-14 19:35:05 +00:00
|
|
|
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/)
|
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/)
|
|
|
|
* [Web ágil com VRaptor, Hibernate e AJAX](http://www.caelum.com.br/apostila-vraptor-hibernate/)
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2013-11-14 21:01:30 +00:00
|
|
|
###JavaScript
|
2014-01-22 14:02:29 +00:00
|
|
|
* [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)
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-01-24 18:34:42 +00:00
|
|
|
|
2013-11-14 19:50:04 +00:00
|
|
|
###LaTeX
|
|
|
|
* [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
|
|
|
|
2013-11-14 19:35:05 +00:00
|
|
|
###Python
|
|
|
|
* [A Byte of Python](http://rodrigoamaral.net/a-byte-of-python/)
|
|
|
|
* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
|
2014-03-10 15:18:46 +00:00
|
|
|
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
|
2013-11-14 19:35:05 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2013-11-14 19:35:05 +00:00
|
|
|
###Ruby
|
2013-10-18 00:59:25 +00:00
|
|
|
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
|
2013-11-14 21:01:30 +00:00
|
|
|
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
|
2013-10-18 00:59:25 +00:00
|
|
|
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
|
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-11-14 19:35:05 +00:00
|
|
|
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
|
2013-10-18 00:59:25 +00:00
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
2014-03-29 16:32:25 +00:00
|
|
|
|
2013-11-02 17:15:20 +00:00
|
|
|
###Shell
|
2013-10-29 18:37:55 +00:00
|
|
|
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
|