2014-07-27 20:16:50 +00:00
### Index
2013-10-21 00:52:20 +00:00
* [Méta-listes ](#méta-listes )
2013-10-16 22:00:11 +00:00
* [Non dépendant du langage ](#non-dépendant-du-langage )
2013-12-11 09:29:51 +00:00
* [Algorithmique ](#algorithmique )
* [Logiciels libres ](#logiciels-libres )
* [Makefile ](#makefile )
* [Méthodes de développment ](#méthodes-de-développement )
2014-07-08 15:09:00 +00:00
* [Pédagogie pour enfants et adolescents ](#pédagogie-pour-enfants-et-adolescents )
2013-12-11 09:29:51 +00:00
* [Théorie des langages ](#théorie-des-langages )
2015-02-13 14:19:52 +00:00
* [Arduino ](#arduino )
2013-10-16 22:32:23 +00:00
* [Assembleur ](#assembleur )
2013-11-29 18:47:20 +00:00
* [Bash / Shell ](#bash--shell )
2013-10-16 22:00:11 +00:00
* [Caml ](#caml )
2013-10-21 01:18:59 +00:00
* [C / C++ ](#c--c )
2013-11-14 21:44:36 +00:00
* [Coq ](#coq )
2013-12-21 23:48:17 +00:00
* [CSS ](#css )
2013-10-16 22:00:11 +00:00
* [Git ](#git )
* [Haskell ](#haskell )
2013-11-01 09:52:00 +00:00
* [Java ](#java )
2013-10-21 00:52:20 +00:00
* [Javascript ](#javascript )
2014-10-26 21:50:13 +00:00
* [jQuery ](#jquery )
2015-03-03 10:22:06 +00:00
* [(La)TeX et associés ](#latex-et-associés )
* [LaTeX ](#latex )
2013-10-23 03:17:07 +00:00
* [Asymptote ](#asymptote )
2013-10-23 04:48:08 +00:00
* [Metapost ](#metapost )
2013-10-23 03:20:43 +00:00
* [PGF/TikZ ](#pgftikz )
2015-03-03 10:22:06 +00:00
* [TeX ](#tex )
2015-02-16 20:07:04 +00:00
* [Lua ](#lua )
2013-10-24 06:45:01 +00:00
* [Lisp ](#lisp )
2014-10-25 16:34:41 +00:00
* [Meteor ](#meteor )
2013-10-16 22:00:11 +00:00
* [Perl ](#perl )
2013-10-20 22:19:31 +00:00
* [PHP ](#php )
2013-10-16 22:00:11 +00:00
* [Python ](#python )
2013-10-20 06:09:48 +00:00
* [R ](#r )
2013-10-16 22:00:11 +00:00
* [Ruby ](#ruby )
2013-12-02 10:06:25 +00:00
* [Sage ](#sage )
2013-10-25 02:11:53 +00:00
* [Scilab ](#scilab )
2013-10-16 22:00:11 +00:00
* [SPIP ](#spip )
2013-12-07 13:27:30 +00:00
* [Vim ](#vim )
2013-10-16 07:33:55 +00:00
2013-10-21 00:45:50 +00:00
2014-07-27 20:16:50 +00:00
### Méta-listes
2014-04-09 12:15:34 +00:00
* [Le SILO: Sciences du numérique & Informatique au Lycée: Oui! ](https://wiki.inria.fr/sciencinfolycee/Accueil )
2013-10-21 00:45:50 +00:00
2014-07-27 20:16:50 +00:00
### Non dépendant du langage
#### Algorithmique
2013-10-20 09:47:31 +00:00
* [Algorithmique ](http://pauillac.inria.fr/~quercia/cdrom/cours ), par Michel Quercia
2013-10-20 23:40:41 +00:00
* [Éléments d'algorithmique ](http://www-igm.univ-mlv.fr/~berstel/Elements/Elements.pdf ) par D. Beauquier, J. Berstel, et Ph. Chrétienne
2013-10-28 00:48:41 +00:00
* [France-IOI ](http://www.france-ioi.org/ )
* [Prologin ](http://www.prologin.org/ )
2013-10-16 22:00:11 +00:00
2013-10-20 07:50:44 +00:00
2014-07-27 20:16:50 +00:00
#### Logiciels libres
2013-10-21 23:43:04 +00:00
* [Histoires et cultures du libres ](http://framabook.org/histoires-et-cultures-du-libre/ )
2013-10-28 00:48:41 +00:00
* [Option libre. Du bon usage des licences libres ](http://framabook.org/option-libre-du-bon-usage-des-licences-libres/ ), par Jean Benjamin
* [Produire du logiciel libre ](http://framabook.org/8-produire-du-logiciel-libre/ ), par Karl Fogel
2013-11-22 07:55:02 +00:00
* [Richard Stallman et la révolution du logiciel libre ](http://framabook.org/richard-stallman-et-la-revolution-du-logiciel-libre/ ), par R.M. Stallman, S. Williams et C. Masutti
2013-10-20 22:19:31 +00:00
2013-11-03 19:04:23 +00:00
2014-07-27 20:16:50 +00:00
#### Makefile
2013-11-03 19:04:23 +00:00
* [Concevoir un Makefile ](http://icps.u-strasbg.fr/people/loechner/public_html/enseignement/GL/make.pdf ), par Vincent Loechner d'après Nicolas Zin
2013-12-11 07:16:26 +00:00
* [Introduction aux Makefile ](http://eric.bachard.free.fr/UTBM_LO22/P07/C/Documentation/C/make/intro_makefile.pdf )
2013-11-03 19:04:23 +00:00
2013-11-15 01:31:40 +00:00
2014-07-27 20:16:50 +00:00
#### Méthodes de développement
2013-11-15 01:31:40 +00:00
* [Scrum et XP depuis les tranchées ](http://www.infoq.com/resource/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenches_French.pdf ), par Henrik Kniberg
2014-07-27 20:16:50 +00:00
#### Pédagogie pour enfants et adolescents
2014-07-08 15:09:00 +00:00
* [Apprendre l'informatique sans ordinateur ](https://interstices.info/jcms/c_47072/enseigner-et-apprendre-les-sciences-informatiques-a-lecole ), par Tim Bell, Ian H. Witten et Mike Fellows (traduit)
2013-10-20 22:19:31 +00:00
2014-07-27 20:16:50 +00:00
#### Théorie des langages
2013-12-11 09:29:51 +00:00
* [Compilation. Théorie des langages ](http://www.lisyc.univ-brest.fr/pages_perso/leparc/Etud/Master/Compil/Doc/CoursCompilation.pdf ) par Université de Bretagne Occidentale
2013-10-16 22:33:48 +00:00
2013-12-28 01:42:25 +00:00
2015-02-13 14:19:52 +00:00
### Arduino
* [Arduino : Premiers pas en informatique embarquée ](http://eskimon.fr/ebook-tutoriel-arduino ) - Eskimon et olyte
2014-07-27 20:16:50 +00:00
### Assembleur
2013-12-28 01:42:25 +00:00
* [PC Assembly Language ](http://drpaulcarter.com/pcasm/ ) - Paul A. Carter
2014-07-27 20:16:50 +00:00
### Bash / Shell
2013-10-25 02:33:35 +00:00
* [Guide avancé d'écriture des scripts Bash ](http://abs.traduc.org/abs-fr/ )
2013-10-16 22:00:11 +00:00
2014-07-27 20:16:50 +00:00
### Caml
2013-10-16 22:00:11 +00:00
* [Le language Caml ](http://caml.inria.fr/ )
2014-07-27 20:16:50 +00:00
### C / C++
2013-10-16 22:00:11 +00:00
* [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
2013-11-07 09:37:49 +00:00
* [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.
2013-10-16 22:00:11 +00:00
2013-11-14 21:44:36 +00:00
2014-07-27 20:16:50 +00:00
### Coq
2013-11-14 21:44:36 +00:00
* [Le Coq'Art (V8) ](http://www.labri.fr/perso/casteran/CoqArt ) par Yves Bertot et Pierre Castéran
2013-11-15 00:45:15 +00:00
* [Preuves de programmes en coq ](http://fuscia.inrialpes.fr/cours/coq/ ) par Yves Bertot
2013-11-14 21:44:36 +00:00
2013-12-21 23:48:17 +00:00
2014-07-27 20:16:50 +00:00
### CSS
2013-12-21 23:48:17 +00:00
* [Apprendre les mises en page CSS ](http://fr.learnlayout.com/ )
2013-10-16 22:00:11 +00:00
2014-07-27 20:16:50 +00:00
### Git
2014-08-14 10:23:52 +00:00
* [Git Magic ](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/ ) par Alexandre Garel, Paul Gaborit et Nicolas Deram
2013-10-28 00:48:41 +00:00
* [Pro Git ](http://www.git-scm.com/book/fr ) par Scott Chacon
2013-11-01 09:52:00 +00:00
2014-07-27 20:16:50 +00:00
### Java
2013-11-01 09:57:34 +00:00
* [Initiation à la programmation (en Java) ](https://www.coursera.org/course/intro-java-fr ), MOOC de l'École Polytechnique Fédérale de Lausanne
2014-01-12 07:28:45 +00:00
* [Java Programming for Kids, Parents and Grandparents ](http://myflex.org/books/java4kids/java4kids.htm ) - Yakov Fain
2014-01-08 20:56:57 +00:00
* [Play.Rules! ](http://3monkeys.github.io/play.rules/ )
2013-10-16 07:33:55 +00:00
2013-10-16 22:17:36 +00:00
2014-07-27 20:16:50 +00:00
### Javascript
2013-10-16 22:00:11 +00:00
* [Javascript Éloquent : Une introduction moderne à la programmation ](http://fr.eloquentjavascript.net/ ), par Marijn Haverbeke
2013-10-16 22:17:36 +00:00
2014-10-26 21:50:13 +00:00
### jQuery
* [Apprendre jQuery ](http://sutterlity.gitbooks.io/apprendre-jquery/ ), par Sutterlity Laurent
2014-07-27 20:16:50 +00:00
### Haskell
2013-10-16 22:00:11 +00:00
* [Apprendre Haskell vous fera le plus grand bien ! ](http://lyah.haskell.fr/ )
2013-10-24 07:16:54 +00:00
* [A Gentle Introduction to Haskell ](http://gorgonite.developpez.com/livres/traductions/haskell/gentle-haskell/ ) par Paul Hudak, John Peterson et Joseph Fasel
2013-10-16 22:00:11 +00:00
2015-03-03 10:22:06 +00:00
### (La)TeX et associés
#### LaTeX
2013-11-01 09:52:00 +00:00
* [Détecter et résoudre
les problèmes](http://www.pearson.fr/livre/?GCOI=27440100048330), Annexe B du LaTeX Companion 2006, par Frank Mittelbach et Michel Goossens, mis à disposition par l'éditeur dans l'onglet « Compléments »
2013-10-20 23:41:48 +00:00
* [LaTeX... pour le prof de maths ! ](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths.pdf ) par Arnaud Gazagnes
2013-10-28 00:46:14 +00:00
* [Tout ce que vous avez toujours voulu savoir sur LaTeX sans jamais oser le demander ](http://framabook.org/5-tout-ce-que-vous-avez-toujours-voulu-savoir-sur-latex-sans-jamais-oser-le-demander/ ) par Vincent Lozano
2013-10-28 00:48:41 +00:00
* [(Xe)LaTeX appliqué aux sciences humaines ](http://geekographie.maieul.net/95 ) par Maïeul Rouquette
2013-10-16 22:00:11 +00:00
2014-07-27 20:16:50 +00:00
#### Asymptote
2013-10-23 03:17:07 +00:00
* [Asymptote. Démarrage rapide ](http://cgmaths.fr/cgFiles/Dem_Rapide.pdf ), par Christophe Grospellier
2014-07-27 20:16:50 +00:00
#### Metapost
2013-10-23 04:48:08 +00:00
* [Un manuel de Metapost ](http://melusine.eu.org/syracuse/metapost/f-mpman-2.pdf ), par John D. Hobby
2013-10-23 04:48:56 +00:00
* [Tracer des graphes avec Metapost ](http://melusine.eu.org/syracuse/metapost/f-mpgraph.pdf ), par John D. Hobby
2013-10-23 04:48:08 +00:00
2014-07-27 20:16:50 +00:00
#### PGF/TikZ
2013-10-23 03:02:35 +00:00
* [TikZ pour l'impatient ](http://math.et.info.free.fr/TikZ/ ), par Gérard Tisseau et Jacques Duma
2015-03-03 10:22:06 +00:00
#### TeX
* [TeX pour l'Impatient ](ftp://tug.org/tex/impatient/fr/fbook.pdf ), par Paul Abrahams, Kathryn Hargreaves, and Karl Berry, trad. Marc Chaudemanche
2015-02-16 20:07:04 +00:00
###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
2013-10-24 06:45:01 +00:00
2014-07-27 20:16:50 +00:00
### Lisp
2013-10-24 06:59:25 +00:00
* [Introduction à la programmation en Common Lisp ](http://www.algo.be/logo1/lisp/intro-lisp.pdf ) par Francis Leboutte
2013-10-28 00:48:41 +00:00
* [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
2013-10-24 06:45:01 +00:00
2014-10-25 16:34:41 +00:00
### Meteor
* [Apprendre Meteor ](http://mquandalle.gitbooks.io/apprendre-meteor/ ), par Maxime Quandalle
2013-10-16 22:17:36 +00:00
2014-07-27 20:16:50 +00:00
### Perl
2013-10-16 22:00:11 +00:00
* [Guide Perl - débuter et progresser en Perl ](http://formation-perl.fr/guide-perl.html ), par Sylvain Lhullier
* [La documentation Perl en français ](http://perl.mines-albi.fr/DocFr.html )
2013-10-20 22:19:31 +00:00
2014-07-27 20:16:50 +00:00
### PHP
2013-10-20 22:19:31 +00:00
* [Cours de PHP 5 ](http://g-rossolini.developpez.com/tutoriels/php/cours/?page=introduction ) par Guillaume Rossolini
* [Initiation au PHP ](http://www.framasoft.net/IMG/pdf/initiation_php.pdf ) par David Ducrocq
* [Programmer en PHP ](http://www.lincoste.com/ebooks/pdf/informatique/programmer_php.pdf ) par Julien Gaulmin
2013-10-16 22:00:11 +00:00
2014-07-27 20:16:50 +00:00
### Python
2013-10-16 22:00:11 +00:00
* [Appendre à programmer avec Python ](http://inforef.be/swi/python.htm ) par Gerard Swinnen
2015-04-03 19:31:42 +00:00
* [Dropbox a des fuites ! Un aperçu de la rétro-ingénierie des programmes Python ](http://pdp.microjoe.org/articles/34/dropbox-a-des-fuites )
2013-10-20 22:19:31 +00:00
* [Python ](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf ) par Guido Van Rossum
2015-02-25 12:22:59 +00:00
* [Une introduction à Python 3 ](https://perso.limsi.fr/pointal/python:courspython3 ) par Bob Cordeau et Laurent Pointal
2013-10-20 06:09:48 +00:00
2014-07-27 20:16:50 +00:00
### R
2013-10-20 06:09:48 +00:00
* [Introduction à la programmation en R ](http://cran.r-project.org/doc/contrib/Goulet_introduction_programmation_R.pdf ) par Vincent Goulet
2013-10-16 22:00:11 +00:00
2014-07-27 20:16:50 +00:00
### Ruby
2013-10-16 22:00:11 +00:00
* [Ruby en vingt minutes ](https://www.ruby-lang.org/fr/documentation/quickstart/ )
* [Venir à Ruby après un autre language ](https://www.ruby-lang.org/fr/documentation/ruby-from-other-languages/ )
2013-10-16 22:17:36 +00:00
2014-07-27 20:16:50 +00:00
#### Ruby on Rails
2013-10-17 09:24:00 +00:00
* [Tutoriel Ruby on Rails : Apprendre Rails par l'exemple ](http://french.railstutorial.org/chapters/beginning ), par Michael Hartl
2013-10-16 22:00:11 +00:00
2013-12-02 10:06:25 +00:00
2014-07-27 20:16:50 +00:00
### Sage
2014-04-09 12:15:34 +00:00
* [Calcul mathématique avec Sage ](http://sagebook.gforge.inria.fr/ ), par A. Casamayou, N. Cohen, G. Connan, T. Dumont, L. Fousse, F. Maltey, M. Meulien, M. Mezzarobba, C. Pernet, N. M. Thiéry, P. Zimmermann
2013-12-02 10:06:25 +00:00
2014-07-27 20:16:50 +00:00
### Scilab
2013-10-25 03:09:06 +00:00
* [Introduction à Scilab ](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/ ) par Michaël Baudin, Artem Glebov, Jérome Briot
2013-10-25 02:11:53 +00:00
2013-10-16 22:17:36 +00:00
2014-07-27 20:16:50 +00:00
### SPIP
2013-10-16 22:00:11 +00:00
* [Programmer avec SPIP ](http://programmer.spip.net/ ), par Matthieu Marcimat et collectif SPIP
2013-10-16 07:33:55 +00:00
2014-07-27 20:16:50 +00:00
### Vim
2013-12-07 13:27:30 +00:00
* [Learn Vim Progressively ](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/ )
2014-09-09 15:37:35 +00:00
* [Vim pour les humains ](http://vimebook.com/ ), par Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre** )