diff --git a/.gitignore b/.gitignore index fec3d08..b3e19ca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .idea venv -ahk/emoji.ahk -catalogue.py +private +__pycache__ diff --git a/gcse computer science/year 10/API Hangman.py b/coursework/gcse computer science/year 10/API Hangman.py similarity index 100% rename from gcse computer science/year 10/API Hangman.py rename to coursework/gcse computer science/year 10/API Hangman.py diff --git a/gcse computer science/year 10/Temperature Bar Chart.py b/coursework/gcse computer science/year 10/Temperature Bar Chart.py similarity index 100% rename from gcse computer science/year 10/Temperature Bar Chart.py rename to coursework/gcse computer science/year 10/Temperature Bar Chart.py diff --git a/gcse computer science/year 10/Calculator [GUI].py b/coursework/gcse computer science/year 10/calculator/Calculator (Graphics).py similarity index 99% rename from gcse computer science/year 10/Calculator [GUI].py rename to coursework/gcse computer science/year 10/calculator/Calculator (Graphics).py index 8abf63f..9929cf5 100644 --- a/gcse computer science/year 10/Calculator [GUI].py +++ b/coursework/gcse computer science/year 10/calculator/Calculator (Graphics).py @@ -2,10 +2,8 @@ # Name: calculator v1.2 - decimal point added # Purpose: calculator using TKinter # -# Author: L Jacob # # Created: 23/07/2015 -# Copyright: (c) L Jacob 2015 # Licence: #------------------------------------------------------------------------------- from tkinter import * diff --git a/gcse computer science/year 10/Calculator.py b/coursework/gcse computer science/year 10/calculator/Calculator (No Graphics).py similarity index 100% rename from gcse computer science/year 10/Calculator.py rename to coursework/gcse computer science/year 10/calculator/Calculator (No Graphics).py diff --git a/gcse computer science/year 10/Cat or Dog (Graphics).py b/coursework/gcse computer science/year 10/cat or dog/Cat or Dog (Graphics).py similarity index 98% rename from gcse computer science/year 10/Cat or Dog (Graphics).py rename to coursework/gcse computer science/year 10/cat or dog/Cat or Dog (Graphics).py index df80e3e..04d69dd 100644 --- a/gcse computer science/year 10/Cat or Dog (Graphics).py +++ b/coursework/gcse computer science/year 10/cat or dog/Cat or Dog (Graphics).py @@ -48,7 +48,7 @@ def updateDisplay(): pets = { 'cats': 0, 'dogs': 0, 'hamsters': 0 } window = Tk()#create the window# -window.title("Jacob's") +window.title("Newt's") # Code to add widgets will go here... ##Setup frames## topframe = Frame(window) diff --git a/gcse computer science/year 10/Cat or Dog (No Graphics).py b/coursework/gcse computer science/year 10/cat or dog/Cat or Dog (No Graphics).py similarity index 100% rename from gcse computer science/year 10/Cat or Dog (No Graphics).py rename to coursework/gcse computer science/year 10/cat or dog/Cat or Dog (No Graphics).py diff --git a/gcse computer science/year 10/mark analyser/Mark Analyser.py b/coursework/gcse computer science/year 10/mark analyser/Mark Analyser.py similarity index 100% rename from gcse computer science/year 10/mark analyser/Mark Analyser.py rename to coursework/gcse computer science/year 10/mark analyser/Mark Analyser.py diff --git a/gcse computer science/year 10/mark analyser/marks.csv b/coursework/gcse computer science/year 10/mark analyser/marks.csv similarity index 100% rename from gcse computer science/year 10/mark analyser/marks.csv rename to coursework/gcse computer science/year 10/mark analyser/marks.csv diff --git a/gcse computer science/year 10/oop dice/OOP Dice V2.py b/coursework/gcse computer science/year 10/oop dice/OOP Dice V2.py similarity index 100% rename from gcse computer science/year 10/oop dice/OOP Dice V2.py rename to coursework/gcse computer science/year 10/oop dice/OOP Dice V2.py diff --git a/gcse computer science/year 10/oop dice/OOP Dice.py b/coursework/gcse computer science/year 10/oop dice/OOP Dice.py similarity index 100% rename from gcse computer science/year 10/oop dice/OOP Dice.py rename to coursework/gcse computer science/year 10/oop dice/OOP Dice.py diff --git a/gcse computer science/year 10/string iteration - pallindrome checkers/Pallindrome Checker with Loop.py b/coursework/gcse computer science/year 10/pallindromes/Pallindrome Checker with Loop.py similarity index 100% rename from gcse computer science/year 10/string iteration - pallindrome checkers/Pallindrome Checker with Loop.py rename to coursework/gcse computer science/year 10/pallindromes/Pallindrome Checker with Loop.py diff --git a/gcse computer science/year 10/string iteration - pallindrome checkers/Pallindrome Checker with Punctuation Stripper.py b/coursework/gcse computer science/year 10/pallindromes/Pallindrome Checker with Punctuation Stripper.py similarity index 100% rename from gcse computer science/year 10/string iteration - pallindrome checkers/Pallindrome Checker with Punctuation Stripper.py rename to coursework/gcse computer science/year 10/pallindromes/Pallindrome Checker with Punctuation Stripper.py diff --git a/gcse computer science/year 10/string iteration - pallindrome checkers/Pallindrome Checker.py b/coursework/gcse computer science/year 10/pallindromes/Pallindrome Checker.py similarity index 100% rename from gcse computer science/year 10/string iteration - pallindrome checkers/Pallindrome Checker.py rename to coursework/gcse computer science/year 10/pallindromes/Pallindrome Checker.py diff --git a/gcse computer science/year 10/password reset/Password Resetter.py b/coursework/gcse computer science/year 10/password reset/Password Resetter.py similarity index 100% rename from gcse computer science/year 10/password reset/Password Resetter.py rename to coursework/gcse computer science/year 10/password reset/Password Resetter.py diff --git a/gcse computer science/year 10/password reset/user.txt b/coursework/gcse computer science/year 10/password reset/user.txt similarity index 100% rename from gcse computer science/year 10/password reset/user.txt rename to coursework/gcse computer science/year 10/password reset/user.txt diff --git a/gcse computer science/year 10/raspberry pie game/Instructions.pdf b/coursework/gcse computer science/year 10/raspberry pie game/Instructions.pdf similarity index 100% rename from gcse computer science/year 10/raspberry pie game/Instructions.pdf rename to coursework/gcse computer science/year 10/raspberry pie game/Instructions.pdf diff --git a/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game with Changes.py b/coursework/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game with Changes.py similarity index 100% rename from gcse computer science/year 10/raspberry pie game/Raspberry Pie Game with Changes.py rename to coursework/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game with Changes.py diff --git a/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game.py b/coursework/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game.py similarity index 100% rename from gcse computer science/year 10/raspberry pie game/Raspberry Pie Game.py rename to coursework/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game.py diff --git a/gcse computer science/year 10/raspberry pie game/bullet.png b/coursework/gcse computer science/year 10/raspberry pie game/bullet.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/bullet.png rename to coursework/gcse computer science/year 10/raspberry pie game/bullet.png diff --git a/gcse computer science/year 10/raspberry pie game/cherry.png b/coursework/gcse computer science/year 10/raspberry pie game/cherry.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/cherry.png rename to coursework/gcse computer science/year 10/raspberry pie game/cherry.png diff --git a/gcse computer science/year 10/raspberry pie game/raspberry.png b/coursework/gcse computer science/year 10/raspberry pie game/raspberry.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/raspberry.png rename to coursework/gcse computer science/year 10/raspberry pie game/raspberry.png diff --git a/gcse computer science/year 10/raspberry pie game/scoreframe.png b/coursework/gcse computer science/year 10/raspberry pie game/scoreframe.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/scoreframe.png rename to coursework/gcse computer science/year 10/raspberry pie game/scoreframe.png diff --git a/gcse computer science/year 10/raspberry pie game/strawberry.png b/coursework/gcse computer science/year 10/raspberry pie game/strawberry.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/strawberry.png rename to coursework/gcse computer science/year 10/raspberry pie game/strawberry.png diff --git a/gcse computer science/year 10/raspberry pie game/turret.png b/coursework/gcse computer science/year 10/raspberry pie game/turret.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/turret.png rename to coursework/gcse computer science/year 10/raspberry pie game/turret.png diff --git a/gcse computer science/year 9/microbit/1/1.png b/coursework/gcse computer science/year 9/microbit/1/1.png similarity index 100% rename from gcse computer science/year 9/microbit/1/1.png rename to coursework/gcse computer science/year 9/microbit/1/1.png diff --git a/gcse computer science/year 9/microbit/1/microbit-Scrolling-Text.hex b/coursework/gcse computer science/year 9/microbit/1/microbit-Scrolling-Text.hex similarity index 100% rename from gcse computer science/year 9/microbit/1/microbit-Scrolling-Text.hex rename to coursework/gcse computer science/year 9/microbit/1/microbit-Scrolling-Text.hex diff --git a/gcse computer science/year 9/microbit/10/10.png b/coursework/gcse computer science/year 9/microbit/10/10.png similarity index 100% rename from gcse computer science/year 9/microbit/10/10.png rename to coursework/gcse computer science/year 9/microbit/10/10.png diff --git a/gcse computer science/year 9/microbit/10/microbit-Using-a-button-to-play-a-tune.hex b/coursework/gcse computer science/year 9/microbit/10/microbit-Using-a-button-to-play-a-tune.hex similarity index 100% rename from gcse computer science/year 9/microbit/10/microbit-Using-a-button-to-play-a-tune.hex rename to coursework/gcse computer science/year 9/microbit/10/microbit-Using-a-button-to-play-a-tune.hex diff --git a/gcse computer science/year 9/microbit/11/11.png b/coursework/gcse computer science/year 9/microbit/11/11.png similarity index 100% rename from gcse computer science/year 9/microbit/11/11.png rename to coursework/gcse computer science/year 9/microbit/11/11.png diff --git a/gcse computer science/year 9/microbit/11/microbit-Coin-Toss.hex b/coursework/gcse computer science/year 9/microbit/11/microbit-Coin-Toss.hex similarity index 100% rename from gcse computer science/year 9/microbit/11/microbit-Coin-Toss.hex rename to coursework/gcse computer science/year 9/microbit/11/microbit-Coin-Toss.hex diff --git a/gcse computer science/year 9/microbit/12/12.png b/coursework/gcse computer science/year 9/microbit/12/12.png similarity index 100% rename from gcse computer science/year 9/microbit/12/12.png rename to coursework/gcse computer science/year 9/microbit/12/12.png diff --git a/gcse computer science/year 9/microbit/12/microbit-Love-o-meter.hex b/coursework/gcse computer science/year 9/microbit/12/microbit-Love-o-meter.hex similarity index 100% rename from gcse computer science/year 9/microbit/12/microbit-Love-o-meter.hex rename to coursework/gcse computer science/year 9/microbit/12/microbit-Love-o-meter.hex diff --git a/gcse computer science/year 9/microbit/2/bikelight.png b/coursework/gcse computer science/year 9/microbit/2/bikelight.png similarity index 100% rename from gcse computer science/year 9/microbit/2/bikelight.png rename to coursework/gcse computer science/year 9/microbit/2/bikelight.png diff --git a/gcse computer science/year 9/microbit/2/lighthouse.png b/coursework/gcse computer science/year 9/microbit/2/lighthouse.png similarity index 100% rename from gcse computer science/year 9/microbit/2/lighthouse.png rename to coursework/gcse computer science/year 9/microbit/2/lighthouse.png diff --git a/gcse computer science/year 9/microbit/2/microbit-Bike-Light.hex b/coursework/gcse computer science/year 9/microbit/2/microbit-Bike-Light.hex similarity index 100% rename from gcse computer science/year 9/microbit/2/microbit-Bike-Light.hex rename to coursework/gcse computer science/year 9/microbit/2/microbit-Bike-Light.hex diff --git a/gcse computer science/year 9/microbit/2/microbit-Lighthouse.hex b/coursework/gcse computer science/year 9/microbit/2/microbit-Lighthouse.hex similarity index 100% rename from gcse computer science/year 9/microbit/2/microbit-Lighthouse.hex rename to coursework/gcse computer science/year 9/microbit/2/microbit-Lighthouse.hex diff --git a/gcse computer science/year 9/microbit/2/microbit-SOS-Message.hex b/coursework/gcse computer science/year 9/microbit/2/microbit-SOS-Message.hex similarity index 100% rename from gcse computer science/year 9/microbit/2/microbit-SOS-Message.hex rename to coursework/gcse computer science/year 9/microbit/2/microbit-SOS-Message.hex diff --git a/gcse computer science/year 9/microbit/2/sos.png b/coursework/gcse computer science/year 9/microbit/2/sos.png similarity index 100% rename from gcse computer science/year 9/microbit/2/sos.png rename to coursework/gcse computer science/year 9/microbit/2/sos.png diff --git a/gcse computer science/year 9/microbit/3/3.png b/coursework/gcse computer science/year 9/microbit/3/3.png similarity index 100% rename from gcse computer science/year 9/microbit/3/3.png rename to coursework/gcse computer science/year 9/microbit/3/3.png diff --git a/gcse computer science/year 9/microbit/3/microbit-Creeper.hex b/coursework/gcse computer science/year 9/microbit/3/microbit-Creeper.hex similarity index 100% rename from gcse computer science/year 9/microbit/3/microbit-Creeper.hex rename to coursework/gcse computer science/year 9/microbit/3/microbit-Creeper.hex diff --git a/gcse computer science/year 9/microbit/4/4.png b/coursework/gcse computer science/year 9/microbit/4/4.png similarity index 100% rename from gcse computer science/year 9/microbit/4/4.png rename to coursework/gcse computer science/year 9/microbit/4/4.png diff --git a/gcse computer science/year 9/microbit/4/microbit-Fading-Heart.hex b/coursework/gcse computer science/year 9/microbit/4/microbit-Fading-Heart.hex similarity index 100% rename from gcse computer science/year 9/microbit/4/microbit-Fading-Heart.hex rename to coursework/gcse computer science/year 9/microbit/4/microbit-Fading-Heart.hex diff --git a/gcse computer science/year 9/microbit/5/5.png b/coursework/gcse computer science/year 9/microbit/5/5.png similarity index 100% rename from gcse computer science/year 9/microbit/5/5.png rename to coursework/gcse computer science/year 9/microbit/5/5.png diff --git a/gcse computer science/year 9/microbit/5/microbit-Using-buttons-to-play-animations.hex b/coursework/gcse computer science/year 9/microbit/5/microbit-Using-buttons-to-play-animations.hex similarity index 100% rename from gcse computer science/year 9/microbit/5/microbit-Using-buttons-to-play-animations.hex rename to coursework/gcse computer science/year 9/microbit/5/microbit-Using-buttons-to-play-animations.hex diff --git a/gcse computer science/year 9/microbit/6/6.png b/coursework/gcse computer science/year 9/microbit/6/6.png similarity index 100% rename from gcse computer science/year 9/microbit/6/6.png rename to coursework/gcse computer science/year 9/microbit/6/6.png diff --git a/gcse computer science/year 9/microbit/6/microbit-Scoring.hex b/coursework/gcse computer science/year 9/microbit/6/microbit-Scoring.hex similarity index 100% rename from gcse computer science/year 9/microbit/6/microbit-Scoring.hex rename to coursework/gcse computer science/year 9/microbit/6/microbit-Scoring.hex diff --git a/gcse computer science/year 9/microbit/7/7.png b/coursework/gcse computer science/year 9/microbit/7/7.png similarity index 100% rename from gcse computer science/year 9/microbit/7/7.png rename to coursework/gcse computer science/year 9/microbit/7/7.png diff --git a/gcse computer science/year 9/microbit/7/microbit-Dice.hex b/coursework/gcse computer science/year 9/microbit/7/microbit-Dice.hex similarity index 100% rename from gcse computer science/year 9/microbit/7/microbit-Dice.hex rename to coursework/gcse computer science/year 9/microbit/7/microbit-Dice.hex diff --git a/gcse computer science/year 9/microbit/8/8.png b/coursework/gcse computer science/year 9/microbit/8/8.png similarity index 100% rename from gcse computer science/year 9/microbit/8/8.png rename to coursework/gcse computer science/year 9/microbit/8/8.png diff --git a/gcse computer science/year 9/microbit/8/microbit-Fading-Heart-2.hex b/coursework/gcse computer science/year 9/microbit/8/microbit-Fading-Heart-2.hex similarity index 100% rename from gcse computer science/year 9/microbit/8/microbit-Fading-Heart-2.hex rename to coursework/gcse computer science/year 9/microbit/8/microbit-Fading-Heart-2.hex diff --git a/gcse computer science/year 9/microbit/9/9.png b/coursework/gcse computer science/year 9/microbit/9/9.png similarity index 100% rename from gcse computer science/year 9/microbit/9/9.png rename to coursework/gcse computer science/year 9/microbit/9/9.png diff --git a/gcse computer science/year 9/microbit/9/microbit-Fading-Heart-3.hex b/coursework/gcse computer science/year 9/microbit/9/microbit-Fading-Heart-3.hex similarity index 100% rename from gcse computer science/year 9/microbit/9/microbit-Fading-Heart-3.hex rename to coursework/gcse computer science/year 9/microbit/9/microbit-Fading-Heart-3.hex diff --git a/gcse computer science/year 9/microbit/Microbit.docx b/coursework/gcse computer science/year 9/microbit/Microbit.docx similarity index 100% rename from gcse computer science/year 9/microbit/Microbit.docx rename to coursework/gcse computer science/year 9/microbit/Microbit.docx diff --git a/gcse computer science/year 9/python/encryption/enkodo (make your own cipher).py b/coursework/gcse computer science/year 9/python/encryption/Enkodo Cipher.py similarity index 100% rename from gcse computer science/year 9/python/encryption/enkodo (make your own cipher).py rename to coursework/gcse computer science/year 9/python/encryption/Enkodo Cipher.py diff --git a/gcse computer science/year 9/python/encryption/brute force caesar decrypter.py b/coursework/gcse computer science/year 9/python/encryption/caesar cipher/Decrypter.py similarity index 100% rename from gcse computer science/year 9/python/encryption/brute force caesar decrypter.py rename to coursework/gcse computer science/year 9/python/encryption/caesar cipher/Decrypter.py diff --git a/gcse computer science/year 9/python/encryption/caesar cipher encrypter.py b/coursework/gcse computer science/year 9/python/encryption/caesar cipher/Encrypter.py similarity index 100% rename from gcse computer science/year 9/python/encryption/caesar cipher encrypter.py rename to coursework/gcse computer science/year 9/python/encryption/caesar cipher/Encrypter.py diff --git a/gcse computer science/year 9/python/python challenges/1 - Age.py b/coursework/gcse computer science/year 9/python/python challenges/1 - Age.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/1 - Age.py rename to coursework/gcse computer science/year 9/python/python challenges/1 - Age.py diff --git a/gcse computer science/year 9/python/python challenges/10 - RPS.py b/coursework/gcse computer science/year 9/python/python challenges/10 - RPS.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/10 - RPS.py rename to coursework/gcse computer science/year 9/python/python challenges/10 - RPS.py diff --git a/gcse computer science/year 9/python/python challenges/11 - Character Counter.py b/coursework/gcse computer science/year 9/python/python challenges/11 - Character Counter.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/11 - Character Counter.py rename to coursework/gcse computer science/year 9/python/python challenges/11 - Character Counter.py diff --git a/gcse computer science/year 9/python/python challenges/12 - Sentence To Uppercase.py b/coursework/gcse computer science/year 9/python/python challenges/12 - Sentence To Uppercase.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/12 - Sentence To Uppercase.py rename to coursework/gcse computer science/year 9/python/python challenges/12 - Sentence To Uppercase.py diff --git a/gcse computer science/year 9/python/python challenges/13 - Replace in String.py b/coursework/gcse computer science/year 9/python/python challenges/13 - Replace in String.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/13 - Replace in String.py rename to coursework/gcse computer science/year 9/python/python challenges/13 - Replace in String.py diff --git a/gcse computer science/year 9/python/python challenges/14 - 'the' counter.py b/coursework/gcse computer science/year 9/python/python challenges/14 - 'the' counter.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/14 - 'the' counter.py rename to coursework/gcse computer science/year 9/python/python challenges/14 - 'the' counter.py diff --git a/gcse computer science/year 9/python/python challenges/15 - To Lower Case.py b/coursework/gcse computer science/year 9/python/python challenges/15 - To Lower Case.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/15 - To Lower Case.py rename to coursework/gcse computer science/year 9/python/python challenges/15 - To Lower Case.py diff --git a/gcse computer science/year 9/python/python challenges/16 - Print 1 to 10.py b/coursework/gcse computer science/year 9/python/python challenges/16 - Print 1 to 10.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/16 - Print 1 to 10.py rename to coursework/gcse computer science/year 9/python/python challenges/16 - Print 1 to 10.py diff --git a/gcse computer science/year 9/python/python challenges/17 - All odd numbers under 100.py b/coursework/gcse computer science/year 9/python/python challenges/17 - All odd numbers under 100.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/17 - All odd numbers under 100.py rename to coursework/gcse computer science/year 9/python/python challenges/17 - All odd numbers under 100.py diff --git a/gcse computer science/year 9/python/python challenges/18 - Times Tables.py b/coursework/gcse computer science/year 9/python/python challenges/18 - Times Tables.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/18 - Times Tables.py rename to coursework/gcse computer science/year 9/python/python challenges/18 - Times Tables.py diff --git a/gcse computer science/year 9/python/python challenges/19 - While True Times Tables.py b/coursework/gcse computer science/year 9/python/python challenges/19 - While True Times Tables.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/19 - While True Times Tables.py rename to coursework/gcse computer science/year 9/python/python challenges/19 - While True Times Tables.py diff --git a/gcse computer science/year 9/python/python challenges/2 - Average.py b/coursework/gcse computer science/year 9/python/python challenges/2 - Average.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/2 - Average.py rename to coursework/gcse computer science/year 9/python/python challenges/2 - Average.py diff --git a/gcse computer science/year 9/python/python challenges/20 - Guess 7.py b/coursework/gcse computer science/year 9/python/python challenges/20 - Guess 7.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/20 - Guess 7.py rename to coursework/gcse computer science/year 9/python/python challenges/20 - Guess 7.py diff --git a/gcse computer science/year 9/python/python challenges/21 - cm to inch, inch to cm.py b/coursework/gcse computer science/year 9/python/python challenges/21 - cm to inch, inch to cm.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/21 - cm to inch, inch to cm.py rename to coursework/gcse computer science/year 9/python/python challenges/21 - cm to inch, inch to cm.py diff --git a/gcse computer science/year 9/python/python challenges/22 - Speed, Distance, Time.py b/coursework/gcse computer science/year 9/python/python challenges/22 - Speed, Distance, Time.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/22 - Speed, Distance, Time.py rename to coursework/gcse computer science/year 9/python/python challenges/22 - Speed, Distance, Time.py diff --git a/gcse computer science/year 9/python/python challenges/23 - Circle Area.py b/coursework/gcse computer science/year 9/python/python challenges/23 - Circle Area.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/23 - Circle Area.py rename to coursework/gcse computer science/year 9/python/python challenges/23 - Circle Area.py diff --git a/gcse computer science/year 9/python/python challenges/24 - Draw a line with Xs and spaces.py b/coursework/gcse computer science/year 9/python/python challenges/24 - Draw a line with Xs and spaces.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/24 - Draw a line with Xs and spaces.py rename to coursework/gcse computer science/year 9/python/python challenges/24 - Draw a line with Xs and spaces.py diff --git a/gcse computer science/year 9/python/python challenges/25 - After-school club sign-up.py b/coursework/gcse computer science/year 9/python/python challenges/25 - After-school club sign-up.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/25 - After-school club sign-up.py rename to coursework/gcse computer science/year 9/python/python challenges/25 - After-school club sign-up.py diff --git a/gcse computer science/year 9/python/python challenges/26 - Maths quiz with results saving.py b/coursework/gcse computer science/year 9/python/python challenges/26 - Maths quiz with results saving.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/26 - Maths quiz with results saving.py rename to coursework/gcse computer science/year 9/python/python challenges/26 - Maths quiz with results saving.py diff --git a/gcse computer science/year 9/python/python challenges/27 - Maths quiz with results and leaderboard.py b/coursework/gcse computer science/year 9/python/python challenges/27 - Maths quiz with results and leaderboard.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/27 - Maths quiz with results and leaderboard.py rename to coursework/gcse computer science/year 9/python/python challenges/27 - Maths quiz with results and leaderboard.py diff --git a/gcse computer science/year 9/python/python challenges/3 - Area.py b/coursework/gcse computer science/year 9/python/python challenges/3 - Area.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/3 - Area.py rename to coursework/gcse computer science/year 9/python/python challenges/3 - Area.py diff --git a/gcse computer science/year 9/python/python challenges/4 - Division.py b/coursework/gcse computer science/year 9/python/python challenges/4 - Division.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/4 - Division.py rename to coursework/gcse computer science/year 9/python/python challenges/4 - Division.py diff --git a/gcse computer science/year 9/python/python challenges/5 - Name and Subject.py b/coursework/gcse computer science/year 9/python/python challenges/5 - Name and Subject.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/5 - Name and Subject.py rename to coursework/gcse computer science/year 9/python/python challenges/5 - Name and Subject.py diff --git a/gcse computer science/year 9/python/python challenges/6 - Comparing names.py b/coursework/gcse computer science/year 9/python/python challenges/6 - Comparing names.py similarity index 52% rename from gcse computer science/year 9/python/python challenges/6 - Comparing names.py rename to coursework/gcse computer science/year 9/python/python challenges/6 - Comparing names.py index ad63a51..d9d818b 100644 --- a/gcse computer science/year 9/python/python challenges/6 - Comparing names.py +++ b/coursework/gcse computer science/year 9/python/python challenges/6 - Comparing names.py @@ -1,6 +1,6 @@ name = input('What is your name?') -if (str.lower(name) == 'jacob'): +if (str.lower(name) == 'newt'): print('You\'re cool!') else: - print('Nice to meet you!') \ No newline at end of file + print('Nice to meet you!') diff --git a/gcse computer science/year 9/python/python challenges/7 - TV.py b/coursework/gcse computer science/year 9/python/python challenges/7 - TV.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/7 - TV.py rename to coursework/gcse computer science/year 9/python/python challenges/7 - TV.py diff --git a/gcse computer science/year 9/python/python challenges/8 - Grades.py b/coursework/gcse computer science/year 9/python/python challenges/8 - Grades.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/8 - Grades.py rename to coursework/gcse computer science/year 9/python/python challenges/8 - Grades.py diff --git a/gcse computer science/year 9/python/python challenges/9 - Olympics.py b/coursework/gcse computer science/year 9/python/python challenges/9 - Olympics.py similarity index 100% rename from gcse computer science/year 9/python/python challenges/9 - Olympics.py rename to coursework/gcse computer science/year 9/python/python challenges/9 - Olympics.py diff --git a/gcse computer science/year 9/python/python challenges/Python_challenges - with added help.pptx b/coursework/gcse computer science/year 9/python/python challenges/Python_challenges - with added help.pptx similarity index 100% rename from gcse computer science/year 9/python/python challenges/Python_challenges - with added help.pptx rename to coursework/gcse computer science/year 9/python/python challenges/Python_challenges - with added help.pptx diff --git a/gcse computer science/year 9/python/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt b/coursework/gcse computer science/year 9/python/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt similarity index 100% rename from gcse computer science/year 9/python/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt rename to coursework/gcse computer science/year 9/python/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt diff --git a/gcse computer science/year 9/python/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt b/coursework/gcse computer science/year 9/python/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt similarity index 100% rename from gcse computer science/year 9/python/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt rename to coursework/gcse computer science/year 9/python/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt diff --git a/coursework/gcse computer science/year 9/python/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt b/coursework/gcse computer science/year 9/python/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt new file mode 100644 index 0000000..739e6df --- /dev/null +++ b/coursework/gcse computer science/year 9/python/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt @@ -0,0 +1,2 @@ +Name: newt +Quiz result: 3/3 diff --git a/gcse computer science/year 9/python/python challenges/quizresult-example.txt b/coursework/gcse computer science/year 9/python/python challenges/quizresult-example.txt similarity index 100% rename from gcse computer science/year 9/python/python challenges/quizresult-example.txt rename to coursework/gcse computer science/year 9/python/python challenges/quizresult-example.txt diff --git a/coursework/gcse computer science/year 9/python/python challenges/registration-example.txt b/coursework/gcse computer science/year 9/python/python challenges/registration-example.txt new file mode 100644 index 0000000..72e5ee9 --- /dev/null +++ b/coursework/gcse computer science/year 9/python/python challenges/registration-example.txt @@ -0,0 +1 @@ +Name: John DoeGender: MaleForm: 9AA1 diff --git a/gcse computer science/year 9/html css js/eco fest/Asset Table.doc b/coursework/gcse computer science/year 9/web/eco fest/Asset Table.doc similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Asset Table.doc rename to coursework/gcse computer science/year 9/web/eco fest/Asset Table.doc diff --git a/gcse computer science/year 9/html css js/eco fest/Assignment.docx b/coursework/gcse computer science/year 9/web/eco fest/Assignment.docx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Assignment.docx rename to coursework/gcse computer science/year 9/web/eco fest/Assignment.docx diff --git a/gcse computer science/year 9/html css js/eco fest/Client Requirement Questions.docx b/coursework/gcse computer science/year 9/web/eco fest/Client Requirement Questions.docx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Client Requirement Questions.docx rename to coursework/gcse computer science/year 9/web/eco fest/Client Requirement Questions.docx diff --git a/gcse computer science/year 9/html css js/eco fest/Client Requirements.pptx b/coursework/gcse computer science/year 9/web/eco fest/Client Requirements.pptx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Client Requirements.pptx rename to coursework/gcse computer science/year 9/web/eco fest/Client Requirements.pptx diff --git a/gcse computer science/year 9/html css js/eco fest/Eco Fest.pptx b/coursework/gcse computer science/year 9/web/eco fest/Eco Fest.pptx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Eco Fest.pptx rename to coursework/gcse computer science/year 9/web/eco fest/Eco Fest.pptx diff --git a/gcse computer science/year 9/html css js/eco fest/Legal Restrictions.docx b/coursework/gcse computer science/year 9/web/eco fest/Legal Restrictions.docx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Legal Restrictions.docx rename to coursework/gcse computer science/year 9/web/eco fest/Legal Restrictions.docx diff --git a/gcse computer science/year 9/html css js/eco fest/Review.docx b/coursework/gcse computer science/year 9/web/eco fest/Review.docx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Review.docx rename to coursework/gcse computer science/year 9/web/eco fest/Review.docx diff --git a/gcse computer science/year 9/html css js/eco fest/Site Map.png b/coursework/gcse computer science/year 9/web/eco fest/Site Map.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Site Map.png rename to coursework/gcse computer science/year 9/web/eco fest/Site Map.png diff --git a/gcse computer science/year 9/html css js/eco fest/Test Table.doc b/coursework/gcse computer science/year 9/web/eco fest/Test Table.doc similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Test Table.doc rename to coursework/gcse computer science/year 9/web/eco fest/Test Table.doc diff --git a/gcse computer science/year 9/html css js/eco fest/Visualisation/Acts.png b/coursework/gcse computer science/year 9/web/eco fest/Visualisation/Acts.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Visualisation/Acts.png rename to coursework/gcse computer science/year 9/web/eco fest/Visualisation/Acts.png diff --git a/gcse computer science/year 9/html css js/eco fest/Visualisation/Contact Us.png b/coursework/gcse computer science/year 9/web/eco fest/Visualisation/Contact Us.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Visualisation/Contact Us.png rename to coursework/gcse computer science/year 9/web/eco fest/Visualisation/Contact Us.png diff --git a/gcse computer science/year 9/html css js/eco fest/Visualisation/Environment.png b/coursework/gcse computer science/year 9/web/eco fest/Visualisation/Environment.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Visualisation/Environment.png rename to coursework/gcse computer science/year 9/web/eco fest/Visualisation/Environment.png diff --git a/gcse computer science/year 9/html css js/eco fest/Visualisation/Home.png b/coursework/gcse computer science/year 9/web/eco fest/Visualisation/Home.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Visualisation/Home.png rename to coursework/gcse computer science/year 9/web/eco fest/Visualisation/Home.png diff --git a/gcse computer science/year 9/html css js/eco fest/Visualisation/Tickets.png b/coursework/gcse computer science/year 9/web/eco fest/Visualisation/Tickets.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Visualisation/Tickets.png rename to coursework/gcse computer science/year 9/web/eco fest/Visualisation/Tickets.png diff --git a/gcse computer science/year 9/html css js/eco fest/Website/acts.html b/coursework/gcse computer science/year 9/web/eco fest/Website/acts.html similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/acts.html rename to coursework/gcse computer science/year 9/web/eco fest/Website/acts.html diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/arrow.png b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/arrow.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/arrow.png rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/arrow.png diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/bg.png b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/bg.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/bg.png rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/bg.png diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/everyones-environment.jpg b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/everyones-environment.jpg similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/everyones-environment.jpg rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/everyones-environment.jpg diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/favicon.png b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/favicon.png similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/favicon.png rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/favicon.png diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/green-gizmos.jpg b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/green-gizmos.jpg similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/green-gizmos.jpg rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/green-gizmos.jpg diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/john-alfred.jpg b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/john-alfred.jpg similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/john-alfred.jpg rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/john-alfred.jpg diff --git a/gcse computer science/year 9/html css js/eco fest/Website/assets/img/solar-drum.jpg b/coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/solar-drum.jpg similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/assets/img/solar-drum.jpg rename to coursework/gcse computer science/year 9/web/eco fest/Website/assets/img/solar-drum.jpg diff --git a/gcse computer science/year 9/html css js/eco fest/Website/index.html b/coursework/gcse computer science/year 9/web/eco fest/Website/index.html similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/index.html rename to coursework/gcse computer science/year 9/web/eco fest/Website/index.html diff --git a/gcse computer science/year 9/html css js/eco fest/Website/stylesheet.css b/coursework/gcse computer science/year 9/web/eco fest/Website/stylesheet.css similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Website/stylesheet.css rename to coursework/gcse computer science/year 9/web/eco fest/Website/stylesheet.css diff --git a/gcse computer science/year 9/html css js/eco fest/Workplan.docx b/coursework/gcse computer science/year 9/web/eco fest/Workplan.docx similarity index 100% rename from gcse computer science/year 9/html css js/eco fest/Workplan.docx rename to coursework/gcse computer science/year 9/web/eco fest/Workplan.docx diff --git a/coursework/gcse computer science/year 9/web/eco fest/readme.md b/coursework/gcse computer science/year 9/web/eco fest/readme.md new file mode 100644 index 0000000..81dd238 --- /dev/null +++ b/coursework/gcse computer science/year 9/web/eco fest/readme.md @@ -0,0 +1 @@ +# [Hosted Version](https://ecofest.newtt.me/) diff --git a/gcse computer science/year 9/html css js/pet planet/assets/css/index.css b/coursework/gcse computer science/year 9/web/pet planet/assets/css/index.css similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/assets/css/index.css rename to coursework/gcse computer science/year 9/web/pet planet/assets/css/index.css diff --git a/gcse computer science/year 9/html css js/pet planet/assets/favicon.ico b/coursework/gcse computer science/year 9/web/pet planet/assets/favicon.ico similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/assets/favicon.ico rename to coursework/gcse computer science/year 9/web/pet planet/assets/favicon.ico diff --git a/gcse computer science/year 9/html css js/pet planet/assets/img/mouse_toy.jpg b/coursework/gcse computer science/year 9/web/pet planet/assets/img/mouse_toy.jpg similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/assets/img/mouse_toy.jpg rename to coursework/gcse computer science/year 9/web/pet planet/assets/img/mouse_toy.jpg diff --git a/gcse computer science/year 9/html css js/pet planet/assets/img/pedigree_dogfood.jpg b/coursework/gcse computer science/year 9/web/pet planet/assets/img/pedigree_dogfood.jpg similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/assets/img/pedigree_dogfood.jpg rename to coursework/gcse computer science/year 9/web/pet planet/assets/img/pedigree_dogfood.jpg diff --git a/gcse computer science/year 9/html css js/pet planet/assets/img/splaker_leash.jpg b/coursework/gcse computer science/year 9/web/pet planet/assets/img/splaker_leash.jpg similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/assets/img/splaker_leash.jpg rename to coursework/gcse computer science/year 9/web/pet planet/assets/img/splaker_leash.jpg diff --git a/gcse computer science/year 9/html css js/pet planet/assets/ogp.jpg b/coursework/gcse computer science/year 9/web/pet planet/assets/ogp.jpg similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/assets/ogp.jpg rename to coursework/gcse computer science/year 9/web/pet planet/assets/ogp.jpg diff --git a/gcse computer science/year 9/html css js/pet planet/brief.docx b/coursework/gcse computer science/year 9/web/pet planet/brief.docx similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/brief.docx rename to coursework/gcse computer science/year 9/web/pet planet/brief.docx diff --git a/gcse computer science/year 9/html css js/pet planet/care.html b/coursework/gcse computer science/year 9/web/pet planet/care.html similarity index 97% rename from gcse computer science/year 9/html css js/pet planet/care.html rename to coursework/gcse computer science/year 9/web/pet planet/care.html index a54bb52..55f4829 100644 --- a/gcse computer science/year 9/html css js/pet planet/care.html +++ b/coursework/gcse computer science/year 9/web/pet planet/care.html @@ -14,7 +14,7 @@ - + @@ -38,4 +38,4 @@

