mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-05 21:07:51 +00:00
92 lines
3.8 KiB
Markdown
92 lines
3.8 KiB
Markdown
##Índice
|
|
* [C](#c)
|
|
* [Engenharia de software](#engenharia-de-software)
|
|
* [Metodologias de Desenvolvimento de Software](#metodologias-de-desenvolvimento-de-software)
|
|
* [Git](#git)
|
|
* [Grunt](#grunt)
|
|
* [Haskell](#haskell)
|
|
* [HTML / CSS](#html--css)
|
|
* [Java](#java)
|
|
* [JavaScript](#javascript)
|
|
* [PHP](#php)
|
|
* [LaTeX](#latex)
|
|
* [Python](#python)
|
|
* [Ruby](#ruby)
|
|
* [Shell Script](#shell)
|
|
* [Lua](#lua)
|
|
|
|
###C
|
|
* [Introdução a Programação](https://github.com/edusantana/introducao-a-programacao-livro/releases) - livro adotado na UFPB.
|
|
* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
|
|
* [Introdução ao Curso de C ](http://www.ic.unicamp.br/~mc102/introducao-ao-curso-de-c.html).
|
|
* [O Fantástico Mundo da Linguagem C](https://fiorix.wordpress.com/2014/04/12/livro-sobre-c-e-linux/)
|
|
|
|
###Engenharia de Software
|
|
####Metodologias de Desenvolvimento de Software
|
|
* [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)
|
|
* [Scrum e XP direto das Trincheiras](http://www.infoq.com/br/minibooks/scrum-xp-from-the-trenches)
|
|
|
|
|
|
###Git
|
|
* [Aprendendo Git](http://www.slideshare.net/bismarckjunior/aprendendo-git)
|
|
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/pt_br/)
|
|
* [Pro Git](http://git-scm.com/book/pt-br)
|
|
|
|
|
|
###Grunt
|
|
* [Grunt - Voce deveria estar usando](http://tableless.com.br/grunt-voce-deveria-estar-usando/)
|
|
|
|
###Haskell
|
|
* [Aprender o Haskell será um grande bem para você(tradução em andamento)](https://github.com/taylorrf/learnhaskell)
|
|
|
|
|
|
###HTML / CSS
|
|
* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
|
|
* [Dive Into HTML5](http://diveintohtml5.com.br/)
|
|
* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
|
|
* [Curso de HTML5 em vídeo do Guanabara](http://www.youtube.com/playlist?list=PLHz_AreHm4dlAnJ_jJtV29RFxnPHDuk9o)
|
|
|
|
|
|
###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/)
|
|
|
|
|
|
###JavaScript
|
|
* [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)
|
|
* [Node.js para Leigos](http://udgwebdev.com/nodejs)
|
|
* [Tudo sobre Meteor](http://udgwebdev.com/meteor)
|
|
|
|
###Php
|
|
* [PHP](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf)
|
|
|
|
###LaTeX
|
|
* [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)
|
|
|
|
|
|
###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)
|
|
* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
|
|
|
|
|
|
###Ruby
|
|
* [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
|
|
* [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/)
|
|
* [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)
|
|
|
|
###Lua
|
|
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)
|