Pinned Repositories
C4IAN
Command, Control, Communications, Computing & Intelligence through Adhoc Networks
match-reservation-system
Egyptian Premier League Match Reservation System
spidey-search-engine
Battleships-Game
Battleships game written in 8086 assembly.
Bully-Election-Algorithm
A simple implementation of the Bully Election Algorithm
Distributed-File-Storage
A simple distributed file system for mp4 videos.
envoy
Cloud-native high-performance edge/middle/service proxy
kwikker-backend
The backend of Kwikker, a replica of Twitter with all the core features. The backend implements a RESTful API using Flask (Python).
NAND-Disks-Garbage-Collection-Simulation
A simulation of the garbage collection for reclaiming invalid pages in NAND-based flash memories that has an out-of-place update policy due to write-after-erase restrictions.
yosrym93's Repositories
yosrym93/Battleships-Game
Battleships game written in 8086 assembly.
yosrym93/Distributed-File-Storage
A simple distributed file system for mp4 videos.
yosrym93/kwikker-backend
The backend of Kwikker, a replica of Twitter with all the core features. The backend implements a RESTful API using Flask (Python).
yosrym93/NAND-Disks-Garbage-Collection-Simulation
A simulation of the garbage collection for reclaiming invalid pages in NAND-based flash memories that has an out-of-place update policy due to write-after-erase restrictions.
yosrym93/Bully-Election-Algorithm
A simple implementation of the Bully Election Algorithm
yosrym93/elevator-controller
A controller that manages the operations of an elevator with added user authentication.
yosrym93/OS-Scheduler-Simulation
A simple simulation of an OS scheduler using different scheduling algorithms including: First Come First Serve, Highest Prioirty First (non-preemptive), Shortest Remaining Time Next and Round Robin.
yosrym93/Paint-For-Kids
An educational project for OOP, a simple paint program for kids written in C++.
yosrym93/envoy
Cloud-native high-performance edge/middle/service proxy
yosrym93/Castle-Game-Simulation
An educational project for Data Structures and Algorithms, written in C++ using Visual Studio.
yosrym93/decision-tree
A classification decision tree that handles categorical attributes with missing values.
yosrym93/Distributed-Video-Contour-Finder
A simple pipeline spanned across up to 2 devices to find the contours in video frames in parallel.
yosrym93/OS-Kernel-Simulation
A coursework project simulating the interactions between a kernel process, a disk manager process, and user processes using interprocess communication & signals.
yosrym93/regex-to-nfa
yosrym93/Reminders-Keeper