Pinned Repositories
Assembly-Cache-Simulator
This program simulates how caching works. The cache handler is written in assembly.
Assembly-Practice
This program simulates how caching works. The cache handler is written in assembly.
AVL-Tree
This project implements a standard AVL tree and traverse it based on discrete algorithms and user input.
Beef-Buddies
A social media site where gym bros can connect with other gym bros.
BOE-ShieldBot-Rover
This is the Arduino code for a BOE-ShieldBot that was designed to navigate mazes. The YouTube video link demonstrates it.
COCBaseLayouts
For anything related to the r/ClashOfClans partnered subreddit, r/COCBaseLayouts, two communities for the mobile video game, Clash of Clans
GuardianFileManager
A tool dedicated to sharing and storing files in a secure manner.
Multithreaded-Client-Server-Simulator
A program that simulates a multithreaded server handling multiple processes in parallel (via pthreads)
Page-Replacement-Algorithm-Simulator
This program simulates the behavior of different page replacement algorithms, specifically FIFO (First-In-First-Out) and LRU (Least Recently Used).
RBLX-Targeter
A tool that checks whether a Roblox user is a Red Cell, Chimera, or Spectre target or not for the roleplaying game, The Grand Crossing.
Gr8Potato's Repositories
Gr8Potato/GuardianFileManager
A tool dedicated to sharing and storing files in a secure manner.
Gr8Potato/Assembly-Cache-Simulator
This program simulates how caching works. The cache handler is written in assembly.
Gr8Potato/Assembly-Practice
This program simulates how caching works. The cache handler is written in assembly.
Gr8Potato/AVL-Tree
This project implements a standard AVL tree and traverse it based on discrete algorithms and user input.
Gr8Potato/Beef-Buddies
A social media site where gym bros can connect with other gym bros.
Gr8Potato/BOE-ShieldBot-Rover
This is the Arduino code for a BOE-ShieldBot that was designed to navigate mazes. The YouTube video link demonstrates it.
Gr8Potato/COCBaseLayouts
For anything related to the r/ClashOfClans partnered subreddit, r/COCBaseLayouts, two communities for the mobile video game, Clash of Clans
Gr8Potato/Multithreaded-Client-Server-Simulator
A program that simulates a multithreaded server handling multiple processes in parallel (via pthreads)
Gr8Potato/Page-Replacement-Algorithm-Simulator
This program simulates the behavior of different page replacement algorithms, specifically FIFO (First-In-First-Out) and LRU (Least Recently Used).
Gr8Potato/RBLX-Targeter
A tool that checks whether a Roblox user is a Red Cell, Chimera, or Spectre target or not for the roleplaying game, The Grand Crossing.
Gr8Potato/Decimal-Binary-Convertor
This program converts any decimal number (within the specified double range) to its binary equivalent in accordance with the IEEE754 standard, including its 32 and 64-bit variants.
Gr8Potato/Eratosthenes-Sieve
This is a program that calculates all the prime numbers between 2 and a user's input. Also returns fetch time and the PI(N), which is the number of primes found.
Gr8Potato/File-Encryption-Decryption
This program performs a byte-by-byte encryption/decryption operation on a file.
Gr8Potato/File-Reader
A program that reads a file, records the size, and prints it and its contents to the standard output stream.
Gr8Potato/Forget-For-You
Custom Tampermonkey script which removes the "For You" feed whenever you view a YouTube channel.
Gr8Potato/Graph-Demo
This project implements a weighted, directional graph and simulates a city using graph nodes. The graph can be interacted with using user input.
Gr8Potato/Heap-Implementation
This project implemtns a min-queue heap and simulates a single-core CPU scheduller using said heap.
Gr8Potato/Learning-MATLAB
Just a few programs I made to test my understanding of MATLAB
Gr8Potato/Lexical-Parser
This program converts any source code file into a tokenized form.
Gr8Potato/Linked-List-C
This project implements a linked list in C, and provides a user a menu to interact with said linked list.
Gr8Potato/OSRS-Tile-Markers
These are the Tile Marker Sets I've made for the Tile Markers RuneLite plugin for the video game, Old School Runescape. The YouTube link quickly shows how to import/export tile markers.
Gr8Potato/Prefix-Infix-Converter
This program converts prefix expressions to infix expressions and evaluates it. This program supports addition, subtraction, multiplication, and division.
Gr8Potato/rangefinder
A simple rangefinder that uses sonar to calculate distance. This was created for an Arduino UNO.
Gr8Potato/Run4LessPlugin
A plugin for Runelite that was made for the Run4Less group
Gr8Potato/Stock-Market-Simulator
A basic stock market simulation program to demonstrate an understanding of databases.
Gr8Potato/Super-Square-Man
A platformer I made using a dev kit made by one of my professors.