|
1 | 1 | ### Index
|
2 | 2 |
|
3 |
| -* [Algorithmic](#algorithms) |
| 3 | +* [Algorithms & Data Structures](#algorithms--data-structures) |
4 | 4 | * [Android](#android)
|
5 | 5 | * [AngularJS](#angularjs)
|
6 | 6 | * [Assembly](#assembly)
|
|
9 | 9 | * [C#](#c-sharp)
|
10 | 10 | * [C++](#c-2)
|
11 | 11 | * [Clojure](#clojure)
|
| 12 | +* [Compilers](#compilers) |
12 | 13 | * [CUDA](#cuda)
|
13 | 14 | * [Databases](#databases)
|
14 | 15 | * [Git](#git)
|
|
29 | 30 | * [Ruby](#ruby)
|
30 | 31 | * [Sails.js](#sailsjs)
|
31 | 32 | * [Scala](#scala)
|
| 33 | +* [Software Engineering](#software-engineering) |
32 | 34 | * [Swift](#swift)
|
| 35 | +* [Theory](#theory) |
33 | 36 | * [Web Development](#web-development)
|
34 | 37 |
|
35 | 38 |
|
36 |
| -### Algorithms |
| 39 | +### Algorithms & Data Structures |
37 | 40 |
|
| 41 | +* [Berkeley University CS 61B: Data Structures](http://datastructur.es/sp16/) |
38 | 42 | * [Stanford University Algorithms: Design and Analysis, Part 1](http://online.stanford.edu/course/algorithms-design-and-analysis-part-1)
|
39 | 43 | * [Stanford University Algorithms:Algorithms: Design and Analysis, Part 2](http://online.stanford.edu/course/algorithms-design-and-analysis-part-2)
|
40 | 44 |
|
|
89 | 93 | * [Functional Programming with Clojure](http://mooc.fi/courses/2014/clojure/index.html)
|
90 | 94 |
|
91 | 95 |
|
| 96 | +### Compilers |
| 97 | + |
| 98 | +* [Stanford's Compilers](https://lagunita.stanford.edu/courses/Engineering/Compilers/Fall2014/about) |
| 99 | + |
| 100 | + |
92 | 101 | ### Cuda
|
93 | 102 |
|
94 | 103 | * [Intro to Parallel Programming Using CUDA to Harness the Power of GPUs](https://www.udacity.com/course/intro-to-parallel-programming--cs344)
|
|
174 | 183 | * [Berkeley's Math 10B: Methods of Mathematics: Calculus, Statistics, and Combinatorics](https://www.youtube.com/view_play_list?p=-XXv-cvA_iCZ8sTG0pDuBubsDfOFoY2X)
|
175 | 184 | * [Bits: The Computer Science of Digital Information](http://www.extension.harvard.edu/open-learning-initiative/bits)
|
176 | 185 | * [Computer Graphics](http://nptel.ac.in/courses/106106090/)
|
| 186 | +* [LouvainX Paradigms of Computer Programming – Abstraction and Concurrency](https://www.edx.org/course/paradigms-computer-programming-louvainx-louv1-2x-1#!) |
| 187 | +* [LouvainX Paradigms of Computer Programming – Fundamentals ](https://www.edx.org/course/paradigms-computer-programming-louvainx-louv1-1x-1) |
177 | 188 | * [MIT Numerical Methods (2014)](http://www.iitg.ernet.in/kartha/CE601-14/CourseSchedule.htm)
|
178 | 189 | * [MIT's Artificial Intelligence](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/)
|
179 | 190 | * [MIT's Computer Language Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-035-computer-language-engineering-sma-5502-fall-2005/lecture-notes/)
|
|
232 | 243 | * [Principles of Reactive Programming](https://www.coursera.org/course/reactive)
|
233 | 244 |
|
234 | 245 |
|
| 246 | +### Software Engineering |
| 247 | + |
| 248 | +* [Advanced Software Construction in Java](https://www.edx.org/course/advanced-software-construction-java-mitx-6-005-2x#!) |
| 249 | +* [Agile Development Using Ruby on Rails - Advanced](https://www.edx.org/course/agile-development-using-ruby-rails-uc-berkeleyx-cs169-2x#!) |
| 250 | +* [Agile Development Using Ruby on Rails - Basics](https://www.edx.org/course/agile-development-using-ruby-rails-uc-berkeleyx-cs169-1x#!) |
| 251 | +* [Software Construction in Java](https://www.edx.org/course/software-construction-java-mitx-6-005-1x) |
| 252 | + |
| 253 | + |
235 | 254 | ### Swift
|
236 | 255 |
|
237 | 256 | * [Swiftris - Build an iOS Tetris app from scratch](https://www.bloc.io/swiftris-build-your-first-ios-game-with-swift)
|
238 | 257 |
|
239 | 258 |
|
| 259 | +### Theory |
| 260 | + |
| 261 | +* [Automata Theory](https://lagunita.stanford.edu/courses/course-v1:ComputerScience+Automata+Fall2016/about) |
| 262 | +* [Udacity: Intro to Theoretical Computer Science](https://www.udacity.com/course/intro-to-theoretical-computer-science--cs313) |
| 263 | + |
| 264 | + |
240 | 265 | ### Web Development
|
241 | 266 |
|
242 | 267 | * [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask)
|
|
0 commit comments