2014-07-27 20:16:50 +00:00
|
|
|
|
### 目录
|
2014-08-10 12:21:23 +00:00
|
|
|
|
* [语言无关](#语言无关)
|
|
|
|
|
* [在线教育](#在线教育)
|
|
|
|
|
* [软件开发方法](#软件开发方法)
|
|
|
|
|
* [操作系统](#操作系统)
|
|
|
|
|
* [版本控制](#版本控制)
|
|
|
|
|
* [数据库](#数据库)
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [智能系统](#智能系统)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
* [正则表达式](#正则表达式)
|
|
|
|
|
* [C](#c)
|
|
|
|
|
* [C++](#c-1)
|
2014-10-12 06:15:22 +00:00
|
|
|
|
* [CoffeeScript](#coffeescript)
|
2015-03-10 14:26:04 +00:00
|
|
|
|
* [Elasticsearch](#elasticsearch)
|
2014-08-10 12:21:23 +00:00
|
|
|
|
* [Erlang](#erlang)
|
2014-09-11 04:39:21 +00:00
|
|
|
|
* [Fortran](#fortran)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
* [Golang](#golang)
|
|
|
|
|
* [Haskell](#haskell)
|
|
|
|
|
* [HTML / CSS](#html--css)
|
2013-10-21 13:51:06 +00:00
|
|
|
|
* [JavaScript](#javascript)
|
2013-12-07 13:08:40 +00:00
|
|
|
|
* [LaTeX](#latex)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
* [LISP](#lisp)
|
2015-06-14 01:35:28 +00:00
|
|
|
|
* [Lua](#lua)
|
2014-08-15 04:41:20 +00:00
|
|
|
|
* [Markdown](#markdown)
|
2014-11-14 14:45:05 +00:00
|
|
|
|
* [Node.js](#nodejs)
|
2014-05-22 16:30:01 +00:00
|
|
|
|
* [Perl](#perl)
|
2014-12-11 08:34:05 +00:00
|
|
|
|
* [PHP](#php)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
* [Python](#python)
|
2014-08-10 07:01:32 +00:00
|
|
|
|
* [R](#r)
|
2014-08-15 04:41:20 +00:00
|
|
|
|
* [reStructuredText](#restructuredtext)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
* [Ruby](#ruby)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
* [Scala](#scala)
|
2014-08-10 12:21:23 +00:00
|
|
|
|
* [Scheme](#scheme)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
* [Shell](#shell)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
* [Swift](#swift)
|
2014-08-10 07:06:08 +00:00
|
|
|
|
* [Vim](#vim)
|
2014-04-18 11:41:44 +00:00
|
|
|
|
* [Visual Prolog](#visual-prolog)
|
2014-12-20 08:00:57 +00:00
|
|
|
|
* [Web](#web)
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2013-10-21 13:51:06 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
### 语言无关
|
|
|
|
|
|
|
|
|
|
#### 在线教育
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [CodeSchool](https://www.codeschool.com/)
|
|
|
|
|
* [Codecademy](http://www.codecademy.com/?locale_code=zh)
|
2013-12-07 13:08:40 +00:00
|
|
|
|
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Learn X in Y minutes](http://learnxinyminutes.com/) (数十种语言快速入门教程)
|
|
|
|
|
* [MIT 公开课](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
|
|
|
|
|
* [TeamTreeHouse](http://teamtreehouse.com/)
|
2013-10-21 13:51:06 +00:00
|
|
|
|
* [Udacity](https://www.udacity.com/)
|
2013-12-07 13:08:40 +00:00
|
|
|
|
* [xuetangX](https://www.xuetangx.com/)
|
2015-02-12 20:08:32 +00:00
|
|
|
|
* [慕课网](http://www.imooc.com/course/list)(丰富的移动端开发、php开发、web前端、html5教程以及css3视频教程等课程资源)
|
2015-08-24 16:11:32 +00:00
|
|
|
|
* [极客学院](http://www.jikexueyuan.com/)
|
|
|
|
|
* [51CTO学院](http://edu.51cto.com/)
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
#### 软件开发方法
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) (《Functional Programming For The Rest of Us》中文版)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
|
2013-12-11 05:53:02 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
#### 操作系统
|
2015-09-26 12:35:37 +00:00
|
|
|
|
* [Debian 参考手册 ](http://man.chinaunix.net/linux/debian/reference/reference.zh-cn.html)
|
|
|
|
|
* [Ubuntu 参考手册 ](http://wiki.ubuntu.org.cn/UbuntuManual)
|
|
|
|
|
* [FreeBSD 使用手册](http://www.freebsd.org/doc/zh_CN.UTF-8/books/handbook/)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
* [Linux Guide for Complete Beginners](http://happypeter.github.io/LGCB/book/)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
|
2014-12-11 08:34:05 +00:00
|
|
|
|
* [鸟哥的 Linux 私房菜 基础学习篇](http://vbird.dic.ksu.edu.tw/linux_basic/linux_basic.php)
|
|
|
|
|
* [鸟哥的 Linux 私房菜 服务器架设篇](http://vbird.dic.ksu.edu.tw/linux_server/)
|
2015-04-08 04:48:47 +00:00
|
|
|
|
* [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/)
|
2015-08-24 16:11:32 +00:00
|
|
|
|
* [uCore Lab: Operating System Course in Tsinghua University](https://www.gitbook.com/book/objectkuan/ucore-docs/details)
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
#### 版本控制
|
2013-12-31 09:00:28 +00:00
|
|
|
|
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Git Community Book 中文版](http://gitbook.liuhui998.com/)
|
|
|
|
|
* [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
* [Git 参考手册](http://gitref.justjavac.com/)
|
2014-08-11 02:38:10 +00:00
|
|
|
|
* [Got GitHub](https://github.com/gotgit/gotgithub)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Pro Git](http://git-scm.com/book/zh)
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [学习 Git 分支](http://pcottle.github.io/learnGitBranching/) (点击右下角按钮可切换至简体及正体中文)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
|
2013-10-21 13:51:06 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
#### 数据库
|
2014-05-22 16:26:55 +00:00
|
|
|
|
* [Redis 设计与实现](http://www.redisbook.com)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
|
2013-12-31 11:28:49 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-09-08 16:49:44 +00:00
|
|
|
|
#### 智能系统
|
|
|
|
|
* [一步步搭建物联网系统](https://github.com/gmszone/designiot)
|
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-09-11 04:35:28 +00:00
|
|
|
|
#### 正则表达式
|
|
|
|
|
* [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### C
|
|
|
|
|
* [C 语言常见问题集](http://c-faq-chn.sourceforge.net/ccfaq/ccfaq.html)
|
|
|
|
|
* [C/C++ 学习教程](http://doc.lellansin.com/)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [新概念 C 语言教程](https://github.com/limingth/NCCL)
|
2014-12-11 08:34:05 +00:00
|
|
|
|
* [Linux C 编程一站式学习](http://docs.linuxtone.org/ebooks/C&CPP/c/)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
|
|
|
|
|
|
2015-02-12 20:08:32 +00:00
|
|
|
|
|
2014-09-11 04:35:28 +00:00
|
|
|
|
### C++
|
|
|
|
|
* [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [C++ 基础教程](http://www.prglab.com/cms/)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
* [C++ 并发编程指南](https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [像计算机科学家一样思考(C++版)](http://www.ituring.com.cn/book/1203) (《How To Think Like a Computer Scientist: C++ Version》中文版)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
|
|
|
|
|
|
2014-10-12 06:15:22 +00:00
|
|
|
|
### CoffeeScript
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [CoffeeScript Cookbook](http://island205.github.io/coffeescript-cookbook.github.com/)
|
2014-10-12 06:15:22 +00:00
|
|
|
|
* [CoffeeScript 中文](http://coffee-script.org/)
|
|
|
|
|
* [CoffeeScript 中文手册](http://island205.github.io/tlboc/) (《The Little Book on CoffeeScript》中文版)
|
2014-10-17 04:40:06 +00:00
|
|
|
|
* [CoffeeScript 编程风格指南](https://github.com/elrrrrrrr/coffeescript-style-guide/blob/master/README-ZH.md)
|
2014-10-12 06:15:22 +00:00
|
|
|
|
|
2015-03-10 14:26:04 +00:00
|
|
|
|
### Elasticsearch
|
|
|
|
|
* [Elasticsearch 权威指南](https://github.com/looly/elasticsearch-definitive-guide-cn) (《Elasticsearch the definitive guide》中文版)
|
2015-10-07 15:01:19 +00:00
|
|
|
|
* [ELKstack 中文指南](http://kibana.logstash.es)
|
|
|
|
|
* [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/)
|
2014-10-12 06:15:22 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
### Erlang
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)
|
2014-08-10 12:21:23 +00:00
|
|
|
|
|
|
|
|
|
|
2014-09-11 04:35:28 +00:00
|
|
|
|
### Fortran
|
|
|
|
|
* [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/)
|
|
|
|
|
|
|
|
|
|
|
2014-05-22 16:26:55 +00:00
|
|
|
|
### Golang
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
|
|
|
|
|
* [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版)
|
2014-09-11 04:35:28 +00:00
|
|
|
|
* [Go 指南](http://go-tour-zh.appsp0t.com/) (《A Tour of Go》中文版)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
|
|
|
|
|
* [学习 Go 语言](https://github.com/mikespook/Learning-Go-zh-cn)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Haskell
|
|
|
|
|
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### HTML / CSS
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [HTML5 教程](http://www.w3school.com.cn/html5/)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [学习 CSS 布局](http://zh.learnlayout.com/)
|
2015-02-12 20:08:32 +00:00
|
|
|
|
* [CSS参考手册](http://css.doyoe.com/)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Javascript
|
2013-12-01 21:33:15 +00:00
|
|
|
|
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/)
|
2014-08-10 12:21:23 +00:00
|
|
|
|
* [Javascript 原理](http://typeof.net/s/jsmech/)
|
2015-02-12 20:08:32 +00:00
|
|
|
|
* [JavaScript 标准参考教程](http://javascript.ruanyifeng.com/)
|
|
|
|
|
* [ECMAScript 6入门](http://es6.ruanyifeng.com/)
|
2013-12-07 13:08:40 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-05-22 16:26:55 +00:00
|
|
|
|
### LaTeX
|
2014-08-10 12:21:23 +00:00
|
|
|
|
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn)
|
2014-08-10 12:21:23 +00:00
|
|
|
|
* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf)
|
2013-12-07 13:08:40 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2013-12-31 09:00:28 +00:00
|
|
|
|
### LISP
|
|
|
|
|
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
|
2014-08-11 02:38:10 +00:00
|
|
|
|
* [Common Lisp 高级编程技术](http://www.ituring.com.cn/minibook/862) (《On Lisp》中文版)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2015-06-14 01:35:28 +00:00
|
|
|
|
### Lua
|
|
|
|
|
* [Lua 5.3 参考手册](http://www.w3cschool.cc/manual/lua53doc/contents.html)
|
|
|
|
|
|
|
|
|
|
|
2014-08-15 04:47:27 +00:00
|
|
|
|
### Markdown
|
2014-08-15 04:41:20 +00:00
|
|
|
|
* [Markdown 快速入门](http://wowubuntu.com/markdown/basic.html)
|
|
|
|
|
* [Markdown 简明教程](http://jianshu.io/p/7bd23251da0a)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Markdown 语法说明](http://wowubuntu.com/markdown/)
|
2014-08-15 04:41:20 +00:00
|
|
|
|
* [献给写作者的 Markdown 新手指南](http://jianshu.io/p/q81RER)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-11-14 14:45:05 +00:00
|
|
|
|
### Node.js
|
|
|
|
|
* [Node 入门](http://www.nodebeginner.org/index-zh-cn.html)
|
2015-04-13 02:07:48 +00:00
|
|
|
|
* [The NodeJS 中文文档](https://www.gitbook.com/book/0532/nodejs/details)(社区翻译)
|
2015-05-31 14:49:33 +00:00
|
|
|
|
* [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/) 阿里出品,很好的入门资料
|
2014-11-14 14:45:05 +00:00
|
|
|
|
|
|
|
|
|
|
2014-05-22 16:30:01 +00:00
|
|
|
|
### Perl
|
|
|
|
|
* [Master Perl Today](https://github.com/fayland/chinese-perl-book)
|
2014-09-29 10:37:52 +00:00
|
|
|
|
* [Perl 5 教程](http://www.cbi.pku.edu.cn/chinese/documents/perl/index.htm)
|
|
|
|
|
* [Perl 教程](http://www.yiibai.com/perl)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [《Modern Perl》中文版](https://github.com/horus/modern_perl_book)
|
2014-05-22 16:30:01 +00:00
|
|
|
|
|
|
|
|
|
|
2014-12-11 08:34:05 +00:00
|
|
|
|
### PHP
|
|
|
|
|
* [深入理解 PHP 内核](http://www.php-internals.com/book/)
|
2015-02-13 06:41:20 +00:00
|
|
|
|
* [PHP5中文手册](http://php.net/manual/zh/)
|
2014-12-11 08:34:05 +00:00
|
|
|
|
* [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/preface.md)
|
2014-12-20 08:00:57 +00:00
|
|
|
|
* [Symfony2 实例教程](http://wusuopu.gitbooks.io/symfony2_tutorial/content)
|
2015-08-05 02:25:21 +00:00
|
|
|
|
* [PHP 之道](http://wulijun.github.io/php-the-right-way/)
|
2014-12-11 08:34:05 +00:00
|
|
|
|
|
|
|
|
|
|
2014-05-22 16:26:55 +00:00
|
|
|
|
### Python
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Django book 2.0](http://djangobook.py3k.cn/2.0/)
|
2014-12-26 15:22:20 +00:00
|
|
|
|
* [Python 3 文档(简体中文) 3.2.2 documentation](http://docspy3zh.readthedocs.org/en/latest/)
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [深入 Python](http://woodpecker.org.cn/diveintopython/)
|
2014-12-08 13:59:47 +00:00
|
|
|
|
* [深入 Python 3](http://woodpecker.org.cn/diveintopython3/)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
|
2014-08-10 07:01:32 +00:00
|
|
|
|
* [简明 Python 教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/) (《A Byte of Python》中文版)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### R
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [153分钟学会 R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版)
|
2014-08-10 07:01:32 +00:00
|
|
|
|
* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf)
|
|
|
|
|
* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
|
2014-08-15 04:41:20 +00:00
|
|
|
|
### reStructuredText
|
|
|
|
|
* [reStructuredText 入门](http://www.pythondoc.com/sphinx/rest.html)
|
|
|
|
|
* [reStructuredText 简明教程](http://jwch.sdut.edu.cn/book/rst.html)
|
2014-05-22 16:26:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Ruby
|
|
|
|
|
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)
|
|
|
|
|
* [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/)
|
2014-12-11 08:34:05 +00:00
|
|
|
|
* [Ruby on Rails 实战圣经](http://ihower.tw/rails4/)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
|
|
|
|
|
* [笨方法学 Ruby](http://lrthw.github.io/)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2013-12-31 09:00:28 +00:00
|
|
|
|
### Scala
|
2014-08-11 02:38:10 +00:00
|
|
|
|
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
* [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)
|
2015-05-14 12:06:25 +00:00
|
|
|
|
* [Scala 初学者指南](https://www.gitbook.com/book/windor/beginners-guide-to-scala/details) (The Neophyte's Guide to Scala)
|
2013-12-31 09:00:28 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-08-10 12:21:23 +00:00
|
|
|
|
### Scheme
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
|
2014-10-09 01:49:40 +00:00
|
|
|
|
* [算法语言Scheme修订<sup>6</sup>报告](http://r6rs.mrliu.org/)(R<sup>6</sup>RS简体中文翻译)
|
2014-08-10 12:21:23 +00:00
|
|
|
|
|
|
|
|
|
|
2013-12-31 09:00:28 +00:00
|
|
|
|
### Shell
|
2014-08-11 02:38:10 +00:00
|
|
|
|
* [Shell 编程基础](http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
|
2014-12-20 08:00:57 +00:00
|
|
|
|
* [The Linux Command Line 中文版](http://billie66.github.io/TLCL/book/zh)
|
2014-01-04 00:46:05 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-09-11 04:35:28 +00:00
|
|
|
|
### Swift
|
|
|
|
|
* [《The Swift Programming Language》中文版](https://www.gitbook.io/book/numbbbbb/-the-swift-programming-language-)
|
|
|
|
|
|
|
|
|
|
|
2014-08-10 07:01:32 +00:00
|
|
|
|
### Vim
|
2014-09-08 16:49:44 +00:00
|
|
|
|
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html)
|
2015-08-10 02:08:54 +00:00
|
|
|
|
* [Vim Manual(中文版)](http://man.chinaunix.net/newsoft/vi/doc/help.html)
|
2014-01-04 00:46:05 +00:00
|
|
|
|
|
2014-01-18 12:28:57 +00:00
|
|
|
|
|
2014-04-18 11:41:44 +00:00
|
|
|
|
### Visual Prolog
|
|
|
|
|
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)
|
2014-12-07 08:41:42 +00:00
|
|
|
|
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
|
2014-12-20 08:00:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Web
|
|
|
|
|
* [HTTP 下午茶](http://happypeter.github.io/tealeaf-http)
|