1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-26 17:13:30 +00:00
This commit is contained in:
Mohammad Hossein Mojtahedi 2014-05-24 11:39:34 +04:30
parent e6b9337096
commit e3127efed5

View File

@ -1,7 +1,6 @@
###Index
* [C++](#c)
* [Databases](#databases)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [iOS](#ios)
@ -22,8 +21,6 @@
* [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)
###Go
* [An Introduction to Programming in Go](http://www.golang-book.com/)
###Haskell
* [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey