├── .gitattributes ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. 6 | 7 | ## Our Standards 8 | 9 | Examples of behavior that contributes to creating a positive environment include: 10 | 11 | * Using welcoming and inclusive language 12 | * Being respectful of differing viewpoints and experiences 13 | * Gracefully accepting constructive criticism 14 | * Focusing on what is best for the community 15 | * Showing empathy towards other community members 16 | 17 | Examples of unacceptable behavior by participants include: 18 | 19 | * The use of sexualized language or imagery and unwelcome sexual attention or advances 20 | * Trolling, insulting/derogatory comments, and personal or political attacks 21 | * Public or private harassment 22 | * Publishing others' private information, such as a physical or electronic address, without explicit permission 23 | * Other conduct which could reasonably be considered inappropriate in a professional setting 24 | 25 | ## Our Responsibilities 26 | 27 | Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. 28 | 29 | Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. 30 | 31 | ## Scope 32 | 33 | This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. 34 | 35 | ## Enforcement 36 | 37 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at justjavac@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. 38 | 39 | Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. 40 | 41 | ## Attribution 42 | 43 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] 44 | 45 | [homepage]: http://contributor-covenant.org 46 | [version]: http://contributor-covenant.org/version/1/4/ 47 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | 贡献者名单: https://github.com/justjavac/free-programming-books-zh_CN/graphs/contributors 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 免费的编程中文书籍索引 2 | ============================ 3 | 4 | [![](https://img.shields.io/github/issues/justjavac/free-programming-books-zh_CN.svg)](https://github.com/justjavac/free-programming-books-zh_CN/issues) [![](https://img.shields.io/github/forks/justjavac/free-programming-books-zh_CN.svg)](https://github.com/justjavac/free-programming-books-zh_CN/network) [![](https://img.shields.io/github/stars/justjavac/free-programming-books-zh_CN.svg)](https://github.com/justjavac/free-programming-books-zh_CN/stargazers) [![](https://travis-ci.org/justjavac/free-programming-books-zh_CN.svg?branch=master)](https://travis-ci.org/justjavac/free-programming-books-zh_CN) [![](https://img.shields.io/github/release/justjavac/free-programming-books-zh_CN.svg)](https://github.com/justjavac/free-programming-books-zh_CN/releases) 5 | 6 | 免费的编程中文书籍索引,欢迎投稿。 7 | 8 | - 国外程序员在 [stackoverflow](http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read/1713%231713) 推荐的程序员必读书籍,[中文版](http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html "一个合格的程序员应该读过哪些书")。 9 | - [stackoverflow](http://stackoverflow.com/questions/38210/what-non-programming-books-should-programmers-read) 上的程序员应该阅读的非编程类书籍有哪些? [中文版](what-non-programming-books-should-programmers-read.md) 10 | - [github](https://github.com/vhf/free-programming-books) 上的一个流行的编程书籍索引 [中文版](https://github.com/vhf/free-programming-books/blob/master/free-programming-books-zh.md) 11 | 12 | ## ForkFrom 13 | 14 | https://github.com/justjavac/free-programming-books-zh_CN?utm_source=gold_browser_extension 15 | 16 | ## 参与交流 17 | 18 | 欢迎大家将珍藏已久的经典免费书籍共享出来,您可以: 19 | 20 | * 使用 [Issues](https://github.com/justjavac/free-programming-books-zh_CN/issues) 以及 Pull Request 21 | 22 | 贡献者名单: https://github.com/justjavac/free-programming-books-zh_CN/graphs/contributors 23 | 24 | ## 目录 25 | 26 | * [语言无关类](#语言无关类) 27 | * [操作系统](#操作系统) 28 | * [智能系统](#智能系统) 29 | * [分布式系统](#分布式系统) 30 | * [编译原理](#编译原理) 31 | * [函数式概念](#函数式概念) 32 | * [计算机图形学](#计算机图形学) 33 | * [WEB服务器](#web服务器) 34 | * [版本控制](#版本控制) 35 | * [编辑器](#编辑器) 36 | * [NoSQL](#nosql) 37 | * [PostgreSQL](#postgresql) 38 | * [MySQL](#mysql) 39 | * [管理和监控](#管理和监控) 40 | * [项目相关](#项目相关) 41 | * [设计模式](#设计模式) 42 | * [Web](#web) 43 | * [大数据](#大数据) 44 | * [编程艺术](#编程艺术) 45 | * [其它](#其它) 46 | 47 | * [语言相关类](#语言相关类) 48 | * [Android](#android) 49 | * [APP](#app) 50 | * [AWK](#awk) 51 | * [C/C++](#cc) 52 | * [C#](#c) 53 | * [Clojure](#clojure) 54 | * [CSS/HTML](#csshtml) 55 | * [Dart](#dart) 56 | * [Elixir](#elixir) 57 | * [Erlang](#erlang) 58 | * [Fortran](#fortran) 59 | * [Go](#go) 60 | * [Groovy](#groovy) 61 | * [Haskell](#haskell) 62 | * [iOS](#ios) 63 | * [Java](#java) 64 | * [JavaScript](#javascript) 65 | * [LaTeX](#latex) 66 | * [LISP](#lisp) 67 | * [Lua](#lua) 68 | * [OCaml](#OCaml) 69 | * [Perl](#perl) 70 | * [PHP](#php) 71 | * [Prolog](#prolog) 72 | * [Python](#python) 73 | * [R](#r) 74 | * [Ruby](#ruby) 75 | * [Rust](#rust) 76 | * [Scala](#scala) 77 | * [Shell](#shell) 78 | * [Swift](#swift) 79 | 80 | * [读书笔记及其它](#读书笔记及其它) 81 | * [测试相关](#测试相关) 82 | 83 | ## 语言无关类 84 | 85 | ### 操作系统 86 | 87 | * [开源世界旅行手册](http://i.linuxtoy.org/docs/guide/index.html) 88 | * [鸟哥的Linux私房菜](http://vbird.dic.ksu.edu.tw/) 89 | * [The Linux Command Line](http://billie66.github.io/TLCL/index.html) (中英文版) 90 | * [Linux 设备驱动](http://oss.org.cn/kernel-book/ldd3/index.html) (第三版) 91 | * [深入分析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) 92 | * [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml) 93 | * [Docker中文指南](https://github.com/widuu/chinese_docker) 94 | * [Docker —— 从入门到实践](https://github.com/yeasy/docker_practice) 95 | * [Docker入门实战](http://yuedu.baidu.com/ebook/d817967416fc700abb68fca1) 96 | * [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet/tree/master/zh-cn#docker-cheat-sheet) 97 | * [FreeRADIUS新手入门](http://freeradius.akagi201.org) 98 | * [Mac 开发配置手册](https://aaaaaashu.gitbooks.io/mac-dev-setup/content/) 99 | * [FreeBSD 使用手册](https://www.freebsd.org/doc/zh_CN/books/handbook/index.html) 100 | * [Linux 命令行(中文版)](http://billie66.github.io/TLCL/book/) 101 | * [Linux 构建指南](http://works.jinbuguo.com/lfs/lfs62/index.html) 102 | * [Linux工具快速教程](https://github.com/me115/linuxtools_rst) 103 | * [Linux Documentation (中文版)](https://www.gitbook.com/book/tinylab/linux-doc/details) 104 | * [嵌入式 Linux 知识库 (eLinux.org 中文版)](https://www.gitbook.com/book/tinylab/elinux/details) 105 | * [理解Linux进程](https://github.com/tobegit3hub/understand_linux_process) 106 | * [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) 107 | * [SystemTap新手指南](https://spacewander.gitbooks.io/systemtapbeginnersguide_zh/content/index.html) 108 | * [操作系统思考](https://github.com/wizardforcel/think-os-zh) 109 | 110 | #### 智能系统 111 | * [一步步搭建物联网系统](https://github.com/phodal/designiot) 112 | 113 | ### 分布式系统 114 | * [走向分布式](http://dcaoyuan.github.io/papers/pdfs/Scalability.pdf) 115 | 116 | ### 编译原理 117 | * [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP) 118 | 119 | ### 函数式概念 120 | * [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) 121 | 122 | ### 计算机图形学 123 | * [OpenGL 教程](https://github.com/zilongshanren/opengl-tutorials) 124 | * [WebGL自学网](http://html5.iii.org.tw/course/webgl/) 125 | 126 | ### WEB服务器 127 | 128 | * [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) (淘宝团队出品) 129 | * [Nginx教程从入门到精通](http://www.ttlsa.com/nginx/nginx-stu-pdf/)(PDF版本,运维生存时间出品) 130 | * [OpenResty最佳实践](https://www.gitbook.com/book/moonbingbing/openresty-best-practices/details) 131 | * [Apache 中文手册](http://works.jinbuguo.com/apache/menu22/index.html) 132 | 133 | ### 版本控制 134 | 135 | * [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) (本文由 [廖雪峰](http://www.liaoxuefeng.com) 创作,如果觉得本教程对您有帮助,可以去 [iTunes](https://itunes.apple.com/cn/app/git-jiao-cheng/id876420437) 购买) 136 | * [git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html) 137 | * [猴子都能懂的GIT入门](http://backlogtool.com/git-guide/cn/) 138 | * [Git 参考手册](http://gitref.justjavac.com) 139 | * [Pro Git](http://git-scm.com/book/zh/v2) 140 | * [Pro Git 中文版](https://www.gitbook.com/book/0532/progit/details) (整理在gitbook上) 141 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) 142 | * [GotGitHub](http://www.worldhello.net/gotgithub/index.html) 143 | * [Git权威指南](http://www.worldhello.net/gotgit/) 144 | * [Git Community Book 中文版](http://gitbook.liuhui998.com/index.html) 145 | * [Mercurial 使用教程](https://www.mercurial-scm.org/wiki/ChineseTutorial) 146 | * [HgInit (中文版)](http://bucunzai.net/hginit/) 147 | * [沉浸式学 Git](http://igit.linuxtoy.org) 148 | * [Git-Cheat-Sheet](https://github.com/flyhigher139/Git-Cheat-Sheet) (感谢 @flyhigher139 翻译了中文版) 149 | * [GitHub秘籍](https://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html) 150 | * [GitHub帮助文档](https://github.com/waylau/github-help) 151 | * [git-flow 备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html) 152 | * [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html) 153 | * [GitHub漫游指南](https://github.com/phodal/github-roam) 154 | 155 | ### 编辑器 156 | 157 | * [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/) 158 | * [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/) 159 | * [Vim中文文档](https://github.com/vimcn/vimcdoc) 160 | * [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide) 161 | * [vim 实操教程](https://github.com/dofy/learn-vim) 162 | * [Atom飞行手册中文版](https://github.com/wizardforcel/atom-flight-manual-zh-cn) 163 | * [Markdown·简单的世界](https://github.com/wizardforcel/markdown-simple-world) 164 | * [一年成为 Emacs 高手](https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/master/guide-zh.org) 165 | * [Emacs 生存指南](http://lifegoo.pluskid.org/upload/blog/152/Survive.in.Emacs.pdf) 166 | * [Atom官方手册](https://atom-china.org/t/atom/62) 167 | 168 | ### NoSQL 169 | 170 | * [NoSQL数据库笔谈](http://old.sebug.net/paper/databases/nosql/Nosql.html) 171 | * [Redis 设计与实现](http://redisbook.com/) 172 | * [Redis 命令参考](http://redisdoc.com/) 173 | * [带有详细注释的 Redis 3.0 代码](https://github.com/huangz1990/redis-3.0-annotated) 174 | * [带有详细注释的 Redis 2.6 代码](https://github.com/huangz1990/annotated_redis_source) 175 | * [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md) 176 | * [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md) 177 | * [Neo4j 简体中文手册 v1.8](http://docs.neo4j.org.cn/) 178 | * [Neo4j .rb 中文資源](http://neo4j.tw/) 179 | * [Disque 使用教程](http://disquebook.com) 180 | * [Apache Spark 设计与实现](https://github.com/JerryLead/SparkInternals/tree/master/markdown) 181 | 182 | ### PostgreSQL 183 | 184 | * [PostgreSQL 8.2.3 中文文档](http://works.jinbuguo.com/postgresql/menu823/index.html) 185 | * [PostgreSQL 9.3.1 中文文档](http://www.postgres.cn/docs/9.3/index.html) 186 | * [PostgreSQL 9.5.3 中文文档](http://www.postgres.cn/docs/9.5/index.html) 187 | 188 | ### MySQL 189 | 190 | * [MySQL索引背后的数据结构及算法原理](http://blog.codinglabs.org/articles/theory-of-mysql-index.html) 191 | * [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html) 192 | 193 | ### 管理和监控 194 | 195 | * [ELKstack 中文指南](http://kibana.logstash.es) 196 | * [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/) 197 | * [ElasticSearch 权威指南](https://www.gitbook.com/book/fuxiaopang/learnelasticsearch/details) 198 | * [Elasticsearch 权威指南(中文版)](http://es.xiaoleilu.com) 199 | * [Logstash 最佳实践](https://github.com/chenryn/logstash-best-practice-cn) 200 | * [Puppet 2.7 Cookbook 中文版](http://bbs.konotes.org/workdoc/puppet-27/) 201 | 202 | ### 项目相关 203 | 204 | * [持续集成(第二版)](http://article.yeeyan.org/view/2251/94882) (译言网) 205 | * [让开发自动化系列专栏](http://www.ibm.com/developerworks/cn/java/j-ap/) 206 | * [追求代码质量](http://www.ibm.com/developerworks/cn/java/j-cq/) 207 | * [selenium 中文文档](https://github.com/fool2fish/selenium-doc) 208 | * [Selenium Webdriver 简易教程](http://it-ebooks.flygon.net/selenium-simple-tutorial/) 209 | * [Joel谈软件](http://local.joelonsoftware.com/wiki/Chinese_\(Simplified\)) 210 | * [約耳談軟體(Joel on Software)](http://local.joelonsoftware.com/wiki/%E9%A6%96%E9%A0%81) 211 | * [Gradle 2 用户指南](https://github.com/waylau/Gradle-2-User-Guide) 212 | * [Gradle 中文使用文档](http://yuedu.baidu.com/ebook/f23af265998fcc22bcd10da2) 213 | * [编码规范](https://github.com/ecomfe/spec) 214 | * [开源软件架构](http://www.ituring.com.cn/book/1143) 215 | * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) 216 | * [GNU make 中文手册](http://www.yayu.org/book/gnu_make/) 217 | * [The Twelve-Factor App](http://12factor.net/zh_cn/) 218 | 219 | ### 设计模式 220 | 221 | * [图说设计模式](https://github.com/me115/design_patterns) 222 | * [史上最全设计模式导学目录](http://blog.csdn.net/lovelion/article/details/17517213) 223 | * [design pattern 包教不包会](https://github.com/AlfredTheBest/Design-Pattern) 224 | * [设计模式 Java 版](https://quanke.gitbooks.io/design-pattern-java/content/) 225 | 226 | ### Web 227 | 228 | * [关于浏览器和网络的 20 项须知](http://www.20thingsilearned.com/zh-CN/home) 229 | * [浏览器开发工具的秘密](http://jinlong.github.io/2013/08/29/devtoolsecrets/) 230 | * [Chrome 开发者工具中文手册](https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools) 231 | * [Chrome扩展开发文档](http://open.chrome.360.cn/extension_dev/overview.html) 232 | * [Grunt中文文档](http://www.gruntjs.net/) 233 | * [gulp中文文档](http://www.gulpjs.com.cn/docs/) 234 | * [Gulp 入门指南](https://github.com/nimojs/gulp-book) 235 | * [移动Web前端知识库](https://github.com/AlloyTeam/Mars) 236 | * [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm) 237 | * [前端开发体系建设日记](https://github.com/fouber/blog/issues/2) 238 | * [移动前端开发收藏夹](https://github.com/hoosin/mobile-web-favorites) 239 | * [JSON风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md) 240 | * [HTTP 接口设计指北](https://github.com/bolasblack/http-api-guide) 241 | * [前端资源分享(一)](https://github.com/hacke2/hacke2.github.io/issues/1) 242 | * [前端资源分享(二)](https://github.com/hacke2/hacke2.github.io/issues/3) 243 | * [前端代码规范 及 最佳实践](http://coderlmn.github.io/code-standards/) 244 | * [前端开发者手册](https://www.gitbook.com/book/dwqs/frontenddevhandbook/details) 245 | * [前端工程师手册](https://www.gitbook.com/book/leohxj/front-end-database/details) 246 | * [w3school教程整理](https://github.com/wizardforcel/w3school) 247 | * [Wireshark用户手册](http://man.lupaworld.com/content/network/wireshark/index.html) 248 | * [一站式学习Wireshark](https://community.emc.com/thread/194901) 249 | * [HTTP 下午茶](http://happypeter.github.io/tealeaf-http/) 250 | * [HTTP/2.0 中文翻译](http://yuedu.baidu.com/ebook/478d1a62376baf1ffc4fad99?pn=1) 251 | * [RFC 7540 - HTTP/2 中文翻译版](https://github.com/abbshr/rfc7540-translation-zh_cn) 252 | * [http2讲解](https://www.gitbook.com/book/ye11ow/http2-explained/details) 253 | * [3 Web Designs in 3 Weeks](https://www.gitbook.com/book/juntao/3-web-designs-in-3-weeks/details) 254 | * [站点可靠性工程](https://github.com/hellorocky/Site-Reliability-Engineering) 255 | 256 | ### 大数据 257 | 258 | * [大数据/数据挖掘/推荐系统/机器学习相关资源](https://github.com/Flowerowl/Big-Data-Resources) 259 | * [面向程序员的数据挖掘指南](https://github.com/egrcc/guidetodatamining) 260 | * [大型集群上的快速和通用数据处理架构](https://code.csdn.net/CODE_Translation/spark_matei_phd) 261 | * [数据挖掘中经典的算法实现和详细的注释](https://github.com/linyiqun/DataMiningAlgorithm) 262 | * [Spark 编程指南简体中文版](https://aiyanbo.gitbooks.io/spark-programming-guide-zh-cn/content/) 263 | 264 | ## 编程艺术 265 | 266 | * [程序员编程艺术](https://github.com/julycoding/The-Art-Of-Programming-by-July) 267 | * [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】 268 | * [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍) 269 | 270 | ## 其它 271 | 272 | * [OpenWrt智能、自动、透明翻墙路由器教程](https://www.gitbook.com/book/softwaredownload/openwrt-fanqiang/details) 273 | * [SAN 管理入门系列](https://community.emc.com/docs/DOC-16067) 274 | * [Sketch 中文手册](http://sketchcn.com/sketch-chinese-user-manual.html#introduce) 275 | * [深入理解并行编程](http://ifeve.com/perfbook/) 276 | * [程序员的自我修养](http://www.kancloud.cn/kancloud/a-programmer-prepares) 277 | * [Growth: 全栈增长工程师指南](https://github.com/phodal/growth-ebook) 278 | 279 | ## 语言相关类 280 | 281 | ### Android 282 | 283 | * [Android Design(中文版)](http://www.apkbus.com/design/index.html) 284 | * Google Material Design 正體中文版 ([译本一](https://wcc723.gitbooks.io/google_design_translate/content/style-icons.html) [译本二](https://github.com/1sters/material_design_zh)) 285 | * [Material Design 中文版](http://wiki.jikexueyuan.com/project/material-design/) 286 | * [Google Android官方培训课程中文版](http://hukai.me/android-training-course-in-chinese/index.html) 287 | * [Android学习之路](http://www.stormzhang.com/android/2014/07/07/learn-android-from-rookie/) 288 | * [Android开发技术前线(android-tech-frontier)](https://github.com/bboyfeiyu/android-tech-frontier) 289 | * [Point-of-Android](https://github.com/FX-Max/Point-of-Android) Android 一些重要知识点解析整理 290 | * [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io) 291 | 292 | ### APP 293 | 294 | * [Apache Cordova 开发指南](https://github.com/waylau/cordova-dev-guide) 295 | 296 | ### AWK 297 | 298 | * [awk程序设计语言](https://github.com/wuzhouhui/awk) 299 | * [awk中文指南](http://awk.readthedocs.org/en/latest/index.html) 300 | 301 | ### C/C++ 302 | 303 | * [C/C++ 中文参考手册](http://zh.cppreference.com/) (欢迎大家参与在线翻译和校对) 304 | * [C 语言编程透视](https://www.gitbook.com/book/tinylab/cbook/details) 305 | * [C++ 并发编程指南](https://github.com/forhappy/Cplusplus-Concurrency-In-Practice) 306 | * [Linux C编程一站式学习](http://akaedu.github.io/book/) (宋劲杉, 北京亚嵌教育研究中心) 307 | * [CGDB中文手册](https://github.com/leeyiw/cgdb-manual-in-chinese) 308 | * [100个gdb小技巧](https://github.com/hellogcc/100-gdb-tips/blob/master/src/index.md) 309 | * [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md) 310 | * [ZMQ 指南](https://github.com/anjuke/zguide-cn) 311 | * [How to Think Like a Computer Scientist](http://www.ituring.com.cn/book/1203) (中英文版) 312 | * [跟我一起写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) 313 | * [GNU make中文手册](http://www.yayu.org/book/gnu_make/) 314 | * [GNU make 指南](http://docs.huihoo.com/gnu/linux/gmake.html) 315 | * [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/contents/) 316 | * [C/C++ Primer](https://github.com/andycai/cprimer) (by @andycai) 317 | * [简单易懂的C魔法](http://www.nowamagic.net/librarys/books/contents/c) 318 | * [Cmake 实践](http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf) (PDF版) 319 | * [C++ FAQ LITE(中文版)](http://www.sunistudio.com/cppfaq/) 320 | * [C++ Primer 5th Answers](https://github.com/Mooophy/Cpp-Primer) 321 | * [C++ 并发编程(基于C++11)](https://www.gitbook.com/book/chenxiaowei/cpp_concurrency_in_action/details) 322 | * [QT 教程](http://www.kuqin.com/qtdocument/tutorial.html) 323 | * [DevBean的《Qt学习之路2》(Qt5)](http://www.devbean.net/category/qt-study-road-2/) 324 | * [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial) 325 | * [libuv中文教程](https://github.com/luohaha/Chinese-uvbook) 326 | * [Boost 库中文教程](http://zh.highscore.de/cpp/boost/) 327 | * [笨办法学C](https://github.com/wizardforcel/lcthw-zh) 328 | 329 | ### C# 330 | 331 | * [MSDN C# 中文文档](https://msdn.microsoft.com/zh-cn/library/kx37x362.aspx) 332 | * [.NET 类库参考](https://msdn.microsoft.com/zh-cn/library/gg145045.aspx) 333 | * [ASP.NET MVC 5 入门指南](http://www.cnblogs.com/powertoolsteam/p/aspnetmvc5-tutorials-grapecity.html) 334 | * [超全面的 .NET GDI+ 图形图像编程教程](http://www.cnblogs.com/LonelyShadow/p/4162318.html) 335 | * [.NET控件开发基础](https://github.com/JackWangCUMT/customcontrol) 336 | * [.NET开发要点精讲(初稿)](https://github.com/sherlockchou86/-free-ebook-.NET-) 337 | 338 | ### Clojure 339 | 340 | * [Clojure入门教程](http://xumingming.sinaapp.com/302/clojure-functional-programming-for-the-jvm-clojure-tutorial/) 341 | 342 |

