GitHub topics: alevel
Draggie306/CheatSheets
Source tree for Cheat Sheets and other revision information, with scripts to control serving the content, for various material hosted on iBaguette.com
Language: HTML - Size: 2.12 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 8 - Forks: 3

jx4e/Minecode
Minecode is a mineraft mod built for my ALevel Computer Science NEA. It is designed to allow the user to learn programming by creating minecraft mods using Lua. It is written in Java and uses the Fabric mod framework.
Language: Java - Size: 413 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

physic-sim/physicsim-sims
Simulations and library for Physicsim
Language: JavaScript - Size: 372 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

physic-sim/physicsim-web 📦
Landing page and catalog for Physicsim simulations
Language: HTML - Size: 690 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

i2mx/Haskeudo
A Cambridge Pseudo Code compiler written in Haskell
Language: Haskell - Size: 75.1 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

Thresh514/biomindweb
Site for a full stack project
Language: JavaScript - Size: 105 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

SaadiSave/cambridge-asm
A compiler and stack-based VM for pseudo-assembly as defined in the Computer Science Coursebook for Cambridge International AS & A Level, second edition, by Langfield & Duddell.
Language: Rust - Size: 353 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 17 - Forks: 2

ShephardLuke/little-man-computer
A Level Computer Science NEA 2023
Language: JavaScript - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

strongdingstar/9618
CAIE Computer Science A-Level Paper 4 Solution Code
Language: Python - Size: 856 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 68 - Forks: 0

ultraspatial/CIEpy
CIE past paper URL generator.
Language: Python - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Draggie306/ALevel-CS-Project
For my A-level Computer Science NEA, I developed a games ecosystem with downloader, auto-updater, authentication with a server, website and Unity water simulator game. This repo contains the Unity game. For all aspects of the project, go to: https://github.com/Draggie306/CompSci-HandIn
Language: C# - Size: 2.22 GB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

izxxr/pspl
Pseudocode Styled Programming Language - for A Level Computer Science (9618) - written in Python
Language: Python - Size: 147 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 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 at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ttttonyhe/snapaper 📦
:newspaper: Past Papers Sharing Platform Based On Vue.js & GCE Guide | CAIE 试卷分享与下载平台
Language: PHP - Size: 453 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 89 - Forks: 4

SingularityT3/PseudoEngine2
An interpreter for IGCSE/A level pseudocode
Language: C++ - Size: 1.46 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 4

regimensocial/ACSProject
My wretched A Level Computer Science project (OCR 2023).
Language: TypeScript - Size: 188 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Draggie306/Geography-ALevel-NEA
A small repo for code that I write for my A-level Geography coursework/non-examined assessment (NEA)
Language: Python - Size: 65.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

therealnaail/physics_test
Advanced Physics Multiple Choice Quiz
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

luke-tangh/a-level-pastpaper-crawler
crawl cambridge a level papers from papers.gceguide.com
Language: Python - Size: 53.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

EricTechb/Exams
All A Level exams with student access for maths, physics and economics in one place.
Language: EJS - Size: 1.88 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

chehanr/ALevelDump 📦
A simple script used to scrape A/L results in given range of IDs.
Language: Python - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

luke-tangh/a-level-mcq-cutter
cut a level mcqs in pdfs to single question as image file
Language: Python - Size: 1.87 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

igcompsci/igcompsci.github.io
IGCSE CompSci
Language: HTML - Size: 429 KB - Last synced at: over 2 years ago - Pushed at: over 2 years 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 at: 21 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

Claire-Partridge/alevel-resource
At-home A-level Physics Experiment Resource
Size: 5.54 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

white-collar/unit-test-example
Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mhoare/AQA-SkeletonCode-2017
AQA A2 Computer Science Paper 1 Skeleton Code :skull:
Language: Visual Basic - Size: 26.4 KB - Last synced at: 14 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1
