Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickyyx/mooc
Learning Repo for all the MOOCs
https://github.com/rickyyx/mooc
Last synced: 7 days ago
JSON representation
Learning Repo for all the MOOCs
- Host: GitHub
- URL: https://github.com/rickyyx/mooc
- Owner: rickyyx
- Created: 2017-11-19T02:49:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T06:53:35.000Z (about 7 years ago)
- Last Synced: 2024-11-22T11:51:42.424Z (2 months ago)
- Language: Java
- Size: 1.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mooc
Learning Repo for all the MOOCs## Rice:[Parallel, Concurrent, and Distributed Programming in Java Specialization](https://www.coursera.org/specializations/pcdp)
* [1\. RecrusiveAction (Regular Parralell Task, Project 1)](rice-pdcp/#1-recrusiveaction-regular-parralell-task-project-1)
* [How to use?](rice-pdcp/#how-to-use)
* [2\. RecursiveTask <T> (Project 2)](rice-pdcp/#2-recursivetask-t-project-2)
* [3\. Parrallel Stream (project 3)](rice-pdcp/#3-parrallel-stream-project-3)
* [4\. Parrallel loops (project 3)](rice-pdcp/#4-parrallel-loops-project-3)
* [4\.1 Chunking](rice-pdcp/#41-chunking)
* [5\. Barriers and Phasers (Project 4)](rice-pdcp/#5-barriers-and-phasers-project-4)
* [5\.1 Idea of tiering](rice-pdcp/#51-idea-of-tiering)
* [5\.2 Split\-phase barriers:](rice-pdcp/#52-split-phase-barriers)
* [5\.3 Split arrive and await barriers:](rice-pdcp#53-split-arrive-and-await-barriers)
* [5\.5 Fuzzy phase barriers for granular control](rice-pdcp/#55-fuzzy-phase-barriers-for-granular-control)
* [5\.6 Pipelining](rice-pdcp/#56-pipelining)
* [6\. Future tasks](rice-pdcp/#6-future-tasks)## MIT: 6.824 Distributed System
* [Raft](mit-distributed/#raft)
* [Fault Tolerance:](mit-distributed/#fault-tolerance)
* [GFS](mit-distributed/#gfs)