-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 43 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 43 KB
1
2
3
4
5
6
{
"name": "Baisha-geek.GitHub.io",
"tagline": "Baisha-Geek Blog",
"body": "# 计算机相关技术资料整理 \r\n\r\n----------------------\r\n这里收录比较实用的计算机相关技术书籍,可以在短期之内入门的简单实用教程、一些技术网站以及一些写的比较好的博文,欢迎Fork,你也可以通过Pull Request参与编辑。\r\n\r\n* [程序员必读书籍](http://coolshell.info/blog/2014/07/qualified-programmer-should-read-what-books.html)\r\n* [免费下载编程类电子书的网站](http://www.freeprogrammingbook.com/)\r\n* [国外程序员在 stackoverflow 推荐的程序员必读书籍](http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html)\r\n* [github上的一个流行的编程书籍索引](https://github.com/vhf/free-programming-books)\r\n\r\n------------\r\n\r\n## 目录\r\n\r\n- **[硬件类](#硬件类)**\r\n\t* [Arduino](#arduino)\r\n\t* [RaspberryPi](#raspberrypi )\r\n\t* [LeMaker](#lemaker)\r\n\t* [STM32](#stm32)\r\n\r\n- **[语言无关类](#语言无关类)**\r\n\r\n * [IDE](#ide)\r\n * [MySQL](#mysql)\r\n * [NoSQL](#nosql)\r\n * [PostgreSQL](#postgresql)\r\n * [Web](#web)\r\n * [WEB服务器](#web服务器)\r\n * [操作系统](#操作系统)\r\n * [版本控制](#版本控制)\r\n * [编辑器](#编辑器)\r\n * [管理和监控](#管理和监控)\r\n * [项目相关](#项目相关)\r\n * [设计模式](#设计模式)\r\n * [大数据](#大数据)\r\n * [物联网](#物联网)\r\n \r\n\r\n\r\n- **[语言相关类](#语言相关类)**\r\n\r\n * [AWK](#awk)\r\n * [Android](#android)\r\n * [C/C++](#cc)\r\n * [C#](#c#)\r\n * [CSS/HTML](#css)\r\n * [Dart](#dart)\r\n * [Elixir](#elixir)\r\n * [Erlang](#erlang)\r\n * [Fortran](#fortran)\r\n * [Go](#go)\r\n * [Groovy](#groovy)\r\n * [Haskell](#haskell)\r\n * [iOS](#ios)\r\n * [Java](#java)\r\n * [JavaScript](#javascript)\r\n * [LaTeX](#latex)\r\n * [LISP](#lisp)\r\n * [Lua](#lua)\r\n * [Perl](#perl)\r\n * [PHP](#php)\r\n * [Prolog](#prolog)\r\n * [Python](#python)\r\n * [R](#r)\r\n * [Ruby](#ruby)\r\n * [Rust](#rust)\r\n * [SED](#sed)\r\n * [Scala](#scala)\r\n * [Scheme](#scheme)\r\n * [Shell](#shell)\r\n * [Swift](#swift)\r\n * [VisualProlog](#visualprolog)\r\n \r\n- **[其他](#其他)**\r\n\r\n- **[在线教育](#在线教育)**\r\n\r\n\r\n\r\n--------------------------------\r\n## 硬件类 \r\n\r\n### Arduino\r\n\r\n * [arduino的github](https://github.com/arduino/Arduino)\r\n \r\n-----------\r\n\r\n### RaspberryPi \r\n\r\n* [树莓派(Raspberry Pi)官方文档](https://github.com/rpicn/DocumentationCN)\r\n* [树莓派(Raspberry Pi)资源大全中文版](https://github.com/wwj718/awesome-raspberry-pi-zh)\r\n* [树莓派实验室](http://shumeipai.nxez.com/)\r\n* [树莓派玩机目录](http://www.99diary.com/shumeipai/index2.html)\r\n\r\n------------------\r\n\r\n### LeMaker\r\n\r\n-------------------------------------------\r\n\r\n### STM32\r\n\r\n------------------------------------------------\r\n\r\n\r\n## 语言无关类\r\n\r\n\r\n### IDE\r\n\r\n* [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial)\r\n\r\n-------------------------------------\r\n### MySQL\r\n\r\n* [MySQL中文手册](http://www.php100.com/manual/MySQL/)\r\n* [十步完全理解SQL](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/sql.md)\r\n* [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html)\r\n* [MySQL索引背后的数据结构及算法原理](http://www.cnblogs.com/leoo2sk/archive/2011/07/10/mysql-index.html)\r\n\r\n-----------------------------------\r\n\r\n### NoSQL\r\n\r\n* [Redis 设计与实现](http://redisbook.com/)\r\n* [Redis 命令参考](http://www.redisdoc.com/)\r\n* [带有详细注释的 Redis 3.0 代码](https://github.com/huangz1990/redis-3.0-annotated)\r\n* [带有详细注释的 Redis 2.6 代码](https://github.com/huangz1990/annotated_redis_source)\r\n* [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md)\r\n* [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md)\r\n* [Neo4j .rb 中文資源](http://neo4j.tw/)\r\n* [Neo4j 简体中文手册 v1.8](http://docs.neo4j.org.cn/)\r\n* [8种Nosql数据库系统对比](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/nosql.md)\r\n* [Disque 使用教程](http://disquebook.com/)\r\n* [Apache Spark 设计与实现](https://github.com/JerryLead/SparkInternals/tree/master/markdown)\r\n* [NoSQL数据库笔谈](http://www.yankay.com/wp-content/NoSql_Database_Note.html) ([PDF](http://yankaycom-wordpress.stor.sinaapp.com/uploads/2012/12/NoSQL%E6%95%B0%E6%8D%AE%E5%BA%93%E7%AC%94%E8%B0%88v2.pdf))\r\n\r\n--------------------------\r\n\r\n### PostgreSQL\r\n* [PostgreSQL 8.2.3 中文文档](http://works.jinbuguo.com/postgresql/menu823/index.html)\r\n* [PostgreSQL 9.3.1 中文文档](http://www.postgres.cn/docs/9.3/index.html)\r\n\r\n------------------------------\r\n\r\n### Web\r\n\r\n* [w3school教程整理](http://www.flygon.net/archives/427)\r\n* [Wireshark用户手册](http://man.lupaworld.com/content/network/wireshark/index.html)\r\n* [HTTP 下午茶](http://happypeter.github.io/tealeaf-http/)\r\n* [HTTP 接口设计指北](https://github.com/bolasblack/http-api-guide)\r\n* [HTTP/2.0 中文翻译](http://yuedu.baidu.com/ebook/478d1a62376baf1ffc4fad99?pn=1)\r\n* [RFC 7540 - HTTP/2 中文翻译版](https://github.com/abbshr/rfc7540-translation-zh_cn)\r\n* [gulp 入门指南](https://github.com/nimojs/gulp-book#gulp-%E5%85%A5%E9%97%A8%E6%8C%87%E5%8D%97)\r\n* [gulp中文文档](https://github.com/Baisha-Geek/free-programming-books-zh_CN)\r\n* [Growth: 全栈增长工程师指南](https://github.com/phodal/growth-ebook)\r\n* [Chrome 开发者工具中文手册](https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools)\r\n* [Chrome扩展开发文档](http://open.chrome.360.cn/extension_dev/overview.html)\r\n* [Grunt中文文档](http://www.gruntjs.org/)\r\n* [Yeoman中文文档](http://yeomanjs.org/)\r\n* [JSON风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md)\r\n* [网络传输基础](http://coolshell.info/blog/2015/04/web-transmission-basis.html)\r\n* [关于浏览器和网络的 20 项须知](http://www.20thingsilearned.com/zh-CN/home)\r\n* [浏览器开发工具的秘密](http://jinlong.github.io/2013/08/29/devtoolsecrets/)\r\n* [移动Web前端知识库](https://github.com/AlloyTeam/Mars)\r\n* [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm)\r\n* [前端资源分享(一)](https://github.com/hacke2/hacke2.github.io/issues/1)\r\n* [前端资源分享(二)](https://github.com/hacke2/hacke2.github.io/issues/3)\r\n* [前端知识体系](http://knowledge.ecomfe.com/)\r\n* [前端开发者手册](https://dwqs.gitbooks.io/frontenddevhandbook/content/)\r\n* [前端代码规范 及 最佳实践](http://coderlmn.github.io/code-standards/)\r\n* [前端开发体系建设日记](https://github.com/fouber/blog/issues/2)\r\n* [移动前端开发收藏夹](https://github.com/hoosin/mobile-web-favorites)\r\n\r\n--------------------------\r\n\r\n### web服务器\r\n\r\n* [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) (淘宝团队出品)\r\n* [Nginx教程从入门到精通](http://www.ttlsa.com/nginx/nginx-stu-pdf/)(PDF版本,运维生存时间出品)\r\n* [Apache 中文手册](http://works.jinbuguo.com/apache/menu22/index.html)\r\n* [Elasticsearch权威指南](http://looly.gitbooks.io/elasticsearch-the-definitive-guide-cn/)\r\n* [25 台服务器是怎样支撑 StackOverflow 的?](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/how-stackoverflow-works.md)\r\n* [图片服务架构演进(孔凡勇)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/picture-server.md)\r\n* [最佳日志实践(王健)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/logging.md)\r\n\r\n--------------------------------\r\n\r\n###操作系统\r\n\r\n* [Operating Systems](http://pages.cs.wisc.edu/%7Eremzi/OSTEP/)\r\n* [Debian 参考手册](http://man.chinaunix.net/linux/debian/reference/reference.zh-cn.html)\r\n* [Ubuntu 参考手册](http://wiki.ubuntu.org.cn/UbuntuManual)\r\n* [鸟哥的Linux私房菜](http://linux.vbird.org/)\r\n* [Linux 系统高级编程](http://sourceforge.net/apps/trac/elpi/wiki/ALP)\r\n* [The Linux Command Line](http://billie66.github.io/TLCL/index.html) (中英文版)\r\n* [Linux 设备驱动](http://oss.org.cn/kernel-book/ldd3/index.html) (第三版)\r\n* [深入分析Linux内核源码](http://www.kerneltravel.net/kernel-book/%E6%B7%B1%E5%85%A5%E5%88%86%E6%9E%90Linux%E5%86%85%E6%A0%B8%E6%BA%90%E7%A0%81.html)\r\n* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)\r\n* [Docker中文指南](https://github.com/widuu/chinese_docker)\r\n* [Docker —— 从入门到实践](https://github.com/yeasy/docker_practice)\r\n* [Docker入门实战](http://yuedu.baidu.com/ebook/d817967416fc700abb68fca1)\r\n* [FreeRADIUS新手入门](http://freeradius.akagi201.org)\r\n* [Mac 开发配置手册](http://aaaaaashu.gitbooks.io/mac-dev-setup/content/)\r\n* [FreeBSD 使用手册](https://www.freebsd.org/doc/zh_CN/books/handbook/index.html)\r\n* [Linux 命令行(中文版)](http://billie66.github.io/TLCL/book/)\r\n* [Linux 构建指南](http://works.jinbuguo.com/lfs/lfs62/index.html)\r\n* [Linux工具快速教程](https://github.com/me115/linuxtools_rst)\r\n* [Linux 系统高级编程](https://github.com/Baisha-Geek/free-programming-books/blob/master/free-programming-books-zh.md)\r\n* [理解Linux进程](https://github.com/tobegit3hub/understand_linux_process)\r\n* [Linux From Scratch systemd 中文翻译](https://github.com/ryanzz/LFS-systemd-zh_CN)\r\n* [55分钟学会正则表达式](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/30-minutes-to-learn-regex.md)\r\n* [每个Linux用户都应该知道的命令行技巧](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/use-linux.md)\r\n* [每个程序员都应该了解的内存知识](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/memory.md) \r\n* [每个程序员都应该了解的CPU缓存知识](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/cpu-cache.md) \r\n* [每个程序员都应该了解的虚拟内存知识](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/virtual-memory.md) \r\n* [shell脚本教程](http://billie66.gitbooks.io/tlcl-cn/content/)\r\n* [查找命令行的网站](http://www.commandlinefu.com/commands/matching/ls/bHM=/sort-by-votes)\r\n* [正则表达式在线测试](http://www.rubular.com/)\r\n* [SystemTap新手指南](https://spacewander.gitbooks.io/systemtapbeginnersguide_zh/content/index.html)\r\n* [开源世界旅行手册](http://i.linuxtoy.org/docs/guide/index.html)\r\n* [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md)\r\n* [嵌入式 Linux 知识库 (eLinux.org 中文版)](https://www.gitbook.com/book/tinylab/elinux/details)\r\n\r\n\r\n----------------------------------\r\n\r\n### 版本控制\r\n\r\n* [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) \r\n* [Git简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)\r\n* [Git 参考手册](http://gitref.justjavac.com)\r\n* [Pro Git](http://git-scm.com/book/zh)\r\n* [Pro Git 中文版](https://www.gitbook.com/book/0532/progit/details) (整理在gitbook上)\r\n* [Git-flow 备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html)\r\n* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)\r\n* [Git Community Book 中文版](http://gitbook.liuhui998.com/index.html)\r\n* [沉浸式学 Git](http://igit.linuxtoy.org/)\r\n* [猴子都能懂的GIT入门](http://backlogtool.com/git-guide/cn/)\r\n* [Mercurial 使用教程](http://mercurial.selenic.com/wiki/ChineseTutorial)\r\n* [HgInit (中文版)](http://bucunzai.net/hginit/)\r\n* [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) (感谢 @flyhigher139 翻译了中文版)\r\n* [GotGitHub](http://www.worldhello.net/gotgithub/index.html)\r\n* [GitHub秘籍](http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html)\r\n* [Github帮助文档](https://github.com/waylau/github-help)\r\n* [GitHub 漫游指南](https://github.com/phodal/github-roam)\r\n* [GitBook 简明教程](http://www.chengweiyang.cn/gitbook/index.html)\r\n* [Github教程和工具](https://github.com/Baisha-Geek/awesome-github)\r\n* [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html)\r\n\r\n-----------------------\r\n\r\n### 编辑器\r\n\r\n* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)\r\n* [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/)\r\n* [Vim中文文档](https://github.com/vimcn/vimcdoc)\r\n* [简明VIM练级攻略](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/vim.md)\r\n* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide)\r\n* [MarkDown在线编辑](https://stackedit.io/#)\r\n* [MarkDown 语法说明](http://www.appinn.com/markdown/)\r\n* [MarkDown·简单的世界](https://github.com/wizardforcel/markdown-simple-world)\r\n* [MarkDown (Markdown 入门参考)](https://github.com/LearnShare/Learning-Markdown)\r\n* [Atom飞行手册中文版](https://github.com/wizardforcel/atom-flight-manual-zh-cn)\r\n* [一年成为 Emacs 高手](https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/master/guide-zh.org)\r\n* [Emacs 生存指南](http://lifegoo.pluskid.org/upload/blog/152/Survive.in.Emacs.pdf)\r\n\r\n-------------------------------\r\n\r\n### 管理和监控\r\n* [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/)\r\n* [Elasticsearch 权威指南(中文版)](http://es.xiaoleilu.com/)\r\n\r\n\r\n-------------------\r\n\r\n### 项目相关\r\n\r\n* [Gradle实战](http://lippiouyang.gitbooks.io/gradle-in-action-cn/content/)\r\n* [Gradle 2 用户指南](https://github.com/waylau/Gradle-2-User-Guide)\r\n* [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html)\r\n* [The Twelve-Factor App](https://12factor.net/zh_cn/)\r\n* [selenium 中文文档](https://github.com/fool2fish/selenium-doc)\r\n* [Joel谈软件](http://local.joelonsoftware.com/wiki/Chinese_\\(Simplified\\))\r\n* [持续集成(第二版)](http://article.yeeyan.org/view/2251/94882) (译言网)\r\n* [让开发自动化系列专栏](http://www.ibm.com/developerworks/cn/java/j-ap/)\r\n* [追求代码质量](http://www.ibm.com/developerworks/cn/java/j-cq/)\r\n\r\n* [約耳談軟體(Joel on Software)](http://local.joelonsoftware.com/wiki/%E9%A6%96%E9%A0%81)\r\n* [编码规范](https://github.com/ecomfe/spec)\r\n* [开源软件架构](http://www.ituring.com.cn/book/1143)\r\n\r\n\r\n-----------------\r\n\r\n### 设计模式\r\n\r\n* [design pattern 包教不包会](https://github.com/AlfredTheBest/Design-Pattern)\r\n* [图说设计模式](https://github.com/me115/design_patterns)\r\n* [史上最全设计模式导学目录](http://blog.csdn.net/lovelion/article/details/17517213)\r\n* [设计模式Java版](https://quanke.gitbooks.io/design-pattern-java/content/)\r\n\r\n--------------------\r\n\r\n### 大数据\r\n\r\n* [大数据/数据挖掘/推荐系统/机器学习相关资源](https://github.com/Flowerowl/Big-Data-Resources)\r\n* [面向程序员的数据挖掘指南](https://github.com/jizhang/guidetodatamining)\r\n* [大型集群上的快速和通用数据处理架构](https://code.csdn.net/CODE_Translation/spark_matei_phd)\r\n* [数据挖掘中经典的算法实现和详细的注释](https://github.com/linyiqun/DataMiningAlgorithm)\r\n\r\n---------------------------\r\n\r\n### 物联网\r\n\r\n * [自己动手设计物联网](http://ebook.designiot.cn/)\r\n\r\n\r\n--------------------------\r\n\r\n##语言相关类\r\n\r\n### AWK\r\n\r\n* [awk教程](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/awk.md)\r\n* [awk程序设计语言](http://awk.readthedocs.org/en/latest/)\r\n\r\n--------------------------\r\n\r\n### Android\r\n\r\n* [开发工具下载](http://www.androiddevtools.cn/)\r\n* [查找代码的一个网站](http://www.codota.com/)\r\n* [查找示例代码的网站](http://www.codota.com/)\r\n* [Android Design(中文版)](http://www.apkbus.com/design/index.html)\r\n* [Android学习之路](http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/)\r\n* [Android构建工具](http://tools.android.com/tech-docs/new-build-system)\r\n* [Android开发技术前线(android-tech-frontier)](https://github.com/bboyfeiyu/android-tech-frontier)\r\n* [Android内存优化(上)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/android-memory-prof1.md)\r\n* [Android内存优化(中)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/android-memory-prof2.md)\r\n* [Android内存优化(全)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/android-memory-prof3.md)\r\n* [Android开源库汇总](https://android-arsenal.com/free)\r\n* [Android SDK使用教程](http://tutsplus.com/)\r\n* [Android最佳实践](https://github.com/futurice/android-best-practices)\r\n* [Android Material icons](http://google.github.io/material-design-icons/#icons-for-android)\r\n* [Android Note(开发过程中积累的知识点)](https://github.com/CharonChui/AndroidNote)\r\n* [Android6.0 新特性详解 ](http://leanote.com/blog/post/561658f938f41126b2000298?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io)\r\n* [CodePath Android教程](http://guides.codepath.com/android/Home)\r\n* [Material Design 中文版](http://wiki.jikexueyuan.com/project/material-design/)\r\n* [Point-of-Android Android ](https://github.com/FX-Max/Point-of-Android)(一些重要知识点解析整理)\r\n* [Google Android官方培训课程中文版](http://hukai.me/android-training-course-in-chinese/index.html)\r\n* Google Material Design 正體中文版 ([译本一](http://wcc723.gitbooks.io/google_design_translate/content/style-icons.html) [译本二](https://github.com/1sters/material_design_zh))\r\n\r\n------------------------\r\n\r\n### C/C++\r\n\r\n* [C++ 并发编程指南](https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial) ([@傅海平ICT](http://weibo.com/1702076100))\r\n* [Linux C编程一站式学习](http://akaedu.github.io/book/) (宋劲杉, 北京亚嵌教育研究中心)\r\n* [CGDB中文手册](https://github.com/leeyiw/cgdb-manual-in-chinese)\r\n* [100个gdb小技巧](https://github.com/hellogcc/100-gdb-tips/blob/master/src/index.md)\r\n* [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md)\r\n* [学习gdb调试技巧](https://github.com/hellogcc/100-gdb-tips)\r\n* [ZMQ 指南](https://github.com/anjuke/zguide-cn)\r\n* [How to Think Like a Computer Scientist](http://www.ituring.com.cn/book/1203) (中英文版)\r\n* [跟我一起写Makefile(PDF)](http://scc.qibebt.cas.cn/docs/linux/base/%B8%FA%CE%D2%D2%BB%C6%F0%D0%B4Makefile-%B3%C2%F0%A9.pdf)\r\n* [GNU make中文手册](http://www.yayu.org/book/gnu_make/)\r\n* [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html)\r\n* [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/)\r\n* [C/C++ Primer](https://github.com/andycai/cprimer) (by @andycai)\r\n* [简单易懂的C魔法](http://www.nowamagic.net/librarys/books/contents/c)\r\n* [Cmake 实践](http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF版)\r\n* [C++ FAQ LITE(中文版)](http://www.sunistudio.com/cppfaq/)\r\n* [C++ Primer 5th Answers](https://github.com/Mooophy/Cpp-Primer)\r\n* [C进阶指南(1)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/c1.md)\r\n* [C进阶指南(2)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/c2.md)\r\n* [C进阶指南(3)](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/c3.md)\r\n* [C语言全局变量那些事儿](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/c-globle-variable.md)\r\n* [如何实现一个malloc](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/malloc.md)\r\n* [在线编程和调试的网站](http://ideone.com/)\r\n* [C/C++ 中文参考手册](http://zh.cppreference.com/w/%E9%A6%96%E9%A1%B5)(欢迎大家参与在线翻译和校对)\r\n* [C 语言编程透视](https://www.gitbook.com/book/tinylab/cbook/details)\r\n* [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial)\r\n* [Boost C++库中文教程](http://zh.highscore.de/cpp/boost/)\r\n* [C 语言常见问题集](http://c-faq-chn.sourceforge.net/ccfaq/ccfaq.html)\r\n* [C/C++ 学习教程](http://doc.lellansin.com/)\r\n\r\n\r\n--------------------------------------\r\n### C Sharp\r\n\r\n* [.NET 类库参考](https://msdn.microsoft.com/zh-cn/library/gg145045.aspx)\r\n* [.NET控件开发基础](https://github.com/JackWangCUMT/customcontrol)\r\n* [.NET开发要点精讲(初稿)](https://github.com/sherlockchou86/-free-ebook-.NET-)\r\n* [MSDN C# 中文文档](https://msdn.microsoft.com/zh-cn/library/kx37x362.aspx)\r\n* [ASP.NET MVC 5 入门指南](http://www.cnblogs.com/powertoolsteam/p/aspnetmvc5-tutorials-grapecity.html)\r\n* [超全面的 .NET GDI+ 图形图像编程教程](http://www.cnblogs.com/LonelyShadow/p/4162318.html)\r\n\r\n\r\n### CSS\r\n\r\n* [学习CSS布局](http://zh.learnlayout.com/)\r\n* [通用 CSS 笔记、建议与指导](https://github.com/chadluo/CSS-Guidelines/blob/master/README.md)\r\n* [CSS参考手册](http://css.doyoe.com/)\r\n* [Emmet 文档](http://yanxyz.github.io/emmet-docs/)\r\n* [前端代码规范](http://alloyteam.github.io/code-guide/) (腾讯alloyteam团队)\r\n* [HTML和CSS编码规范](http://codeguide.bootcss.com/)\r\n* [Sass Guidelines 中文](http://sass-guidelin.es/zh/)\r\n* [MDN HTML 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/HTML)\r\n* [MDN CSS 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/CSS)\r\n* [CSS3 Tutorial 《CSS3 教程》](https://github.com/waylau/css3-tutorial)\r\n\r\n----------------------------\r\n\r\n### Dart\r\n\r\n* [Dart 语言导览](http://dart.lidian.info/wiki/Language_Tour)\r\n\r\n----------------------------\r\n\r\n### Elixir\r\n \r\n * [Elixir编程入门](https://github.com/straightdave/programming_elixir)\r\n\r\n----------------------------\r\n### Erlang\r\n* [21天学通Erlang](http://21天学通erlang.github.io/)\r\n\r\n------------------------\r\n### Fortran\r\n* [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/)\r\n\r\n------------------------------\r\n\r\n### Go\r\n\r\n* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)\r\n* [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN)\r\n* [学习Go语言](http://mikespook.com/learning-go/) ([PDF](http://xxiyy.qiniudn.com/%E5%AD%A6%E4%B9%A0%20Go%20%E8%AF%AD%E8%A8%80\\(Golang\\).pdf?download))\r\n* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) (此书已经出版,希望开发者们去购买,支持作者的创作)\r\n* [Go实战开发](https://github.com/astaxie/Go-in-Action) (当我收录此项目时,作者已经写完第三章,如果读完前面章节觉得有帮助,可以给作者[捐赠](https://me.alipay.com/astaxie),以鼓励作者的继续创作)\r\n* [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh)\r\n* [Effective Go](http://www.hellogcc.org/effective_go.html)\r\n* [Go语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)\r\n* [Go命令教程](https://github.com/g0hacker/go_command_tutorial)\r\n* [深入解析Go](https://github.com/tiancaiamao/go-internals)\r\n* [Go语言圣经(中文版)](https://www.gitbook.com/book/wizardforcel/gopl-zh/details)\r\n* [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action)\r\n* [Golang标准库文档](http://godoc.ml/)\r\n* [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241)\r\n\r\n-----------\r\n\r\n### Groovy\r\n\r\n* [实战 Groovy 系列](http://www.ibm.com/developerworks/cn/java/j-pg/)\r\n\r\n-----------------\r\n\r\n### Haskell\r\n\r\n* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)\r\n* [Haskell趣学指南](http://fleurer-lee.com/lyah/)\r\n\r\n--------------------\r\n\r\n### iOS\r\n\r\n* [iOS开发60分钟入门](https://github.com/qinjx/30min_guides/blob/master/ios.md)\r\n* [iOS7人机界面指南](http://isux.tencent.com/ios-human-interface-guidelines-ui-design-basics-ios7.html)\r\n* [Google Objective-C Style Guide 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/)\r\n* [iPhone 6 屏幕揭秘](http://wileam.com/iphone-6-screen-cn/)\r\n* [Apple Watch开发初探](http://nilsun.github.io/apple-watch/)\r\n* [马上着手开发 iOS 应用程序](https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/index.html)\r\n* [网易斯坦福大学公开课:iOS 7应用开发字幕文件](https://github.com/jkyin/Subtitle)\r\n\r\n-----------------------\r\n\r\n### Java\r\n\r\n* [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference)\r\n* [Jersey 2.x 用户指南](https://github.com/waylau/Jersey-2.x-User-Guide)\r\n* [Spring Framework 4.x参考文档](https://github.com/waylau/spring-framework-4-reference)\r\n* [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide) (翻译中)\r\n* [MyBatis中文文档](http://mybatis.github.io/mybatis-3/zh/index.html)\r\n* [用jersey构建REST服务](https://github.com/waylau/RestDemo)\r\n* [Activiti 5.x 用户指南](https://github.com/waylau/activiti-5.x-user-guide)\r\n* [Google Java编程风格指南](http://www.hawstein.com/posts/google-java-style.html)\r\n* [Netty 4.x 用户指南](https://github.com/waylau/netty-4-user-guide)\r\n* [Netty 实战(精髓)](https://github.com/waylau/essential-netty-in-action)\r\n* [REST 实战](https://github.com/waylau/rest-in-action)\r\n* [Java 编码规范](https://github.com/waylau/java-code-conventions)\r\n* [Apache MINA 2 用户指南](https://github.com/waylau/apache-mina-2.x-user-guide)\r\n* [JVM必备指南](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/jvm.md)\r\n* [Java入门教程](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/java-string.md)\r\n* [javarevisited博客](http://javarevisited.blogspot.com/)\r\n* [journaldev教程](http://www.journaldev.com/)\r\n* [Java 8 简明教程](https://github.com/wizardforcel/modern-java-zh)\r\n* [Java 编程要点](https://www.gitbook.com/book/waylau/essential-java/details)\r\n\r\n-------------------------\r\n\r\n### JavaScript\r\n\r\n* [Google JavaScript 代码风格指南](http://bq69.com/blog/articles/script/868/google-javascript-style-guide.html)\r\n* [Google JSON 风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md)\r\n* [Airbnb JavaScript 规范](https://github.com/adamlu/javascript-style-guide)\r\n* [JavaScript 标准参考教程(alpha)](http://javascript.ruanyifeng.com/)\r\n* [Javascript编程指南](http://pij.robinqu.me/) ([源码](https://github.com/RobinQu/Programing-In-Javascript))\r\n* [javascript 的 12 个怪癖](https://github.com/justjavac/12-javascript-quirks)\r\n* [JavaScript 秘密花园](http://bonsaiden.github.io/JavaScript-Garden/zh/)\r\n* [JavaScript核心概念及实践](http://icodeit.org/jsccp/) (PDF) (此书已由人民邮电出版社出版发行,但作者依然免费提供PDF版本,希望开发者们去购买,支持作者)\r\n* [《JavaScript 模式》](https://github.com/jayli/javascript-patterns) “JavaScript patterns”中译本\r\n* [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) (注:原文由[为之漫笔](http://www.cn-cuckoo.com)翻译,原始地址无法打开,所以此处地址为我博客上的备份)\r\n* [学用 JavaScript 设计模式](http://www.oschina.net/translate/learning-javascript-design-patterns) (开源中国)\r\n* [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html)\r\n* [ECMAScript 6 入门](http://es6.ruanyifeng.com/) (作者:阮一峰)\r\n* jQuery\r\n * [jQuery 解构](http://www.cn-cuckoo.com/deconstructed/jquery.html)\r\n * [简单易懂的JQuery魔法](http://www.nowamagic.net/librarys/books/contents/jquery)\r\n * [How to write jQuery plugin](http://i5ting.github.io/How-to-write-jQuery-plugin/build/jquery.plugin.html)\r\n* Node.js\r\n * [Node入门](http://www.nodebeginner.org/index-zh-cn.html)\r\n * [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/)\r\n * [Nodejs Wiki Book](https://github.com/nodejs-tw/nodejs-wiki-book) (繁体中文)\r\n * [express.js 中文文档](http://expressjs.jser.us/)\r\n * [koa 中文文档](https://github.com/turingou/koa-guide)\r\n * [使用 Express + MongoDB 搭建多人博客](https://github.com/nswbmw/N-blog)\r\n * [Express框架](http://javascript.ruanyifeng.com/nodejs/express.html)\r\n * [Node.js 包教不包会](https://github.com/alsotang/node-lessons)\r\n * [Learn You The Node.js For Much Win! (中文版)](https://www.npmjs.org/package/learnyounode-zh-cn)\r\n * [Node debug 三法三例](http://i5ting.github.io/node-debug-tutorial/)\r\n * [nodejs中文文档](https://www.gitbook.com/book/0532/nodejs/details)\r\n* underscore.js\r\n * [Underscore.js中文文档](http://learningcn.com/underscore/)\r\n* backbone.js\r\n * [backbone.js入门教程](http://www.the5fire.com/backbone-js-tutorials-pdf-download.html) (PDF)\r\n * [Backbone.js入门教程第二版](https://github.com/the5fire/backbonejs-learning-note)\r\n * [Developing Backbone.js Applications(中文版)](http://feliving.github.io/developing-backbone-applications)\r\n* AngularJS\r\n * [AngularJS最佳实践和风格指南](https://github.com/mgechev/angularjs-style-guide/blob/master/README-zh-cn.md)\r\n * [AngularJS中译本](https://github.com/peiransun/angularjs-cn)\r\n * [AngularJS入门教程](https://github.com/zensh/AngularjsTutorial_cn)\r\n * [构建自己的AngularJS](https://github.com/xufei/Make-Your-Own-AngularJS/blob/master/01.md)\r\n * [在Windows环境下用Yeoman构建AngularJS项目](http://www.waylau.com/build-angularjs-app-with-yeoman-in-windows/)\r\n* Zepto.js\r\n * [Zepto.js 中文文档](http://mweb.baidu.com/zeptoapi/)\r\n* Sea.js\r\n * [Hello Sea.js](http://island205.github.io/HelloSea.js/)\r\n* React.js\r\n * [React.js 中文文档](http://reactjs.cn/)\r\n* CoffeeScript\r\n * [CoffeeScript Cookbook](http://island205.github.io/coffeescript-cookbook.github.com/)\r\n * [The Little Book on CoffeeScript中文版](http://island205.github.io/tlboc/)\r\n * [CoffeeScript 编码风格指南](https://github.com/geekplux/coffeescript-style-guide)\r\n* ExtJS\r\n * [Ext4.1.0 中文文档](http://extjs-doc-cn.github.io/ext4api/)\r\n* Meteor\r\n * [Discover Meteor](http://zh.discovermeteor.com/)\r\n* [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950)\r\n\r\n-----------------\r\n\r\n### LaTeX\r\n\r\n* [一份其实很短的 LaTeX 入门文档](http://liam0205.me/2014/09/08/latex-introduction/)\r\n* [一份不太简短的 LATEX 2ε 介绍](http://www.mohu.org/info/lshort-cn.pdf) (PDF版)\r\n\r\n-----------------\r\n\r\n### LISP\r\n\r\n* [ANSI Common Lisp 中文翻譯版](http://acl.readthedocs.org/en/latest/)\r\n\r\n-----------------\r\n\r\n### Lua\r\n\r\n* [Lua编程入门](https://github.com/andycai/luaprimer)\r\n* [Lua 5.1 参考手册 中文翻译](http://www.codingnow.com/2000/download/lua_manual.html)\r\n* [Lua 5.3 参考手册 中文翻译](http://cloudwu.github.io/lua53doc/)\r\n\r\n-----------------\r\n\r\n### Perl\r\n\r\n* [Modern Perl 中文版](https://github.com/horus/modern_perl_book)\r\n* [Perl 程序员应该知道的事](http://perl.linuxtoy.org/)\r\n\r\n-----------------\r\n\r\n### PHP\r\n* [PHP 官方手册](http://php.net/manual/zh/)\r\n* [PHP调试技术手册](http://www.laruence.com/2010/06/21/1608.html)(PDF)\r\n* [PHP之道](http://wulijun.github.io/php-the-right-way/)\r\n* [PHP 最佳实践](https://github.com/justjavac/PHP-Best-Practices-zh_CN)\r\n* [PHP 开发者实践](http://ryancao.gitbooks.io/php-developer-prepares/content/)\r\n* [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/)\r\n* [深入理解PHP内核](https://github.com/reeze/tipi)\r\n* [CodeIgniter 用户指南](http://codeigniter.org.cn/user_guide/index.html)\r\n* [Laravel4 中文文档](http://www.golaravel.com/docs/)\r\n* [Laravel 入门](https://github.com/huanghua581/laravel-getting-started)\r\n* [Symfony2中文文档](http://symfony-docs-chs.readthedocs.org/en/latest/) (未译完)\r\n* [Phalcon中文文档](http://phalcon.5iunix.net/)(翻译进行中)\r\n* [YiiBook几本Yii框架的在线教程](http://yiibook.com//doc)\r\n* [Yii 框架中文文檔](http://www.yiichina.com/)\r\n* [深入理解 Yii 2.0](http://www.digpage.com/)\r\n* [简单易懂的PHP魔法](http://www.nowamagic.net/librarys/books/contents/php)\r\n* [swoole文档及入门教程](https://github.com/LinkedDestiny/swoole-doc)\r\n* [Composer 中文网](http://www.phpcomposer.com)\r\n* [Slim 中文文档](http://minimee.org/php/slim)\r\n* [Lumen 中文文档](https://lumen.laravel-china.org/)\r\n* [PHPUnit 中文文档](https://phpunit.de/manual/current/zh_cn/installation.html)\r\n* [XDebug 2中文手册(译)](http://www.blogkun.com/project.html) (CHM)\r\n\r\n-----------------\r\n\r\n### Prolog\r\n\r\n* [笨办法学Prolog](http://fengdidi.github.io/blog/2011/11/15/qian-yan/)\r\n\r\n-----------------\r\n\r\n### Python\r\n\r\n* [小白的Python教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)\r\n* [简明Python教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/)\r\n* [零基础学Python](http://looly.gitbooks.io/python-basic)\r\n* [可爱的 Python ](http://lovelypython.readthedocs.org/en/latest/)\r\n* [Python 2.7 官方教程中文版](http://www.pythondoc.com/pythontutorial27/index.html)\r\n* [Python 3.3 官方教程中文版](http://www.pythondoc.com/pythontutorial3/index.html)\r\n* [深入 Python 3](http://sebug.net/paper/books/dive-into-python3/)\r\n* [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8)\r\n* [Google Python 风格指南 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/)\r\n* [Python入门教程](http://liam0205.me/2013/11/02/Python-tutorial-zh_cn/) ([PDF](http://liam0205.me/attachment/Python/The_Python_Tutorial_zh-cn.pdf))\r\n* [Python的神奇方法指南](http://article.yeeyan.org/view/311527/287706)\r\n* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/) ([PDF](http://liam0205.me/attachment/Python/PyHardWay/Learn_Python_The_Hard_Way_zh-cn.pdf)版下载)\r\n* [Django 1.5 文档中文版](http://django-chinese-docs.readthedocs.org/en/latest/) 正在翻译中\r\n* [Diango 1.7 文档中文版](http://django-1-7-doc.coding.io/) 正在翻译中,目前只翻译了目录\r\n* [Django 最佳实践](https://github.com/brantyoung/zh-django-best-practices)\r\n* [Django搭建简易博客教程](http://andrew-liu.gitbooks.io/django-blog/)\r\n* [The Django Book 中文版](http://djangobook.py3k.cn/2.0/)\r\n* [web.py 0.3 新手指南](http://webpy.org/tutorial3.zh-cn)\r\n* [Web.py Cookbook 简体中文版](http://webpy.org/cookbook/index.zh-cn)\r\n* [Dive Into Python 中文版](http://woodpecker.org.cn/diveintopython/)\r\n* [Bottle 文档中文版](https://associates.amazon.cn/gp/associates/network/main.html) (需翻墙)\r\n* [Flask 文档中文版](http://docs.jinkan.org/docs/flask/)\r\n* [Jinja2 文档中文版](http://docs.jinkan.org/docs/jinja2/)\r\n* [Werkzeug 文档中文版](http://werkzeug-docs-cn.readthedocs.org/zh_CN/latest/)\r\n* [Flask之旅](http://spacewander.github.io/explore-flask-zh)\r\n* [Introduction to Tornado 中文翻译](http://demo.pythoner.com/itt2zh/index.html)\r\n* [Python自然语言处理中文版](http://pan.baidu.com/s/1qW4pvnY) (感谢陈涛同学的翻译,也谢谢 [@shwley](https://github.com/shwley) 联系了作者)\r\n* [Python 绘图库 matplotlib 官方指南中文翻译](http://liam0205.me/2014/09/11/matplotlib-tutorial-zh-cn/)\r\n* [Scrapy 0.25 文档](http://scrapy-chs.readthedocs.org/zh_CN/latest/)\r\n* [ThinkPython](https://github.com/carfly/thinkpython-cn)\r\n* [Python快速教程](http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html)\r\n* [Python 正则表达式操作指南](http://wiki.ubuntu.org.cn/Python正则表达式操作指南)\r\n* [python初级教程:入门详解](http://www.crifan.com/files/doc/docbook/python_beginner_tutorial/release/html/python_beginner_tutorial.html)\r\n* [Python Cookbook 第3版 中文版](http://python3-cookbook.readthedocs.org/zh_CN/latest/)\r\n* [Twisted 与异步编程入门](http://likebeta.gitbooks.io/twisted-intro-cn/)\r\n* [TextGrocery 中文 API](http://textgrocery.readthedocs.org/zh/latest/index.html) ( 基于svm算法的一个短文本分类 Python 库 )\r\n* [Requests: HTTP for Humans](http://requests-docs-cn.readthedocs.org/zh_CN/latest/)\r\n* [Pillow 中文文档](http://pillow-cn.readthedocs.org/en/latest/#)\r\n* [廖雪峰 Python 2.7教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)\r\n* [廖雪峰 Python 3版本](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)\r\n\r\n\r\n-----------------\r\n\r\n### R\r\n\r\n* [R语言忍者秘笈](https://github.com/yihui/r-ninja)\r\n* [153分钟学会 R](https://cran.r-project.org/doc/contrib/Liu-FAQ.pdf)\r\n* [R 导论 (《An Introduction to R》中文版](https://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf)\r\n* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/)\r\n* [统计学与 R 读书笔记 (PDF)](https://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf)\r\n\r\n-----------------\r\n\r\n### Ruby\r\n\r\n* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)\r\n* [Rails 实践](https://rails-practice.com/content/index.html)\r\n* [Rails 5 开发进阶(Beta)](https://www.gitbook.com/book/kelby/rails-beginner-s-guide/details)\r\n* [Rails 102](https://www.gitbook.com/book/rocodev/rails-102/details)\r\n* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)\r\n* [Ruby 源码解读](https://ruby-china.org/topics/22386)\r\n* [Ruby on Rails 指南](http://guides.ruby-china.org/)\r\n* [Ruby on Rails 實戰聖經](http://ihower.tw/rails4/index.html)\r\n* [Ruby on Rails Tutorial 原书第 3 版](http://railstutorial-china.org/) \r\n* [编写Ruby的C拓展](http://wusuopu.gitbooks.io/write-ruby-extension-with-c/content/)\r\n* [笨方法學 Ruby](http://lrthw.github.io/)\r\n\r\n-----------------\r\n### Rust\r\n* [Rust 官方教程](https://github.com/KaiserY/rust-book-chinese)\r\n* [Rust 语言学习笔记](https://github.com/photino/rust-notes)\r\n* [RustPrimer](https://github.com/rustcc/RustPrimer)\r\n* [通过例子学习 Rust](https://github.com/rustcc/rust-by-example/)\r\n\r\n----------------------\r\n\r\n### SED\r\n\r\n* [sed教程](https://github.com/LippiOuYang/practical-computer-skills/blob/master/src/sed.md)\r\n\r\n------------------------\r\n\r\n### Scala\r\n\r\n* [Scala课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)\r\n* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)(Twitter的Scala最佳实践的中文翻译)\r\n* [Scala指南](http://zh.scala-tour.com/)\r\n\r\n-----------------\r\n\r\n### Scheme\r\n* [Yet Another Scheme Tutorial Scheme入门教程](http://deathking.github.io/yast-cn/)\r\n* [Scheme语言简明教程](http://songjinghe.github.io/TYS-zh-translation/)\r\n\r\n-----------------\r\n\r\n### Shell\r\n\r\n* [shell十三问](https://github.com/wzb56/13_questions_of_shell)\r\n* [Shell编程范例](https://www.gitbook.com/book/tinylab/shellbook/details)\r\n* [Shell 编程基础](http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80)\r\n* [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)\r\n* [Bash脚本15分钟进阶教程](http://blog.sae.sina.com.cn/archives/3606)\r\n* [Linux工具快速教程](https://github.com/me115/linuxtools_rst)\r\n* [The Linux Command Line 中文版](http://billie66.github.io/TLCL/book/zh/)\r\n\r\n\r\n-----------------\r\n\r\n### Swift\r\n\r\n* [Swift 语言指南](http://dev.swiftguide.cn)\r\n* [The Swift Programming Language 中文版](http://numbbbbb.github.io/the-swift-programming-language-in-chinese/)\r\n* [Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译文件](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift)\r\n\r\n-----------------\r\n### VisualProlog\r\n* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)\r\n* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)\r\n\r\n\r\n## 其他\r\n\r\n\r\n* [把《编程珠玑》读薄](http://www.hawstein.com/posts/make-thiner-programming-pearls.html)\r\n* [前端开发笔记本](https://li-xinyang.gitbooks.io/frontend-notebook/content/)\r\n* [前端工作面试问题](https://github.com/h5bp/Front-end-Developer-Interview-Questions/tree/master/Translations/Chinese)\r\n* [编程之法](https://github.com/julycoding/The-Art-Of-Programming-by-July)\r\n* [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm)\r\n* [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】\r\n* [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍)\r\n* [编程技巧总汇](http://xiaobeicn.gitbooks.io/programming-skills-summary/)\r\n* [老齐的技术资料](https://github.com/qiwsir/ITArticles)\r\n* [背包问题](http://love-oriented.com/pack/)\r\n* [制造开源软件](http://producingoss.com/zh/)\r\n* [计算机程序的结构和解释](https://github.com/DeathKing/Learning-SICP)\r\n* [SAN管理入门系列](https://community.emc.com/docs/DOC-16067)\r\n* [Growth: 全栈增长工程师指南](https://github.com/phodal/growth-ebook)\r\n\r\n-----------------------\r\n## 在线教育\r\n\r\n* [网易公开课](http://open.163.com/)\r\n* [网易云课堂](http://study.163.com/)\r\n* [极客学院](http://www.jikexueyuan.com/)\r\n* [学堂在线](http://www.xuetangx.com/)\r\n* [实验楼](https://www.shiyanlou.com/)\r\n* [萌码](http://www.mengma.com/volumes)\r\n* [牛客网](http://www.nowcoder.com/6309647)\r\n* [i春秋](http://www.ichunqiu.com/)\r\n* [MOOC学院](http://mooc.guokr.com/)\r\n* [51CTO学院](http://edu.51cto.com/)\r\n* [Codecademy](https://www.codecademy.com/learn)\r\n* [CodeSchool](https://www.codeschool.com/)\r\n* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)\r\n* [Learn X in Y minutes](https://learnxinyminutes.com/)\r\n* [TeamTreeHouse](https://teamtreehouse.com/)\r\n* [Udacity](https://cn.udacity.com/)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}