From c247be9407d50482392e04ccf1460d0d2f1b394a Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 7 Jun 2018 00:41:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E2=80=9CHaskell=20?= =?UTF-8?q?=E8=B6=A3=E5=AD=A6=E6=8C=87=E5=8D=97=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仓库中【Haskell 趣学指南】原来的链接已失效,更新了链接,并且是中文翻译版本 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0463b2..dbcf72a 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ ### Haskell * [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/) -* [Haskell趣学指南](http://fleurer-lee.com/lyah/) +* [Haskell趣学指南](https://learnyoua.haskell.sg/content/zh-cn/) ### iOS From d25a5edb65f8b540a00eb8bfb0b6c2ec543541b1 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 7 Jun 2018 00:46:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E3=80=90=E9=AB=98?= =?UTF-8?q?=E9=80=9F=E4=B8=8A=E6=89=8B=20C++11/14/17=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbcf72a..f431980 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ * [libuv中文教程](https://github.com/luohaha/Chinese-uvbook) * [Boost 库中文教程](http://zh.highscore.de/cpp/boost/) * [笨办法学C](https://github.com/wizardforcel/lcthw-zh) +* [高速上手 C++11/14/17](https://github.com/changkun/modern-cpp-tutorial) ### C# From cde67eccdf5c10f5bfe695a8c81045a8e7c4725b Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 7 Jun 2018 00:50:04 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E3=80=90LeetCode?= =?UTF-8?q?=E9=A2=98=E8=A7=A3=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 比较全面的 LeetCode 题解 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f431980..2099e6e 100644 --- a/README.md +++ b/README.md @@ -722,6 +722,7 @@ * [前端工作面试问题](https://github.com/h5bp/Front-end-Developer-Interview-Questions/tree/master/Translations/Chinese) * [leetcode/lintcode题解/算法学习笔记](https://www.gitbook.com/book/yuanbin/algorithm/details) * [前端开发笔记本](https://github.com/li-xinyang/FEND_Note) +* [LeetCode题解](https://siddontang.gitbooks.io/leetcode-solution/content/) ### 测试相关