Skip to content

Commit e5f4208

Browse files
Adding French book Maitriser Bitcoin (#6798)
* C / C++ section misplaced * Added French book Maitriser Bitcoin
1 parent 2aa46b2 commit e5f4208

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Diff for: books/free-programming-books-fr.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [Bash / Shell](#bash--shell)
1313
* [C / C++](#c--c)
1414
* [Caml / OCaml](#caml--ocaml)
15+
* [Chaîne de blocs / Blockchain](#chaîne-de-blocs--blockchain)
1516
* [Coq](#coq)
1617
* [CSS](#css)
1718
* [Fortran](#fortran)
@@ -104,19 +105,24 @@
104105
* [La programmation Shell](https://frederic-lang.developpez.com/tutoriels/linux/prog-shell/) - Frederic Lang, Idriss Neumann
105106

106107

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+
107116
### Caml / OCaml
108117

109118
* [Développement d'applications avec Objective Caml](https://www-apr.lip6.fr/~chaillou/Public/DA-OCAML) - Emmanuel Chailloux, Pascal Manoury, Bruno Pagano
110119
* [Le langage Caml](https://caml.inria.fr/pub/distrib/books/llc.pdf) - Pierre Weis, Xavier Leroy (PDF)
111120
* [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
112121

113122

114-
### C / C++
123+
### Chaîne de blocs / Blockchain
115124

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)
120126

121127

122128
### Coq

0 commit comments

Comments
 (0)