From b66affab0186d88a935ccf727501d9be43027fea Mon Sep 17 00:00:00 2001 From: Joel Ong Date: Mon, 6 Feb 2017 17:38:15 +0700 Subject: [PATCH] Update CS108 Updated the link to the new course web --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f32eaf..573e900 100644 --- a/README.md +++ b/README.md @@ -847,7 +847,7 @@ and anti-analysis techniques. - This is a course on how to be a hacker. Your first four homework assignments walk you through the process of building your own unix shell. You'll be developing it as an open source project, and you will collaborate with each other at various points. - [Github Page](https://github.com/mikeizbicki/ucr-cs100) - [Assignments](https://github.com/mikeizbicki/ucr-cs100/tree/2015winter/assignments) -- [CS 108](http://web.stanford.edu/class/cs108/) **Object Oriented System Design** *Stanford* Assignments Lecture Notes +- [CS 108](http://web.stanford.edu/class/archive/cs/cs108/cs108.1092/) **Object Oriented System Design** *Stanford* Assignments Lecture Notes - Software design and construction in the context of large OOP libraries. Taught in Java. Topics: OOP design, design patterns, testing, graphical user interface (GUI) OOP libraries, software engineering strategies, approaches to programming in teams. - [CS 168](https://inst.eecs.berkeley.edu/~cs168/fa15/) **Computer Networks** *UC Berkeley*Assignments Readings Lecture Notes - This is an undergraduate level course covering the fundamental concepts of networking as embodied in the Internet. The course will cover a wide range of topics; see the lecture schedule for more details. While the class has a textbook, we will not follow its order of presentation but will instead use the text as a reference when covering each individual topic. The course will also have several projects that involve programming (in Python).