https://github.com/winglim/cs110l-spr-2020-solution
CS 110L: Safety in Systems Programming
https://github.com/winglim/cs110l-spr-2020-solution
Last synced: 5 months ago
JSON representation
CS 110L: Safety in Systems Programming
- Host: GitHub
- URL: https://github.com/winglim/cs110l-spr-2020-solution
- Owner: WingLim
- License: mit
- Created: 2021-10-01T10:21:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T06:17:33.000Z (over 4 years ago)
- Last Synced: 2025-06-18T12:51:46.089Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CS 110L: Safety in Systems Programming
This repo contains my solution for [CS 110L: Safety in Systems Programming](https://reberhardt.com/cs110l/spring-2020/)
And it is a fork from [cs110l-spr-2020-starter-code](https://github.com/reberhardt7/cs110l-spr-2020-starter-code)
## Exercises
- [x] [Hello world](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/week1)
- [x] [Ownership and structs](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/week2)
- [x] [Error handling, I/O, and traits](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/week3)
- [x] [Farm meets multithreading](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/week5)
- [x] [Sharing Data by Communicating](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/week6)
## Projects
- [x] [The DEET Debugger](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/proj-1/deet)
- [x] [Balancebeam](https://github.com/WingLim/cs110l-spr-2020-solution/tree/main/proj-2/balancebeam)
## Notice
You **SHOULD NOT** just copy and parse from this repo.
If there are any question about CS 100L, you can contact me from my GitHub profile for communication.