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)
- Host: GitHub
- URL: https://github.com/itstorque/mit-splash-2019-making-code-hardly-work
- Owner: itstorque
- License: mit
- Created: 2019-10-11T23:09:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T14:40:39.000Z (over 6 years ago)
- Last Synced: 2025-03-28T19:25:57.468Z (over 1 year ago)
- Language: Python
- Size: 8.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```