From d72cdb65cb2cf840f934952361cb3efe3d72935a Mon Sep 17 00:00:00 2001 From: henry-zhuang Date: Fri, 22 May 2015 00:03:36 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E7=BC=96=E7=A8=8B?= =?UTF-8?q?=E5=85=A5=E9=97=A8=E6=8C=87=E5=8D=97?= 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 ca4e7bb..4622612 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ ## 编程艺术 +* [编程入门指南](http://huyuefeng.me/intro-to-prog/) * [程序员编程艺术](https://github.com/julycoding/The-Art-Of-Programming-by-July) * [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】 * [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍) From e77cb130c34c96463e4f7d1004a0cef66e1bbec4 Mon Sep 17 00:00:00 2001 From: henry-zhuang Date: Sat, 23 May 2015 11:31:29 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E8=83=8C=E5=8C=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=B9=9D=E8=AE=B2?= 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 4622612..7192efb 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ * [制造开源软件](http://producingoss.com/zh/) * [提问的智慧](http://www.beiww.com/doc/oss/smart-questions.html) * [Markdown 入门参考](https://github.com/LearnShare/Learning-Markdown) +* [背包问题九讲](http://love-oriented.com/pack/) ### 测试相关 From 08e9f4f8ce6c8299af4f3ece89d8f4d846d2d2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 25 May 2015 13:41:54 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E6=8F=90=E9=97=AE=E7=9A=84=E6=99=BA?= =?UTF-8?q?=E6=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4622612..64b65b2 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ * [Git Cheatsheet Chs](http://gh.amio.us/git-cheatsheet-chs/) * [JavaScript语言精粹](https://github.com/qibaoguang/Study-Step-by-Step/blob/master/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0/javascript_the_good_parts.md) * [制造开源软件](http://producingoss.com/zh/) -* [提问的智慧](http://www.beiww.com/doc/oss/smart-questions.html) +* [提问的智慧](http://www.dianbo.org/9238/stone/tiwendezhihui.htm) * [Markdown 入门参考](https://github.com/LearnShare/Learning-Markdown) ### 测试相关 From f5783af3b309bfc68e3f6eec163da489594c2d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 25 May 2015 13:42:57 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BC=98=E8=B4=A8?= =?UTF-8?q?=E5=8D=9A=E5=AE=A2=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 64b65b2..5dcf155 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ ## 目录 * [语言无关类](#语言无关类) - * [优质博客](#优质博客) * [操作系统](#操作系统) * [智能系统](#智能系统) * [WEB服务器](#web服务器) @@ -70,14 +69,6 @@ ## 语言无关类 -### 优质博客 - -* [PyTab在线手册中心](http://docs.pythontab.com/) -* [ImportNew](http://www.importnew.com/) -* [廖雪峰的官方网站](http://www.liaoxuefeng.com/) -* [程序员博客墙](http://blogwall.us/zh) -* [阮一峰的网络日志](http://www.ruanyifeng.com/blog/) - ### 操作系统 * [开源世界旅行手册](http://i.linuxtoy.org/docs/guide/index.html) From 93bd2d03a7b09f7f17a3c980bd797549f213d2dd Mon Sep 17 00:00:00 2001 From: Feng Hao Date: Wed, 27 May 2015 15:48:15 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=B7=BB=E5=8A=A0PostgreSQL=209.3.1=20?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=96=87=E6=A1=A3=E5=92=8Crust=20book=20?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index afa2136..86c853a 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ * [Python](#python) * [R](#r) * [Ruby](#ruby) + * [Rust](#rust) * [Scala](#scala) * [Scheme](#scheme) * [Shell](#shell) @@ -143,6 +144,7 @@ ### PostgreSQL * [PostgreSQL 8.2.3 中文文档](http://works.jinbuguo.com/postgresql/menu823/index.html) +* [PostgreSQL 9.3.1 中文文档](http://www.postgres.cn/docs/9.3/index.html) ### MySQL @@ -479,6 +481,10 @@ * [Ruby 源码解读](https://ruby-china.org/topics/22386) * [Ruby中的元编程](http://deathking.github.io/metaprogramming-in-ruby/) +### Rust + +* [rust book 中文翻译](https://www.gitbook.com/book/kaisery/rust-book-chinese/details) + ### Scala * [Scala课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程) From a8106b93c66efec7b60df7755d97a19a1e16ec03 Mon Sep 17 00:00:00 2001 From: chenxiaowei Date: Thu, 28 May 2015 10:27:40 +0800 Subject: [PATCH 6/6] Add "C++ Concurrency in Action" book, partly translate. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afa2136..bd29828 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ * [Cmake 实践](http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF版) * [C++ FAQ LITE(中文版)](http://www.sunistudio.com/cppfaq/) * [C++ Primer 5th Answers](https://github.com/Mooophy/Cpp-Primer) +* [C++ Concurrency In Action](http://chenxiaowei.gitbooks.io/cpp_concurrency_in_action/) (一本“基于C++11新标准的并发和多线程编程深度指南”,完成部分的翻译,希望能有朋友一起翻译) ### CSS