Found 20 repositories(showing 20)
Zeyadzahran
No description available
Website for Hogwarts the magical school (Frontend + Backend) 🔮🪄
levanishonia
Website for Georgian Hogwarts programming Academy
AzurieWolf
This program allows you to manage your project content folders for your Hogwarts Legacy UE project.
Mazen-Yasser-10
No description available
mohamedadel96e
A backend system that digitalizes Hogwarts, featuring authentication, house sorting, magical courses, and duels. Secure, scalable, and immersive for students and staff. ✨
KhaledMahmoudSaeed
repo contains HTML intro page for Hogwarts for programming
ashpreetkaur25
Hogwarts-themed Rasa chatbot for learning programming via spell-based lessons
marasama
My humble logistic regression program for classify students in Hogwarts
dimitri-lopez
Using prolog to map various relationships of Hogwarts students. A programming assignment for Programming Languages at RPI
jolaf
A trainer program to improve spellcasting skill for a Hogwarts Seasons LARPs.
TheEvilDuck-lang
The Sorting Hat is a tradition in Hogwarts. Every year, it sorts first years into their Hogwarts house. In Hogwarts, your house is like your family. Gryffindor is for brave people, Hufflepuff is for hard-working and loyal people, Ravenclaw is for smart people, and Slytherin is for ambitious people. This Python program replicates the process of sorting an individual into their house.
bauerkamil
This is a project for object-oriented programming class. It's a simulation of a year in Hogwart
aldousveronica
This is a "Sorting Hat" program that asks a series of multiple choice questions for the user to respond to, and then sorts the user into a Hogwarts House (Harry Potter).
drunkleen
Voldemort-- is a fictional programming language inspired by the Harry Potter universe. With spell-like commands and magical syntax, it transforms coding into a wizarding experience. Built for fun, Voldemort-- lets you explore programming concepts through Hogwarts-themed keywords and structures. Code with a touch of magic! 🧙♂️✨
gap6033
Writing SQL queries to extract required data from imdb movies database. Writing python program to import all of the school’s data into a SQLite database and write a Python program to query that database to get house rosters for each of the houses of Hogwarts.
lilyclaireg
For my 'Introduction to Programming in Python' (CPSC1050) course here at Clemson University, we were assigned a project to create a role-playing game. In this game I created, you are a new Hogwarts student (Harry Potter's child) where you will get sorted into your house, learn spells, and help save Hagrid by battling a troll!
Farhan-Labib-afk
CPSC 441 Assignment 4: Harry Potter Reunion. This project uses Python to determine the optimal routes for Hogwarts alumni traveling to a reunion in Ottawa. The program calculates the shortest hop path, shortest distance path, shortest time path, and the path with the least Dementor exposure. Includes pathfinding algorithms and visualization.
kripeshr22
This is a C++ program that uses the concept of objects, pointers and vectors to create a detailed shipping log that keeps track of all the information for a company called Hagrid's Owl and Griffin Wizard Accredited Rapid Transcontinental Shipping (HOGWARTS) company. This was a class project for CMS 148 by Dr. Ben Fine at Ramapo College of New Jersey.
sova1005
The academic office at the Hogwarts School of Witchcraft and Wizardry has compiled data about students' grades. The data is provided as text from standard input in three parts: information about courses, information about students and information about grades. Each part has a specific line format, described below.. Information about courses Line format: Course Code~Course Name~Semester~Year~Instructor Information about students Line format: Roll Number~Full Name Information about grades Line format: Course Code~Semester~Year~Roll Number~Grade The possible grades are A, AB, B, BC, C, CD, D with corresponding grade points 10, 9, 8, 7, 6, 5 and 4. The grade point average of a student is the sum of his/her grade points divided by the number of courses. For instance, if a student has taken two courses with grades A and C, the grade point average is 8.50 = (10+7)÷2. If a student has not completed any courses, the grade point average is defined to be 0. You may assume that the data is internally consistent. For every grade, there is a corresponding course code and roll number in the input data. Each section of the input starts with a line containing a single keyword. The first section begins with a line containing Courses. The second section begins with a line containing Students. The third section begins with a line containing Grades. The end of the input is marked by a line containing EndOfInput. Write a Python program to read the data as described above and print out a line listing the grade point average for each student in the following format:
All 20 repositories loaded