From 1e9fe3a6130ee80354152c494fc40ecfb914b472 Mon Sep 17 00:00:00 2001 From: "Robert (Robby) O'Connor" Date: Wed, 18 Mar 2015 13:21:10 -0400 Subject: [PATCH] Add CS61C from UC Berkeley Add Great Ideas in Computer Architecture (Machine Structures). Spring 2015, UC Berkeley --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 16a21ad..546d808 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ Courses ### Systems +- [CS 61C](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/) **Great Ideas in Computer Architecture (Machine Structures)** *UC Berkeley* Lecture VideosLecture Notes Assignments Readings + - [Lecture Videos](https://www.youtube.com/playlist?list=PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_) + - [Lecture Notes](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Calendar) + - [Resources](http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Resources) + - [Old Exams](https://hkn.eecs.berkeley.edu/exams/course/CS/61C) - [CS 107](http://web.stanford.edu/class/cs107/index.html) **Computer Organization & Systems** *Stanford University* Lecture Videos Assignments - CS107 is the third course in Stanford's introductory programming sequence. The course will work from the C programming language down to the microprocessor to de-mystify the machine. With a complete understanding of how computer systems execute programs and manipulate data, you will become a more effective programmer, especially in dealing with issues of debugging, performance, portability, and robustness.