Move to free courses

This commit is contained in:
Hongchang Wu 2014-12-16 14:37:41 -05:00
parent ede29961e9
commit b9590668dd
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* [Assembly](#assembly)
* [Android](#android)
* [C++](#c)
* [Clojure](#clojure)
* [Databases](#databases)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
@ -34,6 +35,10 @@
* [LearnCpp.com C++ Tutorial](http://www.learncpp.com/)
### Clojure
* [Functional Programming with Clojure](http://mooc.cs.helsinki.fi/clojure)
### Databases
* [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)
* [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University)

View File

@ -49,7 +49,6 @@
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
* [Try Clojure](http://tryclj.com/)
* [Functional Programming with Clojure (MOOC)](http://mooc.cs.helsinki.fi/clojure)
### CoffeeScript