Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomeraberbach/tcnj-acm-bad-code
🗑️ A horribly structured program that outputs the letters of the English alphabet in a random order.
https://github.com/tomeraberbach/tcnj-acm-bad-code
acm bad-code obfuscate-code obfuscated-code obfuscation python python3 tcnj
Last synced: about 4 hours ago
JSON representation
🗑️ A horribly structured program that outputs the letters of the English alphabet in a random order.
- Host: GitHub
- URL: https://github.com/tomeraberbach/tcnj-acm-bad-code
- Owner: TomerAberbach
- License: mit
- Created: 2019-12-03T18:33:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-31T03:45:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T01:23:30.961Z (27 days ago)
- Topics: acm, bad-code, obfuscate-code, obfuscated-code, obfuscation, python, python3, tcnj
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# TCNJ ACM: Bad Code Challenge
> A horribly structured program that outputs the letters of the English alphabet in a random order.
## Background
The College of New Jersey's ACM chapter asked each attendee of a recent meeting to write a program that outputs the letters of the English alphabet in a random order and make the program's code as awful and unmaintainable as possible.
This repository is the result.
## Usage
```sh
$ python3 bad.py
```## License
[MIT](https://github.com/TomerAberbach/tcnj-acm-bad-code/blob/main/license) © [Tomer Aberbach](https://github.com/TomerAberbach)