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

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.

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.