Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: gcse

Draggie306/CheatSheets

Source code for the popular Cheat Sheets and other revision material for various subjects hosted on iBaguette.com

Language: HTML - Size: 1.81 MB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 4 - Forks: 2

martin-he543/classics-cheat-sheets

Summary grammar and modified DVLs for OCR's Classical Greek (9-1), Latin (9-1) GCSEs, from the 2016 syllabi. Used as part of educational resources in Tiffin School and the Kingston Academy.

Size: 11.5 MB - Last synced: 3 days ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

nayakrujul/CompSci

An online revision guide for AQA GCSE Computer Science students

Language: HTML - Size: 3.22 MB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 5 - Forks: 0

CodingChallengesBooklet/Hack-proof

Create a program that will only open a text document if the correct password is entered. The user should choose the username and password first and it should also verify the password before allowing it.

Size: 6.84 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/CreditCardValidator

Takes in a credit card number from a common credit card vendor (Visa, MasterCard, American Express, Discoverer) and validates it to make sure that it is a valid number (look into how credit cards use a checksum).

Language: Python - Size: 16.6 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

CodingChallengesBooklet/FruitMachine

Write a program to simulate a Fruit Machine that displays three symbols at random from Cherry :cherries:, Bell :bell:, Lemon :lemon:, Orange :orange:, Star :star:, Skull :skull:.

Language: Python - Size: 18.6 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/Thief

Design and write a program that displays all the possible combinations for any four numerical digits entered by the user. The program should avoid displaying the same combination more than once.

Language: Python - Size: 17.6 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/UnitConverter

Converts various units between one another. The user enters the type of unit being entered, the type of unit they want to convert to and then the value. The program will then make the conversion.

Language: Python - Size: 18.6 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/SpeedTracker

Create a program that takes a time for a car going past a speed camera, the time going past the next one and the distance between them to calculate the average speed for the car in mph. The cameras are one mile apart.

Language: Python - Size: 24.4 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/FactorialFinder

The Factorial of a positive integer, n, is defined as the product of the sequence n, n-1, n-2, ...1 and the factorial of zero, 0, is defined as being 1. Solve this using both loops and recursion.

Language: Python - Size: 20.5 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 2

CodingChallengesBooklet/Palindromes

Write a program that checks if a string entered by the user is a palindrome. A palindrome is a word that reads the same forwards as backwards like “racecar" or "hannah".

Language: Python - Size: 9.77 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/Classification

A simple classification system asks a series of Yes/No questions in order to work out what type of animal is being looked at. Carry out some simple research on classification trees, then write a program to help the user decide between the following: horse, cow, sheep, pig, dog, cat, lion, tiger, whale, dolphin, seal, penguin, ostrich, sparrow, spider, ant, bee, wasp, termite, octopus, squid.

Size: 10.7 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/CasearCipher

Implement a Caesar cipher, both encoding and decoding. The key is an integer from 1 to 25. This cipher rotates the letters of the alphabet (A to Z). The encoding replaces each letter with the 1st to 25th next letter in the alphabet (wrapping Z to A). So key 2 encrypts “HI” to “JK”, but key 20 encrypts “HI” to “BC”.

Language: Python - Size: 11.7 KB - Last synced: 19 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

EasonSYC/gcse-maths-notes

Notes taken in OIC GCSE Courses.

Language: TeX - Size: 613 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

EasonSYC/gcse-physics-formulae-sheet

Formulae Cheat Sheet for CIE IGCSE Physics (9-1) from 2023.

Language: TeX - Size: 811 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 1

EasonSYC/gcse-addmaths-revision-sheet

Revision Sheet for CIE IGCSE Additional Mathematics.

Language: TeX - Size: 1.36 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

EasonSYC/gcse-compsci-knowledge-sheet

Knowledge Cheat Sheet for CIE IGCSE Computer Science (9-1) 2023 onwards.

Language: TeX - Size: 670 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

EasonSYC/gcse-maths-revision-sheet

Revision Sheet for CIE IGCSE Mathematics.

Language: TeX - Size: 22.5 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Bsodoge/Binary-Questions-Generator

