1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-31 05:20:48 +00:00

Modify some front learning materials

Modify some front learning materials
This commit is contained in:
小本堂 2015-02-13 04:08:32 +08:00
parent 49b37dd105
commit 12bbc05a53

View File

@ -46,7 +46,7 @@
* [TeamTreeHouse](http://teamtreehouse.com/)
* [Udacity](https://www.udacity.com/)
* [xuetangX](https://www.xuetangx.com/)
* [慕课网](http://www.imooc.com/course/list)(丰富的移动端开发、php开发、web前端、html5教程以及css3视频教程等课程资源)
#### 软件开发方法
* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) (《Functional Programming For The Rest of Us》中文版)
@ -92,6 +92,7 @@
* [Linux C 编程一站式学习](http://docs.linuxtone.org/ebooks/C&CPP/c/)
### C++
* [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial)
* [C++ 基础教程](http://www.prglab.com/cms/)
@ -130,11 +131,14 @@
### HTML / CSS
* [HTML5 教程](http://www.w3school.com.cn/html5/)
* [学习 CSS 布局](http://zh.learnlayout.com/)
* [CSS参考手册](http://css.doyoe.com/)
### Javascript
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/)
* [Javascript 原理](http://typeof.net/s/jsmech/)
* [JavaScript 标准参考教程](http://javascript.ruanyifeng.com/)
* [ECMAScript 6入门](http://es6.ruanyifeng.com/)
### LaTeX