Pinned Repositories
Apollo-Test
trying to build apollo client and apollow server with React and GraphQL
Audio-Equalizer
a simple wav Equalizer developed in matlab using iir and fir filters you can use it with GUI
BabyNames
this program to search for baby names of USA data csv in years by many ways like get number of total births of this name or get the rank of name or get year of highest rank etc...
Caesar-Encryption-Decryption
project using Julius Caesar encryption and decryption it without knowing the key (with using some of OOP concepts)
ClockFX
analogue clock with Java Fx and have stop and start buttons
Codon-Count
Exercise in using hash maps in count things as number of codons in DNA, starting from any position, get number of unique codons and print all the codons you get, compare between codons if you start at position 0,1 and 2 , and also count number of words in files and see the number of words the repeated in how many files and which files and get the max number of words that appear in any number of files
Dictionary-RedBlackTree
Implement Red Black tree and put the dictionary in it where you can search in it and insert and delete you can use it by GUI
Dijkstra-Prime
Implements Prime MST & (directed and uni directed) Dijkstra Algorithm
DNA
program read DNA from a file and find all genes in DNA, can find by any stop codon and can find cg ratio too
VacationForm
form to make request and monitor the vacations of the employees
ahmedmahmoud116's Repositories
ahmedmahmoud116/Audio-Equalizer
a simple wav Equalizer developed in matlab using iir and fir filters you can use it with GUI
ahmedmahmoud116/VacationForm
form to make request and monitor the vacations of the employees
ahmedmahmoud116/Apollo-Test
trying to build apollo client and apollow server with React and GraphQL
ahmedmahmoud116/Dictionary-RedBlackTree
Implement Red Black tree and put the dictionary in it where you can search in it and insert and delete you can use it by GUI
ahmedmahmoud116/Dijkstra-Prime
Implements Prime MST & (directed and uni directed) Dijkstra Algorithm
ahmedmahmoud116/Doctor_Patient
ahmedmahmoud116/EarthQuake-data
A project that reads the live data of earthquakes in the world in xml parser and search in them by filter interface with many criteria and sort the data by many criteria using Comparable and Comparator interfaces and can create csv file for the data and also have an implementation of bubble sort and selection sort for this data
ahmedmahmoud116/Hauffman
Encoding and compressing file, decoding and decompressing file with Hauffman algorithm
ahmedmahmoud116/HTTP-Packet-Stealer
Implementing SOCK_RAW to have deeper understanding of how network packets look like and learn how to parse IP protocol network packets that are in L3 in the TCP/IP model, which sniffs any TCP packet send to local host OS
ahmedmahmoud116/HTTP-Proxy
Implemented Parallel HTTP proxy with caching using python 3, to show how proxies play an important role in the world wide web’s (web) architecture, and use TCP as the transport layer protocol. and how important to become familiar with error codes as it’s important for almost anyone writing applications nowadays.
ahmedmahmoud116/Huddle-Home-Page
Complete Web page for huddle website using html & css only
ahmedmahmoud116/Huddle-Two-Pages-Website
Two Responsive pages using bootstrap working well with desktop and mobile
ahmedmahmoud116/Implement-RoundRobin
Implementing round robin and use it to schedule of the processor
ahmedmahmoud116/Lab-Map
ahmedmahmoud116/Landingpage-FWD
This project requires you to build a multi-section landing page, with a dynamically updating navigational menu based on the amount of content that is added to the page.
ahmedmahmoud116/Matrix-threads
Calculating any two matrix using multi threading and calculating multi threads by two ways by rows or by elements and comparing the time between them
ahmedmahmoud116/Memory-Management-Policies
Implementing memory management policies which is (Clock, lru, optimal, fifo) for OS
ahmedmahmoud116/MergeSort-Threads
Implementing merge sort by multi-threading to increase its efficiency and make it faster developed by c
ahmedmahmoud116/patient-doctor-serverless
its a dummy project to build a project with dynamodb and lambda with a graph endpoint integrated with react
ahmedmahmoud116/Ping-loading
web page for ping using html & css
ahmedmahmoud116/Predictive-Text
Program that you give it a training text and it predict this text by Markov concept which it determines N number of characters to predict the character after it and can try by markov one and markov zero and any number of character you want
ahmedmahmoud116/Semaphores
Implementing how Semaphores works inside OS with a simple example of monitor and collector
ahmedmahmoud116/serverlessjams
ahmedmahmoud116/Simple-Shell
simple shell that do the basic commands of linux developed by c
ahmedmahmoud116/SortingTechniques
Implement six sorting techniques(merge,heap,quick,select,inset,bubble) they can sort any type of data and compare them by time and get the graphs on gui
ahmedmahmoud116/TFTP-client
Implemented a TFT protocol and working with socket using python 3 and its libraries
ahmedmahmoud116/Vacation-Angular
Form to mentor vacation of employees using vacation task api with Angular framework
ahmedmahmoud116/Vacation-System
Helps to make request and monitor the vacations of the employees developed with asp.net and angular framework
ahmedmahmoud116/VacationView
ahmedmahmoud116/WordNGram
Program that you give it a training text and it predict this text by Markov concept which it determines N number of words you want to predict the word after it as markov one which it use one word to predict the word after it and can by any number of words you want not just one