From 5a8c3ea18ef87e6f0ca0ea329eee17b1d8e6b95b Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 21 Feb 2014 09:49:40 -0600 Subject: [PATCH 1/3] [es] Cleaning some links added C book+section --- free-programming-books-es.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 58b41dda..6fa5707b 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -12,7 +12,8 @@ * [Android](#android) * [CSS](#CSS) * [Coffeescript](#coffeescript) -* [C++](#c) +* [C](#C) +* [C++](#c-1) * [Emacs](#emacs) * [Ensamblador](#ensamblador) * [Git](#git) @@ -104,6 +105,10 @@ * [Coffeescript, un pequeño gran libro – Javi Jiménez](https://leanpub.com/coffeescript) +###C +* [Introducción a la programación con C](http://repositori.uji.es/xmlui/bitstream/handle/10234/24306/s29.pdf) + + ###C++ * [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) @@ -177,7 +182,7 @@ * [El tutorial de Python](http://tutorialpython.com.ar) * [Inmersión en Python](http://es.diveintopython.net/toc.html) * [Inmersión en Python 3](http://inmersionenpython3.googlecode.com/files/inmersionEnPython3.0.11.pdf) (PDF) -* [Introducción a la programación con Python](http://www.uji.es/bin/publ/edicions/ippython.pdf) (PDF) +* [Introducción a la programación con Python](http://repositori.uji.es/xmlui/bitstream/handle/10234/24305/s23.pdf) (PDF) * [Introducción a Programando con Python](http://opentechschool.github.io/python-beginners/es_CL/) * [Python instantáneo](http://www.arrakis.es/~rapto/AprendaPython.html) * [Python para ciencia e ingeniería](https://github.com/mgaitan/python-ingenieria) @@ -185,11 +190,11 @@ * [Python para principiantes (PDF)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) [(HTML)](http://librosweb.es/libro/python/) -###Django +####Django * [El libro de Django 1.0](http://django-book.mkaufmann.com.ar/) -###Web2py +####Web2py * [Web2py - Manual de Referencia Completo, 5a Edición](http://www.web2py.com/books/default/chapter/41) @@ -198,7 +203,7 @@ * [Ruby en 20 minutos](https://www.ruby-lang.org/es/documentation/quickstart/) -###Ruby on Rails +####Ruby on Rails * [El maldito libro de los Descarrilados](http://yottabi.com/mld.pdf) (PDF) From fc154af678443b6da30fa08b1b26ec59a3939b1e Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 21 Feb 2014 09:52:37 -0600 Subject: [PATCH 2/3] [es] Sorting the C list --- free-programming-books-es.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index 6fa5707b..ab50c4da 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -93,6 +93,13 @@ ###Android * [Curso de Programación Android](http://www.sgoliver.net/blog/wp-content/uploads/2011/11/Manual-Programacion-Android-SgoliverNet-v3-muestra.zip) (PDF) by Salvador Gómez Oliver +###C +* [Introducción a la programación con C](http://repositori.uji.es/xmlui/bitstream/handle/10234/24306/s29.pdf) + + +###C++ +* [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) + ###CSS * [CSS avanzado](http://librosweb.es/css_avanzado/) @@ -105,14 +112,6 @@ * [Coffeescript, un pequeño gran libro – Javi Jiménez](https://leanpub.com/coffeescript) -###C -* [Introducción a la programación con C](http://repositori.uji.es/xmlui/bitstream/handle/10234/24306/s29.pdf) - - -###C++ -* [Ejercicios de programación creativos y recreativos en C++](http://antares.sip.ucm.es/cpareja/libroCPP/) - - ###Emacs * [Emacs: Iniciación a la edición](http://www.rpublica.net/emacs/emacs.html) From d5d6c560d25e9c4cfc60fa1a7e1ff646583beddf Mon Sep 17 00:00:00 2001 From: Espartaco Palma Date: Fri, 21 Feb 2014 09:53:58 -0600 Subject: [PATCH 3/3] [es] Sorting the C list (again :( --- free-programming-books-es.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books-es.md b/free-programming-books-es.md index ab50c4da..89744a3a 100644 --- a/free-programming-books-es.md +++ b/free-programming-books-es.md @@ -10,10 +10,10 @@ * [Paradigmas de Programación](#paradigmas-de-programaci%C3%B3n) * [Sistemas Operativos](#sistemas-operativos) * [Android](#android) -* [CSS](#CSS) -* [Coffeescript](#coffeescript) * [C](#C) * [C++](#c-1) +* [CSS](#CSS) +* [Coffeescript](#coffeescript) * [Emacs](#emacs) * [Ensamblador](#ensamblador) * [Git](#git)