|
12 | 12 | * [Bash / Shell](#bash--shell)
|
13 | 13 | * [C / C++](#c--c)
|
14 | 14 | * [Caml / OCaml](#caml--ocaml)
|
| 15 | +* [Chaîne de blocs / Blockchain](#chaîne-de-blocs--blockchain) |
15 | 16 | * [Coq](#coq)
|
16 | 17 | * [CSS](#css)
|
17 | 18 | * [Fortran](#fortran)
|
|
104 | 105 | * [La programmation Shell](https://frederic-lang.developpez.com/tutoriels/linux/prog-shell/) - Frederic Lang, Idriss Neumann
|
105 | 106 |
|
106 | 107 |
|
| 108 | +### C / C++ |
| 109 | + |
| 110 | +* [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) - Christian Casteyde |
| 111 | +* [Guide pour la programmation réseaux de Beej's - Utilisation des sockets Internet](http://vidalc.chez.com/lf/socket.html) - Brian "Beej Jorgensen" Hall (HTML) |
| 112 | +* [Le C en 20 heures](http://framabook.org/le-c-en-20-heures-2/) - Eric Berthomier et Daniel Schang |
| 113 | +* [Programmation en Langage C et Systèmes Informatiques](https://sites.uclouvain.be/SystInfo/notes/Theorie/) - O. Bonaventure, E. Riviere, G. Detal, C. Paasch |
| 114 | + |
| 115 | + |
107 | 116 | ### Caml / OCaml
|
108 | 117 |
|
109 | 118 | * [Développement d'applications avec Objective Caml](https://www-apr.lip6.fr/~chaillou/Public/DA-OCAML) - Emmanuel Chailloux, Pascal Manoury, Bruno Pagano
|
110 | 119 | * [Le langage Caml](https://caml.inria.fr/pub/distrib/books/llc.pdf) - Pierre Weis, Xavier Leroy (PDF)
|
111 | 120 | * [Programmation du système Unix en Objective Caml](https://web.archive.org/web/20211115022546/http://gallium.inria.fr/~remy/camlunix/) - Xavier Leroy, Didier Rémy
|
112 | 121 |
|
113 | 122 |
|
114 |
| -### C / C++ |
| 123 | +### Chaîne de blocs / Blockchain |
115 | 124 |
|
116 |
| -* [Cours de C/C++](http://casteyde.christian.free.fr/cpp/cours/online/book1.html) - Christian Casteyde |
117 |
| -* [Guide pour la programmation réseaux de Beej's - Utilisation des sockets Internet](http://vidalc.chez.com/lf/socket.html) - Brian "Beej Jorgensen" Hall (HTML) |
118 |
| -* [Le C en 20 heures](http://framabook.org/le-c-en-20-heures-2/) - Eric Berthomier et Daniel Schang |
119 |
| -* [Programmation en Langage C et Systèmes Informatiques](https://sites.uclouvain.be/SystInfo/notes/Theorie/) - O. Bonaventure, E. Riviere, G. Detal, C. Paasch |
| 125 | +* [Maîtriser Bitcoin: Programmer la chaîne de blocs publique](https://maitriser-ca.github.io/LivreMaitriserBitcoin/) - Andreas M. Antonopoulos, Serafim Dos Santos (asciidoc, html) |
120 | 126 |
|
121 | 127 |
|
122 | 128 | ### Coq
|
|
0 commit comments