1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2025-01-10 13:57:09 +00:00

Merge pull request #443 from MHM5000/master

Fixing and Adding various links
This commit is contained in:
Mohammad Hossein Mojtahedi 2013-11-29 11:09:48 -08:00
commit e39ebe31da

View File

@ -2,6 +2,7 @@
* [Méta-listes](#méta-listes)
* [Non dépendant du langage](#non-dépendant-du-langage)
* [Assembleur](#assembleur)
* [Bash / Shell](#bash--shell)
* [Caml](#caml)
* [C / C++](#c--c)
* [Coq](#coq)
@ -69,6 +70,9 @@
* [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
###Bash / Shell
* [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/)
###Caml
* [Introduction à Objective Caml](http://form-ocaml.forge.ocamlcore.org/html/index.html), par Maxence Guesdon