From 04c77858c4a01f1652730cbb35e882b22ed06e8f Mon Sep 17 00:00:00 2001 From: Sun Xiaobo Date: Sun, 10 Aug 2014 15:01:32 +0800 Subject: [PATCH 1/3] update Chinese resources added new categories: vim, R added new resources in LaTeX and Python categories fixed a invalid link in the content --- free-programming-books-zh.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 1fbcebe4a..e4049a82b 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -1,6 +1,6 @@ ### 目录 * [在线教育](#在线教育) -* [软件开发方法](#%e8%bd%af%e4%bb%b6%e5%bc%80%e5%8f%91%e6%96%b9%e6%b3%95) +* [软件开发方法](#软件开发方法) * [操作系统](#操作系统) * [版本控制](#版本控制) * [Database](#database) @@ -12,9 +12,11 @@ * [LISP](#lisp) * [Perl](#perl) * [Python](#python) +* [R](#r) * [Ruby](#ruby) * [Scala](#scala) * [Shell](#shell) +* [vim](#vim) * [Visual Prolog](#visual-prolog) @@ -70,6 +72,8 @@ ### LaTeX * [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn) +* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm), by 包太雷 +* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf), by 李果正 ### LISP @@ -79,9 +83,19 @@ ### Perl * [Master Perl Today](https://github.com/fayland/chinese-perl-book) + ### Python * [深入Python](http://woodpecker.org.cn/diveintopython/) * [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/) +* [简明 Python 教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/) (《A Byte of Python》中文版) + + +### R +* [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版) +* [153分钟学会R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf), by 刘思喆 +* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf) +* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf), by 徐俊晓 +* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版) ### Ruby @@ -100,6 +114,10 @@ * [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) +### Vim +* [大家來學VIM](http://www.study-area.org/tips/vim/index.html), by 李果正 + + ### Visual Prolog * [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese) * [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese) From 5be20d8a31a09eb1354a285f3e5535aa2c9ba57c Mon Sep 17 00:00:00 2001 From: Sun Xiaobo Date: Sun, 10 Aug 2014 15:06:08 +0800 Subject: [PATCH 2/3] correct a misspelling --- free-programming-books-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index e4049a82b..58e5947b5 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -16,7 +16,7 @@ * [Ruby](#ruby) * [Scala](#scala) * [Shell](#shell) -* [vim](#vim) +* [Vim](#vim) * [Visual Prolog](#visual-prolog) From b8758a31f20eeb537dfb971ccbe4edb2dd7db9c3 Mon Sep 17 00:00:00 2001 From: Sun Xiaobo Date: Sun, 10 Aug 2014 20:21:23 +0800 Subject: [PATCH 3/3] update Chinese resources add several resources, including two new category: Erlang and Scheme reconstruct the architecture of the .md file --- free-programming-books-zh.md | 49 ++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 58e5947b5..b0976406d 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -1,9 +1,11 @@ ### 目录 -* [在线教育](#在线教育) -* [软件开发方法](#软件开发方法) -* [操作系统](#操作系统) -* [版本控制](#版本控制) -* [Database](#database) +* [语言无关](#语言无关) + * [在线教育](#在线教育) + * [软件开发方法](#软件开发方法) + * [操作系统](#操作系统) + * [版本控制](#版本控制) + * [数据库](#数据库) +* [Erlang](#erlang) * [Golang](#golang) * [Haskell](#haskell) * [HTML / CSS](#html--css) @@ -15,30 +17,34 @@ * [R](#r) * [Ruby](#ruby) * [Scala](#scala) +* [Scheme](#scheme) * [Shell](#shell) * [Vim](#vim) * [Visual Prolog](#visual-prolog) -### 在线教育 +### 语言无关 + +#### 在线教育 * [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/) * [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh) * [Udacity](https://www.udacity.com/) * [xuetangX](https://www.xuetangx.com/) * [Codecademy](http://www.codecademy.com/?locale_code=zh) * [CodeSchool](https://www.codeschool.com/) +* [TeamTreeHouse](http://teamtreehouse.com/) -### 软件开发方法 +#### 软件开发方法 * [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches) * [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) -### 操作系统 +#### 操作系统 * [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml) -### 版本控制 +#### 版本控制 * [Pro Git](http://git-scm.com/book/zh) * [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) * [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html) @@ -46,14 +52,20 @@ * [沉浸式学 Git](http://igit.linuxtoy.org/index.html) -### Database +#### 数据库 * [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn) * [Redis 设计与实现](http://www.redisbook.com) +### Erlang +* [Erlang并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版) + + ### Golang * [Go Web编程](https://github.com/astaxie/build-web-application-with-golang) * [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) +* [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版) +* [学习 Go 语言](https://github.com/mikespook/Learning-Go-zh-cn) ### Haskell @@ -67,13 +79,13 @@ ### Javascript * [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/) -* [Javascript 原理](http://typeof.net/s/jsmech/), by Belleve Invis. +* [Javascript 原理](http://typeof.net/s/jsmech/) ### LaTeX * [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn) -* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm), by 包太雷 -* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf), by 李果正 +* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm) +* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf) ### LISP @@ -82,6 +94,7 @@ ### Perl * [Master Perl Today](https://github.com/fayland/chinese-perl-book) +* [《Modern Perl》中文版](https://github.com/horus/modern_perl_book) ### Python @@ -92,9 +105,9 @@ ### R * [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版) -* [153分钟学会R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf), by 刘思喆 +* [153分钟学会R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf) * [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf) -* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf), by 徐俊晓 +* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf) * [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版) @@ -110,12 +123,16 @@ * [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程) +### Scheme +* [Scheme入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版) + + ### Shell * [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) ### Vim -* [大家來學VIM](http://www.study-area.org/tips/vim/index.html), by 李果正 +* [大家來學VIM](http://www.study-area.org/tips/vim/index.html) ### Visual Prolog