Pintos Operating System
An operating system that is able to execute multiple programs simultaneously without running into race conditions and in-order based on the task's priority.
View Spec →a selection of things i've built in and out of class.
An operating system that is able to execute multiple programs simultaneously without running into race conditions and in-order based on the task's priority.
View Spec →Enhanced a basic database system by implementing B+ tree indices, efficient join algorithms, query optimization, concurrent transaction execution with locking, and database recovery.
View Spec →An end-to-end encrypted file-sharing system that allows for the secure sharing of files between multiple users.
View Spec →A mini version control system that mimics most of the basic features of Git.
View Spec →A version of the popular Python library NumPy that is able to perform mathematical and logical operations on arrays and matrices efficiently.
View Spec →