A website that allows you to easily practice binary questions.

Language: TypeScript - Size: 88.9 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 3 - Forks: 0

davwheat/GCSE-Exam-Timetable 📦

Language: HTML - Size: 4.19 MB - Last synced: about 1 month ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

davwheat/GCSE-Revision-Website 📦

A free, open-source revision website for GCSE students.

Language: JavaScript - Size: 38.7 MB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 1 - Forks: 2

T05619/Reactivity-Series-Quiz

A GCSE level reactivity series test, to test your knowledge of the reactivity series.

Language: CSS - Size: 53.7 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

RasperRevision/RasperRevision.github.io

Free online revision resources and activities for (GCSE) students and teachers.

Language: HTML - Size: 7.09 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

arm-university/MicroPython-for-microbit

Learn about all the programming techniques in the GCSE Computer Science curriculum using MicroPython to program a micro:bit. Learners apply these techniques across several projects, mirroring real-world product development.

Language: Rich Text Format - Size: 36.5 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 10 - Forks: 6

Viren070/Corbettmaths-Program

A program to load the resources of corbettmaths (5-a-day or its predicted and practice papers)

Language: Python - Size: 16.4 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

desholmes/study23-gcse-maths-formula-cards

Study23 GCSE Maths Formula Flash Cards are a great way to revise and memorise the key formulas for your GCSE Maths exams. Boost your GCSE maths exam preparation - designed to improve memory, recall and exam confidence.

Size: 2.93 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

arm-university/Computational_Thinking

These resources cover all the GCSE Computer Science Computational Thinking techniques and contain lots of interactive activities to reinforce understanding to prepare learners for their exams.

Size: 567 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 1

morganlabs-old/adventure_cymru

Language: Svelte - Size: 34.3 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

morganlabs-old/global_citizenship

Language: TypeScript - Size: 786 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

hairyfred/OCR-GCSE-9-1-Music-Quiz 📦

OCR GCSE Programming Task , Music Quiz

Language: Python - Size: 3.66 MB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 4

regimensocial/extrememusicquiz2

My GCSE Computer Science "Programming Project" (OCR 2021, not assessed)

Language: C# - Size: 172 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

shnupta/EnglishGCSE2017

Resources for the Edexcel English GCSE 2017 (new spec)

Size: 111 KB - Last synced: 8 months ago - Pushed: over 4 years ago - Stars: 6 - Forks: 4

benyohaiphysics/OpenPhysics

An open source bank of physics resources. Open to all to contribute.

Language: TeX - Size: 2.45 MB - Last synced: 8 months ago - Pushed: almost 7 years ago - Stars: 7 - Forks: 3

imnatgreen/password-nea

Python solution for the AQA GCSE Computer Science NEA 2018 ("Password Checker and Generator")

Language: Python - Size: 375 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

fslcoding/Loops

A summary of types of loops

Language: C# - Size: 181 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Variables

A Guide to Variables

Language: C# - Size: 11.7 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 1

fslcoding/Clarendon-Highschool

Example GCSE coursework

Language: C# - Size: 7.81 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Geography-Field

A example of GCSE coursework

Language: C# - Size: 8.79 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Nested-For-Revision

Revision of nested loops

Language: C# - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Do-While-Revision

Revision of exit controlled loops

Language: C# - Size: 1.95 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Number-Guesser

A game of guessing random numbers

Language: C# - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/IsStringEmpty

Brief intro to IsNullOrEmpty

Language: C# - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/2D-Arrays

Revision material for 2 dimentional arrays

Language: C# - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Interest

A simple interest calculator

Language: C# - Size: 1.95 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Simple-Calculator

A CLI Calculator

Language: C# - Size: 1.95 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Compound-Interest

A Compound Interest Calculator

Language: C# - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Hangman

Hangman CLI game

Language: C# - Size: 1000 Bytes - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Arrays-Revision

Various revision code on arrays

Language: C# - Size: 3.91 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Read-File

Reading in from a csv file

Language: C# - Size: 2.93 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Methods-Revision

