Pinned Repositories
andk123.github.io
Customized-Simple-Shell
A customized shell that allows various commands as in a normal shell using C language to perform the system calls and handle communication with the kernel.
ECSE428-A2
Maze-Solving-Traversal-Algorithms
Demonstrate the different searching algorithms by solving a maze
MyShoppingCart
Summer 2019 Developer Intern Challenge
Self-MonitoringGamblingApp
Android application to keep track of gambling activities for excessive players, and reduce the gambling behavior.
Shadow-File-System
A file system written in C (simplified version of the UNIX file system) with a version control enhancement; commits can be made to the system to save the current state, and these commits can be reverted to a previous state in the case of a modified or deleted file.
Simple-Key-Value-Store
A key value store database written in C that allows a user to read and write to the database. To store the value, the program follows the concept of a shared memory (to be able to retrieve the values from different process life) which later are saved to the disk.
IFT6135
Repository of Work in The IFT6135 - Representation Learning Course
owasp-threat-dragon-core
OWASP Threat Dragon core files
andk123's Repositories
andk123/Simple-Key-Value-Store
A key value store database written in C that allows a user to read and write to the database. To store the value, the program follows the concept of a shared memory (to be able to retrieve the values from different process life) which later are saved to the disk.
andk123/Shadow-File-System
A file system written in C (simplified version of the UNIX file system) with a version control enhancement; commits can be made to the system to save the current state, and these commits can be reverted to a previous state in the case of a modified or deleted file.
andk123/Self-MonitoringGamblingApp
Android application to keep track of gambling activities for excessive players, and reduce the gambling behavior.
andk123/andk123.github.io
andk123/Customized-Simple-Shell
A customized shell that allows various commands as in a normal shell using C language to perform the system calls and handle communication with the kernel.
andk123/ECSE428-A2
andk123/Maze-Solving-Traversal-Algorithms
Demonstrate the different searching algorithms by solving a maze
andk123/MyShoppingCart
Summer 2019 Developer Intern Challenge
andk123/Parallel-Computing
andk123/owasp-threat-dragon-core
OWASP Threat Dragon core files
andk123/TravisExercise