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

Adding course links from www.learnhowtoprogram.com/courses #2330

Merged
merged 4 commits into from
Apr 11, 2017
Merged
Changes from 2 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
18 changes: 18 additions & 0 deletions free-courses-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
* [Machine Learning](#machine-learning)
* [Matlab](#matlab)
* [Misc](#misc)
* [.NET](#net)
* [OCaml](#ocaml)
* [Oracle PL/SQL](#oracle-plsql)
* [PHP](#php)
* [Python](#python)
* [R](#r)
* [RethinkDB](#rethinkdb)
Expand Down Expand Up @@ -63,6 +65,7 @@
* [Programming Mobile Services for Android Handheld Systems: Communication](https://www.coursera.org/course/posacommunication)
* [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency)
* [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android#!/android)
* [Epicodus Inc.: Learn how to program: Android](https://www.learnhowtoprogram.com/android)


### AngularJS
Expand All @@ -84,6 +87,7 @@
### C Sharp

* [Beginning Game Programming with C#](https://www.coursera.org/course/gameprogramming)
* [Epicodus Inc.: Learn how to program: C#](https://www.learnhowtoprogram.com/c)


### C++
Expand Down Expand Up @@ -156,6 +160,7 @@
* [Build Dynamic Websites](http://cs75.tv/2010/fall/)
* [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page)
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
* [Epicodus Inc.: Learn how to program: CSS](https://www.learnhowtoprogram.com/css)
Copy link

@polyzen polyzen Apr 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSS is not C++. :p

Edit: Disregard.. Didn't see the fold.



### iOS
Expand All @@ -172,12 +177,14 @@
* [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI)
* [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII)
* [Problem Solving With Java](https://www.udacity.com/course/intro-to-java-programming--cs046)
* [Epicodus Inc.: Learn how to program: Java](https://www.learnhowtoprogram.com/java)


### JS

* [Egghead.io](https://egghead.io)
* [learn:query](https://learnquery.infinum.co)
* [Epicodus Inc.: Learn how to program: JavaScript](https://www.learnhowtoprogram.com/javascript)


### Lua
Expand Down Expand Up @@ -223,6 +230,11 @@
* [Stanford SEE 229 - Machine Learning](https://see.stanford.edu/Course/CS229)


### .NET

* [Epicodus Inc.: Learn how to program: .NET](https://www.learnhowtoprogram.com/net)


### OCaml

* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/2015fa/)
Expand All @@ -234,6 +246,11 @@
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession)


### PHP

* [Epicodus Inc.: Learn how to program: PHP](https://www.learnhowtoprogram.com/php)


### Python

* [An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1) (Coursera)
Expand Down Expand Up @@ -266,6 +283,7 @@
### Ruby

* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
* [Epicodus Inc.: Learn how to program: Ruby](https://www.learnhowtoprogram.com/ruby)


### Sails.Js
Expand Down