From b10479b4097d3eeaa27c549970fd7c0ef2473489 Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:17:34 +0800 Subject: [PATCH 1/6] =?UTF-8?q?Add=20Modern=20C++=20Templates=20Tutorial?= =?UTF-8?q?=20and=20Modern=20C++=20ConCurrent=20Programming=20Tutorial=20b?= =?UTF-8?q?y=20mq=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index cfaff36e2..bdda5607f 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -342,6 +342,8 @@ * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) * [ZMQ 指南](https://github.com/anjuke/zguide-cn) +* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) +* [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) ### CoffeeScript From 3bf2ede54fbf5dc6852b79f48f66c51900ea7d17 Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:26:56 +0800 Subject: [PATCH 2/6] =?UTF-8?q?Add=20Modern=20C++=20Templates=20Tutorial?= =?UTF-8?q?=20and=20Modern=20C++=20ConCurrent=20Programming=20Tutorial=20b?= =?UTF-8?q?y=20mq=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index bdda5607f..8cdb375be 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -341,9 +341,9 @@ * [Cmake 实践](https://web.archive.org/web/20170615174144/http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF) * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) -* [ZMQ 指南](https://github.com/anjuke/zguide-cn) -* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) * [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) +* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) +* [ZMQ 指南](https://github.com/anjuke/zguide-cn) ### CoffeeScript From eec2a313c53db41ad00806c729e26a4fae97ff9b Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:31:46 +0800 Subject: [PATCH 3/6] =?UTF-8?q?Add=20books=20by=20mq=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 8cdb375be..afd317aa1 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -330,6 +330,8 @@ * [100个gdb小技巧](https://github.com/hellogcc/100-gdb-tips/blob/master/src/index.md) * [简单易懂的C魔法](https://web.archive.org/web/20210413213859/http://www.nowamagic.net/librarys/books/contents/c) *(:card_file_box: archived)* * [現代 C++ 101](https://hackmd.io/@lumynou5/CppTutorial-zh-tw) - Lumynous (:construction: *in process*) +* [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) +* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) * [像计算机科学家一样思考(C++版)](http://www.ituring.com.cn/book/1203) (《How To Think Like a Computer Scientist: C++ Version》中文版) * [C 语言编程透视](https://tinylab.gitbooks.io/cbook/content/) * [C/C++ Primer](https://github.com/andycai/cprimer) - andycai From fccbe484d28b80b84c93c3b1a4aff4c5c5481b42 Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:33:06 +0800 Subject: [PATCH 4/6] =?UTF-8?q?Add=20books=20by=20mq=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index afd317aa1..f2355e6fb 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -343,8 +343,6 @@ * [Cmake 实践](https://web.archive.org/web/20170615174144/http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF) * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) -* [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) -* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) * [ZMQ 指南](https://github.com/anjuke/zguide-cn) From 99abf72eee51926c62ea2cecd30601a7559d77b5 Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Tue, 20 Aug 2024 22:38:45 +0800 Subject: [PATCH 5/6] =?UTF-8?q?Add=20books=20by=20mq=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index f2355e6fb..70e340267 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -329,9 +329,9 @@ * [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md) * [100个gdb小技巧](https://github.com/hellogcc/100-gdb-tips/blob/master/src/index.md) * [简单易懂的C魔法](https://web.archive.org/web/20210413213859/http://www.nowamagic.net/librarys/books/contents/c) *(:card_file_box: archived)* -* [現代 C++ 101](https://hackmd.io/@lumynou5/CppTutorial-zh-tw) - Lumynous (:construction: *in process*) * [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) * [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) +* [現代 C++ 101](https://hackmd.io/@lumynou5/CppTutorial-zh-tw) - Lumynous (:construction: *in process*) * [像计算机科学家一样思考(C++版)](http://www.ituring.com.cn/book/1203) (《How To Think Like a Computer Scientist: C++ Version》中文版) * [C 语言编程透视](https://tinylab.gitbooks.io/cbook/content/) * [C/C++ Primer](https://github.com/andycai/cprimer) - andycai From 06d37f40ee15e865a9d51780f565605015ca4c6d Mon Sep 17 00:00:00 2001 From: Minsecrus <2972853299@qq.com> Date: Fri, 23 Aug 2024 09:11:06 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E6=8C=87=E5=90=91=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- books/free-programming-books-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 70e340267..8ee8e178c 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -329,8 +329,8 @@ * [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md) * [100个gdb小技巧](https://github.com/hellogcc/100-gdb-tips/blob/master/src/index.md) * [简单易懂的C魔法](https://web.archive.org/web/20210413213859/http://www.nowamagic.net/librarys/books/contents/c) *(:card_file_box: archived)* -* [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial) -* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial) +* [现代 C++ 并发编程教程](https://github.com/Mq-b/ModernCpp-ConcurrentProgramming-Tutorial/tree/main/md) +* [现代 C++ 模板教程](https://github.com/Mq-b/Modern-Cpp-templates-tutorial/tree/main/md) * [現代 C++ 101](https://hackmd.io/@lumynou5/CppTutorial-zh-tw) - Lumynous (:construction: *in process*) * [像计算机科学家一样思考(C++版)](http://www.ituring.com.cn/book/1203) (《How To Think Like a Computer Scientist: C++ Version》中文版) * [C 语言编程透视](https://tinylab.gitbooks.io/cbook/content/)