mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 03:25:09 +00:00
Alphabetizing and following Contributing.md
This commit is contained in:
parent
8285fe82b3
commit
be55672028
@ -2,18 +2,18 @@
|
|||||||
* [在线教育](#在线教育)
|
* [在线教育](#在线教育)
|
||||||
* [软件开发方法](#%e8%bd%af%e4%bb%b6%e5%bc%80%e5%8f%91%e6%96%b9%e6%b3%95)
|
* [软件开发方法](#%e8%bd%af%e4%bb%b6%e5%bc%80%e5%8f%91%e6%96%b9%e6%b3%95)
|
||||||
* [操作系统](#操作系统)
|
* [操作系统](#操作系统)
|
||||||
* [HTML / CSS](#html--css)
|
|
||||||
* [版本控制](#版本控制)
|
* [版本控制](#版本控制)
|
||||||
* [Ruby](#ruby)
|
* [Database](#database)
|
||||||
|
* [Golang](#golang)
|
||||||
|
* [Haskell](#haskell)
|
||||||
|
* [HTML / CSS](#html--css)
|
||||||
* [JavaScript](#javascript)
|
* [JavaScript](#javascript)
|
||||||
* [LaTeX](#latex)
|
* [LaTeX](#latex)
|
||||||
* [LISP](#lisp)
|
* [LISP](#lisp)
|
||||||
* [Haskell](#haskell)
|
* [Python](#python)
|
||||||
|
* [Ruby](#ruby)
|
||||||
* [Scala](#scala)
|
* [Scala](#scala)
|
||||||
* [Shell](#shell)
|
* [Shell](#shell)
|
||||||
* [Database](#database)
|
|
||||||
* [Golang](#golang)
|
|
||||||
* [Python](#python)
|
|
||||||
* [Visual Prolog](#visual-prolog)
|
* [Visual Prolog](#visual-prolog)
|
||||||
|
|
||||||
|
|
||||||
@ -30,12 +30,10 @@
|
|||||||
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
|
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
|
||||||
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
|
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
|
||||||
|
|
||||||
|
|
||||||
### 操作系统
|
### 操作系统
|
||||||
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
|
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
|
||||||
|
|
||||||
###HTML / CSS
|
|
||||||
* [学习CSS布局](http://zh.learnlayout.com/)
|
|
||||||
|
|
||||||
|
|
||||||
### 版本控制
|
### 版本控制
|
||||||
* [Pro Git](http://git-scm.com/book/zh)
|
* [Pro Git](http://git-scm.com/book/zh)
|
||||||
@ -45,11 +43,23 @@
|
|||||||
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
|
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
|
||||||
|
|
||||||
|
|
||||||
### Ruby
|
### Database
|
||||||
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
|
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
|
||||||
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)
|
* [Redis 设计与实现](http://www.redisbook.com)
|
||||||
* [笨方法学 Ruby](http://lrthw.github.io/)
|
|
||||||
* [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/)
|
|
||||||
|
### Golang
|
||||||
|
* [Go Web编程](https://github.com/astaxie/build-web-application-with-golang)
|
||||||
|
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
|
||||||
|
|
||||||
|
|
||||||
|
### Haskell
|
||||||
|
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
|
||||||
|
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/)
|
||||||
|
|
||||||
|
|
||||||
|
### HTML / CSS
|
||||||
|
* [学习CSS布局](http://zh.learnlayout.com/)
|
||||||
|
|
||||||
|
|
||||||
### Javascript
|
### Javascript
|
||||||
@ -65,9 +75,16 @@
|
|||||||
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
|
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
|
||||||
|
|
||||||
|
|
||||||
### Haskell
|
### Python
|
||||||
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
|
* [深入Python](http://woodpecker.org.cn/diveintopython/)
|
||||||
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/)
|
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
|
||||||
|
|
||||||
|
|
||||||
|
### Ruby
|
||||||
|
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
|
||||||
|
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)
|
||||||
|
* [笨方法学 Ruby](http://lrthw.github.io/)
|
||||||
|
* [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/)
|
||||||
|
|
||||||
|
|
||||||
### Scala
|
### Scala
|
||||||
@ -79,18 +96,6 @@
|
|||||||
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
|
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
|
||||||
|
|
||||||
|
|
||||||
### Database
|
|
||||||
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
|
|
||||||
* [Redis 设计与实现](http://www.redisbook.com)
|
|
||||||
|
|
||||||
### Golang
|
|
||||||
* [Go Web编程](https://github.com/astaxie/build-web-application-with-golang)
|
|
||||||
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
|
|
||||||
|
|
||||||
### Python
|
|
||||||
* [深入Python](http://woodpecker.org.cn/diveintopython/)
|
|
||||||
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
|
|
||||||
|
|
||||||
### Visual Prolog
|
### Visual Prolog
|
||||||
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
|
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
|
||||||
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)
|
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)
|
||||||
|
Loading…
Reference in New Issue
Block a user