mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-08 06:15:29 +00:00
01cb4275a1
Added a Git and a Latex book.
43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
##Índice
|
|
* [Git](#git)
|
|
* [HTML / CSS](#html--css)
|
|
* [JavaScript](#javascript)
|
|
* [Java](#java)
|
|
* [LaTeX](#latex)
|
|
* [Python](#python)
|
|
* [Ruby](#ruby)
|
|
* [Shell Script](#shell)
|
|
|
|
|
|
###Git
|
|
* [Pro Git](http://git-scm.com/book/pt-br)
|
|
|
|
###HTML / CSS
|
|
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
|
|
|
|
###Java
|
|
* [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 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/)
|
|
|
|
###LaTeX
|
|
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)
|
|
|
|
### JavaScript
|
|
* [Guia Rápido de Desenvolvimento para Firefox OS: Criando apps com HTML5 para o Firefox OS](https://leanpub.com/guiarapidofirefoxos)
|
|
|
|
###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)
|
|
|
|
###Ruby
|
|
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
|
|
* [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
|
|
* [Ruby on Rails - Desenv. Ágil para Web com Ruby on Rails](http://www.caelum.com.br/apostila-ruby-on-rails/)
|
|
* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
|
|
|
|
###Shell
|
|
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)
|
|
|