mirror of
https://github.com/prakhar1989/awesome-courses.git
synced 2025-04-19 06:45:47 -04:00
completed systems json
This commit is contained in:
parent
6183ef5520
commit
d8fd9470ea
122
data.json
122
data.json
@ -5,7 +5,7 @@
|
||||
"code": "CS 61C",
|
||||
"link": "http://www-inst.eecs.berkeley.edu/~cs61c/sp15/",
|
||||
"university": "UC Berkeley",
|
||||
"category": "",
|
||||
"category": "systems",
|
||||
"assignments": null,
|
||||
"readings": "http://www-inst.eecs.berkeley.edu/~cs61c/sp15/#Resources",
|
||||
"videos": "https://www.youtube.com/playlist?list=PL-XXv-cvA_iCl2-D-FS5mk0jFF6cYSJs_",
|
||||
@ -142,5 +142,125 @@
|
||||
"readings": "http://www.cs.cornell.edu/Courses/CS5412/2014sp/Syllabus.htm",
|
||||
"videos": null,
|
||||
"notes": "http://www.cs.cornell.edu/Courses/CS5412/2014sp/Syllabus.htm"
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"title": "Distributed Systems: Principles and Paradigms",
|
||||
"code": "VU:DS",
|
||||
"link": "http://www.distributed-systems.net/index.php?id=distributed-systems-principles-and-paradigms",
|
||||
"university": "Vrije Universiteit, Amsterdam",
|
||||
"category": "systems",
|
||||
"assignments": null,
|
||||
"readings": null,
|
||||
"videos": "http://www.distributed-systems.net/courses/ds/ds-screencasts/",
|
||||
"notes": "http://www.distributed-systems.net/courses/ds/ds-slides/"
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"title": "Introduction to Computer Architecture",
|
||||
"code": "18-447",
|
||||
"link": "http://www.ece.cmu.edu/~ece447/s14/doku.php?id=start",
|
||||
"university": "Carnegie Mellon",
|
||||
"category": "systems",
|
||||
"assignments": "http://www.ece.cmu.edu/~ece447/s14/doku.php?id=homeworks",
|
||||
"readings": "http://www.ece.cmu.edu/~ece447/s14/doku.php?id=readings",
|
||||
"videos": "https://www.youtube.com/channel/UCnoYy1k6I5gLIxhlNiStrdQ",
|
||||
"notes": "http://www.ece.cmu.edu/~ece447/s14/doku.php?id=schedule"
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"title": "Distributed Systems",
|
||||
"code": "15-440",
|
||||
"link": "http://www.cs.cmu.edu/~dga/15-440/F12/index.html",
|
||||
"university": "Carnegie Mellon",
|
||||
"category": "systems",
|
||||
"assignments": "http://www.cs.cmu.edu/~dga/15-440/F12/assignments.html",
|
||||
"readings": "http://www.cs.cmu.edu/~dga/15-440/F12/syllabus.html",
|
||||
"videos": null,
|
||||
"notes": "http://www.cs.cmu.edu/~dga/15-440/F12/syllabus.html"
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"title": "Introduction to Computer Systems (ICS)",
|
||||
"code": "15-213",
|
||||
"link": "http://www.cs.cmu.edu/~213/",
|
||||
"university": "Carnegie Mellon",
|
||||
"category": "systems",
|
||||
"assignments": "http://csapp.cs.cmu.edu/public/labs.html",
|
||||
"readings": "http://www.cs.cmu.edu/~213/resources.html",
|
||||
"videos": null,
|
||||
"notes": "http://www.cs.cmu.edu/~213/schedule.html"
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"title": "Programming for Performance",
|
||||
"code": "ECE 459",
|
||||
"link": "http://patricklam.ca/p4p/",
|
||||
"university": "University of Waterloo",
|
||||
"category": "systems",
|
||||
"assignments": "https://github.com/patricklam/p4p-2015/tree/master/assignments",
|
||||
"readings": null,
|
||||
"videos": null,
|
||||
"notes": "https://github.com/patricklam/p4p-2015/tree/master/lectures"
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"title": "Operating Systems",
|
||||
"code": "6.828",
|
||||
"link": "http://pdos.csail.mit.edu/6.828/2014/",
|
||||
"university": "MIT",
|
||||
"category": "systems",
|
||||
"assignments": "http://pdos.csail.mit.edu/6.828/2014/labguide.html",
|
||||
"readings": "http://pdos.csail.mit.edu/6.828/2014/schedule.html",
|
||||
"videos": null,
|
||||
"notes": "http://pdos.csail.mit.edu/6.828/2014/schedule.html"
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"title": "Hybrid Systems",
|
||||
"code": "MAE 6740",
|
||||
"link": "http://verifiablerobotics.com/courses/mae6740.html",
|
||||
"university": "Cornell University",
|
||||
"category": "systems",
|
||||
"assignments": null,
|
||||
"readings": "http://verifiablerobotics.com/courses/mae6740.html",
|
||||
"videos": null,
|
||||
"notes": "http://verifiablerobotics.com/courses/mae6740.html"
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"title": "Principles of Distributed Computing",
|
||||
"code": "PODC",
|
||||
"link": "http://dcg.ethz.ch/lectures/podc_allstars/",
|
||||
"university": "ETH Zurich",
|
||||
"category": "systems",
|
||||
"assignments": "http://dcg.ethz.ch/lectures/podc_allstars/",
|
||||
"readings": "http://dcg.ethz.ch/lectures/podc_allstars/",
|
||||
"videos": null,
|
||||
"notes": "http://dcg.ethz.ch/lectures/podc_allstars/lecture/podc.pdf"
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"title": "Parallelism and Concurrency",
|
||||
"code": "SPAC",
|
||||
"link": "http://homes.cs.washington.edu/~djg/teachingMaterials/spac/",
|
||||
"university": "University of Washington",
|
||||
"category": "systems",
|
||||
"assignments": null,
|
||||
"readings": "http://homes.cs.washington.edu/~djg/teachingMaterials/spac/",
|
||||
"videos": null,
|
||||
"notes": null
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"title": "Parallel Computing",
|
||||
"code": "CSCI 493.65",
|
||||
"link": "http://compsci.hunter.cuny.edu/~sweiss/course_materials/csci493.65/csci493.65_spr14.php",
|
||||
"university": "CUNY Hunter College",
|
||||
"category": "systems",
|
||||
"assignments": "http://compsci.hunter.cuny.edu/~sweiss/course_materials/csci493.65/csci493.65_spr14.php",
|
||||
"readings": "http://compsci.hunter.cuny.edu/~sweiss/course_materials/csci493.65/csci493.65_spr14.php",
|
||||
"videos": null,
|
||||
"notes": "http://compsci.hunter.cuny.edu/~sweiss/course_materials/csci493.65/csci493.65_spr14.php"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user