New branch (#2142)

* added NodeJS Documentation as a javascript framework resource

* added Angularjs material designing resource to javascript framework resources

* rearranged position of angular material desigining

* added machine learning free course on coursera.org
This commit is contained in:
Anubhav Shrimal 2016-11-04 03:35:35 +05:30 committed by victor felder
parent b3c57d7bd8
commit c05390b8f7
2 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* [Java](#java)
* [JS](#js)
* [Lua](#lua)
* [Machine Learning](#machine-learning)
* [Matlab](#matlab)
* [Misc](#misc)
* [OCaml](#ocaml)
@ -176,6 +177,11 @@
* [Lua Tutorial](http://www.tutorialspoint.com/lua/)
### Machine Learning
* [Stanford University Machine Learning](https://www.coursera.org/learn/machine-learning)
### MATLAB
* [MIT 18.S997 Introduction to MATLAB Programming](http://ocw.mit.edu/courses/mathematics/18-s997-introduction-to-matlab-programming-fall-2011/)

View File

@ -4,6 +4,7 @@
* [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html)
* [Angular.js Cheat Sheet](http://www.cheatography.com/proloser/cheat-sheets/angularjs/)
* [Angular.js Guide](https://docs.angularjs.org/guide/)
* [Angular.js Material Designing](https://material.angularjs.org/latest/)
* [Angular.js Snippets for Sublime Text 2](https://github.com/maxhoffmann/angular-snippets)
* [Angular.js Tutorial](https://docs.angularjs.org/tutorial)
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
@ -106,6 +107,11 @@
* [Your First Meteor Application, A Complete Beginners Guide to the Meteor JavaScript Framework](http://meteortips.com/book/)
## Node.js
* [Node Documentation](https://nodejs.org/en/docs/)
## Om
* [Om Tutorial](http://awkay.github.io/om-tutorial/)