|
1 |
| -###Index |
| 1 | +### Index |
2 | 2 | * [Assembly](#assembly)
|
3 | 3 | * [C++](#c)
|
4 | 4 | * [Databases](#databases)
|
|
13 | 13 | * [Ruby](#ruby)
|
14 | 14 |
|
15 | 15 |
|
16 |
| -###Assembly |
| 16 | +### Assembly |
17 | 17 | * [Introduction To Reverse Engineering Software](http://opensecuritytraining.info/IntroductionToReverseEngineering.html)
|
18 | 18 | * [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html)
|
19 | 19 |
|
20 | 20 |
|
21 |
| -###C++ |
| 21 | +### C++ |
22 | 22 | * [Google's C++ Course](https://developers.google.com/edu/c++/)
|
23 | 23 | * [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
|
24 | 24 | * [LearnCpp.com C++ Tutorial](http://www.learncpp.com/)
|
25 | 25 |
|
26 | 26 |
|
27 |
| -###Databases |
| 27 | +### Databases |
28 | 28 | * [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)
|
29 | 29 | * [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University)
|
30 | 30 |
|
31 | 31 |
|
32 |
| -###Haskell |
| 32 | +### Haskell |
33 | 33 | * [CIS 194: Introduction to Haskell](http://www.seas.upenn.edu/~cis194/) - Brent Yorgey
|
34 | 34 | * [CS240h: Functional Systems in Haskell](http://www.scs.stanford.edu/11au-cs240h/notes/) - Bryan O'Sullivan
|
35 | 35 | * [C9 : Functional Programming Fundamentals](http://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals) - Erik Meijer
|
36 | 36 |
|
37 |
| -###HTML / CSS |
| 37 | +### HTML / CSS |
38 | 38 | * [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page)
|
39 | 39 | * [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
|
40 | 40 |
|
41 | 41 |
|
42 |
| -###iOS |
| 42 | +### iOS |
43 | 43 | * [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/)
|
44 | 44 | * [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550)
|
45 | 45 |
|
46 | 46 |
|
47 |
| -###Java |
| 47 | +### Java |
48 | 48 | * [Central Connecticut State University, Introduction to CS Using Java](http://chortle.ccsu.edu/CS151/cs151java.html)
|
49 | 49 | * [Introduction to Java](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/)
|
50 | 50 | * [Princeton Algorithms, Part 1](https://www.coursera.org/course/algs4partI)
|
51 | 51 | * [Princeton Algorithms, Part 2](https://www.coursera.org/course/algs4partII)
|
52 | 52 | * [Problem Solving With Java](https://www.udacity.com/course/cs046)
|
53 | 53 |
|
54 | 54 |
|
55 |
| -###JS |
| 55 | +### JS |
56 | 56 | * [Egghead.io](https://egghead.io/)
|
57 | 57 | * [LearnStreet Walkthrough](https://www.learnstreet.com/lessons/study/javascript)
|
58 | 58 |
|
59 | 59 |
|
60 |
| -###OCaml |
| 60 | +### OCaml |
61 | 61 | * [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/)
|
62 | 62 |
|
63 | 63 |
|
64 |
| -###Oracle PL/SQL |
| 64 | +### Oracle PL/SQL |
65 | 65 | * [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx)
|
66 | 66 |
|
67 | 67 |
|
68 |
| -###Python |
| 68 | +### Python |
69 | 69 | * [Berkeley's Structure and Interpretation of Computer Programs](http://www-inst.eecs.berkeley.edu/~cs61a/)
|
70 | 70 | * [Google's Python Course](https://developers.google.com/edu/python/)
|
71 | 71 | * [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware)
|
72 | 72 |
|
73 | 73 |
|
74 |
| -###Ruby |
| 74 | +### Ruby |
75 | 75 | * [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
0 commit comments