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

https://github.com/itstorque/mit-splash-2019-making-code-hardly-work

All the resources used in the 2019 Splash Class, Making Code Hard(ly Work)
https://github.com/itstorque/mit-splash-2019-making-code-hardly-work

Last synced: 12 months ago
JSON representation

All the resources used in the 2019 Splash Class, Making Code Hard(ly Work)

Awesome Lists containing this project

README

          


Class Logo

# MIT Splash 2019 - Making Code Hard(ly Work)
All the resources used in the 2019 Splash Class, Making Code Hard(ly Work) as taught by Hannah Savoldy ([@hsavoldy](https://www.github.com/hsavoldy)) and Tareq El Dandachi ([@tareqdandachi](https://www.github.com/tareqdandachi)).

## YEETIFY

Yeetify is a python program that converts elegant C code into different variations of the word "yeet". Executing the script is very easy, all you have to run is:

```bash
python3 yeetify.py [file.c]
```

This creates a C program that looks like

```C
yeett YEET Yeeet
yeet Yeeeet yeetyeet yeeeeT yoted
Yeet yeeten yoted
yeeeT
```