the-honk/readme.md

30 lines
1.5 KiB
Markdown
Raw Normal View History

2021-06-06 20:34:56 +00:00
<!--suppress HtmlDeprecatedAttribute -->
2021-05-28 20:17:55 +00:00
<div align="center">
2021-06-06 20:34:56 +00:00
<img height="256" src="https://raw.githubusercontent.com/newtykins/the-honk/main/readme.png" alt="">
2021-05-28 20:17:55 +00:00
<h1>the honk</h1>
</div>
> Big code dump. BTEC version of [The Bonk](https://github.com/GD-NTB/the-bonk). Anything that does not deserve its own repository goes here.
## Table of contents
2021-05-28 20:38:55 +00:00
### GCSE Computer Science
2021-06-06 20:34:56 +00:00
Here you can find a bunch of random work from my GCSE Computer Science class dumped. I can't be bothered to index it all, and a lot of it is boring useless stuff, so only look here if you are incredibly bored or want to see my Python progression.
2021-05-28 20:38:55 +00:00
2021-05-28 20:17:55 +00:00
### Python
2021-06-06 20:34:56 +00:00
- [Get PP from a beatmap ID](python/pp%20from%20beatmap%20id)
- [Pygame Pong](python/pygame%20pong)
- [Chess PGN Reader](python/chess%20pgn%20reader)
- [pythonchallenge.com](python/pythonchallenge.com)
- [1 - Map](python/pythonchallenge.com/1%20-%20Map.py)
- [2 - OCR](python/pythonchallenge.com/2%20-%20OCR.py)
- [3 - Equality](python/pythonchallenge.com/3%20-%20Equality.py)
- [4 - linkedlist](python/pythonchallenge.com/4%20-%20linkedlist.py)
- [5 - Peak Hell](python/pythonchallenge.com/5%20-%20Peak%20Hell.py)
- [6 - Channel](python/pythonchallenge.com/6%20-%20Channel.py)
- [7 - Oxygen](python/pythonchallenge.com/7%20-%20Oxygen.py)
- [8 - Integrity](python/pythonchallenge.com/8%20-%20Integrity.py)
- [9 - Good](python/pythonchallenge.com/9%20-%20Good.py)
- [10 - Bull](python/pythonchallenge.com/10%20-%20Bull.py)