From 3e96a4a953e3b3621ecfbd6b5cd87847f3c5b812 Mon Sep 17 00:00:00 2001 From: bhuthesh r Date: Wed, 23 Nov 2016 17:07:54 +0530 Subject: [PATCH 1/3] added Prof. Maurice Herlihy's Concurrency Course --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bee0a8..39141e8 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Courses - [CSEP 524 - Parallel Computation - University of Washington](http://courses.cs.washington.edu/courses/csep524/10sp/) ([Videos](http://courses.cs.washington.edu/courses/csep524/10sp/lectures/video.html)) - [CS 282 (2014): Concurrent Java Network Programming in Android](https://www.youtube.com/playlist?list=PLZ9NgFYEMxp4KSJPUyaQCj7x--NQ6kvcX) - [Concurrency Theory and Practice - WS 2010 - Universität Freiburg](https://electures.informatik.uni-freiburg.de/portal/web/guest/detail/-/modulnavigation/view/3303/12101/) - +- [CS176: Multiprocessor Synchronization](http://cs.brown.edu/courses/cs176/course_information.shtml) [Videos from 2012](http://www.brown.edu/cis/sta/dev/herlihy_csci1760_fa12/#vid) ---------------------------- ### Computer Networks From 1e863e71daf5f5e717359bcc8f1e6ec27f96a55a Mon Sep 17 00:00:00 2001 From: bhuthesh r Date: Wed, 23 Nov 2016 17:12:28 +0530 Subject: [PATCH 2/3] Updated formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39141e8..9add3ca 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,8 @@ Courses - [CSEP 524 - Parallel Computation - University of Washington](http://courses.cs.washington.edu/courses/csep524/10sp/) ([Videos](http://courses.cs.washington.edu/courses/csep524/10sp/lectures/video.html)) - [CS 282 (2014): Concurrent Java Network Programming in Android](https://www.youtube.com/playlist?list=PLZ9NgFYEMxp4KSJPUyaQCj7x--NQ6kvcX) - [Concurrency Theory and Practice - WS 2010 - Universität Freiburg](https://electures.informatik.uni-freiburg.de/portal/web/guest/detail/-/modulnavigation/view/3303/12101/) -- [CS176: Multiprocessor Synchronization](http://cs.brown.edu/courses/cs176/course_information.shtml) [Videos from 2012](http://www.brown.edu/cis/sta/dev/herlihy_csci1760_fa12/#vid) +- [CS176: Multiprocessor Synchronization - Brown University](http://cs.brown.edu/courses/cs176/course_information.shtml) + ---------------------------- ### Computer Networks From 5fafce27ffa09afacf5659d3a654780711756c83 Mon Sep 17 00:00:00 2001 From: bhuthesh r Date: Wed, 23 Nov 2016 17:16:23 +0530 Subject: [PATCH 3/3] Added videos from 2012 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9add3ca..de86605 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Courses - [CSEP 524 - Parallel Computation - University of Washington](http://courses.cs.washington.edu/courses/csep524/10sp/) ([Videos](http://courses.cs.washington.edu/courses/csep524/10sp/lectures/video.html)) - [CS 282 (2014): Concurrent Java Network Programming in Android](https://www.youtube.com/playlist?list=PLZ9NgFYEMxp4KSJPUyaQCj7x--NQ6kvcX) - [Concurrency Theory and Practice - WS 2010 - Universität Freiburg](https://electures.informatik.uni-freiburg.de/portal/web/guest/detail/-/modulnavigation/view/3303/12101/) -- [CS176: Multiprocessor Synchronization - Brown University](http://cs.brown.edu/courses/cs176/course_information.shtml) +- [CS176: Multiprocessor Synchronization - Brown University](http://cs.brown.edu/courses/cs176/course_information.shtml)([Videos from 2012](http://www.brown.edu/cis/sta/dev/herlihy_csci1760_fa12/#vid)) ----------------------------