├── .gitignore ├── README.org ├── images ├── backbone.js.png ├── ccbooks.png ├── django.png ├── git-flow.png ├── go.png ├── goweb.png ├── iOSBlogCN.png ├── json-api.png ├── marboo-coffeescript.png ├── marboo-docker.png ├── marboo-go.png ├── marboo-guide.png ├── marboo-json-api.png ├── marboo-sphinx.png ├── marboo-swift.png ├── nginx.png ├── node.js.png ├── objcio.png └── swift.png └── index.org /.gitignore: -------------------------------------------------------------------------------- 1 | Books/ 2 | Blogs/ -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- 1 | #+TITLE: 开源著作列表 2 | #+AUTHOR: amoblin 3 | #+EMAIL: amoblin@gmail.com 4 | #+DATE: 2014-07-21 11:27:08 5 | #+OPTIONS: ^:{} 6 | 7 | * API 8 | | 名称 | 作(译)者 | 地址 | 程序语言 | 9 | |------------------------------+----------------------------+------------------------------------------------+----------| 10 | | [[http://jsonapi.org.cn][用 JSON 构建 API 的标准指南]] | [[http://github.com/justjavac][justjavac(迷渡)]] [[http://github.com/bornkiller][bornkiller]] | https://github.com/justjavac/json-api-zh_CN | JSON | 11 | | [[https://github.com/flask-restful/flask-restful][Flask-RESTful]] | | https://github.com/flask-restful/flask-restful | | 12 | | [[http://www.pythondoc.com/flask-restful/index.html][使用 Flask 设计 RESTful APIs]] | | | | 13 | * Android 14 | | 名称 | 作(译)者 | 地址 | 程序语言 | 15 | |---------------------------+----------+----------------------------------------------------------------+----------| 16 | | [[http://hukai.me/android-training-course-in-chinese/][Android官方培训课程中文版]] | [[https://github.com/kesenhoo][HuKai]] | https://github.com/kesenhoo/android-training-course-in-chinese | Java | 17 | 18 | * Algorithm 19 | | 名称 | 作(译)者 | 地址 | 程序语言 | 20 | |-----------------------------------------+--------------------------------+-----------------------------------------------------------------------+-------------------| 21 | | [[http://sicp.readthedocs.org/][SICP 解题集]] | 黄健宏 | https://github.com/huangz1990/SICP-answers | | 22 | | [[http://algoviz.org/OpenDSA/][数据结构和算法教程 OpenDSA(英文版)]] | | https://github.com/OpenDSA/OpenDSA | | 23 | 24 | * Emacs 25 | https://github.com/emacs-china/hello-emacs 26 | * Git 27 | | 名称 | 作(译)者 | 地址 | 程序语言 | 28 | |---------------------------+------------+-----------------------------------------------------+----------| 29 | | [[http://www.worldhello.net/gotgit/][Git权威指南]] | [[http://weibo.com/gotgit][蒋鑫]] | https://github.com/gotgit/gotgit/ | Git | 30 | | [[http://igit.linuxtoy.org/index.html][沉浸式学 Git]] | [[https://github.com/xuxiaodong][徐小东]] | https://github.com/xuxiaodong/gitimmersion | Git | 31 | | [[http://git-scm.com/book/][Pro Git]] | | https://github.com/progit/progit | Git | 32 | | [[http://gitbook.liuhui998.com/][Git Community Book 中文版]] | liuhui | https://github.com/liuhui998/gitbook | Git | 33 | | [[http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/][Git Magic]] | | https://github.com/blynn/gitmagic | Git | 34 | | [[https://chrisniael.gitbooks.io/gitbook-documentation/content/][GitBook文档(中文版)]] | [[https://github.com/chrisniael][chrisniael]] | https://github.com/chrisniael/gitbook-documentation | | 35 | 36 | * Go 37 | | 名称 | 作(译)者 | 地址 | 程序语言 | 38 | |-----------------------------------------+--------------------------------+-----------------------------------------------------------------------+-------------------| 39 | | [[https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md][Go Web 编程]] | [[https://github.com/astaxie][astaxie]] | https://github.com/astaxie/build-web-application-with-golang | Go | 40 | | Go编程基础 | Unknwon | https://github.com/Unknwon/go-fundamental-programming | Go | 41 | | [[https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/preface.md][Go入门指南]] | Unknwon | https://github.com/Unknwon/the-way-to-go_ZH_CN | Go | 42 | | [[http://mikespook.com/learning-go/][学习 Go 语言]] | | https://github.com/mikespook/Learning-Go-zh-cn | Go | 43 | 44 | * iOS/OSX 45 | 46 | | 名称 | 作(译)者 | 地址 | 程序语言 | 47 | |--------------------------------------------------+---------------+-----------------------------------------------------------------------+-------------| 48 | | [[https://github.com/ipader/SwiftGuide][Swift Guide]] | | https://github.com/ipader/SwiftGuide | Swift | 49 | | [[https://github.com/samlaudev/Objective-C-Coding-Style][Objective-C编码规范]] | | https://github.com/samlaudev/Objective-C-Coding-Style | Objective-C | 50 | | [[https://github.com/oa414/objc-zen-book-cn][禅与 Objective-C 编程艺术]] | [[http://linxiangyu.org][林翔宇]]、[[https://github.com/heistings][庞博]] | https://github.com/oa414/objc-zen-book-cn | Objective-C | 51 | | [[https://github.com/objc-zen/objc-zen-book][Zen and the Art of the Objective-C Craftsmanship]] | [[http://lucabernardi.com][Luca Bernardi]] | https://github.com/objc-zen/objc-zen-book | Objective-C | 52 | | [[http://numbbbbb.gitbooks.io/-the-swift-programming-language-/][中文版 Apple 官方 Swift 教程]] | | https://github.com/numbbbbb/the-swift-programming-language-in-chinese | Swift | 53 | | [[Swift 语言指南][http://dev.swiftguide.cn/]] | | | Swift | 54 | | [[http://nshipster.cn/][NSHipster中文版]] | | https://github.com/NSHipster/nshipster.com | Obejctive-C | 55 | | [[https://github.com/hzlzh/Best-App][Best App]] | [[https://github.com/hzlzh][hzlzh]] | https://github.com/hzlzh/Best-App | | 56 | | [[http://aaaaaashu.gitbooks.io/mac-dev-setup/content/][Mac 开发配置手册]] | [[http://aaaaaashu.me/][Ashu]] | https://github.com/Aaaaaashu/Mac-dev-setup | | 57 | | [[https://www.gitbook.com/book/justinyim/osxhig/details][OS X 系统界面指南]] | Justin Yim | | | 58 | 59 | * Python 60 | 61 | | 名称 | 作(译)者 | 地址 | 程序语言 | 62 | |-----------------------------------------+--------------------------------+-----------------------------------------------------------------------+-------------------| 63 | | [[https://github.com/brantyoung/zh-django-best-practices/blob/master/readme.rst/][Django 最佳实践]] | brantyoung | https://github.com/brantyoung/zh-django-best-practices | Python | 64 | | [[http://pycoders-weekly-chinese.readthedocs.org/en/latest/][PyCoder’s Weekly 中文翻译]] | | https://github.com/PyCodersCN/PyCodersCN | Python | 65 | | [[http://zh-sphinx-doc.readthedocs.org/en/latest/][Sphinx 使用手册]] | [[https://github.com/xunxuny][xunxuny]] | https://github.com/xunxuny/zh-sphinx-doc | reStructured Text | 66 | 67 | * PHP 68 | 69 | | 名称 | 作(译)者 | 地址 | 程序语言 | 70 | |-----------------------------------------+--------------------------------+-----------------------------------------------------------------------+-------------------| 71 | | [[http://wulijun.github.io/php-the-right-way/][PHP之道]] | wulijun | https://github.com/wulijun/php-the-right-way | PHP | 72 | | [[http://www.phptherightway.com/][PHP: The Right Way]] | | https://github.com/codeguy/php-the-right-way | PHP | 73 | 74 | * System 75 | | 名称 | 作(译)者 | 地址 | 程序语言 | 76 | |-----------------------------------------+--------------------------------+-----------------------------------------------------------------------+-------------------| 77 | | [[http://www.widuu.com/chinese_docker/index.html][Docker中文指南]] | [[https://github.com/widuu][widuu]] | https://github.com/widuu/chinese_docker | | 78 | | [[http://yeasy.gitbooks.io/docker_practice/content/][Docker —— 从入门到实践]] | [[https://github.com/yeasy][yeasy]] | https://github.com/yeasy/docker_practice | | 79 | | [[http://inthecloud.readthedocs.org/][In the Cloud(一本云计算入门手册)]] | lofyer | https://github.com/lofyer/InTheCloud | | 80 | 81 | * Server 82 | | [[http://origin.redisbook.com/en/latest/][Redis 设计与实现]] | 黄建宏 | https://github.com/huangz1990/redisbook | | 83 | | [[http://www.redisdoc.com/en/latest/][Redis Command Reference中文版]] | 黄健宏 | https://github.com/huangz1990/redis | | 84 | | [[http://tengine.taobao.org/book/index.html][Nginx开发从入门到精通]] | taobao | https://github.com/taobao/nginx-book | | 85 | 86 | * FrontEnd 87 | | 名称 | 作(译)者 | 地址 | 程序语言 | 88 | |-----------------------------------------+--------------------------------+----------------------------------------------------------------------------+------------| 89 | | [[https://davidcai1993.gitbooks.io/nodejs-api-doc-in-chinese/content/][Node.js API 中文文档]] | [[https://github.com/DavidCai1993][DavidCai]] | https://github.com/DavidCai1993/nodejs-api-doc | Node.js | 90 | | [[https://github.com/W3cplus/sass-guidelines][Sass Guidelines中文版本]] | | https://github.com/W3cplus/sass-guidelines | Sass | 91 | | [[https://www.gitbook.com/book/checkcheckzz/angularjs-learning-notes/details][AngularJS学习笔记]] | | https://www.gitbook.com/book/checkcheckzz/angularjs-learning-notes/details | JavaScript | 92 | | [[ http://bonsaiden.github.io/JavaScript-Garden/zh/][JavaScript 秘密花园]] | Ivo Wetzel(写作)和张易江(设计) | https://github.com/BonsaiDen/JavaScript-Garden | JavaScript | 93 | | [[http://yuedu.baidu.com/ebook/b7f0eaa44afe04a1b171de01][Backbone.js入门教程第二版]] | the5fire | https://github.com/the5fire/backbonejs-learning-note | JavaScript | 94 | | [[https://leanpub.com/javascript-allonge/read][JavaScript Allongé]] | raganwald | https://github.com/raganwald/javascript-allonge | JavaScript | 95 | | [[http://nqdeng.github.io/7-days-nodejs/][七天学会NodeJS]] | nqdeng | https://github.com/nqdeng/7-days-nodejs | Node.js | 96 | | [[https://github.com/nixzhu/dev-blog][一些iOS/Web开发相关的翻译或原创博客文章]] | [[https://github.com/nixzhu][nixzhu]] | https://github.com/nixzhu/dev-blog | | 97 | |[[http://li-xinyang.gitbooks.io/frontend-notebook/content/][前端开发笔记本]]|[[https://github.com/li-xinyang][Li Xinyang]]|[[https://github.com/li-xinyang/FEND_Note]]| 98 | 99 | * 其他 100 | | 名称 | 作(译)者 | 地址 | 程序语言 | 101 | |------------------------------------------------------------+----------+-----------------------------------------------------------------------+----------| 102 | | [[https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial/blob/master/Table-of-contents.md][C++ 并发编程指南]] | [[https://github.com/forhappy][forhappy]] | https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial | C++ | 103 | | [[ http://natureofcode.com/][The Nature of Code]] | shiffman | https://github.com/shiffman/The-Nature-of-Code | | 104 | | [[https://github.com/royguo/ml_hackers/blob/master/list.md][Machine Learning For Hackers中文版]] | royguo | https://github.com/royguo/ml_hackers | | 105 | | [[http://softwaredownload.gitbooks.io/openwrt-fanqiang/][OpenWrt教程]] | | https://github.com/softwaredownload/openwrt-fanqiang | | 106 | | [[http://skill-map.stuq.org/][程序员技能图谱]] | | https://github.com/TeamStuQ/skill-map | | 107 | | [[amoblin.gitbooks.io/marboo-guide/content/zh-cn/index.html][Marboo用户指南]] | amoblin | https://github.com/marboo/marboo-doc | | 108 | | [[https://github.com/skyline75489/what-happens-when-zh_CN][当你在浏览器中输入 google.com 并且按下回车之后发生了什么?]] | | https://github.com/skyline75489/what-happens-when-zh_CN | | 109 | * 在线阅读平台 110 | - [[https://www.gitbook.com/][GitBook]] 111 | - [[https://leanpub.com/][leanpub]] 112 | - [[https://readthedocs.org/][ReadTheDocs]] 113 | * 离线阅读 114 | 115 | 把地址clone到Marboo目录下,即可在Marboo中离线阅读 :) 116 | 117 | Marboo Pro(付费版) Mac App Store下载地址: 118 | 119 | Marboo Mac App Store 下载地址: 120 | 121 | #+BEGIN_SRC sh 122 | mkdir ~/Marboo/CC-Books 123 | git clone https://github.com/astaxie/build-web-application-with-golang ~/Marboo/CC-Books 124 | #+END_SRC 125 | 126 | [[./images/marboo-go.png]] 127 | [[./images/marboo-json-api.png]] 128 | [[./images/marboo-swift.png]] 129 | [[./images/marboo-sphinx.png]] 130 | [[./images/marboo-docker.png]] 131 | [[./images/marboo-coffeescript.png]] 132 | [[./images/marboo-guide.png]] 133 | 134 | * References 135 | - [[https://github.com/nemoTyrant/free-programming-books/blob/master/free-programming-books-zh.md][Free Programming Books]] 136 | - http://www.oschina.net/project/tag/400/opensource-book 137 | - https://github.com/PlayTimeline/iS_free_book 138 | - [[http://www.gitchina.org/industry-information/%E5%85%8D%E8%B4%B9%E7%9A%84%E7%BC%96%E7%A8%8B%E4%B8%AD%E6%96%87%E4%B9%A6%E7%B1%8D%E7%B4%A2%E5%BC%95.html][免费的编程中文书籍索引]] 139 | * [[https://github.com/marboo/CCBooks][本文链接]] 140 | 141 | -------------------------------------------------------------------------------- /images/backbone.js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/backbone.js.png -------------------------------------------------------------------------------- /images/ccbooks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/ccbooks.png -------------------------------------------------------------------------------- /images/django.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/django.png -------------------------------------------------------------------------------- /images/git-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/git-flow.png -------------------------------------------------------------------------------- /images/go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/go.png -------------------------------------------------------------------------------- /images/goweb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/goweb.png -------------------------------------------------------------------------------- /images/iOSBlogCN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/iOSBlogCN.png -------------------------------------------------------------------------------- /images/json-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/json-api.png -------------------------------------------------------------------------------- /images/marboo-coffeescript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-coffeescript.png -------------------------------------------------------------------------------- /images/marboo-docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-docker.png -------------------------------------------------------------------------------- /images/marboo-go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-go.png -------------------------------------------------------------------------------- /images/marboo-guide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-guide.png -------------------------------------------------------------------------------- /images/marboo-json-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-json-api.png -------------------------------------------------------------------------------- /images/marboo-sphinx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-sphinx.png -------------------------------------------------------------------------------- /images/marboo-swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/marboo-swift.png -------------------------------------------------------------------------------- /images/nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/nginx.png -------------------------------------------------------------------------------- /images/node.js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/node.js.png -------------------------------------------------------------------------------- /images/objcio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/objcio.png -------------------------------------------------------------------------------- /images/swift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marboo/CCBooks/b3e4ce420ceda5862adf3f4ce99461af7b6c4b3f/images/swift.png -------------------------------------------------------------------------------- /index.org: -------------------------------------------------------------------------------- 1 | #+TITLE: 开源著作本地索引 2 | #+AUTHOR: amoblin 3 | #+EMAIL: amoblin@gmail.com 4 | #+DATE: <2015-07-29 21:23:37> 5 | #+OPTIONS: ^:{} 6 | # This file is created by Marboo template file $MARBOO_HOME/.media/starts/default.org 7 | # 本文件由 Marboo 模板文件 $MARBOO_HOME/.media/starts/default.org 创建 8 | 9 | * Test 10 | | 标题 | 生成器 | | 11 | |----------------------+-------------------------+---| 12 | | [[/Users/amoblin/Marboo/CCBooks/Books/gdu/README.md][怪诞大学]] | GitBook, not standalone | | 13 | | [[Books/gitbook-howareyoutaiwan-2/README.md][你好,台湾]] | GitBook | | 14 | | [[Wikis/amoblin-wiki/home.md][amoblin wiki]] | Gollum | | 15 | | [[Books/zh-sphinx-doc/index.rst][zh shpinx doc]] | Sphinx, not standalone | | 16 | | [[Books/InTheCloud/source/index.rst][In the Cloud]] | Sphinx | | 17 | | [[Wikis/mickwiki/index.wiki][mick wiki]] | VimWiki, not standalone | | 18 | | [[Wikis/the-isz-vimwiki/index.wiki][the isz vimwiki]] | VimWiki | | 19 | | [[Books/json-api-zh_CN/index.md][json api]] | Jekyll | | 20 | | [[Blogs/jekyll-cellier.github.io/index.html][cellier blog]] | Jekyll | | 21 | | [[Blogs/wenbinye.github.com/index.html][叶文彬]] | Jekyll | | 22 | | [[Blogs/wuchong.github.io/index.html][伍翀]] | Jekyll,无源码。 | | 23 | | [[Blogs/hexo.io/source/index.jade][hexo offical website]] | Hexo | | 24 | | [[Blogs/t2t-yszou.github.io/index.html][yszou]] | Marboo, t2t文档写的 | | 25 | | [[Blogs/southpeak.github.com/index.html][南峰子的技术博客]] | Simple, not standalone | | 26 | | [[Blogs/seniorzhai.github.io/index.html][seniorzhai blog]] | Simple | | 27 | | [[Blogs/sheilacat.github.io/index.html][sheilacat blog]] | Simple | | 28 | 29 | * Books 30 | | 标题 | 生成器 | 31 | |---------------------------------------+-------------------------------| 32 | | [[/Users/amoblin/Marboo/CCBooks/Books/ios_core_animation_advanced_techniques/README.md][ios核心动画高级技巧]] | GitBook | 33 | | [[/Users/amoblin/Marboo/CCBooks/Books/gdu/README.md][怪诞大学]] | GitBook | 34 | | [[/Users/amoblin/Marboo/CCBooks/Books/progit-gitbook/zh/README.md][Pro Git]] | GitBook | 35 | | [[Books/chinese_docker/README.md][Docker中文指南]] | GitBook | 36 | | [[Books/docker_practice/README.md][Docker 从入门到实践]] | GitBook | 37 | | [[Books/gitbook-howareyoutaiwan-2/README.md][你好,台湾]] | GitBook | 38 | | [[Books/gitbook-Mac-dev-setup/README.md][Mac开发配置手册]] | GitBook | 39 | | [[Books/gitbook-mac-osx-for-newbie-books/README.md][Mac OSX新手入门]] | GitBook | 40 | | [[Books/gitbook-zh/README.md][Gitbook使用入门]] | GitBook | 41 | | [[Books/the-swift-programming-language-in-chinese/source/README.md][The Swift Programming Language中文版]] | GitBook | 42 | | [[Books/ios_core_animation_advanced_techniques/README.md][iOS Core Animation中文译本]] | GitBook | 43 | | [[Books/openwrt-fanqiang/README.md][OpenWrt智能、自动、透明翻墙路由器教程]] | GitBook | 44 | | [[Books/objccn-articles/README.md][objc.io中文版]] | GitBook | 45 | | [[Books/InTheCloud/source/index.rst][In the Cloud]] | Sphinx | 46 | | [[Books/zh-sphinx-doc/index.rst][zh shpinx doc]] | Sphinx | 47 | | [[Books/redis/index.rst][Redis命令参考]] | Sphinx | 48 | | [[Books/nginx-book/source/index.rst][nginx book]] | Sphinx | 49 | | [[Books/acl-chinese/index.rst][ANSI Common Lisp 中文翻譯版]] | Sphinx | 50 | | [[Wikis/mickwiki/index.wiki][mick wiki]] | VimWiki | 51 | | [[Wikis/the-isz-vimwiki/index.wiki][the isz vimwiki]] | VimWiki | 52 | | [[Wikis/vimwiki/wiki/index.wiki][vimwiki]] | VimWiki | 53 | | [[Wikis/wzTian_vimwiki/index.wiki][wzTian wiki]] | Vimwiki | 54 | | [[Books/json-api-zh_CN/index.md][json api]] | Jekyll | 55 | | [[Books/coffeescript-cookbook.github.com/index.html][CoffeeScript Cookbook]] | Jekyll,使用的GitBook风格模板 | 56 | | [[Books/jstutorial/index.md][JavaScript 标准参考教程]] | Jekyll | 57 | | [[Wikis/amoblin-wiki/home.md][amoblin wiki]] | Gollum | 58 | 59 | * Blogs 60 | | 标题 | 生成器 | | 61 | |----------------------+---------------------+-----------------------------| 62 | | [[Books/gitbook-kxxoling-blog/README.md][kxxoling blog]] | GitBook | | 63 | | [[Books/gotgit.github.com/index.html][蒋鑫博客]] | Jekyll | | 64 | | [[Books/gotgit/index.md][World Hello]] | Jekyll | | 65 | | [[Blogs/jekyll-cellier.github.io/index.html][cellier blog]] | Jekyll | | 66 | | [[Blogs/wenbinye.github.com/index.html][叶文彬]] | Jekyll | | 67 | | [[Blogs/wuchong.github.io/index.html][伍翀]] | Jekyll,无源码。 | | 68 | | [[Blogs/hexo.io/source/index.jade][hexo offical website]] | Hexo | | 69 | | [[Blogs/hexo-demo/source/_posts/hello-world.md][hexo demo]] | Hexo | | 70 | | [[Blogs/ibireme.github.com/block.html][block的定义]] | HTML | | 71 | | [[Blogs/mastering-emacs-in-one-year-guide/README.org][emacs高手指南]] | Org mode | | 72 | | [[Blogs/org-page/README.org][org page]] | org-mode | | 73 | | [[Blogs/org-page-kelvinh.github.com/index.html][kelvinh blog]] | Simple, by org-page | | 74 | | [[Blogs/ruanyf-articles/2015/2015-07-26-monte-carlo-method.md][阮一峰]] | | https://stackedit.io/editor | 75 | | [[Blogs/t2t-yszou.github.io/index.html][yszou]] | t2t | | 76 | | [[Blogs/southpeak.github.com/index.html][南峰子的技术博客]] | Simple | | 77 | | [[Blogs/seniorzhai.github.io/index.html][seniorzhai blog]] | Simple | | 78 | | [[Blogs/sheilacat.github.io/index.html][sheilacat blog]] | Simple | | 79 | | [[Blogs/orgmode-emacs-china.github.io/index.org][emacs china]] | | | 80 | | [[Books/7-days-nodejs/index.html][七天学会NodeJS]] | Simple | | 81 | | [[/CCBooks/coldnight.github.com/content/tornado-gen.md][coldnight博客]] | Pelican | | 82 | 83 | 84 | | | | | 85 | |----------------------------------------------------+---------+---| 86 | | /CCBooks/es6tutorial | 未知 | | 87 | | /CCBooks/developer.github.com | nanoc | | 88 | | /CCBooks/nanoc.ws | nanoc | | 89 | 90 | 91 | 92 | 93 | 94 | | [[gotgithub/index.rst][Got GitHub]] | Sphinx,build失败 | | 95 | | [[Blogs/harttle.github.io/index.html][harttle blog]] | Jekyll,build失败 | | 96 | | [[Blogs/octopress-docs/source/index.html][Octopress docs]] | Octopress,build失败 | | 97 | | [[Books/build-web-application-with-golang/zh/README.md][Go Web编程]] | GitBook,编译失败 | | 98 | | [[Blogs/opskumu.github.io/index.html][opskumu blog]] | Jekyll,丢失时间信息 | | 99 | | [[Books/gitimmersion/index.html][沉浸式学Git]] | Jekyll,丢失时间信息 | | 100 | | [[Blogs/panxw.github.com/index.html][panxw blog]] | Jekyll,有category,待支持 | | 101 | | [[Blogs/jekyll-icindy.github.io/index.html][icindy blog]] | Jekyll,有category,待支持 | | 102 | | [[Blogs/joway.github.com/blog.html][joway blog]] | Jekyll,链接指向外部 | | 103 | | [[Blogs/jekyll-ibrother.github.io/index.html][ibrother blog]] | Jekyll,链接指向外部 | | 104 | 105 | * Others 106 | | [[Books/iOSBlogCN/README.md][中文 iOS/Mac 开发博客列表]] | | 107 | | [[Books/Best-App/README.md][Best App]] | | 108 | | [[Books/git-flow-cheatsheet/index.zh_CN.html][git-flow备忘清单]] | | 109 | | [[Books/backbonejs-learning-note/README.rst][Backbone.js入门教程第二版]] | | 110 | * 不开源的 111 | 112 | - http://zhibimo.com/read/xiaolai/growth/ 113 | --------------------------------------------------------------------------------