You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.2 KiB
3.2 KiB
###Index
###C++
- Google's C++ Course
- [Introduction to C++] (http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
- [LearnCpp.com C++ Tutorial] (http://www.learncpp.com/)
###Databases
- Database Systems (MIT's opencourseware)
- Introduction to Databases (Stanford University)
###Haskell
- CIS 194: Introduction to Haskell - Brent Yorgey
- CS240h: Functional Systems in Haskell - Bryan O'Sullivan
###HTML / CSS
- Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS
- Learn HTML5 Programming From Scratch
- Learn HTML & CSS interactively
- HTML & CSS for absolute beginners
###JS
###Java
- Introduction to Java
- Central Connecticut State University, Introduction to CS Using Java
- Problem Solving With Java
- Princeton Algorithms, Part 1
- Princeton Algorithms, Part 2
###iOS
- Developing iOS 7 Apps for iPhone and iPad (slides and videos) - Stanford University
- AppCoda Complete iOS Tutorial
###OCaml
###Oracle PL/SQL
###Python
- Google's Python Course
- Berkeley's Structure and Interpretation of Computer Programs
- Learn Python the hard way
- Python for Programmers
- Dive into Python - For experienced programmers
- Python for Web development
###Ruby