An open API service indexing awesome lists of open source software.

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

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.