Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New branch #2142

Merged
merged 6 commits into from
Nov 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions free-courses-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* [Java](#java)
* [JS](#js)
* [Lua](#lua)
* [Machine Learning](#machine-learning)
* [Matlab](#matlab)
* [Misc](#misc)
* [OCaml](#ocaml)
Expand Down Expand Up @@ -165,6 +166,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/)
Expand Down
6 changes: 6 additions & 0 deletions javascript-frameworks-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -106,6 +107,11 @@
* [Your First Meteor Application, A Complete Beginner’s 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/)
Expand Down