diff --git a/README.md b/README.md index d0bed0892d4f3f04dd9e7ccaf5dc5611b0ea0a91..dd9a20ce4835d8996a8198d5a799127547f3c23d 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,23 @@ Moved to GitHub for collaborative updating and for the purpose of reSRC.io : [Li #### [French : Free programming books](http://resrc.io/list/33/livres-gratuits-sur-la-programmation/) -- free-programming-books-fr.md The French list was based on . -#### German : Free programming books -- free-programming-books-de.md +#### [German : Free programming books](/free-programming-books-de.md) -- free-programming-books-de.md -#### Italian : Free programming books -- free-programming-books-it.md +#### [Italian : Free programming books](/free-programming-books-it.md) -- free-programming-books-it.md -#### Japanese : Free programming books -- free-programming-books-ja.md +#### [Japanese : Free programming books](/free-programming-books-ja.md) -- free-programming-books-ja.md -#### Russian : Free programming books -- free-programming-books-ru.md +#### [Russian : Free programming books](/free-programming-books-ru.md) -- free-programming-books-ru.md -#### Chinese : Free programming books -- free-programming-books-ch.md +#### [Chinese : Free programming books](/free-programming-books-ch.md) -- free-programming-books-ch.md -#### Portuguese : Free programming books -- free-programming-books-pt_BR.md +#### [Portuguese : Free programming books](/free-programming-books-pt_BR.md) -- free-programming-books-pt_BR.md -#### Persian : Free programming books -- free-programming-books-fa.md +#### [Persian : Free programming books](/free-programming-books-fa.md) -- free-programming-books-fa.md -#### Spanish : Free programming books -- free-programming-books-es.md +#### [Spanish : Free programming books](/free-programming-books-es.md) -- free-programming-books-es.md -#### Korean : Free programming books -- free-programming-books-ko.md +#### [Korean : Free programming books](/free-programming-books-ko.md) -- free-programming-books-ko.md ### [Free JavaScript frameworks resources and tutorials](http://resrc.io/list/18/javascript-frameworks/) -- javascript-frameworks-resources.md diff --git a/free-programming-books-ch.md b/free-programming-books-ch.md index 875c75dbe6400483410c3e320496b028d7d3cb5c..f667e8b26aed43343daf280e43f4676f69dc0445 100644 --- a/free-programming-books-ch.md +++ b/free-programming-books-ch.md @@ -16,11 +16,11 @@ * [信息检索](#信息检索) * [数据挖掘](#数据挖掘) * [机器学习](#机器学习) - * [Mathematics](#mathematics) - * [Misc](#misc) + * [数学](#数学) + * [其他](#其他) * [Web性能分析](#web性能分析) * [在线教育](#在线教育) - * [Professional Development](#professional-development) + * [专家级开发](#专家级开发) * [Ada](#ada) * [Android](#android) * [APL](#apl) @@ -28,7 +28,7 @@ * [ASP.NET MVC](#aspnet-mvc) * [Assembly Language](#assembly-language) * [Bash](#bash) -* [C语言](#c) +* [C](#c) * [C++](#c-1) * [Clojure](#clojure) * [CoffeeScript](#coffeescript) @@ -119,7 +119,7 @@ * [Microsoft Press: Free E-Books](http://blogs.msdn.com/b/microsoft_press/archive/2011/03/03/ebooks-list-of-our-free-books.aspx) * [MindView Inc](http://www.mindviewinc.com/Books/) * [O'Reilly's Commons](http://commons.oreilly.com/wiki/index.php/O%27Reilly_Commons) -* [O'Reilly的几个openbook项目](http://oreilly.com/openbook/) +* [O'Reilly的openbook项目](http://oreilly.com/openbook/) * [TechBooksForFree.com](http://www.techbooksforfree.com/) * [Theassayer.org](http://theassayer.org/) * [Wikibooks: Programming](http://en.wikibooks.org/wiki/Category%3aComputer_programming) @@ -201,7 +201,6 @@ * [Network Security Tools](http://commons.oreilly.com/wiki/index.php/Network_Security_Tools) * [HTTP Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/http) (PDF, Kindle) *(Just fill the fields with any values)* - ####编译器设计 * [Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) (PDF) * [Let's Build a Compiler](http://www.stack.nl/~marcov/compiler.pdf) (PDF) @@ -266,7 +265,7 @@ * [Artificial Intelligence | Machine Learning](http://see.stanford.edu/see/materials/aimlcs229/handouts.aspx) - Andrew Ng *(Notes, lectures, and problems)* * [Probabilistic Models in the Study of Language](http://idiom.ucsd.edu/~rlevy/pmsl_textbook/text.html) (Draft, with R code) -####Mathematics +####数学 * [Think Bayes: Bayesian Statistics Made Simple](http://www.greenteapress.com/thinkbayes/) - Allen B. Downey * [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (code written in Python) - Allen B. Downey * [Mathematical Logic - an Introduction](http://www.ii.uib.no/~michal/und/i227/book/book.pdf) (PDF) @@ -278,7 +277,7 @@ * [Advanced Data Analysis from an Elementary Point of View](http://www.stat.cmu.edu/~cshalizi/ADAfaEPoV/) * [Probability and Statistics Cookbook](http://matthias.vallentin.net/probability-and-statistics-cookbook/) -####Misc +####其他 * [97 Things Every Programmer Should Know](http://programmer.97things.oreilly.com/) * [97 Things Every Programmer Should Know - Extended](https://leanpub.com/97-Things-Every-Programmer-Should-Know-Extended) * [A Mathematical Theory of Communication](http://cm.bell-labs.com/cm/ms/what/shannonday/paper.html) by Claude E.Shannon @@ -319,7 +318,7 @@ * [Udacity](https://www.udacity.com/) * [edX](https://www.edx.org/) -####Professional Development +####专家级开发 * [Don't Just Roll the Dice](http://download.red-gate.com/ebooks/DJRTD_eBook.pdf) (PDF) *(RedGate, By Neil Davidson)* * [Confessions of an IT Manager](http://download.red-gate.com/ebooks/DotNet/Confessions_IT_Manager.zip) *(RedGate, By Phil Factor)* @@ -369,7 +368,7 @@ * [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) -###C语言 +###C * [A Tutorial on Pointers and Arrays in C](http://home.netcom.com/~tjensen/ptr/pointers.htm) * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) * [Beej's Guide to Network Programming](http://beej.us/guide/bgnet/) @@ -389,9 +388,9 @@ * [Software optimization resources by Agner Fog](http://www.agner.org/optimize/) * [Thinking in C++, Second Edition, Vol. 1.](http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-one.zip) [(Vol. 2)] (http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-two.zip) * [How To Think Like a Computer Scientist: C++ Version](http://greenteapress.com/thinkcpp/index.html) - Allen B. Downey -* Also see: [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601) +* [The Definitive C++ Book Guide and List](http://stackoverflow.com/q/388242/511601) * [C++ Succinctly, Syncfusion ](http://www.syncfusion.com/resources/techportal/ebooks/cplusplus) (PDF, Kindle) *(Just fill the fields with any values)* -* [Learn C++.] (http://www.learncpp.com/) (PDF, Online) +* [Learn C++](http://www.learncpp.com/) (PDF, Online) ###Clojure