Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weijun-h/study_notes
The path I have paved.
https://github.com/weijun-h/study_notes
Last synced: 20 days ago
JSON representation
The path I have paved.
- Host: GitHub
- URL: https://github.com/weijun-h/study_notes
- Owner: Weijun-H
- Created: 2021-08-30T13:59:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T07:45:27.000Z (over 2 years ago)
- Last Synced: 2024-10-28T19:59:42.335Z (2 months ago)
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study_Notes
I wish I can finish this list as possible as I canπ.
(This list does not include the mathematic courses I have learned.)**What I have done:**
- [x] MIT 6.S081 Operating System Engineering
- [x] MIT 6.001 Introduction to Computer Science and Programming in Python
- [x] MIT 6.Null The Missing Semester of Your CS Education
- [x] UCB CS61B Data Structures
- [x] UCB Data8 The Foundations of Data Science
- [x] UCB Data100 Principles and Techniques of Data Science
- [x] UCB CS61C Great Ideas in Computer Architecture (Machine Structures)
- [x] UCB CS161 Computer Security
- [x] Standford CS149 Parallel Computing
- [x] UCB CS186 Introduction to Database Systems**What I am learning now:**
- [ ] MIT 6.824 Distributed Systems
- [ ] MIT 6.033 Computer System Engineering---
**What I will study:**
- CMU 15-721 Advanced Database Systems
- MIT 6.172 Performance Engineering of Software Systems
- MIT 6.033 Computer System Engineering
- UCB CS169 Software Engineering## Data Structure and Algorithm
- [x] UCB CS61B Data Structures
- [ ] UCB CS170 Efficient Algorithms and Intractable Problems## Computer Architecture
- [x] UCB CS61C Great Ideas in Computer Architecture (Machine Structures)## Computer System
### 1. Operating System
- [x] MIT 6.S081 Operating System Engineering### 2. Complier
- [ ] UCB cs164 Programming Languages and Compilers
- [ ] MIT 6.035 Computer Language Engineering### 3. Computer Networking
- [ ] Standford CS144 Computer Networking### 4. Parallel Computing
- [x] Standford CS149 Parallel Computing### 5. Distributed System
- [ ] MIT 6.824 Distributed Systems## Data Science
- [x] UCB Data8 The Foundations of Data Science
- [x] UCB Data100 Principles and Techniques of Data Science