Overwork Mk2 (#1969)

* Angular Course added closes #1690

* Inroduction to Rx closes #1817

* Overwork on free-prpgramming-books-zh.md

* Done #1948

* Deleted not-freely obtainable ebook closes #1930
This commit is contained in:
Ruben
2016-07-04 00:21:28 +02:00
committed by victor felder
parent a589468898
commit d0a0d4cf2b
3 changed files with 11 additions and 2 deletions

View File

@ -28,7 +28,9 @@
* [语言相关](#语言相关)
* [Android](#android)
* [AWK](#awk)
* [C/C++](#cc)
* [C](#c)
* [C#](#c-sharp)
* [C++](#c-1)
* [CoffeeScript](#coffeescript)
* [Dart](#dart)
* [Elasticsearch](#elasticsearch)
@ -328,6 +330,11 @@
* [新概念 C 语言教程](https://github.com/limingth/NCCL)
### C Sharp
* [精通C#(第6版) ](http://book.douban.com/subject/24827879/)
### C++
* [100个gcc小技巧](https://github.com/hellogcc/100-gcc-tips/blob/master/src/index.md)