the-honk/readme.md

73 lines
4.1 KiB
Markdown
Raw Normal View History

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:29 +00:00
<img height="256" src="readme.gif" alt="">
2024-10-09 17:02:26 +00:00
<h1>the honk</h1>
</div>
2024-10-09 17:02:29 +00:00
> Big code dump. BTEC [The Bonk](https://github.com/GD-NTB/the-bonk). Anything that does not deserve its own repository goes here.
2024-10-09 17:02:26 +00:00
## Table of contents
### Python
2024-10-09 17:02:29 +00:00
- [Calculators](python/calculators)
- [Binomial Distribution](python/calculators/Binomial%20Distribution.py)
- [Pearson's Product-Moment Correlation Coefficient](python/calculators/PMCC.py)
- [Quadratic nth Term](python/calculators/Quadratic%20nth%20Term.py)
- [Square Root](python/calculators/Square%20Root.py)
- [Spearman's Rank Correlation Coefficient](python/calculators/SRCC.py)
- [Standard Deviation](python/calculators/Standard%20Deviation.py)
- [osu](python/osu)
- [Get PP from a beatmap ID](python/osu/PP%20from%20Beatmap%20ID.py)
2024-10-09 17:02:27 +00:00
- [Pygame Pong](python/pygame%20pong)
- [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:29 +00:00
### Coursework
#### Royal Institute Computer Science Masterclass (2021)
- [Computer Science and Social Media](coursework/royal%20institute%20computer%20science%20masterclasses%202021/computer%20science%20and%20social%20media)
- [From Ancient Babylon to Quantum Computing](coursework/royal%20institute%20computer%20science%20masterclasses%202021/from%20ancient%20babylon%20to%20quantum%20computing)
#### GCSE Computer Science
- [Year 9](coursework/gcse%20computer%20science/year%209)
- [Microbit Projects](coursework/gcse%20computer%20science/year%209/microbit)
- [Python Projects](coursework/gcse%20computer%20science/year%209/python)
- [Encryption](coursework/gcse%20computer%20science/year%209/python/encryption)
- [Caesar Cipher Decrypter](coursework/gcse%20computer%20science/year%209/python/encryption/caesar%20cipher/Decrypter.py)
- [Caesar Cipher Encrypter](coursework/gcse%20computer%20science/year%209/python/encryption/caesar%20cipher/Encrypter.py)
- [Enkodo Cipher (own creation)](coursework/gcse%20computer%20science/year%209/python/encryption/Enkodo%20Cipher.py)
- [Web Projects](coursework/gcse%20computer%20science/year%209/web)
- [Eco Fest](coursework/gcse%20computer%20science/year%209/web/eco%20fest)
- [Pet Planet](coursework/gcse%20computer%20science/year%209/python/web/pet%20planet)
- [Year 10 (All Python)](coursework/gcse%20computer%20science/year%2010)
- [Calculator](coursework/gcse%20computer%20science/year%2010/calculator)
- [Cat or Dog](coursework/gcse%20computer%20science/year%2010/cat%20or%20dog)
- [Mark Analyser](coursework/gcse%20computer%20science/year%2010/mark%20analyser)
- [OOP Dice](coursework/gcse%20computer%20science/year%2010/oop%20dice)
- [Pallindromes](coursework/gcse%20computer%20science/year%2010/pallindromes)
- [Password Reset](coursework/gcse%20computer%20science/year%2010/password%20reset)
- [Raspberry Pie Game](coursework/gcse%20computer%20science/year%2010/raspberry%20pie%20game)
- [API Hangman](coursework/gcse%20computer%20science/year%2010/API%20Hangman.py)
- [Temperature Bar Chart](coursework/gcse%20computer%20science/year%2010/Temperature%20Bar%20Chart.py)
### AHK (Auto Hot Key)
- [GIF Keyboard](ahk/gif%20keyboard.ahk)