From 08adb028a725aa81232cbeed7cc4c55e17d44f97 Mon Sep 17 00:00:00 2001 From: Eric Hellman Date: Sun, 14 Nov 2021 17:25:58 -0500 Subject: [PATCH 1/3] fix build (#6611) * new branch for misc cleanup * add item to resolve #6319 * fix grammar * re-collate --- books/free-programming-books-ar.md | 2 +- books/free-programming-books-subjects.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/books/free-programming-books-ar.md b/books/free-programming-books-ar.md index 1c3ad015c..3b6ad121f 100644 --- a/books/free-programming-books-ar.md +++ b/books/free-programming-books-ar.md @@ -24,9 +24,9 @@ ### Arduino -* [AVR ببساطة: من تشغيل دايود ضوئي إلى أنظمة الوقت الحقيقي](https://github.com/abdallah-ali-abdallah/Simply-AVR-Book) - عبدالله علي عبدالله, Abdallah Ali Abdallah Elmasry (ODT, PDF) * [احترف الأردوينو](https://www.ev-center.com/uploads/2/1/2/6/21261678/arduino.pdf) - Working Group (PDF) * [اردوينو ببساطة](https://simplyarduino.com/%D9%83%D8%AA%D8%A7%D8%A8-%D8%A7%D8%B1%D8%AF%D9%88%D9%8A%D9%86%D9%88-%D8%A8%D8%A8%D8%B3%D8%A7%D8%B7%D8%A9/) - عبدالله علي عبدالله, Abdallah Ali Abdallah Elmasry (PDF) +* [AVR ببساطة: من تشغيل دايود ضوئي إلى أنظمة الوقت الحقيقي](https://github.com/abdallah-ali-abdallah/Simply-AVR-Book) - عبدالله علي عبدالله, Abdallah Ali Abdallah Elmasry (ODT, PDF) ### Artificial Intelligence diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index edff62497..831766c26 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -1,7 +1,6 @@ ## BY SUBJECT This list, organized by subject, is for books that cover a programming-related subject in a programming-language agnostic way. -Books that cover a specific programming language can be found in the [BY PROGRAMMING LANGUAGE file](free-programming-books-langs.md) list. Books that cover a specific programming language can be found in the [BY PROGRAMMING LANGUAGE](free-programming-books-langs.md) list. From 74afe2be1008543a91cda318c5380defdbebb667 Mon Sep 17 00:00:00 2001 From: Chuan Wei Foo Date: Tue, 16 Nov 2021 00:23:50 +0800 Subject: [PATCH 2/3] =?UTF-8?q?Add=20"D=C3=A9veloppement=20d'applications?= =?UTF-8?q?=20avec=20Objective=20Caml"=20(#6610)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add "Développement d'applications avec Objective Caml" * Combine Caml and OCaml categories * Remove extra space * Fix incorrect URI fragment Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-fr.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-fr.md b/books/free-programming-books-fr.md index 7f1573538..15c4b83b7 100644 --- a/books/free-programming-books-fr.md +++ b/books/free-programming-books-fr.md @@ -11,7 +11,7 @@ * [Assembleur](#assembleur) * [Bash / Shell](#bash--shell) * [C / C++](#c--c) -* [Caml](#caml) +* [Caml / OCaml](#caml--ocaml) * [Coq](#coq) * [CSS](#css) * [Fortran](#fortran) @@ -104,8 +104,9 @@ * [La programmation Shell](https://frederic-lang.developpez.com/tutoriels/linux/prog-shell/) - Frederic Lang, Idriss Neumann -### Caml +### Caml / OCaml +* [Développement d'applications avec Objective Caml](https://www-apr.lip6.fr/~chaillou/Public/DA-OCAML) - Emmanuel Chailloux, Pascal Manoury, Bruno Pagano * [Le langage Caml](https://caml.inria.fr/pub/distrib/books/llc.pdf) - Pierre Weis, Xavier Leroy (PDF) From 4bbb1ad5a200a83e49c17e40a80681d4b250f4c5 Mon Sep 17 00:00:00 2001 From: Chuan Wei Foo Date: Tue, 16 Nov 2021 00:25:51 +0800 Subject: [PATCH 3/3] Remove "Professional Assembly Language" (#6612) The book is non-free. --- books/free-programming-books-langs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 1670555ee..f099a4f8a 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -323,7 +323,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Assemblers And Loaders (1993)](http://www.davidsalomon.name/assem.advertis/asl.pdf) - David Salomon (PDF) * [Assembly Language Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/assemblylanguage) - Christopher Rose, Syncfusion Inc. (HTML, PDF, EPUB, Kindle) * [PC Assembly Language](http://pacman128.github.io/pcasm/) - P. A. Carter -* [Professional Assembly Language](https://web.archive.org/web/20170329045538/http://blog.hit.edu.cn:80/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF) * [Programming from the Ground Up](https://download-mirror.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf) - Jonathan Bartlett (PDF) * [Ralf Brown's Interrupt List](http://www.ctyme.com/rbrown.htm) * [Run Down On x86 Intel Assembly Course](https://github.com/Ret2LC/x86-assembly) - Ret2LC