Pinned Repositories
Ethernet_Pack_Send_Recv
This is a simple source file to send and receive ethernet packets using basic C sockets.
EXT2-Filesystem
Simulation of the EXT2 Filesystem
IP_Packet_Sender
An IP packet sender with ARP
Auto-Complete
Auto complete using a trie data structure
Bubblesort-Time-Complexity-Analysis
Runs any size input N vector through bubble sort and returns the time it takes to sort the vector of size N. Based on the size N chosen it generates multiple random vectors for average time, sorted vectors for best time, and reverse order vectors for worst time. Each set of times is averaged and the results are output to a csv file.
fslack
Slack file download/deletion tool
Inventory-Tracker
This program keeps track of items sold and purchased. Items are stored in a csv file with what the item is, the amount of units, and whether it was sold or purchased. Each node represents an item along with the information about it. All information is stored in a binary search tree based off units sold.
MorseCodeTranslator
This reads text from a file, translates the text into morse code, then outputs the translation to another file. A binary search tree holds characters A-Z along with many special characters and numbers and each of their corresponding morse code translations.
One-time-password-generator
This program generates a one-time password (OTP) based on RFC6238. This is a similar concept to Google Authenticator.
SHA512_pw_crack
CodySigvartson's Repositories
CodySigvartson/IP_Packet_Sender
An IP packet sender with ARP
CodySigvartson/One-time-password-generator
This program generates a one-time password (OTP) based on RFC6238. This is a similar concept to Google Authenticator.
CodySigvartson/Ethernet_Pack_Send_Recv
This is a simple source file to send and receive ethernet packets using basic C sockets.
CodySigvartson/SHA512_pw_crack
CodySigvartson/EXT2-Filesystem
Simulation of the EXT2 Filesystem
CodySigvartson/Auto-Complete
Auto complete using a trie data structure
CodySigvartson/Spreadsheet
Spreadsheet application - CptS 321 assignment
CodySigvartson/Bubblesort-Time-Complexity-Analysis
Runs any size input N vector through bubble sort and returns the time it takes to sort the vector of size N. Based on the size N chosen it generates multiple random vectors for average time, sorted vectors for best time, and reverse order vectors for worst time. Each set of times is averaged and the results are output to a csv file.
CodySigvartson/Inventory-Tracker
This program keeps track of items sold and purchased. Items are stored in a csv file with what the item is, the amount of units, and whether it was sold or purchased. Each node represents an item along with the information about it. All information is stored in a binary search tree based off units sold.
CodySigvartson/MorseCodeTranslator
This reads text from a file, translates the text into morse code, then outputs the translation to another file. A binary search tree holds characters A-Z along with many special characters and numbers and each of their corresponding morse code translations.
CodySigvartson/fslack
Slack file download/deletion tool