From d0a0d4cf2be8a19cd2a2a996b39db73b472b003b Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 4 Jul 2016 00:21:28 +0200 Subject: [PATCH] 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 --- free-courses-en.md | 1 + free-programming-books-zh.md | 9 ++++++++- free-programming-books.md | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/free-courses-en.md b/free-courses-en.md index 15d4444c..d37e2b3d 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -57,6 +57,7 @@ ### AngularJS +* [CodeCademy Angular](https://www.codecademy.com/learn/learn-angularjs) * [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index f1d8a5bd..01196256 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -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) diff --git a/free-programming-books.md b/free-programming-books.md index 16e59b14..ae8e0798 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -393,6 +393,7 @@ * [Basic Algebra](http://www.math.stonybrook.edu/~aknapp/download/b2-alg-inside.pdf) - Anthony W. Knapp (PDF) * [Bayesian Methods for Hackers](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers) - Cameron Davidson-Pilon * [Calculus Made Easy](http://www.gutenberg.org/ebooks/33283) - Silvanus P. Thompson (PDF) +* [Category Theory for the Sciences](http://category-theory.mitpress.mit.edu) * [CK-12 Probability and Statistics - Advanced](http://www.ck12.org/book/Probability-and-Statistics---Advanced-%2528Second-Edition%2529/) * [Collaborative Statistics](http://cnx.org/contents/5e0744f9-9e79-4348-9237-ed012213a2d6%4040.9) * [Computational Geometry](http://web.mit.edu/hyperbook/Patrikalakis-Maekawa-Cho/) @@ -829,6 +830,7 @@ * [Data Structures and Algorithms with Object-Oriented Design Patterns in C#](http://www.brpreiss.com/books/opus6/) * [Dissecting a C# Application](https://damieng.com/blog/2007/11/08/dissecting-a-c-application-inside-sharpdevelop) - Christian Holm, Bernhard Spuida, Mike Kruger * [Fundamentals of Computer Programming with C#](http://www.introprogramming.info/english-intro-csharp-book/read-online/) - Svetlin Nakov +* [Introduction to Rx](http://www.introtorx.com) * [Threading in C#](http://www.albahari.com/threading/) @@ -1502,7 +1504,6 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Game Creation with XNA](https://en.wikibooks.org/wiki/Game_Creation_with_XNA) * [.NET for Visual FoxPro Developers](http://foxcentral.net/microsoft/NETforVFPDevelopers.htm) * [.NET Performance Testing and Optimization - The Complete Guide](http://download.red-gate.com/ebooks/DotNet/Perf_Test_and_opt_eBook.zip) *(RedGate, By Paul Glavich and Chris Farrell)* -* [Practical Performance Profiling: Improving the efficiency of .NET code](http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/entrypage/practical-performance-profiling) *(RedGate, By Jean-Philippe Gouigoux)* * [Under the Hood of .NET Memory Management](http://download.red-gate.com/ebooks/DotNet/Under_the_Hood_of_.NET_Management.pdf) (PDF) *(RedGate, By Chris Farrell and Nick Harrison)* * [Visual Studio .NET Tips and Tricks](http://www.infoq.com/minibooks/vsnettt) (VS 2003-2005 only)