Răsfoiți Sursa

Merge pull request #1417 from leleonam/master

alphabetizing pt_BR
victor felder 10 ani în urmă
părinte
comite
1c7c0c6f8c
1 a modificat fișierele cu 18 adăugiri și 15 ștergeri
  1. 18 15
      free-programming-books-pt_BR.md

+ 18 - 15
free-programming-books-pt_BR.md

@@ -9,21 +9,21 @@
 * [HTML / CSS](#html--css)
 * [Java](#java)
 * [JavaScript](#javascript)
-* [PHP](#php)
 * [LaTeX](#latex)
+* [Lua](#lua)
+* [PHP](#php)
 * [Python](#python)
 * [RegEx](#regex)
 * [Ruby](#ruby)
 * [Shell Script](#shell)
-* [Lua](#lua)
 * [Vim](#vim)
 
 
 ### 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/)
+* [Projeto de Algoritmos em C](http://www.ime.usp.br/~pf/algoritmos/).
 
 ### CSharp
 
@@ -51,10 +51,10 @@
 
 
 ### 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)
+* [Desenvolvendo para browsers antigos](http://tableless.com.br/browsers-antigos-guerra-contra-o-terror/)
+* [Dive Into HTML5](http://diveintohtml5.com.br/)
+* [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
 
 
 ### Java
@@ -71,18 +71,24 @@
 * [Node.js para Leigos](http://udgwebdev.com/nodejs)
 * [Tudo sobre Meteor](http://udgwebdev.com/meteor)
 
-### Php
-* [Curso Linguagem PHP 2000](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf)
-* [PHP Do jeito certo](http://br.phptherightway.com/)
 
 ### LaTeX
 * [Introdução ao LaTeX 2 - Ou LaTeX 2 em 105 minutos](http://ctan.org/pkg/lshort-portuguese-br)
 
 
+### Lua
+* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)
+
+
+### Php
+* [Curso Linguagem PHP 2000](http://www.etelg.com.br/paginaete/downloads/informatica/php.pdf)
+* [PHP Do jeito certo](http://br.phptherightway.com/)
+
+
 ### 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/)
 * [Desenvolvimento web com Python e web2py!](https://dl.dropboxusercontent.com/u/830444/apostila_web2py_basico.pdf)
+* [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/)
+* [Python para Desenvolvedores](http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf)
 
 
 ### RegEx
@@ -91,20 +97,17 @@
 
 ### Ruby
 * [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
+* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
 * [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)
-* [Conhecendo Ruby](http://howtocode.com.br/ebooks/ruby)
 
 
 
 ### 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/)
-
 
 ### Vim
 * [Vim Básico](http://aurelio.net/vim/vim-basico.txt)