Khaled-Waled
Fresh graduate of the Faculty of Computers and Artificial Intelligence in Cairo University, Egypt.
Cairo UniversityGiza, Egypt
Pinned Repositories
Affirmations-App
A simple android application to display Affirmations that help boosting self confidence.
Android-Communicator
Android Communicator is a small android application that makes basic HTTP requsets (GET/ POST) to a remote server.
Background-Changer
A simple chrome extension to change a web page background colour.
Chinese-Checker-with-AI
A game of Chinese checkers where a user is able to play against an AI with multi levels of difficulty. The internal ai utilises the min-max algorithm
CoffeeBackend
A cafe backend API built with spring-boot using JPA, secured with JWTs. The service is deployed on Heroku. Serves as a back end for serveral platforms: ex. https://github.com/Ibrahim-Adel-20190008/CoffeeApp
CPU-Scheduler-Simulator
This CPU Scheduler Simulator is made to solve an assignment in the Operating systems course. The goal is to show how does the cpu deal with multiple processess running at the same time.
NotaPadQT
A small notepad-like Desktop application. (Work in progress)
PaintProject-Win32
A Paint program implementation using Win32 windows API.
School_Managment_System
A desktop application of a simple school managment system made using QT C++ for GUI and QSql database
Virtual-File-System
This is a mock implementation of a virtual file system with access protection. A user is able to interact with the system through terminal commands.
Khaled-Waled's Repositories
Khaled-Waled/NotaPadQT
A small notepad-like Desktop application. (Work in progress)
Khaled-Waled/PaintProject-Win32
A Paint program implementation using Win32 windows API.
Khaled-Waled/Chinese-Checker-with-AI
A game of Chinese checkers where a user is able to play against an AI with multi levels of difficulty. The internal ai utilises the min-max algorithm
Khaled-Waled/CoffeeBackend
A cafe backend API built with spring-boot using JPA, secured with JWTs. The service is deployed on Heroku. Serves as a back end for serveral platforms: ex. https://github.com/Ibrahim-Adel-20190008/CoffeeApp
Khaled-Waled/CPU-Scheduler-Simulator
This CPU Scheduler Simulator is made to solve an assignment in the Operating systems course. The goal is to show how does the cpu deal with multiple processess running at the same time.
Khaled-Waled/SimpleChat
A proof of concept project that aims to create a simple chat android app using basic Server Client Architecture.
Khaled-Waled/Affirmations-App
A simple android application to display Affirmations that help boosting self confidence.
Khaled-Waled/Android-Communicator
Android Communicator is a small android application that makes basic HTTP requsets (GET/ POST) to a remote server.
Khaled-Waled/Background-Changer
A simple chrome extension to change a web page background colour.
Khaled-Waled/parallel-data-processing
This project implements the usage of the MPI library to work on a data set using multiple processes.
Khaled-Waled/School_Managment_System
A desktop application of a simple school managment system made using QT C++ for GUI and QSql database
Khaled-Waled/Virtual-File-System
This is a mock implementation of a virtual file system with access protection. A user is able to interact with the system through terminal commands.
Khaled-Waled/CarApp
Advanced Software Engineering course project
Khaled-Waled/CurveFitting_GeneticAlgorithm
This program tries to fit a curve that passes the data points
Khaled-Waled/Deadlock-Simulator
A basic system that simulates deadlock of processes and solves it.
Khaled-Waled/Disk-Scheduling-Simulator
Collection of well known disk scheduling algorithms.
Khaled-Waled/LZ-Compression
Khaled-Waled/organization-managment
Khaled-Waled/RegistrationSys_AdminUI
Khaled-Waled/RegistrationSys_StudentUI
Khaled-Waled/Router-simulator
A simulation of a router with devices logging in to it at the same time using threadding managed by semaphores
Khaled-Waled/SpringTest
A mock implementation of a bank backend. This project's purpose is to learn more about spring and JPA.
Khaled-Waled/standardHuffman
This repo is for the solution of the assignment that requires the implementation of the standered huffman compression alogrithm
Khaled-Waled/Storage-managment-System
Khaled-Waled/Suffix-Trie
This project was made to solve an assignment related to (Advanced Data Structures Course).
Khaled-Waled/TipTime
TipTime is a small andorid application intended to calculate tips provided the original service cost.
Khaled-Waled/TODO_App_Frontend_Backend_Testing
Khaled-Waled/Tomcat_test
This is my first experience with tomcat and java servlet. As a soultion to an assignment of setting up a trivial tomcat server.