CSS/HTML

343 | 344 | * [学习CSS布局](http://zh.learnlayout.com/) 345 | * [通用 CSS 笔记、建议与指导](https://github.com/chadluo/CSS-Guidelines/blob/master/README.md) 346 | * [CSS参考手册](http://css.doyoe.com/) 347 | * [Emmet 文档](http://yanxyz.github.io/emmet-docs/) 348 | * [前端代码规范](http://alloyteam.github.io/CodeGuide/) (腾讯 AlloyTeam 团队) 349 | * [HTML和CSS编码规范](http://codeguide.bootcss.com/) 350 | * [Sass Guidelines 中文](http://sass-guidelin.es/zh/) 351 | * [CSS3 Tutorial 《CSS3 教程》](https://github.com/waylau/css3-tutorial) 352 | * [MDN HTML 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/HTML) 353 | * [MDN CSS 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/CSS) 354 | 355 | ### Dart 356 | 357 | * [Dart 语言导览](http://dart.lidian.info/wiki/Language_Tour) 358 | 359 | ### Elixir 360 | 361 | * [Elixir编程入门](https://github.com/straightdave/programming_elixir) 362 | 363 | ### Erlang 364 | 365 | * [21天学通Erlang](http://xn--21erlang-p00o82pmp3o.github.io/) 366 | 367 | ### Fortran 368 | 369 | * [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/) 370 | 371 | ### Go 372 | 373 | * [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) 374 | * [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) 375 | * [学习Go语言](http://mikespook.com/learning-go/) 376 | * [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) (此书已经出版,希望开发者们去购买,支持作者的创作) 377 | * [Go实战开发](https://github.com/astaxie/Go-in-Action) (当我收录此项目时,作者已经写完第三章,如果读完前面章节觉得有帮助,可以给作者[捐赠](https://me.alipay.com/astaxie),以鼓励作者的继续创作) 378 | * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh) 379 | * [Effective Go](http://www.hellogcc.org/effective_go.html) 380 | * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) 381 | * [Golang标准库文档](http://godoc.ml/) 382 | * [Revel 框架手册](http://gorevel.cn/docs/manual/index.html) 383 | * [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241) 384 | * [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial) 385 | * [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action) 386 | * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations) 387 | * [深入解析Go](https://github.com/tiancaiamao/go-internals) 388 | * [Go语言圣经(中文版)](https://bitbucket.org/golang-china/gopl-zh/wiki/Home) ([GitBook](https://www.gitbook.com/book/wizardforcel/gopl-zh/details)) 389 | 390 | ### Groovy 391 | 392 | * [实战 Groovy 系列](http://www.ibm.com/developerworks/cn/java/j-pg/) 393 | 394 | ### Haskell 395 | 396 | * [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/) 397 | * [Haskell趣学指南](http://fleurer-lee.com/lyah/) 398 | 399 | ### iOS 400 | 401 | * [iOS开发60分钟入门](https://github.com/qinjx/30min_guides/blob/master/ios.md) 402 | * [iOS7人机界面指南](http://isux.tencent.com/ios-human-interface-guidelines-ui-design-basics-ios7.html) 403 | * [Google Objective-C Style Guide 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/) 404 | * [iPhone 6 屏幕揭秘](http://wileam.com/iphone-6-screen-cn/) 405 | * [Apple Watch开发初探](http://nilsun.github.io/apple-watch/) 406 | * [马上着手开发 iOS 应用程序](https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/index.html) 407 | * [网易斯坦福大学公开课:iOS 7应用开发字幕文件](https://github.com/jkyin/Subtitle) 408 | 409 | ### Java 410 | 411 | * [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference) 412 | * [Jersey 2.x 用户指南](https://github.com/waylau/Jersey-2.x-User-Guide) 413 | * [Spring Framework 4.x参考文档](https://github.com/waylau/spring-framework-4-reference) 414 | * [Spring Boot参考指南](https://github.com/qibaoguang/Spring-Boot-Reference-Guide) (翻译中) 415 | * [MyBatis中文文档](http://mybatis.org/mybatis-3/zh/index.html) 416 | * [MyBatis Generator 中文文档](http://mbg.cndocs.tk/) 417 | * [用jersey构建REST服务](https://github.com/waylau/RestDemo) 418 | * [Activiti 5.x 用户指南](https://github.com/waylau/activiti-5.x-user-guide) 419 | * [Google Java编程风格指南](http://www.hawstein.com/posts/google-java-style.html) 420 | * [Netty 4.x 用户指南](https://github.com/waylau/netty-4-user-guide) 421 | * [Netty 实战(精髓)](https://github.com/waylau/essential-netty-in-action) 422 | * [REST 实战](https://github.com/waylau/rest-in-action) 423 | * [Java 编码规范](https://github.com/waylau/java-code-conventions) 424 | * [Apache MINA 2 用户指南](https://github.com/waylau/apache-mina-2.x-user-guide) 425 | * [H2 Database 教程](https://github.com/waylau/h2-database-doc) 426 | * [Java Servlet 3.1 规范](https://github.com/waylau/servlet-3.1-specification) 427 | * [JSSE 参考指南](https://github.com/waylau/jsse-reference-guide) 428 | * [Java开源实现及最佳实践](https://github.com/biezhi/jb) 429 | * [Java 编程要点](https://github.com/waylau/essential-java) 430 | * [Think Java](http://www.ituring.com.cn/minibook/69) 431 | * [Java 8 简明教程](https://github.com/wizardforcel/modern-java-zh) 432 | 433 | ### JavaScript 434 | 435 | * [Google JavaScript 代码风格指南](http://bq69.com/blog/articles/script/868/google-javascript-style-guide.html) 436 | * [Google JSON 风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md) 437 | * [Airbnb JavaScript 规范](https://github.com/adamlu/javascript-style-guide) 438 | * [JavaScript 标准参考教程(alpha)](http://javascript.ruanyifeng.com/) 439 | * [Javascript编程指南](http://pij.robinqu.me/) ([源码](https://github.com/RobinQu/Programing-In-Javascript)) 440 | * [javascript 的 12 个怪癖](https://github.com/justjavac/12-javascript-quirks) 441 | * [JavaScript 秘密花园](http://bonsaiden.github.io/JavaScript-Garden/zh/) 442 | * [JavaScript核心概念及实践](http://icodeit.org/jsccp/) (PDF) (此书已由人民邮电出版社出版发行,但作者依然免费提供PDF版本,希望开发者们去购买,支持作者) 443 | * [《JavaScript 模式》](https://github.com/jayli/javascript-patterns) “JavaScript patterns”中译本 444 | * [命名函数表达式探秘](http://justjavac.com/named-function-expressions-demystified.html) (注:原文由[为之漫笔](http://www.cn-cuckoo.com)翻译,原始地址无法打开,所以此处地址为我博客上的备份) 445 | * [学用 JavaScript 设计模式](http://www.oschina.net/translate/learning-javascript-design-patterns) (开源中国) 446 | * [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) 447 | * [ECMAScript 5.1 中文版](http://yanhaijing.com/es5) 448 | * [ECMAScript 6 入门](http://es6.ruanyifeng.com/) (作者:阮一峰) 449 | * [JavaScript Promise迷你书](http://liubin.github.io/promises-book/) 450 | * [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) (深入JavaScript语言核心机制的系列图书) 451 | * [JavaScript 教程](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000) 廖雪峰 452 | * [MDN JavaScript 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript) 453 | * jQuery 454 | * [jQuery 解构](http://www.cn-cuckoo.com/deconstructed/jquery.html) 455 | * [简单易懂的JQuery魔法](http://www.nowamagic.net/librarys/books/contents/jquery) 456 | * [How to write jQuery plugin](http://i5ting.github.io/How-to-write-jQuery-plugin/build/jquery.plugin.html) 457 | * [You Don't Need jQuery](https://github.com/oneuijs/You-Dont-Need-jQuery/blob/master/README.zh-CN.md) 458 | * [如何实现一个类jQuery?](https://github.com/MeCKodo/forchange) 459 | * Node.js 460 | * [Node入门](http://www.nodebeginner.org/index-zh-cn.html) 461 | * [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/) 462 | * [Nodejs Wiki Book](https://github.com/nodejs-tw/nodejs-wiki-book) (繁体中文) 463 | * [express.js 中文文档](http://expressjs.jser.us/) 464 | * [koa 中文文档](https://github.com/guo-yu/koa-guide) 465 | * [一起学koa](http://base-n.github.io/koa-generator-examples/) 466 | * [使用 Express + MongoDB 搭建多人博客](https://github.com/nswbmw/N-blog) 467 | * [Express框架](http://javascript.ruanyifeng.com/nodejs/express.html) 468 | * [Node.js 包教不包会](https://github.com/alsotang/node-lessons) 469 | * [Learn You The Node.js For Much Win! (中文版)](https://www.npmjs.com/package/learnyounode-zh-cn) 470 | * [Node debug 三法三例](http://i5ting.github.io/node-debug-tutorial/) 471 | * [nodejs中文文档](https://www.gitbook.com/book/0532/nodejs/details) 472 | * [orm2 中文文档](https://github.com/wizardforcel/orm2-doc-zh-cn) 473 | * underscore.js 474 | * [Underscore.js中文文档](http://learningcn.com/underscore/) 475 | * backbone.js 476 | * [backbone.js中文文档](http://www.css88.com/doc/backbone/) 477 | * [backbone.js入门教程](http://www.the5fire.com/backbone-js-tutorials-pdf-download.html) (PDF) 478 | * [Backbone.js入门教程第二版](https://github.com/the5fire/backbonejs-learning-note) 479 | * [Developing Backbone.js Applications(中文版)](http://feliving.github.io/developing-backbone-applications/) 480 | * AngularJS 481 | * [AngularJS最佳实践和风格指南](https://github.com/mgechev/angularjs-style-guide/blob/master/README-zh-cn.md) 482 | * [AngularJS中译本](https://github.com/peiransun/angularjs-cn) 483 | * [AngularJS入门教程](https://github.com/zensh/AngularjsTutorial_cn) 484 | * [构建自己的AngularJS](https://github.com/xufei/Make-Your-Own-AngularJS/blob/master/01.md) 485 | * [在Windows环境下用Yeoman构建AngularJS项目](http://www.waylau.com/build-angularjs-app-with-yeoman-in-windows/) 486 | * Zepto.js 487 | * [Zepto.js 中文文档](http://mweb.baidu.com/zeptoapi/) 488 | * Sea.js 489 | * [Hello Sea.js](http://island205.com/HelloSea.js/) 490 | * React.js 491 | * [React.js 中文文档](https://doc.react-china.org/) 492 | * [React webpack-cookbook](https://github.com/fakefish/react-webpack-cookbook) 493 | * [React 入门教程](http://fraserxu.me/intro-to-react/) 494 | * [React Native 中文文档(含最新Android内容)](http://wiki.jikexueyuan.com/project/react-native/) 495 | * [Learn React & Webpack by building the Hacker News front page](https://github.com/theJian/build-a-hn-front-page) 496 | * impress.js 497 | * [impress.js的中文教程](https://github.com/kokdemo/impress.js-tutorial-in-Chinese) 498 | * CoffeeScript 499 | * [CoffeeScript Cookbook](http://island205.com/coffeescript-cookbook.github.com/) 500 | * [The Little Book on CoffeeScript中文版](http://island205.com/tlboc/) 501 | * [CoffeeScript 编码风格指南](https://github.com/geekplux/coffeescript-style-guide) 502 | * TypeScipt 503 | * [TypeScript Handbook](https://zhongsp.gitbooks.io/typescript-handbook/content/) 504 | * ExtJS 505 | * [Ext4.1.0 中文文档](http://extjs-doc-cn.github.io/ext4api/) 506 | * Meteor 507 | * [Discover Meteor](http://zh.discovermeteor.com/) 508 | * [Meteor 中文文档](http://docs.meteorhub.org/#/basic/) 509 | * [Angular-Meteor 中文教程](http://angular.meteorhub.org/) 510 | * [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950) 511 | 512 | ### LaTeX 513 | 514 | * [一份其实很短的 LaTeX 入门文档](http://liam0205.me/2014/09/08/latex-introduction/) 515 | * [一份不太简短的 LATEX 2ε 介绍](http://www.mohu.org/info/lshort-cn.pdf) (PDF版) 516 | 517 | ### LISP 518 | * Common Lisp 519 | * [ANSI Common Lisp 中文翻譯版](http://acl.readthedocs.org/en/latest/) 520 | * [On Lisp 中文翻译版本](http://www.ituring.com.cn/minibook/862) 521 | * Scheme 522 | * [Yet Another Scheme Tutorial Scheme入门教程](http://deathking.github.io/yast-cn/) 523 | * [Scheme语言简明教程](http://songjinghe.github.io/TYS-zh-translation/) 524 | * Racket 525 | * [Racket book](https://github.com/tyrchen/racket-book) 526 | 527 | ### Lua 528 | 529 | * [Lua编程入门](https://github.com/andycai/luaprimer) 530 | * [Lua 5.1 参考手册 中文翻译](http://www.codingnow.com/2000/download/lua_manual.html) 531 | * [Lua 5.3 参考手册 中文翻译](http://cloudwu.github.io/lua53doc/) 532 | * [Lua源码欣赏](http://www.codingnow.com/temp/readinglua.pdf) 533 | 534 | ### OCaml 535 | 536 | * [Real World OCaml](https://github.com/zforget/translation/tree/master/real_world_ocaml) 537 | 538 | ### Perl 539 | 540 | * [Modern Perl 中文版](https://github.com/horus/modern_perl_book) 541 | * [Perl 程序员应该知道的事](http://perl.linuxtoy.org/) 542 | 543 | ### PHP 544 | 545 | * [PHP 官方手册](http://php.net/manual/zh/) 546 | * [PHP调试技术手册](http://www.laruence.com/2010/06/21/1608.html)(PDF) 547 | * PHP之道:php-the-right-way ([@wulijun版](http://wulijun.github.io/php-the-right-way/) [PHPHub版](http://laravel-china.github.io/php-the-right-way/)) 548 | * [PHP 最佳实践](https://github.com/justjavac/PHP-Best-Practices-zh_CN) 549 | * [PHP 开发者实践](https://ryancao.gitbooks.io/php-developer-prepares/content/) 550 | * [深入理解PHP内核](https://github.com/reeze/tipi) 551 | * [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/) 552 | * [Laravel5.1 中文文档](http://laravel-china.org/docs/5.1) 553 | * [Laravel 5.1 LTS 速查表](https://cs.phphub.org/) 554 | * [Symfony2 Cookbook 中文版](http://wiki.jikexueyuan.com/project/symfony-cookbook/)(版本 2.7.0 LTS) 555 | * [Symfony2中文文档](http://symfony-docs-chs.readthedocs.org/en/latest/) (未译完) 556 | * [YiiBook几本Yii框架的在线教程](http://yiibook.com//doc) 557 | * [深入理解 Yii 2.0](http://www.digpage.com/) 558 | * [Yii 框架中文文檔](http://www.yiichina.com/) 559 | * [简单易懂的PHP魔法](http://www.nowamagic.net/librarys/books/contents/php) 560 | * [swoole文档及入门教程](https://github.com/LinkedDestiny/swoole-doc) 561 | * [Composer 中文网](http://www.phpcomposer.com) 562 | * [Slim 中文文档](http://ww1.minimee.org/php/slim) 563 | * [Lumen 中文文档](http://lumen.laravel-china.org/) 564 | * [PHPUnit 中文文档](https://phpunit.de/manual/current/zh_cn/installation.html) 565 | 566 | ### Prolog 567 | 568 | * [笨办法学Prolog](http://fengdidi.github.io/blog/2011/11/15/qian-yan/) 569 | 570 | ### Python 571 | 572 | * [廖雪峰 Python 2.7 中文教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000) 573 | * [廖雪峰 Python 3 中文教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) 574 | * [简明Python教程](http://www.kuqin.com/abyteofpython_cn/) 575 | * [零基础学 Python 第一版](http://www.kancloud.cn/kancloud/python-basic) 576 | * [零基础学 Python 第二版](http://www.kancloud.cn/kancloud/starter-learning-python) 577 | * [可爱的 Python](http://lovelypython.readthedocs.org/en/latest/) 578 | * [Python 2.7 官方教程中文版](http://www.pythondoc.com/pythontutorial27/index.html) 579 | * [Python 3.3 官方教程中文版](http://www.pythondoc.com/pythontutorial3/index.html) 580 | * [Python Cookbook 中文版](http://www.kancloud.cn/thinkphp/python-cookbook) 581 | * [Python3 Cookbook 中文版](https://github.com/yidao620c/python3-cookbook) 582 | * [深入 Python](http://www.kuqin.com/docs/diveintopythonzh-cn-5.4b/html/toc/) 583 | * [深入 Python 3](http://old.sebug.net/paper/books/dive-into-python3/) 584 | * [PEP8 Python代码风格规范](https://code.google.com/p/zhong-wiki/wiki/PEP8) 585 | * [Google Python 风格指南 中文版](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/) 586 | * [Python入门教程](http://liam0205.me/2013/11/02/Python-tutorial-zh_cn/) ([PDF](http://liam0205.me/attachment/Python/The_Python_Tutorial_zh-cn.pdf)) 587 | * [笨办法学 Python](http://old.sebug.net/paper/books/LearnPythonTheHardWay/) ([PDF](http://liam0205.me/attachment/Python/PyHardWay/Learn_Python_The_Hard_Way_zh-cn.pdf) [EPUB](https://www.gitbook.com/download/epub/book/wizardforcel/lpthw)) 588 | * [Python自然语言处理中文版](http://pan.baidu.com/s/1qW4pvnY) (感谢陈涛同学的翻译,也谢谢 [@shwley](https://github.com/shwley) 联系了作者) 589 | * [Python 绘图库 matplotlib 官方指南中文翻译](http://liam0205.me/2014/09/11/matplotlib-tutorial-zh-cn/) 590 | * [Scrapy 0.25 文档](http://scrapy-chs.readthedocs.org/zh_CN/latest/) 591 | * [ThinkPython](https://github.com/carfly/thinkpython-cn) 592 | * [ThinkPython 2ed](https://github.com/bingjin/ThinkPython2-CN) 593 | * [Python快速教程](http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html) 594 | * [Python 正则表达式操作指南](http://wiki.ubuntu.org.cn/Python正则表达式操作指南) 595 | * [python初级教程:入门详解](http://www.crifan.com/files/doc/docbook/python_beginner_tutorial/release/html/python_beginner_tutorial.html) 596 | * [Twisted 与异步编程入门](https://www.gitbook.com/book/likebeta/twisted-intro-cn/details) 597 | * [TextGrocery 中文 API](http://textgrocery.readthedocs.org/zh/latest/index.html) ( 基于svm算法的一个短文本分类 Python 库 ) 598 | * [Requests: HTTP for Humans](http://requests-docs-cn.readthedocs.org/zh_CN/latest/) 599 | * [Pillow 中文文档](http://pillow-cn.readthedocs.org/en/latest/#) 600 | * [PyMOTW 中文版](http://pymotwcn.readthedocs.org/en/latest/index.html) 601 | * [Python 官方文档中文版](http://data.digitser.net/zh-CN/python_index.html) 602 | * [Fabric 中文文档](http://fabric-chs.readthedocs.org) 603 | * [Beautiful Soup 4.2.0 中文文档](http://beautifulsoup.readthedocs.org/zh_CN/latest/) 604 | * [用Python做科学计算](http://old.sebug.net/paper/books/scipydoc) 605 | * [Sphinx 中文文档](http://www.pythondoc.com/sphinx/index.html) 606 | * [精通 Python 设计模式](https://github.com/cundi/Mastering.Python.Design.Patterns) 607 | * [python 安全编程教程](https://github.com/smartFlash/pySecurity) 608 | * [程序设计思想与方法](https://www.gitbook.com/book/wizardforcel/sjtu-cs902-courseware/details) 609 | * [知乎周刊·编程小白学Python](https://read.douban.com/ebook/16691849/) 610 | * [Scipy 讲义](https://github.com/cloga/scipy-lecture-notes_cn) 611 | * [Python 学习笔记 基础篇](http://www.kuqin.com/docs/pythonbasic.html) 612 | * [Python 学习笔记 模块篇](http://www.kuqin.com/docs/pythonmodule.html) 613 | * [Python 标准库 中文版](http://old.sebug.net/paper/books/python/%E3%80%8APython%E6%A0%87%E5%87%86%E5%BA%93%E3%80%8B%E4%B8%AD%E6%96%87%E7%89%88.pdf) 614 | * [Python进阶](https://www.gitbook.com/book/eastlakeside/interpy-zh/details) 615 | * [Python 核心编程 第二版](https://wizardforcel.gitbooks.io/core-python-2e/content/) CPyUG译 616 | * [Python最佳实践指南](http://pythonguidecn.readthedocs.io/zh/latest/) 617 | * [Python 精要教程](https://www.gitbook.com/book/wizardforcel/python-essential-tutorial/details) 618 | * [Python 量化交易教程](https://www.gitbook.com/book/wizardforcel/python-quant-uqer/details) 619 | * Django 620 | * [Django 1.5 文档中文版](http://django-chinese-docs.readthedocs.org/en/latest/) 正在翻译中 621 | * [Diango 1.7 文档中文版](http://django-1-7-doc.coding.io/) 正在翻译中,目前只翻译了目录 622 | * [Django 1.8.2 文档中文版](http://python.usyiyi.cn/django/index.html) 623 | 正在翻译中 624 | * [Django 最佳实践](https://github.com/yangyubo/zh-django-best-practices) 625 | * [Django搭建简易博客教程](https://www.gitbook.com/book/andrew-liu/django-blog/details) 626 | * [The Django Book 中文版](http://djangobook.py3k.cn/2.0/) 627 | * [Django 设计模式与最佳实践](https://github.com/cundi/Django-Design-Patterns-and-Best-Practices) 628 | * [Django 网站开发 Cookbook](https://github.com/cundi/Web.Development.with.Django.Cookbook) 629 | * [Django Girls 學習指南](https://www.gitbook.com/book/djangogirlstaipei/django-girls-taipei-tutorial/details) 630 | * Flask 631 | * [Flask 文档中文版](http://docs.jinkan.org/docs/flask/) 632 | * [Jinja2 文档中文版](http://docs.jinkan.org/docs/jinja2/) 633 | * [Werkzeug 文档中文版](http://werkzeug-docs-cn.readthedocs.org/zh_CN/latest/) 634 | * [Flask之旅](http://spacewander.github.io/explore-flask-zh/) 635 | * [Flask 扩展文档汇总](https://www.gitbook.com/book/wizardforcel/flask-extension-docs/details) 636 | * [Flask 大型教程](http://www.pythondoc.com/flask-mega-tutorial/index.html) 637 | * [SQLAlchemy 中文文档](https://github.com/sixu05202004/sqlalchemy-docs-cn) 638 | * web.py 639 | * [web.py 0.3 新手指南](http://webpy.org/tutorial3.zh-cn) 640 | * [Web.py Cookbook 简体中文版](http://webpy.org/cookbook/index.zh-cn) 641 | * Tornado 642 | * [Introduction to Tornado 中文翻译](http://demo.pythoner.com/itt2zh/index.html) 643 | * [Tornado源码解析](http://www.nowamagic.net/academy/detail/13321002) 644 | * [Tornado 4.3 文档中文版](https://tornado-zh.readthedocs.org/zh/latest/) 645 | 646 | ### R 647 | 648 | * [R语言忍者秘笈](https://github.com/yihui/r-ninja) 649 | 650 | ### Ruby 651 | 652 | * [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md) 653 | * [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md) 654 | * [笨方法學 Ruby](http://lrthw.github.io/) 655 | * [Ruby on Rails 指南](http://guides.ruby-china.org/) 656 | * [Ruby on Rails 實戰聖經](https://ihower.tw/rails4/index.html) 657 | * [Ruby on Rails Tutorial 原书第 3 版](http://railstutorial-china.org/) (本书网页版免费提供,电子版以 PDF、EPub 和 Mobi 格式提供购买,仅售 9.9 美元) 658 | * [Rails 实践](http://rails-practice.com/content/index.html) 659 | * [Rails 5 开发进阶(Beta)](https://www.gitbook.com/book/kelby/rails-beginner-s-guide/details) 660 | * [Rails 102](https://www.gitbook.com/book/rocodev/rails-102/details) 661 | * [编写Ruby的C拓展](https://wusuopu.gitbooks.io/write-ruby-extension-with-c/content/) 662 | * [Ruby 源码解读](https://ruby-china.org/topics/22386) 663 | * [Ruby中的元编程](http://deathking.github.io/metaprogramming-in-ruby/) 664 | 665 | ### Rust 666 | 667 | * [rust book 中文翻译](https://www.gitbook.com/book/kaisery/rust-book-chinese/details) 668 | * [rust primer](https://github.com/rustcc/RustPrimer) 669 | 670 | ### Scala 671 | 672 | * [Scala课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程) 673 | * [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)(Twitter的Scala最佳实践的中文翻译) 674 | * [Scala指南](http://zh.scala-tour.com/) 675 | 676 | ### Shell 677 | 678 | * [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) 679 | * [Bash脚本15分钟进阶教程](http://blog.sae.sina.com.cn/archives/3606) 680 | * [Linux工具快速教程](https://github.com/me115/linuxtools_rst) 681 | * [shell十三问](https://github.com/wzb56/13_questions_of_shell) 682 | * [Shell编程范例](https://www.gitbook.com/book/tinylab/shellbook/details) 683 | 684 | ### Swift 685 | 686 | * [The Swift Programming Language 中文版](http://numbbbbb.github.io/the-swift-programming-language-in-chinese/) 687 | * [Swift 语言指南](http://dev.swiftguide.cn) 688 | * [Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译文件](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift) 689 | * [C4iOS - COSMOS](http://c4ios.swift.gg) 690 | 691 | ### 读书笔记及其它 692 | 693 | * [编译原理(紫龙书)中文第2版习题答案](https://github.com/fool2fish/dragon-book-exercise-answers) 694 | * [把《编程珠玑》读薄](http://www.hawstein.com/posts/make-thiner-programming-pearls.html) 695 | * [Effective C++读书笔记](https://github.com/XiaolongJason/ReadingNote/blob/master/Effective%20C%2B%2B/Effective%20C%2B%2B.md) 696 | * [Golang 学习笔记、Python 学习笔记、C 学习笔记](https://github.com/qyuhen/book) (PDF) 697 | * [Jsoup 学习笔记](https://github.com/code4craft/jsoup-learning) 698 | * [学习笔记: Vim、Python、memcached](https://github.com/lzjun567/note) 699 | * [图灵开放书翻译计划--C++、Python、Java等](http://www.ituring.com.cn/activity/details/2004) 700 | * [蒂姆·奥莱利随笔](http://g.yeeyan.org/books/2095) (由译言网翻译,电子版免费) 701 | * [SICP 解题集](http://sicp.readthedocs.org/en/latest/) 702 | * [精彩博客集合](https://github.com/hacke2/hacke2.github.io/issues/2) 703 | * [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) 704 | * [Standard C 语言标准函数库速查 (Cheat Sheet)](http://ganquan.info/standard-c/) 705 | * [Git Cheatsheet Chs](http://gh.amio.us/git-cheatsheet-chs/) 706 | * [GitBook简明教程](http://www.chengweiyang.cn/gitbook/index.html) 707 | * [JavaScript语言精粹](https://github.com/qibaoguang/Study-Step-by-Step/blob/master/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0/javascript_the_good_parts.md) 708 | * [制造开源软件](http://producingoss.com/zh/) 709 | * [提问的智慧](http://www.dianbo.org/9238/stone/tiwendezhihui.htm) 710 | * [Markdown 入门参考](https://github.com/LearnShare/Learning-Markdown) 711 | * [AsciiDoc简明指南](https://github.com/stanzgy/wiki/blob/master/markup/asciidoc-guide.asciidoc) 712 | * [背包问题九讲](http://love-oriented.com/pack/) 713 | * [老齐的技术资料](https://github.com/qiwsir/ITArticles) 714 | * [前端技能汇总](https://github.com/JacksonTian/fks) 715 | * [借助开源项目,学习软件开发](https://github.com/zhuangbiaowei/learn-with-open-source) 716 | * [前端工作面试问题](https://github.com/h5bp/Front-end-Developer-Interview-Questions/tree/master/Translations/Chinese) 717 | * [leetcode/lintcode题解/算法学习笔记](https://www.gitbook.com/book/yuanbin/algorithm/details) 718 | * [前端开发笔记本](https://github.com/li-xinyang/FEND_Note) 719 | 720 | ### 测试相关 721 | 722 | * [移动APP自动化测试优秀框架Appium API Reference V1.2.0 CN](http://appium.io/slate/cn/v1.2.0/) 723 | 724 | 725 | 726 | 727 | 728 | 729 | 730 | 731 | 732 | 733 | 734 | 735 | 所有区块链(BlockChain)技术开发相关资料 736 | =============================================================== 737 | 738 | 739 | 740 | ## CONTENTS 741 | 742 | - [INTRO 介绍](#intro-%E4%BB%8B%E7%BB%8D) 743 | - [TUTORIAL 教程](#tutorial-%E6%95%99%E7%A8%8B) 744 | - [PROJECT 项目](#project-%E9%A1%B9%E7%9B%AE) 745 | - [DOCUMENT 资料](#document-%E8%B5%84%E6%96%99) 746 | - [APPLICATION 应用](#application-%E5%BA%94%E7%94%A8) 747 | 748 | ## INTRO 介绍 749 | 750 | ### Started 入门 751 | 752 | - [区块链技术指南](https://yeasy.gitbooks.io/blockchain_guide) 区块链领域比较系统的入门资料 753 | - [一步一步学区块链](http://blog.csdn.net/jwter87/article/details/53322642) 按步骤的实际操作入门指南 754 | - [区块链技术-智能合约-以太坊](http://ethfans.org/posts/block-chain-technology-smart-contracts-and-ethereum) 以太坊智能合约入门概念 755 | - [理解区块链](http://blog.csdn.net/csolo/article/details/52858236) 区块链关键要点讲解 756 | - [(一)简单易懂地介绍什么是区块链](https://zhuanlan.zhihu.com/p/22228902) 比特币区块链关键词讲解 757 | - [(二)简单易懂地介绍什么是区块链(技术篇)](https://zhuanlan.zhihu.com/p/23243289) 比特币区块链技术图解 758 | - [一文看懂区块链架构设计](http://www.8btc.com/ebook-blockchain) 从技术分层解构架构 759 | 760 | ### Ethereum 以太坊进阶 761 | 762 | - [以太坊白皮书](http://ethfans.org/wikis/以太坊白皮书) 763 | - [The Ethereum Wiki](https://theethereum.wiki/w/index.php/Main_Page) *(English)* 764 | - [以太坊设计原理](http://ethfans.org/posts/510) 765 | - [以太坊Dapp开发入门](http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html) 766 | - [以太坊代码剖析](http://ethfans.org/topics/227) 767 | - [以太坊源码阅读](http://www.cnblogs.com/baizx/category/1011749.html) 768 | - [Merkle Tree学习](http://blog.csdn.net/jiange_zh/article/details/53386250) 769 | 770 | 771 | ### Fabric 联盟链进阶 772 | 773 | - [Blockchain区块链架构设计之一:成员管理](https://zhuanlan.zhihu.com/p/23356616) 774 | - [Blockchain区块链架构设计之二:分布式账本技术对比](https://zhuanlan.zhihu.com/p/23463699) 775 | - [Blockchain区块链架构设计之三:Hyperledger Fabric介绍](https://zhuanlan.zhihu.com/p/23947372) 776 | - [Blockchain区块链架构设计之四:Fabric多通道和下一代账本设计](https://zhuanlan.zhihu.com/p/24605987) 777 | - [Blockchain区块链架构设计之五:让DLT产生协作,对Corda和GSL的思考](https://zhuanlan.zhihu.com/p/25061575) 778 | - [Blockchain区块链架构设计之六:Fabric 1.0账本设计(1)](https://zhuanlan.zhihu.com/p/25119939) 779 | - [Blockchain区块链架构设计之七:Fabric 1.0 Endorse背书策略](https://zhuanlan.zhihu.com/p/25295608) 780 | - [Hyperledger架构解读:Hyperledger Fabric1.0架构概览](http://www.wanbizu.com/blockchain/201702078984.html) 781 | 782 | ## TUTORIAL 教程 783 | 784 | ### BitCoin 比特币 785 | 786 | - [Bitcoin and Cryptocurrency Technologies](https://www.coursera.org/learn/cryptocurrency) Cousera上的比特币教程 *(English)* 787 | 788 | ### Ethereum 以太坊 789 | 790 | - [以太坊从零开始入门](http://www.jianshu.com/p/220130b39e22) 791 | - [以太坊开发入门经验](http://me.tryblockchain.org/getting-up-to-speed-on-ethereum.html) 792 | - [mac配置以太坊本地开发环境](https://my.oschina.net/wtsoftware/blog/782057) 793 | - [以太坊智能合约编程之菜鸟教程](http://ethfans.org/posts/101-noob-intro) 794 | - [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html) 795 | - [区块链语言Solidity校验椭圆曲线加密数字签名(附实例)](http://www.toutiao.com/i6401418700217385473/?tt_from=weixin&utm_campaign=client_share&from=groupmessage&app=news_article&utm_source=weixin&iid=8932715408&utm_medium=toutiao_ios&wxshare_count=2&pbid=35867484354) 796 | - [Create your own crypto-currency](https://www.ethereum.org/token) 来自以太坊官方的代币创建教程 *(English)* 797 | - [ETHEREUM PET SHOP](http://truffleframework.com/tutorials/pet-shop) Truffle框架逐步案例教程 *(English)* 798 | - [ROBUST SMART CONTRACTS WITH OPENZEPPELIN](http://zeppelin.tryblockchain.org/robust-smart-contracts-with-openzeppelin.html) OpenZeppelin集成Truffle编写健壮安全的合约 *(English)* 799 | - [Truffle3.0案例教程](http://truffle.tryblockchain.org/truffle3.0-integrate-nodejs.html) 集成NodeJS并完全跑通,附详细实例和可能的错误 *(English)* 800 | - [以太坊开发入门教程](http://blog.csdn.net/wo541075754/article/category/6502432/1) 801 | 802 | ### Fabric 联盟链 803 | 804 | - [Fabric Basics](https://github.com/angrbrd/hyperledger-fabric-basics) 使用Docker Toolbox来搭建Fabric的开发环境 *(English)* 805 | - [Learn Chaincode](https://github.com/IBM-Blockchain/learn-chaincode) Fabric Chaincode入门 *(English)* 806 | - [Marbles Project Tutorial: Part One](https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part1.md) 官方Chaincode案例教程第一部分 *(English)* 807 | - [Marbles Project Tutorial: Part Two](https://github.com/IBM-Blockchain/marbles/blob/master/docs/tutorial_part2.md) 官方Chaincode案例教程第二部分 *(English)* 808 | - [Hyperledger Fabric V1.0– 开发者快速入门](https://zhuanlan.zhihu.com/p/25070745) 这个是基于baseos 0.2.2 的 809 | - [搭建运行Fabric V1.0-alpha版本](http://blog.csdn.net/kojhliang/article/details/66971404) 针对Fabric1.0版本的开发环境搭建指引 810 | - [Fabric v1.0-alpha 开发镜像编译](http://blog.csdn.net/remote_roamer/article/details/70228662) 使用Fabric源码编译v1.0-alpha版本的Docker镜像指引 811 | - [Hyperledger Composer使用入门](http://www.jianshu.com/p/7bc258810b77) 官方Fabric应用开发工具Hyperledger Composer入门 812 | - [Fabric-CA-1.0-Alpha小结](http://www.jianshu.com/p/ec7d4216c3cf) 813 | 814 | ### Videos 视频 815 | 816 | - [Building Ethereum DApps using Solidity](https://www.youtube.com/watch?v=9_coM_g7Dbg&list=PLH4m2oS2ratdoHFEkGvwvd7TkeTv4sa7Z) 视频教程 *(English)* 817 | - [Devcon 0 (Berlin, 2014) talks and videos](https://www.youtube.com/watch?v=_BvvUlKDqp0&list=PLJqWcTqh_zKEjpSej3ddtDOKPRGl_7MhS) *(English)* 818 | - [Devcon 1 (London, 2015) talks and videos](https://www.youtube.com/watch?v=BUARih8_f68&list=PLJqWcTqh_zKHQUFX4IaVjWjfT2tbS4NVk) *(English)* 819 | - [Devcon 2 (Shanghai, 2016) talks and videos](https://www.youtube.com/watch?v=1wayaZ1-iBE&list=PLaM7G4Llrb7xqzgOwbvNv63_KM7VH84Rd) *(English)* 820 | - [**Devcon 3** (Cancún, 2017) website and registration](http://ethereumfoundation.org/devcon3/) *(English)* 821 | 822 | ## PROJECT 项目 823 | 824 | ### Chain 区块链底层 825 | 826 | - [Metaverse](https://github.com/mvs-org/metaverse) 原界链源码 827 | - [EOS](https://github.com/EOSIO/eos) EOS链源码 828 | - [BYTOM](https://github.com/Bytom/bytom) 比原链源码 829 | - [CITA](https://github.com/cryptape/cita) cita联盟链的底层源码 830 | - [比特币0.1](https://github.com/fkysly/bitcoin0.1.0) 最原始的比特币代码 831 | - [Blockbench](https://github.com/ooibc88/blockbench) 区块链性能测试工具 832 | - [Quorum](https://github.com/jpmorganchase/quorum) 来自JP Morgan基于Go-Ethereum数据隐私加强的以太坊实现 833 | - [BCOS](https://github.com/bcosorg/bcos) 来自微众银行的增强版以太坊实现 834 | - [Presto-Ethereum](https://github.com/xiaoyao1991/presto-ethereum) 以太坊增加Presto的SQL访问能力 835 | - [IPFS](https://github.com/ipfs/go-ipfs) IPFS的GO语言实现 [原理](https://github.com/ipfs/ipfs) 836 | 837 | 838 | ### SDK 工具包 839 | 840 | - [Remix](https://ethereum.github.io/browser-solidity/) 浏览器编译器 841 | - [Truffle](https://github.com/trufflesuite/truffle) 以太坊Dapp开发脚手架 842 | - [Zeppelin](https://github.com/OpenZeppelin/zeppelin-solidity) 用于编写安全的以太坊合约框架 843 | - [Web3j](https://github.com/web3j/web3j) 以太坊官方Web3轻量级java SDK 844 | - [Embark](https://github.com/embark-framework/embark) 以太坊Dapp开发框架,支持IPFS、Whisper及Orbit调用 845 | - [Web3Swift](https://github.com/BANKEX/web3swift) 一个Web3的swift SDK 846 | - [Porosity](https://github.com/comaeio/porosity) 反编译以太坊智能合约工具 847 | - [Solidity-Coverage](https://github.com/sc-forks/solidity-coverage) 检测Solidity代码覆盖 848 | - [Composer](https://github.com/hyperledger/composer) 官方可视化Fabric应用开发框架 849 | - [Cakeshop](https://github.com/jpmorganchase/cakeshop) 来自JP Morgan的以太坊可视化管理工具 850 | - [Zokrates](https://github.com/JacobEberhardt/ZoKrates) 以太坊使用zkSNARKS工具包(实验用) 851 | - [libsnark](https://github.com/scipr-lab/libsnark) zkSNARKS C++库 852 | 853 | 854 | ## DOCUMENT 资料 855 | 856 | ### BitCoin 比特币 857 | 858 | - [精通比特币](https://github.com/bitcoinbook/bitcoinbook) 精通比特币开发Oreilly开源书 [中文翻译版](http://zhibimo.com/books/wang-miao/mastering-bitcoin) 859 | - [blockchaindev.org](http://blockchaindev.org/) 区块链创业公司维优CTO的专栏 860 | - [区块链研习社](http://www.jianshu.com/u/30081a05cf95) 比特币源码解读 861 | 862 | ### Ethereum 以太坊 863 | 864 | - [Mastering Ethereum](https://github.com/ethereumbook/ethereumbook) 精通以太坊开发Oreilly开源书 865 | - [区块链技术博客](http://me.tryblockchain.org/) 关注以太坊 866 | - [以太坊系列教程](http://gi1.cn/topics/category/solidity) solidity语言学习 867 | - [Solidity语言文档](http://www.tryblockchain.org/) 语言中文手册 868 | - [Web3.JS接口文档](http://web3.tryblockchain.org/) 接口中文手册 869 | - [Truffle框架文档](http://truffle.tryblockchain.org/) 框架中文手册 870 | - [Open Zeppelin框架文档](http://zeppelin.tryblockchain.org/) 框架中文手册 871 | - [Ethplorer接口](https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API?from=etop) Ethplorer接口文档 872 | - [Ethereum Smart Contract Security Best Practices](https://consensys.github.io/smart-contract-best-practices/) _(english)_ 873 | - [以太坊常见问题FAQ](http://8btc.com/thread-23195-1-1.html) 874 | - [EthList](https://github.com/Scanate/EthList) 以太坊开发相关学习资料收集 875 | 876 | ### Fabric 联盟链 877 | 878 | - [Fabric Official Docs](https://hyperledger-fabric.readthedocs.io/en/latest/) Fabric官方最新文档 879 | - [浮白](http://fubai.tech/) Fabric开发环境搭建与codechain入门 880 | - [yeasy的专栏](http://blog.csdn.net/yeasy) IBM fabric核心开发者yeasy的专栏 881 | - [菜鸟的博客](http://blog.csdn.net/xjmtxwd24/) fabric0.6及1.0源码分析 882 | - [jiang_xinxing的博客](http://blog.csdn.net/jiang_xinxing/article/category/6642179) fabric0.6源码分析 883 | 884 | ## APPLICATION 应用 885 | 886 | ### Explorer 链浏览 887 | 888 | - [Blockchain](https://blockchain.info) 比特币区块链浏览器 889 | - [Etherscan](https://etherscan.io) 以太坊区块链浏览器 890 | 891 | ### Wallet 钱包 892 | 893 | - [My Ether Wallet](https://myetherwallet.com) 网页版以太坊钱包 [源码](https://github.com/kvhnuke/etherwallet) 894 | - [MetaMask](https://metamask.io/) Chrome Extension浏览器插件版 895 | - [Multi-platform Jaxx Wallet](https://jaxx.io/) 同时兼容以太坊和比特币钱包 896 | - [Mist Wallet](https://github.com/ethereum/mist/releases/latest) 官方版轻量级钱包 897 | - [Parity Wallet](https://github.com/paritytech/parity/releases/latest) 898 | - [Harmony Wallet](https://github.com/ether-camp/ethereum-harmony/releases/latest) 899 | - [imToken](https://token.im/) 移动App版钱包 900 | - [Ledger Nano S](https://theethereum.wiki/w/index.php/Ledger_Nano_S) 硬件钱包 901 | - [Trezor](https://blog.trezor.io/trezor-integration-with-myetherwallet-3e217a652e08) 硬件钱包 902 | 903 | ### IM 通信 904 | 905 | - [status-im](https://github.com/status-im/status-network-token) status.im项目开源代码 906 | 907 | ### Social 社会 908 | 909 | - [Oraclize](http://docs.oraclize.it/#background) 第三方信息提供 910 | - [Aragon](https://aragon.one/) 公司业务 [源码](https://github.com/aragon/aragon-core/tree/master/contracts) 911 | - [dharma](https://dharma.io/) 第三方增信 [源码](https://github.com/dharmaprotocol/dharma-cli) 912 | - [Chronobank](https://chronobank.io/) 共享机制 913 | - [slockit](https://slock.it/) 租借智能设备 [源码](https://github.com/slockit/smart-contract) 914 | - [DAO](https://github.com/slockit/DAO) DAO提案 915 | 916 | ### Exchange 交易所 917 | 918 | - [0x](https://www.0xproject.com/otc) 0x交易所 [源码](https://github.com/0xProject/contracts) 919 | - [ethdelf](https://etherdelta.github.io/#ZRX-ETH) etherdelta交易所 [源码](https://github.com/etherdelta/smart_contract) 920 | - [Dmarket](https://dmarket.io) dmarket交易所 [源码](https://github.com/suntechsoft/dmarket-smartcontract) 921 | - [augur](https://augur.net/) 对赌交易所 [源码](https://github.com/AugurProject) 922 | - [melonport](https://melonport.com/) 数字资产交易所 [源码](https://github.com/melonproject) 923 | 924 | ### Cross Chain 跨链 925 | 926 | - [Cosmos](https://cosmos.network) cosmos跨链交易,包括BTC到ETH [源码](https://github.com/cosmos) 927 | - [polkadot](https://polkadot.io) polkadot跨链,实现了一个轻量级以太坊客户端 [源码](https://github.com/paritytech/parity) 928 | 929 | ### Token 代币 930 | 931 | - [ERC20](https://github.com/ethereum/EIPs/pull/610) 以太坊的ICO代币标准 932 | - [Token Sale](http://vitalik.ca/general/2017/06/09/sales.html) 代币销售模型 933 | - [maker](https://makerdao.com/) Dai代币 934 | 935 | ## [Awesome Ethereum](https://github.com/chaozh/awesome-blockchain/tree/master/Ethereum) 936 | 937 | 以太坊相关详细开发资源收集 938 | 939 | ## [Awesome Fabric](https://github.com/chaozh/awesome-blockchain/tree/master/Hyperledger%20Fabric) 940 | 941 | --------------------------------------------------------------------------------