Skip to content

Commit b8758a3

Browse files
committed
update Chinese resources
add several resources, including two new category: Erlang and Scheme reconstruct the architecture of the .md file
1 parent 5be20d8 commit b8758a3

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

free-programming-books-zh.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
### 目录
2-
* [在线教育](#在线教育)
3-
* [软件开发方法](#软件开发方法)
4-
* [操作系统](#操作系统)
5-
* [版本控制](#版本控制)
6-
* [Database](#database)
2+
* [语言无关](#语言无关)
3+
* [在线教育](#在线教育)
4+
* [软件开发方法](#软件开发方法)
5+
* [操作系统](#操作系统)
6+
* [版本控制](#版本控制)
7+
* [数据库](#数据库)
8+
* [Erlang](#erlang)
79
* [Golang](#golang)
810
* [Haskell](#haskell)
911
* [HTML / CSS](#html--css)
@@ -15,45 +17,55 @@
1517
* [R](#r)
1618
* [Ruby](#ruby)
1719
* [Scala](#scala)
20+
* [Scheme](#scheme)
1821
* [Shell](#shell)
1922
* [Vim](#vim)
2023
* [Visual Prolog](#visual-prolog)
2124

2225

23-
### 在线教育
26+
### 语言无关
27+
28+
#### 在线教育
2429
* [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
2530
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
2631
* [Udacity](https://www.udacity.com/)
2732
* [xuetangX](https://www.xuetangx.com/)
2833
* [Codecademy](http://www.codecademy.com/?locale_code=zh)
2934
* [CodeSchool](https://www.codeschool.com/)
35+
* [TeamTreeHouse](http://teamtreehouse.com/)
3036

3137

32-
### 软件开发方法
38+
#### 软件开发方法
3339
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
3440
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
3541

3642

37-
### 操作系统
43+
#### 操作系统
3844
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
3945

4046

41-
### 版本控制
47+
#### 版本控制
4248
* [Pro Git](http://git-scm.com/book/zh)
4349
* [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
4450
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
4551
* [Git 参考手册](http://gitref.justjavac.com/)
4652
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
4753

4854

49-
### Database
55+
#### 数据库
5056
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
5157
* [Redis 设计与实现](http://www.redisbook.com)
5258

5359

60+
### Erlang
61+
* [Erlang并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)
62+
63+
5464
### Golang
5565
* [Go Web编程](https://github.com/astaxie/build-web-application-with-golang)
5666
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
67+
* [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版)
68+
* [学习 Go 语言](https://github.com/mikespook/Learning-Go-zh-cn)
5769

5870

5971
### Haskell
@@ -67,13 +79,13 @@
6779

6880
### Javascript
6981
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/)
70-
* [Javascript 原理](http://typeof.net/s/jsmech/), by Belleve Invis.
82+
* [Javascript 原理](http://typeof.net/s/jsmech/)
7183

7284

7385
### LaTeX
7486
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn)
75-
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm), by 包太雷
76-
* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf), by 李果正
87+
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm)
88+
* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf)
7789

7890

7991
### LISP
@@ -82,6 +94,7 @@
8294

8395
### Perl
8496
* [Master Perl Today](https://github.com/fayland/chinese-perl-book)
97+
* [《Modern Perl》中文版](https://github.com/horus/modern_perl_book)
8598

8699

87100
### Python
@@ -92,9 +105,9 @@
92105

93106
### R
94107
* [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版)
95-
* [153分钟学会R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf), by 刘思喆
108+
* [153分钟学会R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf)
96109
* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf)
97-
* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf), by 徐俊晓
110+
* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf)
98111
* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
99112

100113

@@ -110,12 +123,16 @@
110123
* [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)
111124

112125

126+
### Scheme
127+
* [Scheme入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
128+
129+
113130
### Shell
114131
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
115132

116133

117134
### Vim
118-
* [大家來學VIM](http://www.study-area.org/tips/vim/index.html), by 李果正
135+
* [大家來學VIM](http://www.study-area.org/tips/vim/index.html)
119136

120137

121138
### Visual Prolog

0 commit comments

Comments
 (0)