1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-02 14:30:47 +00:00

Merge branch 'pr/1897'

This commit is contained in:
Victor Felder 2016-04-10 12:17:15 +02:00
commit e92892f803

View File

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