|
|
@ -1,4 +1,5 @@ |
|
|
|
## Índice |
|
|
|
## Índice |
|
|
|
|
|
|
|
* [AngularJs](#angularjs) |
|
|
|
* [Android](#android) |
|
|
|
* [Android](#android) |
|
|
|
* [C](#c) |
|
|
|
* [C](#c) |
|
|
|
* [C++](#cpp) |
|
|
|
* [C++](#cpp) |
|
|
@ -12,6 +13,8 @@ |
|
|
|
* [HTML / CSS](#html--css) |
|
|
|
* [HTML / CSS](#html--css) |
|
|
|
* [Java](#java) |
|
|
|
* [Java](#java) |
|
|
|
* [JavaScript](#javascript) |
|
|
|
* [JavaScript](#javascript) |
|
|
|
|
|
|
|
* [jQuery](#jquery) |
|
|
|
|
|
|
|
* [Node.js](#node.js) |
|
|
|
* [LaTeX](#latex) |
|
|
|
* [LaTeX](#latex) |
|
|
|
* [Lua](#lua) |
|
|
|
* [Lua](#lua) |
|
|
|
* [PHP](#php) |
|
|
|
* [PHP](#php) |
|
|
@ -21,6 +24,11 @@ |
|
|
|
* [Shell Script](#shell) |
|
|
|
* [Shell Script](#shell) |
|
|
|
* [Vim](#vim) |
|
|
|
* [Vim](#vim) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## AngularJs |
|
|
|
|
|
|
|
* [Criando uma aplicação simples com AngularJS](http://tableless.com.br/criando-uma-aplicacao-simples-com-angularjs/) |
|
|
|
|
|
|
|
* [Entendendo as diretivas e fazendo abas com AngularJS](http://tableless.com.br/diretivas-angularjs-abas/) |
|
|
|
|
|
|
|
* [Criando uma aplicação Single Page com AngularJS](http://tableless.com.br/criando-uma-aplicacao-single-page-com-angularjs/) |
|
|
|
|
|
|
|
|
|
|
|
### Android |
|
|
|
### Android |
|
|
|
* [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android) |
|
|
|
* [Desenvolvimento Mobile com Android](http://www.k19.com.br/downloads/apostilas/java/k19-k41-desenvolvimento-mobile-com-android) |
|
|
|
|
|
|
|
|
|
|
@ -65,14 +73,12 @@ |
|
|
|
### Haskell |
|
|
|
### Haskell |
|
|
|
* [Aprender o Haskell será um grande bem para você (tradução em andamento)](https://github.com/taylorrf/learnhaskell) |
|
|
|
* [Aprender o Haskell será um grande bem para você (tradução em andamento)](https://github.com/taylorrf/learnhaskell) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### HTML / CSS |
|
|
|
### HTML / CSS |
|
|
|
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o) |
|
|
|
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o) |
|
|
|
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/) |
|
|
|
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/) |
|
|
|
* [Dive Into HTML5](http://diveintohtml5.com.br/) |
|
|
|
* [Dive Into HTML5](http://diveintohtml5.com.br/) |
|
|
|
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) |
|
|
|
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Java |
|
|
|
### Java |
|
|
|
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) |
|
|
|
* [Algoritmos e Estruturas de Dados com Java](http://www.caelum.com.br/apostila-java-estrutura-dados/) |
|
|
|
* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) |
|
|
|
* [Java e Orientação a Objetos](http://www.caelum.com.br/apostila-java-orientacao-objetos/) |
|
|
@ -83,11 +89,19 @@ |
|
|
|
|
|
|
|
|
|
|
|
### JavaScript |
|
|
|
### JavaScript |
|
|
|
* [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript) |
|
|
|
* [Eloquent Javascript PT-BR](https://github.com/braziljs/eloquente-javascript) |
|
|
|
* [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) |
|
|
|
* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos) |
|
|
|
* [Node.js para Leigos](http://udgwebdev.com/nodejs) |
|
|
|
|
|
|
|
* [Tudo sobre Meteor](http://udgwebdev.com/meteor) |
|
|
|
* [Tudo sobre Meteor](http://udgwebdev.com/meteor) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### jQuery |
|
|
|
|
|
|
|
* [Fundamentos de jQuery](http://herberthamaral.com/posts/2013-02-25-sobre-o-jquery-fundamentals.html) |
|
|
|
|
|
|
|
* [Artigos sobre jQuery](http://tableless.com.br/code/javascript/jquery/) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Node.js |
|
|
|
|
|
|
|
* [Node.js para Leigos](http://udgwebdev.com/nodejs) |
|
|
|
|
|
|
|
* [Primeiros passos com Node.js](http://tableless.com.br/o-que-nodejs-primeiros-passos-com-node-js/) |
|
|
|
|
|
|
|
* [Raspagem de dados com Node.js](http://tableless.com.br/raspagem-de-dados-com-node-js/) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### LaTeX |
|
|
|
### LaTeX |
|
|
|
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) |
|
|
|
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br) |
|
|
|