From 2dd0336e3b0fd7db69aa2c5e0f61924cfb5b2f3d Mon Sep 17 00:00:00 2001 From: Matteo Taroli Date: Mon, 11 May 2015 15:07:00 +0200 Subject: [PATCH] Correcting the alphabetization of the French list --- free-programming-books-fr.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 41390240..46a8fb7d 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -25,8 +25,8 @@ * [Metapost](#metapost) * [PGF/TikZ](#pgftikz) * [TeX](#tex) -* [Lua](#lua) * [Lisp](#lisp) +* [Lua](#lua) * [Meteor](#meteor) * [Perl](#perl) * [PHP](#php) @@ -93,8 +93,8 @@ ### C / C++ * [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) par Christian Casteyde -* [Le C en 20 heures](http://framabook.org/6-le-c-en-20-heures/), par Eric Berthomier et Daniel Schang * [Introduction à la rétro-ingénierie de binaires](http://progdupeu.pl/articles/45/introduction-a-la-retro-ingenierie-de-binaires), à partir de code C compilé pour x86. +* [Le C en 20 heures](http://framabook.org/6-le-c-en-20-heures/), par Eric Berthomier et Daniel Schang ### Coq @@ -126,9 +126,8 @@ ### Haskell -* [Apprendre Haskell vous fera le plus grand bien !](http://lyah.haskell.fr/) * [A Gentle Introduction to Haskell](http://gorgonite.developpez.com/livres/traductions/haskell/gentle-haskell/) par Paul Hudak, John Peterson et Joseph Fasel - +* [Apprendre Haskell vous fera le plus grand bien !](http://lyah.haskell.fr/) ### (La)TeX et associés @@ -143,8 +142,8 @@ les problèmes](http://www.pearson.fr/livre/?GCOI=27440100048330), Annexe B du * [Asymptote. Démarrage rapide](http://cgmaths.fr/cgFiles/Dem_Rapide.pdf), par Christophe Grospellier #### Metapost -* [Un manuel de Metapost](http://melusine.eu.org/syracuse/metapost/f-mpman-2.pdf), par John D. Hobby * [Tracer des graphes avec Metapost](http://melusine.eu.org/syracuse/metapost/f-mpgraph.pdf), par John D. Hobby +* [Un manuel de Metapost](http://melusine.eu.org/syracuse/metapost/f-mpman-2.pdf), par John D. Hobby #### PGF/TikZ * [TikZ pour l'impatient](http://math.et.info.free.fr/TikZ/), par Gérard Tisseau et Jacques Duma @@ -153,16 +152,15 @@ les problèmes](http://www.pearson.fr/livre/?GCOI=27440100048330), Annexe B du * [TeX pour l'Impatient](ftp://tug.org/tex/impatient/fr/fbook.pdf), par Paul Abrahams, Kathryn Hargreaves, and Karl Berry, trad. Marc Chaudemanche +### Lisp +* [Introduction à la programmation en Common Lisp](http://www.algo.be/logo1/lisp/intro-lisp.pdf) par Francis Leboutte +* [Traité de programmation en Common Lisp](http://dept-info.labri.fr/~strandh/Teaching/Programmation-Symbolique/Common/Book/HTML/programmation.html) par Robert Strandh et Irène Durand + ###Lua * [Introduction à la programmation Lua](http://www.luteus.biz/Download/LoriotPro_Doc/LUA/LUA_Training_FR/Introduction_Programmation.html) * [Lua : le tutoriel](http://wxlua.developpez.com/tutoriels/lua/general/cours-complet/), par Claude Urban - -### Lisp -* [Introduction à la programmation en Common Lisp](http://www.algo.be/logo1/lisp/intro-lisp.pdf) par Francis Leboutte -* [Traité de programmation en Common Lisp](http://dept-info.labri.fr/~strandh/Teaching/Programmation-Symbolique/Common/Book/HTML/programmation.html) par Robert Strandh et Irène Durand - ### Meteor * [Apprendre Meteor](http://mquandalle.gitbooks.io/apprendre-meteor/), par Maxime Quandalle -- GitLab