浏览代码

Merge pull request #843 from jay754/master

Added MIT database system
Mohammad Hossein Mojtahedi 11 年之前
父节点
当前提交
d0dbb45d59
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 1
      free-courses-en.md
  2. 1 0
      free-programming-books.md

+ 2 - 1
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)

+ 1 - 0
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