Pinned Repositories
-Object-Oriented-Drawing-and-Painting-Application
OOP designed program using SOLID principles and design patterns to help the user draw shapes,the user is able to edit shapes,add new ones, delete, copy, move, resize and color.
8086_sorting_input_array
8086 assembly code to take two arrays as input and rearrange them in descending order
car_rental_system_full_stack
car rental system full stack
Daily-journal-blog
drumkit
drumkit using javascript
Face-Recognition
Face Recognition using LDA, PCA and Kmeans
Federated_LlaVA_MED
hyperlink-integrity-checker
OOP program that checks the integrity of URLs within a certain URL at a certain depth in optimum time using optimum number of threads.
ML-predicting-house-prices-Iowa
A machine learning program to predict house prices according to its features after cleaning a dataset of houses in iowa then using linear regression.
Secrets_Web_App
web app that authenticate users using cookies and sessions , then every user can post a secret anonymously
AliMekky's Repositories
AliMekky/car_rental_system_full_stack
car rental system full stack
AliMekky/-Object-Oriented-Drawing-and-Painting-Application
OOP designed program using SOLID principles and design patterns to help the user draw shapes,the user is able to edit shapes,add new ones, delete, copy, move, resize and color.
AliMekky/8086_sorting_input_array
8086 assembly code to take two arrays as input and rearrange them in descending order
AliMekky/Daily-journal-blog
AliMekky/drumkit
drumkit using javascript
AliMekky/Face-Recognition
Face Recognition using LDA, PCA and Kmeans
AliMekky/Federated_LlaVA_MED
AliMekky/hyperlink-integrity-checker
OOP program that checks the integrity of URLs within a certain URL at a certain depth in optimum time using optimum number of threads.
AliMekky/ML-predicting-house-prices-Iowa
A machine learning program to predict house prices according to its features after cleaning a dataset of houses in iowa then using linear regression.
AliMekky/Secrets_Web_App
web app that authenticate users using cookies and sessions , then every user can post a secret anonymously
AliMekky/Federated_LlaVA_MED_2
AliMekky/FLWR_Tutorial
Federated Learning pipeline using FLWR framework
AliMekky/GymTech
full stack web app using Vue js, Node js and MySQL
AliMekky/infix-to-postfix-using-stack
The main should take a string as input from user, convert it to postfix notation using infixToPostfix(), and then call evaluatePostfix(). Cases that must be handled in the program - Single digit numbers - Multi digit numbers - Brackets - Floating point numbers - Negative numbers
AliMekky/mini-shell
AliMekky/Multi-Label-Arabic-Dialect_Identification
AliMekky/Multi-label-Text-span-Classification-for-Named-Entity-Role-Assignment
AliMekky/Netflix-frontend-clone-React
Netflix clone using react
AliMekky/Network-Anomaly-Detection
Detecting Network Anomalies Using Clustering Techniques
AliMekky/RoundRobin
One of the main functions of the operation system is to schedule processes that the processor executes. One of the very popular algorithms for this scheduling is called Round Robin, where each process enters a queue, executes in a FIFO order, and after a specified time its execution stops and returns back at the end of the queue if it still need time to continue execution or aborts if it has finished its required time of execution.
AliMekky/signal-genertor
MATLAB program to generate a signal whose properties are specified by the user, then apply some signal operations like shifting,amplitude scaling.
AliMekky/Simon-Game
Simple simon game using Javascript
AliMekky/Smart-Home
Smart home using embedded microcontrollers and sensors.
AliMekky/sorting-algorithms-analysis
AliMekky/spellchecker
a program that checks the spelling of the input word by searching in a certain dictionary using binary search trees.
AliMekky/TCP-and-http-implementation-usinf-udp
AliMekky/TinDog
A designed website using bootstrap
AliMekky/yacc-tutorial
This is the source code for my Yacc/Bison screencast tutorial on YouTube.