-
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.
-
kwikker-backend Public
The backend of Kwikker, a replica of Twitter with all the core features. The backend implements a RESTful API using Flask (Python).
-
elevator-controller Public
A controller that manages the operations of an elevator with added user authentication.
-
decision-tree Public
A classification decision tree that handles categorical attributes with missing values.
Python UpdatedJun 1, 2021 -
-
envoy Public
Forked from envoyproxy/envoyCloud-native high-performance edge/middle/service proxy
C++ Apache License 2.0 UpdatedSep 12, 2020 -
Battleships-Game Public
Battleships game written in 8086 assembly.
-
A simple pipeline spanned across up to 2 devices to find the contours in video frames in parallel.
-
Bully-Election-Algorithm Public
A simple implementation of the Bully Election Algorithm
-
-
Distributed-File-Storage Public
A simple distributed file system for mp4 videos.
-
OS-Kernel-Simulation Public
A coursework project simulating the interactions between a kernel process, a disk manager process, and user processes using interprocess communication & signals.
-
OS-Scheduler-Simulation Public
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.
-
Castle-Game-Simulation Public
An educational project for Data Structures and Algorithms, written in C++ using Visual Studio.
C++ UpdatedJul 20, 2018 -
Paint-For-Kids Public
An educational project for OOP, a simple paint program for kids written in C++.