Dogs

Some essential things you must do to care for your dog includes things like providing a clean living environment for uour dog, keeping fresh water available, giving them a quality diet, having them examined by a vet on a regular basis, provide ample opportunites to exrcise, and training them to follow simple commands.

- \ No newline at end of file + diff --git a/gcse computer science/year 9/html css js/pet planet/design/care.png b/coursework/gcse computer science/year 9/web/pet planet/design/care.png similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/design/care.png rename to coursework/gcse computer science/year 9/web/pet planet/design/care.png diff --git a/gcse computer science/year 9/html css js/pet planet/design/home.png b/coursework/gcse computer science/year 9/web/pet planet/design/home.png similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/design/home.png rename to coursework/gcse computer science/year 9/web/pet planet/design/home.png diff --git a/gcse computer science/year 9/html css js/pet planet/design/products.png b/coursework/gcse computer science/year 9/web/pet planet/design/products.png similarity index 100% rename from gcse computer science/year 9/html css js/pet planet/design/products.png rename to coursework/gcse computer science/year 9/web/pet planet/design/products.png diff --git a/gcse computer science/year 9/html css js/pet planet/index.html b/coursework/gcse computer science/year 9/web/pet planet/index.html similarity index 97% rename from gcse computer science/year 9/html css js/pet planet/index.html rename to coursework/gcse computer science/year 9/web/pet planet/index.html index 9b5af41..45480cd 100644 --- a/gcse computer science/year 9/html css js/pet planet/index.html +++ b/coursework/gcse computer science/year 9/web/pet planet/index.html @@ -15,7 +15,7 @@ - + @@ -40,4 +40,4 @@


