diff --git a/free-courses-en.md b/free-courses-en.md index f1bb81b4002012cb6a4d914ef7d4f30ed4fc444f..b4f0e2c976de6e138c98aa54d4c8468a606f76de 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -6,7 +6,8 @@ * [Ruby](#ruby) ###Databases -* [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford Univesity) +* [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) ###HTML / CSS * [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page) diff --git a/free-programming-books.md b/free-programming-books.md index 22d35aa8f64bea8dfd469d8b98770b531760b43b..6ad67d4ae2536919764455575fadf95af72b9299 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -237,6 +237,7 @@ * [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) - Donald Knuth * [The Design of Approximation Algorithms](http://www.designofapproxalgs.com/book.pdf) (PDF) * [The Great Tree List Recursion Problem](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) (PDF) +* [Think Complexity](http://greenteapress.com/complexity/) (PDF) ####Cellular Automata