From 562ac93b2b8432df0c7108b281fe9cd258eb2bf8 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastav Date: Mon, 26 Jan 2015 23:38:23 +0300 Subject: [PATCH] Updated link for Cs425 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8886437..cc2ee87 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Courses - [Crowd Sourced Book](https://github.com/angrave/SystemProgramming/wiki) - [CS 425](https://courses.engr.illinois.edu/cs425/fa2014/index.html) **Distributed Systems** *Univ of Illinois, Urbana-Champaign* Lecture Videos Assignments Readings - Brilliant set of lectures and reading material covering fundamental concepts in distributed systems such as Vector clocks, Consensus and Paxos. This is the 2014 version by Prof Indranil Gupta. - - [Lectures](http://recordings.engineering.illinois.edu/ess/portal/section/11ae0191-49e2-4c34-95fd-fc65355262d4) + - [Lectures](https://courses.engr.illinois.edu/cs425/fa2014/lectures.html) - [Assignments](https://courses.engr.illinois.edu/cs425/assignments.html) - [CS 452](http://www.cgl.uwaterloo.ca/~wmcowan/teaching/cs452/s12/) **Real-Time Programming** *University of Waterloo* Assignments Lecture Notes - Write a real-time OS microkernel in C, and application code to operate a model train set in response to real-time sensor information. The communication with the train set runs at 2400 baud so it takes about 61 milliseconds to ask all of the sensors for data about the train's possible location. This makes it particularly challenging because a train can move about 3 centimeters in that time. One of the most challenging and time-consuming courses at the University of Waterloo.