1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-19 05:52:21 +00:00
This commit is contained in:
Nando Kstro Net 2014-01-22 11:02:56 -03:00
commit 1fc70ae853

View File

@ -18,6 +18,7 @@
* [Git](#git)
* [Haskell](#haskell)
* [JavaScript](#javascript)
* [jQuery] (#jquery)
* [node.js](#nodejs)
* [Java](#java)
* [LaTeX](#latex)
@ -120,6 +121,7 @@
###Haskell
* [¡Aprende Haskell por el bien de todos!](http://aprendehaskell.es/main.html)
* [Piensa en Haskell (ejercicios de programación funcional con Haskell)](http://www.cs.us.es/~jalonso/publicaciones/Piensa_en_Haskell.pdf)
###Java
@ -136,6 +138,10 @@
* [Jardín de JavaScript](http://bonsaiden.github.io/JavaScript-Garden/es)
####jQuery
* [Fundamentos de jQuery](http://librojquery.com/)
####Node.js
* [Introducción a Node.js a través de Koans](http://nodejskoans.com/)
* [El Libro para Principiantes en Node.js](http://www.nodebeginner.org/index-es.html)
@ -151,6 +157,7 @@
* [Silex, el manual oficial](http://librosweb.es/silex/)
* [Symfony 1.4, la guía definitiva](http://librosweb.es/symfony_1_4/)
* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP)
* [Manual de estudio introductorio al lenguaje PHP procedural](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-php.pdf)
###Python