34 lines
1.7 KiB
Markdown
34 lines
1.7 KiB
Markdown
<!--suppress HtmlDeprecatedAttribute -->
|
|
<div align="center">
|
|
<img height="256" src="https://raw.githubusercontent.com/newtykins/the-honk/main/readme.png" alt="">
|
|
<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
|
|
|
|
### GCSE Computer Science
|
|
|
|
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.
|
|
|
|
### Python
|
|
|
|
- [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)
|
|
- [11 - 5808](python/pythonchallenge.com/11%20-%205808.py)
|
|
- [12 - Evil](python/pythonchallenge.com/12%20-%20Evil.py)
|
|
- [13 - Disproportional](python/pythonchallenge.com/13%20-%20Disproportional.py)
|
|
- [14 - Italy](python/pythonchallenge.com/14%20-%20Italy.py)
|