Skip to content

Commit

Permalink
commit before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Jan 10, 2015
1 parent 1c1dbe1 commit f24373c
Show file tree
Hide file tree
Showing 18 changed files with 712 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Expand Up @@ -12,9 +12,9 @@
* [好书哪里找](chapter6-useful-tools/improve-efficiency.md)
* [高效使用搜索引擎](chapter6-useful-tools/search-engine.md)
* [好习惯](chapter6-useful-tools/good-habits.md)
* [编程开发](chapter6-useful-tools/ide-vs-terminal.md)
* [文本编辑器](chapter6-useful-tools/text-editor.md)
* [版本控制](chapter6-useful-tools/version-control.md)
* [编程开发](chapter6-useful-tools/ide-vs-terminal.md)
* [第七章-教材推荐及其它](chapter7-textbooks/README.md)
* [数据结构与算法类](chapter7-textbooks/algo-data-struct.md)
* [C](chapter7-textbooks/c-programming.md)
Expand Down
6 changes: 5 additions & 1 deletion book.json
@@ -1,10 +1,14 @@
{
"plugins": [
"disqus"
"disqus",
"ga"
],
"pluginsConfig": {
"disqus": {
"shortName": "prog-notes"
},
"ga": {
"token": "UA-29124639-6"
}
}
}
3 changes: 0 additions & 3 deletions chapter6-useful-tools/ide-vs-terminal.md
Expand Up @@ -6,9 +6,6 @@



## Notes


### IDE vs Terminal

* * * * *
Expand Down
5 changes: 3 additions & 2 deletions chapter6-useful-tools/improve-efficiency.md
Expand Up @@ -26,9 +26,10 @@ Amazon/亚马逊和 [Google Books](http://books.google.com/) 的书籍通常可
最近想要下载到有版权的书籍是越来越难了,各大国内网盘的公开分享纷纷叫停,形势是越来越严峻,但是漏网之鱼总还是有的。

* 国内大家网论坛的[计算机专区](http://club.topsage.com/forum.php?gid=2)有不少经典教材的高清影印版。
* [Library Genesis](http://libgen.org/),一些下载不到的英文原版教材这里可以下载到,缺点是速度很慢,用国外的VPS也许能好点。
* [Library Genesis](http://libgen.org/)http://gen.lib.rus.ec, http://free-books.us.to, http://ebookfi.org, http://libgen.info, http://bookos.org/ 一些下载不到的英文原版教材这里可以下载到,缺点是速度很慢,用国外的VPS也许能好点。
* [在线图书馆](http://english.tebyan.net/newindex.aspx?pid=31171&ParentID=1989&Language=3) - 部分经典外文书籍可以在线阅读。
* [网盘搜索,盘搜一下](http://www.pansou.com/),整合了国内和国外诸多网盘的文件索引,简直是丧心病狂!
* [皮皮书屋](http://www.ppurl.com/),有很多不错的电子书。
* ~~[皮皮书屋](http://www.ppurl.com/)~~,有很多不错的电子书。**网站现已关闭。**
* [mLook 精校电子书](http://mlook.mobi/),有豆瓣插件,里边有很多质量很高的各类电子书,很多都是对Kindle友好的mobi格式。不过现在已经封闭公开注册了。
* 使用 Google 的站内搜索和指定文件后缀名功能,更快锁定目标。

2 changes: 1 addition & 1 deletion chapter7-textbooks/spark.md
Expand Up @@ -3,5 +3,5 @@
* [Hadoop Spark学习小结[2014版]](http://dongfeiwww.com/hadoop/2014/08/15/spark/)
* [Spark Overview - Spark Documentation](https://spark.apache.org/docs/latest/) - Spark官方文档
* [Spark Programming Guide - Spark Documentation](https://spark.apache.org/docs/latest/programming-guide.html) - 简短的手册
* [Spark Training Resources – Databricks](http://databricks.com/spark-training-resources) - Spark相关资料汇总
* [Spark Training Resources – Databricks](http://databricks.com/spark-training-resources) - Spark相关资料汇总
* [Learning Spark](https://www.safaribooksonline.com/library/view/learning-spark/9781449359034/) - 预览版
25 changes: 25 additions & 0 deletions node_modules/gitbook-plugin-disqus/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

201 changes: 201 additions & 0 deletions node_modules/gitbook-plugin-disqus/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions node_modules/gitbook-plugin-disqus/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions node_modules/gitbook-plugin-disqus/book/plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions node_modules/gitbook-plugin-disqus/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions node_modules/gitbook-plugin-disqus/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f24373c

Please sign in to comment.