https://github.com/techboy-coder/ethz-cheatsheets
A collection of cheat sheets for ETH Zurich Computer Science courses.
https://github.com/techboy-coder/ethz-cheatsheets
cheatsheet compsci computer-science ethz
Last synced: 3 months ago
JSON representation
A collection of cheat sheets for ETH Zurich Computer Science courses.
- Host: GitHub
- URL: https://github.com/techboy-coder/ethz-cheatsheets
- Owner: techboy-coder
- Created: 2025-01-17T12:16:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-17T13:04:48.000Z (7 months ago)
- Last Synced: 2025-11-17T15:08:24.773Z (7 months ago)
- Topics: cheatsheet, compsci, computer-science, ethz
- Language: Jupyter Notebook
- Homepage: https://cs.shivi.io/
- Size: 5.61 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETHZ CompSci Cheatsheets
A collection of cheat sheets for ETH Zurich Computer Science courses.
## Run Locally
Note that you need [Typst](https://typst.app/) (LaTeX alternative) to generate PDFs from source.
On macOS (with homebrew installed) simply run the following.
```bash
brew install typst
```
Then, to compile from source, clone the repository and run the commands below, with the appropriate filename of course.
```bash
git clone https://github.com/techboy-coder/ethz-cheatsheets
typst compile
```
Open in your favorite text editor and use/modify however you like.