Revision of basic methods

Language: C# - Size: 3.91 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

fslcoding/Arrays

A Guide of arrays

Language: C# - Size: 4.88 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

fslcoding/Try-Catch

A Guide of try catch statements

Language: C# - Size: 88.9 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

fslcoding/Data-Types

A Guide On Data Types

Language: C# - Size: 15.6 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

fslcoding/Methods

A summary on methods

Language: C# - Size: 6.84 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 1

fslcoding/CSV-Read

A method for reading a 2D array from a CSV file

Language: C# - Size: 85 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 1

fslcoding/Login

A method to login to an application

Language: C# - Size: 3.91 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 1

3rdit/Python-Check-Generate-Password

this was the GCSE coursework for year 11 students across the UK

Language: Python - Size: 23.4 KB - Last synced: 9 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

alexlostorto/papersss

Finding GCSE past papers has never been easier!

Language: CSS - Size: 71.3 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

AnomalyJx/Science-Mastery

Free Science Library for those who need to revise for their upcoming exams.

Language: CSS - Size: 5.81 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

tmncollins/Astronomy-Revision

Language: JavaScript - Size: 4.75 MB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

jagogardiner/cowsAndBulls 📦

Cows and Bulls is a guessing game based off numbers.

Language: C# - Size: 283 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

vapouryh/Card-Game

Like Top Trumps but less exciting.

Language: Python - Size: 0 Bytes - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

bitlogist/xigcse

Extended IGCSE!

Language: HTML - Size: 0 Bytes - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

midoublelo/ocr-pseudocode

VS Code extension that adds syntax highlighting for OCR-style pseudocode.

Size: 4.88 KB - Last synced: 12 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

farbodsz/FlashcardsApp 📦

A simple, functional flashcards app that follows exam board specifications.

Language: Java - Size: 1.03 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 1

Aikufurr/GCSE-J276-2 📦

Language: JavaScript - Size: 1.07 MB - Last synced: about 2 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

chudasmat/cmndr

Answers and generates GCSE Economics 6 mark questions using AI

Language: CSS - Size: 348 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

VoidemLIVE/Dice-Game

A project for school. GCSE Computer Science Python coding project.

Language: Python - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

sd0e/cardgame

My interactive, web-based OCR NEA Card Game

Language: JavaScript - Size: 259 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

tika/cardr

GCSE card game - websockets, encryption and database

Language: TypeScript - Size: 19 MB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

igcompsci/igcompsci.github.io

IGCSE CompSci

Language: HTML - Size: 429 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

CodingChallengesBooklet/Ordering

Create a program that allows entry of 10 numbers and then sorts them into ascending or descending order, based on user input. The user can input a word or string, and it arranges the string into alphabetical order. E.g. My Rabbit would be shown as “abbimty “. (Punctuation placement is not essential)

Language: Python - Size: 8.79 KB - Last synced: 18 days ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

MissClickalot/gcse-computer-science-learning-portal

A free, open-source match maker for GCSE Computer Science teachers and students to find the learning material they really want.

Language: Python - Size: 13.4 MB - Last synced: 5 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

varjmes/mathlete

:teacher: :apple: teaching myself maths

Language: Jupyter Notebook - Size: 17.6 KB - Last synced: almost 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

imnatgreen/airport-nea

Python solution for the AQA GCSE Computer Science NEA 2021 ("Flight Planning")

Language: Python - Size: 201 KB - Last synced: 22 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Doomcow500/GCSE-coding-challenges

Made in Python 3. I plan to remake these in JavaScript soon and make a web interface for them

Language: Python - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

wlwww16/GCSE-A-Level-CS-Challenges

A repository for completed versions of common GCSE and A-Level Computer Science challenges.

Language: C# - Size: 428 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 0

patrickreader/WebDesign

GCSE Web Design Project

Language: HTML - Size: 3.27 MB - Last synced: over 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

shnupta/OCR-Past-Papers

Past papers,mark schemes and examiner's reports from the OCR J275 Computer Science GCSE course.

Size: 4.54 MB - Last synced: over 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0