2024-10-09 17:02:27 +00:00
<!-- suppress HtmlDeprecatedAttribute -->
2024-10-09 17:02:26 +00:00
< div align = "center" >
2024-10-09 17:02:27 +00:00
< img height = "256" src = "https://raw.githubusercontent.com/newtykins/the-honk/main/readme.png" alt = "" >
2024-10-09 17:02:26 +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
2024-10-09 17:02:27 +00:00
### GCSE Computer Science
2024-10-09 17:02:27 +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.
2024-10-09 17:02:27 +00:00
2024-10-09 17:02:28 +00:00
### Royal Institute Computer Science Masterclasses
- [Week 2 - Computer Science and Social Media ](royal%20institute%20computer%20science%20masterclasses/computer%20science%20and%20social%20media )
2024-10-09 17:02:26 +00:00
### Python
2024-10-09 17:02:27 +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 )
2024-10-09 17:02:28 +00:00
- [10 - Bull ](python/pythonchallenge.com/10%20-%20Bull.py )
- [11 - 5808 ](python/pythonchallenge.com/11%20-%205808.py )
2024-10-09 17:02:28 +00:00
- [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 )
2024-10-09 17:02:28 +00:00
- [Calculators ](python/calculators )
- [Quadratic nth Term ](python/calculators/quadratic%20nth%20term.py )
2024-10-09 17:02:29 +00:00
- [Binomial Distribution ](python/calculators/binomial%20distribution.py )
- [Pearson's Product-Moment Correlation Coefficient ](python/calculators/pmcc.py )
- [Spearman's Rank Correlation Coefficient ](python/calculators/srcc.py )
- [Standard Deviation ](python/calculators/stdev.py )