Pinned Repositories
Othello_AI_Player
100-days-of-code
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
citr-v8-project
Steps for the project for the Complete Intro to React v8 and Intermediate React v5
Code-organizer
Providing an ad-hoc solution to an issue with a particular algorithm.
GPS-Tracking-System
In this repo we document our progress in the GPS Tracking System project required for the Microprocessor-based Systems course.
iOS-Calculator
A project for the course "Complete Intro to Web Dev v3" by Brian Holt.
ML-predicting-grades
Working on a simple linear regression model for predicting students' exam scores. Using a dataset with features like study time, family size, and parental backgrounds. This work is for personal training and educational purposes.
online-clinic-frontend
Managing the front-end components of an online clinic website.
Word-Masters
My own version of the game "Wordle" in a project for Brian Holt's course "Intro to Web Development".
Word-Pattern-Matcher
A simple Python script to find all words that match a certain pattern. This can be used to find the (possible) answers to a Wordle game given the (confirmed) part of the answer word that you have so far. The script works for words of different lengths from 3 letters up to 9 letters.
mahmoudadelaziz's Repositories
mahmoudadelaziz/GPS-Tracking-System
In this repo we document our progress in the GPS Tracking System project required for the Microprocessor-based Systems course.
mahmoudadelaziz/online-clinic-frontend
Managing the front-end components of an online clinic website.
mahmoudadelaziz/ML-predicting-grades
Working on a simple linear regression model for predicting students' exam scores. Using a dataset with features like study time, family size, and parental backgrounds. This work is for personal training and educational purposes.
mahmoudadelaziz/100-days-of-code
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
mahmoudadelaziz/citr-v8-project
Steps for the project for the Complete Intro to React v8 and Intermediate React v5
mahmoudadelaziz/Code-organizer
Providing an ad-hoc solution to an issue with a particular algorithm.
mahmoudadelaziz/data-cleaning-with-python
This repo documents my progress through the course "Cleaning Data in Python" on DataCamp. I downloaded the datasets and code along to apply the concepts I learn along the way.
mahmoudadelaziz/generate-random-words
This simple webpage generates a random five-letter word every time the user clicks a button. It is a basic exercise in dealing with APIs.
mahmoudadelaziz/iOS-Calculator
A project for the course "Complete Intro to Web Dev v3" by Brian Holt.
mahmoudadelaziz/js-basics
Learning JavaScript basics.
mahmoudadelaziz/peps
Python Enhancement Proposals
mahmoudadelaziz/TINY-Parser
Implementing a TINY parser using the recursive descent method.
mahmoudadelaziz/Word-Masters
My own version of the game "Wordle" in a project for Brian Holt's course "Intro to Web Development".
mahmoudadelaziz/Word-Pattern-Matcher
A simple Python script to find all words that match a certain pattern. This can be used to find the (possible) answers to a Wordle game given the (confirmed) part of the answer word that you have so far. The script works for words of different lengths from 3 letters up to 9 letters.
mahmoudadelaziz/js-year-calendar
A fully customizable year calendar widget
mahmoudadelaziz/learning-git
My playground for Git experimentation and learning.
mahmoudadelaziz/online-clinic-backend
The backend server of an Online Clinic Web Application.
mahmoudadelaziz/Price-Tracking-Web-Scraper
An automated price tracker that uses bright data, playwright, react and flask.
mahmoudadelaziz/w3schools-test.github.io
w3schools.com repository used in demonstrating GitHub and GitHub pages
mahmoudadelaziz/XML-Editor
This program parses XML files to point out and fix inconsistencies like missing or unmatching tags.