|
1 | 1 | ### 目录
|
2 |
| -* [在线教育](#在线教育) |
3 |
| -* [软件开发方法](#软件开发方法) |
4 |
| -* [操作系统](#操作系统) |
5 |
| -* [版本控制](#版本控制) |
6 |
| -* [Database](#database) |
| 2 | +* [语言无关](#语言无关) |
| 3 | + * [在线教育](#在线教育) |
| 4 | + * [软件开发方法](#软件开发方法) |
| 5 | + * [操作系统](#操作系统) |
| 6 | + * [版本控制](#版本控制) |
| 7 | + * [数据库](#数据库) |
| 8 | +* [Erlang](#erlang) |
7 | 9 | * [Golang](#golang)
|
8 | 10 | * [Haskell](#haskell)
|
9 | 11 | * [HTML / CSS](#html--css)
|
|
15 | 17 | * [R](#r)
|
16 | 18 | * [Ruby](#ruby)
|
17 | 19 | * [Scala](#scala)
|
| 20 | +* [Scheme](#scheme) |
18 | 21 | * [Shell](#shell)
|
19 | 22 | * [Vim](#vim)
|
20 | 23 | * [Visual Prolog](#visual-prolog)
|
21 | 24 |
|
22 | 25 |
|
23 |
| -### 在线教育 |
| 26 | +### 语言无关 |
| 27 | + |
| 28 | +#### 在线教育 |
24 | 29 | * [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
|
25 | 30 | * [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
|
26 | 31 | * [Udacity](https://www.udacity.com/)
|
27 | 32 | * [xuetangX](https://www.xuetangx.com/)
|
28 | 33 | * [Codecademy](http://www.codecademy.com/?locale_code=zh)
|
29 | 34 | * [CodeSchool](https://www.codeschool.com/)
|
| 35 | +* [TeamTreeHouse](http://teamtreehouse.com/) |
30 | 36 |
|
31 | 37 |
|
32 |
| -### 软件开发方法 |
| 38 | +#### 软件开发方法 |
33 | 39 | * [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
|
34 | 40 | * [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
|
35 | 41 |
|
36 | 42 |
|
37 |
| -### 操作系统 |
| 43 | +#### 操作系统 |
38 | 44 | * [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
|
39 | 45 |
|
40 | 46 |
|
41 |
| -### 版本控制 |
| 47 | +#### 版本控制 |
42 | 48 | * [Pro Git](http://git-scm.com/book/zh)
|
43 | 49 | * [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
|
44 | 50 | * [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
|
45 | 51 | * [Git 参考手册](http://gitref.justjavac.com/)
|
46 | 52 | * [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
|
47 | 53 |
|
48 | 54 |
|
49 |
| -### Database |
| 55 | +#### 数据库 |
50 | 56 | * [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
|
51 | 57 | * [Redis 设计与实现](http://www.redisbook.com)
|
52 | 58 |
|
53 | 59 |
|
| 60 | +### Erlang |
| 61 | +* [Erlang并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版) |
| 62 | + |
| 63 | + |
54 | 64 | ### Golang
|
55 | 65 | * [Go Web编程](https://github.com/astaxie/build-web-application-with-golang)
|
56 | 66 | * [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) |
57 | 69 |
|
58 | 70 |
|
59 | 71 | ### Haskell
|
|
67 | 79 |
|
68 | 80 | ### Javascript
|
69 | 81 | * [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/) |
71 | 83 |
|
72 | 84 |
|
73 | 85 | ### LaTeX
|
74 | 86 | * [一份不太简短的 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) |
77 | 89 |
|
78 | 90 |
|
79 | 91 | ### LISP
|
|
82 | 94 |
|
83 | 95 | ### Perl
|
84 | 96 | * [Master Perl Today](https://github.com/fayland/chinese-perl-book)
|
| 97 | +* [《Modern Perl》中文版](https://github.com/horus/modern_perl_book) |
85 | 98 |
|
86 | 99 |
|
87 | 100 | ### Python
|
|
92 | 105 |
|
93 | 106 | ### R
|
94 | 107 | * [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) |
96 | 109 | * [《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) |
98 | 111 | * [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
|
99 | 112 |
|
100 | 113 |
|
|
110 | 123 | * [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)
|
111 | 124 |
|
112 | 125 |
|
| 126 | +### Scheme |
| 127 | +* [Scheme入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版) |
| 128 | + |
| 129 | + |
113 | 130 | ### Shell
|
114 | 131 | * [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
|
115 | 132 |
|
116 | 133 |
|
117 | 134 | ### Vim
|
118 |
| -* [大家來學VIM](http://www.study-area.org/tips/vim/index.html), by 李果正 |
| 135 | +* [大家來學VIM](http://www.study-area.org/tips/vim/index.html) |
119 | 136 |
|
120 | 137 |
|
121 | 138 | ### Visual Prolog
|
|
0 commit comments