Contact us. - \ No newline at end of file + diff --git a/gcse computer science/year 9/html css js/pet planet/products.html b/coursework/gcse computer science/year 9/web/pet planet/products.html similarity index 96% rename from gcse computer science/year 9/html css js/pet planet/products.html rename to coursework/gcse computer science/year 9/web/pet planet/products.html index d9f3026..98fdf41 100644 --- a/gcse computer science/year 9/html css js/pet planet/products.html +++ b/coursework/gcse computer science/year 9/web/pet planet/products.html @@ -9,7 +9,7 @@ - + @@ -34,4 +34,4 @@ Mouse Toy - \ No newline at end of file + diff --git a/coursework/gcse computer science/year 9/web/pet planet/readme.md b/coursework/gcse computer science/year 9/web/pet planet/readme.md new file mode 100644 index 0000000..29b5f02 --- /dev/null +++ b/coursework/gcse computer science/year 9/web/pet planet/readme.md @@ -0,0 +1 @@ +# [Hosted Version](https://petplanet.newtt.me/) diff --git a/royal institute computer science masterclasses/computer science and social media/BarackObama.txt b/coursework/royal institute computer science masterclass 2021/computer science and social media/BarackObama.txt similarity index 100% rename from royal institute computer science masterclasses/computer science and social media/BarackObama.txt rename to coursework/royal institute computer science masterclass 2021/computer science and social media/BarackObama.txt diff --git a/royal institute computer science masterclasses/computer science and social media/main.py b/coursework/royal institute computer science masterclass 2021/computer science and social media/main.py similarity index 100% rename from royal institute computer science masterclasses/computer science and social media/main.py rename to coursework/royal institute computer science masterclass 2021/computer science and social media/main.py diff --git a/royal institute computer science masterclasses/computer science and social media/taylorswift13.txt b/coursework/royal institute computer science masterclass 2021/computer science and social media/taylorswift13.txt similarity index 100% rename from royal institute computer science masterclasses/computer science and social media/taylorswift13.txt rename to coursework/royal institute computer science masterclass 2021/computer science and social media/taylorswift13.txt diff --git a/royal institute computer science masterclasses/computer science and social media/twitter.py b/coursework/royal institute computer science masterclass 2021/computer science and social media/twitter.py similarity index 100% rename from royal institute computer science masterclasses/computer science and social media/twitter.py rename to coursework/royal institute computer science masterclass 2021/computer science and social media/twitter.py diff --git a/royal institute computer science masterclasses/from ancient babylon to quantum computing/babylonian square root.java b/coursework/royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.java similarity index 100% rename from royal institute computer science masterclasses/from ancient babylon to quantum computing/babylonian square root.java rename to coursework/royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.java diff --git a/royal institute computer science masterclasses/from ancient babylon to quantum computing/babylonian square root.py b/coursework/royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.py similarity index 100% rename from royal institute computer science masterclasses/from ancient babylon to quantum computing/babylonian square root.py rename to coursework/royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.py diff --git a/gcse computer science/year 9/python/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt b/gcse computer science/year 9/python/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt deleted file mode 100644 index dc8e0ea..0000000 --- a/gcse computer science/year 9/python/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt +++ /dev/null @@ -1,2 +0,0 @@ -Name: Jacob -Quiz result: 3/3 \ No newline at end of file diff --git a/gcse computer science/year 9/python/python challenges/registration-example.txt b/gcse computer science/year 9/python/python challenges/registration-example.txt deleted file mode 100644 index 3442a16..0000000 --- a/gcse computer science/year 9/python/python challenges/registration-example.txt +++ /dev/null @@ -1 +0,0 @@ -Name: Jacob SmithGender: MaleForm: 9AA1 \ No newline at end of file diff --git a/python/calculators/sqrt.py b/python/calculators/Square Root.py similarity index 85% rename from python/calculators/sqrt.py rename to python/calculators/Square Root.py index 4beaa6d..742b7fb 100644 --- a/python/calculators/sqrt.py +++ b/python/calculators/Square Root.py @@ -2,6 +2,6 @@ def sqrt(x): a = 2 while abs((a - (x / a))) > 1: a = (a + (x / a)) / 2 - return a // 1 + return int(a) print(sqrt(81)) diff --git a/python/calculators/stdev.py b/python/calculators/Standard Deviation.py similarity index 100% rename from python/calculators/stdev.py rename to python/calculators/Standard Deviation.py diff --git a/python/chess pgn reader/example.pgn b/python/chess pgn reader/example.pgn deleted file mode 100644 index 90930fd..0000000 --- a/python/chess pgn reader/example.pgn +++ /dev/null @@ -1,23 +0,0 @@ -[Event "Live Chess"] -[Site "Chess.com"] -[Date "2021.06.04"] -[Round "?"] -[White "totallynotntb"] -[Black "Enzinhu"] -[Result "1-0"] -[ECO "A46"] -[WhiteElo "953"] -[BlackElo "931"] -[TimeControl "600"] -[EndTime "15:07:16 PDT"] -[Termination "totallynotntb won by resignation"] - -1. d4 d6 2. Nf3 Nf6 3. g3 Nbd7 4. Bg2 e5 5. dxe5 Nxe5 6. Nxe5 dxe5 7. Qxd8+ Kxd8 -8. Bg5 Be7 9. c4 h6 10. Bxf6 Bxf6 11. Nc3 c6 12. O-O Be6 13. b3 Kc7 14. Rad1 -Rad8 15. e4 Rxd1 16. Rxd1 Rd8 17. Ra1 g5 18. h3 g4 19. hxg4 Bxg4 20. f3 Be6 21. -Ne2 Rd2 22. Kf1 b5 23. Ke1 Rd7 24. cxb5 cxb5 25. Nc3 a6 26. f4 exf4 27. gxf4 Rd3 -28. Ne2 Bh4+ 29. Kf1 f5 30. e5 Bd5 31. Bxd5 Rxd5 32. Ng1 Be7 33. Nh3 h5 34. Rc1+ -Kb6 35. Rc3 Rd2 36. a4 bxa4 37. bxa4 a5 38. Rc4 Bc5 39. Ke1 Rh2 40. Ng5 h4 41. -e6 h3 42. Rxc5 Kxc5 43. e7 Rh1+ 44. Kf2 Rh2+ 45. Kf3 Re2 46. Kxe2 h2 47. e8=Q -h1=Q 48. Qe5+ Kb4 49. Qd4+ Ka3 50. Qd6+ Kb3 51. Nf3 Kxa4 52. Ne1 Qh5+ 53. Nf3 -Qh2+ 54. Nxh2 Kb3 1-0 \ No newline at end of file diff --git a/python/chess pgn reader/pgn reader.py b/python/chess pgn reader/pgn reader.py deleted file mode 100644 index e998983..0000000 --- a/python/chess pgn reader/pgn reader.py +++ /dev/null @@ -1,82 +0,0 @@ -import os -import re - -pieces = { - 'w': { - 'K': '\u2654', - 'Q': '\u2655', - 'R': '\u2656', - 'B': '\u2657', - 'N': '\u2658', - 'P': '\u2659' - }, - 'b': { - 'K': '\u265A', - 'Q': '\u265B', - 'R': '\u265C', - 'B': '\u265D', - 'N': '\u265E', - 'P': '\u265F' - } -} - -filename = input('Enter the name of the .pgn file! ') -dir = os.path.dirname(os.path.realpath(__file__)) -file = open('{0}/{1}.pgn'.format(dir, filename)) -lines = file.readlines() # Read all lines - -indexOfTurnOne = lines.index([s for s in lines if '1. ' in s][0]) # Find the index of move one -turns = lines[indexOfTurnOne:len(lines)] # Find the beginning of the turns -turns = re.findall(" ".join(["[^ ]+"] * 3), ' '.join(turns)) # Split on every third space -turns = list(map(lambda s: s.replace('\n', ''), turns)) # Remove all new lines from turns - -for turn in turns: - i = turns.index(turn) - turns[i] = { - 'number': int(turn.split('.')[0]), - 'moves': { - 'w': { - 'move': turn.split('.')[1].strip().split(' ')[0] - }, - 'b': { - 'move': turn.split('.')[1].strip().split(' ')[1] - } - } - } - - for side in turns[i]['moves']: - print(turns[i]['moves'][side]) - if turns[i]['moves'][side]['move'][0].islower(): - turns[i]['moves'][side]['piece'] = 'P' - elif turns[i]['moves'][side]['move'][0] == 'R' or turns[i]['moves'][side]['move'][0].startswith('O'): - turns[i]['moves'][side]['piece'] = 'R' - else: - turns[i]['moves'][side]['piece'] = turns[i]['moves'][side]['move'][0] - - print(turns[i]) - -board = [ - ['bR','bN','bB''bQ','bK','bB','bN','bR'], - ['bP','bP','bP','bP','bP','bP','bP','bP'], - ['','','','','','','',''], - ['','','','','','','',''], - ['','','','','','','',''], - ['','','','','','','',''], - ['wP','wP','wP','wP','wP','wP','wP','wP'], - ['wR','wN','wB''wQ','wK','wB','wN','wR'] -] - -def render(turn): - global board - i = turns.index(turn) - for colour in turns[i]['moves']: - move = turns[i]['moves'][colour]['move'] - if len(move) == 2: - for row in board: - for file in row: - if file == '{0}{1}'.format(colour, turns[i]['moves'][colour]['piece']): - print('a', ) - - return board - -print(render(turns[0])) \ No newline at end of file diff --git a/python/pp from beatmap id/pp from beatmap id.py b/python/pythonchallenge.com/PP from Beatmap ID.py similarity index 100% rename from python/pp from beatmap id/pp from beatmap id.py rename to python/pythonchallenge.com/PP from Beatmap ID.py diff --git a/readme.gif b/readme.gif new file mode 100644 index 0000000..adde036 Binary files /dev/null and b/readme.gif differ diff --git a/readme.md b/readme.md index 82ab70a..9af8c10 100644 --- a/readme.md +++ b/readme.md @@ -1,26 +1,25 @@
- +

the honk

-> 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. +> Big code dump. BTEC [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. - -### Royal Institute Computer Science Masterclasses - -- [Week 2 - Computer Science and Social Media](royal%20institute%20computer%20science%20masterclasses/computer%20science%20and%20social%20media) - ### Python -- [Get PP from a beatmap ID](python/pp%20from%20beatmap%20id) +- [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) - [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) @@ -36,9 +35,38 @@ Here you can find a bunch of random work from my GCSE Computer Science class dum - [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) -- [Calculators](python/calculators) - - [Quadratic nth Term](python/calculators/quadratic%20nth%20term.py) - - [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) + +### 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) diff --git a/readme.png b/readme.png deleted file mode 100644 index af1f72b..0000000 Binary files a/readme.png and /dev/null differ