Merge branch 'pr/1897'

This commit is contained in:
Victor Felder 2016-04-10 12:17:15 +02:00
commit e92892f803
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
### Index
* [Algorithmic](#algorithms)
* [Android](#android)
* [AngularJS](#angularjs)
* [Assembly](#assembly)
@ -31,6 +32,12 @@
* [Web Development](#web-development)
### Algorithms
* [Stanford University Algorithms: Design and Analysis, Part 1](http://online.stanford.edu/course/algorithms-design-and-analysis-part-1)
* [Stanford University Algorithms:Algorithms: Design and Analysis, Part 2](http://online.stanford.edu/course/algorithms-design-and-analysis-part-2)
### Assembly
* [Introduction To Reverse Engineering Software](http://opensecuritytraining.info/IntroductionToReverseEngineering.html)
@ -74,10 +81,12 @@
* [Functional Programming with Clojure](http://mooc.fi/courses/2014/clojure/index.html)
### Cuda
* [Intro to Parallel Programming Using CUDA to Harness the Power of GPUs](https://www.udacity.com/course/intro-to-parallel-programming--cs344)
### Databases
* [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)