mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-01 03:02:31 +00:00
167 lines
7.3 KiB
Markdown
167 lines
7.3 KiB
Markdown
###Index
|
|
* [Méta-listes](#méta-listes)
|
|
* [Non dépendant du langage](#non-dépendant-du-langage)
|
|
* [Assembleur](#assembleur)
|
|
* [Caml](#caml)
|
|
* [C / C++](#c--c)
|
|
* [Git](#git)
|
|
* [Haskell](#haskell)
|
|
* [Java](#java)
|
|
* [Javascript](#javascript)
|
|
* [LaTeX](#latex)
|
|
* [Asymptote](#asymptote)
|
|
* [Metapost](#metapost)
|
|
* [PGF/TikZ](#pgftikz)
|
|
* [Lisp](#lisp)
|
|
* [Perl](#perl)
|
|
* [PHP](#php)
|
|
* [Python](#python)
|
|
* [R](#r)
|
|
* [Ruby](#ruby)
|
|
* [Scilab](#scilab)
|
|
* [SPIP](#spip)
|
|
* [TeX](#tex)
|
|
|
|
###Méta-listes
|
|
|
|
* [Le SILO: Sciences du numérique & Informatique au Lycée: Oui!](https://wiki.inria.fr/sciencinfolycee/Accueil)
|
|
|
|
###Non dépendant du langage
|
|
####Algorithmique
|
|
|
|
* [Algorithmique](http://pauillac.inria.fr/~quercia/cdrom/cours), par Michel Quercia
|
|
* [Éléments d'algorithmique](https://www.rocq.inria.fr/secret/Matthieu.Finiasz/teaching/ENSTA/IN101%20-%20poly%20algo.pdf) par Françoise Levy-dit-Vehel et Matthieu Finiasz
|
|
* [Éléments d'algorithmique](http://www-igm.univ-mlv.fr/~berstel/Elements/Elements.pdf) par D. Beauquier, J. Berstel, et Ph. Chrétienne
|
|
* [France-IOI](http://www.france-ioi.org/)
|
|
* [Prologin](http://www.prologin.org/)
|
|
|
|
####Théorie des langages
|
|
|
|
* [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
|
|
|
|
####Bases de données
|
|
|
|
* [Bases de données I](http://decan.lexpage.net/files/bdd1/bdd1-syllabus.pdf), par Jef Wijsen
|
|
|
|
####Logiciels libres
|
|
|
|
* [Histoires et cultures du libres](http://framabook.org/histoires-et-cultures-du-libre/)
|
|
* [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
|
|
|
|
####Makefile
|
|
|
|
* [Concevoir un Makefile](http://icps.u-strasbg.fr/people/loechner/public_html/enseignement/GL/make.pdf), par Vincent Loechner d'après Nicolas Zin
|
|
|
|
####Systèmes Informatiques
|
|
|
|
* [Systèmes Informatiques (C, Unix/Linux,...)](http://sinf1252.info.ucl.ac.be/), par Olivier Bonaventure ([sources](https://github.com/obonaventure/SystemesInformatiques))
|
|
|
|
###Assembleur
|
|
|
|
* [Initiation à la programmation en assembleur 64 bits](http://www.ilv-edition.com/librairie/initiation-programmation-assembleur-bits.html), par Pierre Jourlin
|
|
* [Pas à pas vers l'assembleur](ftp://ftp-developpez.com/asm/cours/noteworthy/pas-a-pas-vers-l-assembleur-par-lord-noteworthy.pdf) par Lord Noteworthy
|
|
|
|
###Caml
|
|
|
|
* [Introduction à Objective Caml](http://form-ocaml.forge.ocamlcore.org/html/index.html), par Maxence Guesdon
|
|
* [Le language Caml](http://caml.inria.fr/)
|
|
|
|
###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
|
|
* [Initiation à la programmation (en C++)](https://www.coursera.org/course/intro-cpp-fr), MOOC de l'École Polytechnique Fédérale de Lausanne
|
|
* [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.
|
|
* [Programmation en C](https://www.rocq.inria.fr/secret/Matthieu.Finiasz/teaching/ENSTA/IN101%20-%20poly%20C.pdf) par Pierre-Alain Fouque et David Pointcheval
|
|
|
|
###Git
|
|
|
|
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/fr/) par par Alexandre Garel, Paul Gaborit et Nicolas Deram
|
|
* [Pro Git](http://www.git-scm.com/book/fr) par Scott Chacon
|
|
|
|
###Java
|
|
|
|
* [Initiation à la programmation (en Java)](https://www.coursera.org/course/intro-java-fr), MOOC de l'École Polytechnique Fédérale de Lausanne
|
|
|
|
###Javascript
|
|
|
|
* [Javascript Éloquent : Une introduction moderne à la programmation](http://fr.eloquentjavascript.net/), par Marijn Haverbeke
|
|
|
|
###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
|
|
|
|
###LaTeX
|
|
|
|
* [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 »
|
|
* [LaTeX... pour le prof de maths !](http://math.univ-lyon1.fr/irem/IMG/pdf/LatexPourProfMaths.pdf) par Arnaud Gazagnes
|
|
* [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
|
|
* [(Xe)LaTeX appliqué aux sciences humaines](http://geekographie.maieul.net/95) par Maïeul Rouquette
|
|
|
|
Voir aussi [TeX](#tex)
|
|
|
|
####Asymptote
|
|
|
|
* [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
|
|
|
|
####PGF/TikZ
|
|
|
|
* [TikZ pour l'impatient](http://math.et.info.free.fr/TikZ/), par Gérard Tisseau et Jacques Duma
|
|
|
|
###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
|
|
|
|
###Perl
|
|
|
|
* [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)
|
|
|
|
###Php
|
|
|
|
* [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
|
|
|
|
###Python
|
|
|
|
* [Appendre à programmer avec Python](http://inforef.be/swi/python.htm) par Gerard Swinnen
|
|
* [Dropbox a des fuites !Un aperçu de la rétro-ingénierie des programmes Python](http://progdupeu.pl/articles/34/dropbox-a-des-fuites)
|
|
* [Python](http://www.lincoste.com/ebooks/pdf/informatique/python.pdf) par Guido Van Rossum
|
|
|
|
###R
|
|
|
|
* [Introduction à la programmation en R](http://cran.r-project.org/doc/contrib/Goulet_introduction_programmation_R.pdf) par Vincent Goulet
|
|
|
|
###Ruby
|
|
|
|
* [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/)
|
|
|
|
####Ruby on Rails
|
|
|
|
* [Tutoriel Ruby on Rails : Apprendre Rails par l'exemple](http://french.railstutorial.org/chapters/beginning), par Michael Hartl
|
|
|
|
###Scilab
|
|
|
|
* [Introduction à Scilab](http://forge.scilab.org/index.php/p/docintrotoscilab/downloads/) par Michaël Baudin, Artem Glebov, Jérome Briot
|
|
|
|
###SPIP
|
|
|
|
* [Programmer avec SPIP](http://programmer.spip.net/), par Matthieu Marcimat et collectif SPIP
|
|
|
|
###TeX
|
|
|
|
* [TeX pour l'Impatient](ftp://tug.org/tex/impatient/fr/fbook.pdf), par Paul Abrahams, Kathryn Hargreaves, and Karl Berry, trad. Marc Chaudemanche
|
|
|
|
Voir aussi [LaTeX](#latex)
|