Pinned Repositories
372-mips
https://canvas.uw.edu/courses/1070035/assignments/3483633
adi-BaronBurger
Custom implementation of Stack data type as part of school project to handle ingredient order in program.
adi-DijkstraAlgorithm
Custom implementation of Directed Graph data structure and Dijkstra's Algorithm for finding shortest paths.
adi-HuffmanTextCompression
Custom implementation of Huffman Encoding Tree to compress a text file.
adi-PowerPaint
Simple Paint program using standard Java Swing components.
adi-Tetris
Basic clone of the classic game Tetris, using standard Java Swing components.
CellularAutomata
My implementation of a Cellular Automata program in C#.
extractmemos.py
This script extracts text from .memo files created by the default Memo app on Samsung (and possibly other) phones. No root access required. Share a memo via Bluetooth to your PC and run this script against the file.
lc3-simulator
C program to simulate the operation of the LC3
TCSS360---Prereq
Views UW course descriptions and builds a adjacency graph of prerequisite paths.
AugustDay's Repositories
AugustDay/TCSS360---Prereq
Views UW course descriptions and builds a adjacency graph of prerequisite paths.
AugustDay/lc3-simulator
C program to simulate the operation of the LC3
AugustDay/372-mips
https://canvas.uw.edu/courses/1070035/assignments/3483633
AugustDay/adi-BaronBurger
Custom implementation of Stack data type as part of school project to handle ingredient order in program.
AugustDay/adi-DijkstraAlgorithm
Custom implementation of Directed Graph data structure and Dijkstra's Algorithm for finding shortest paths.
AugustDay/adi-HuffmanTextCompression
Custom implementation of Huffman Encoding Tree to compress a text file.
AugustDay/adi-PowerPaint
Simple Paint program using standard Java Swing components.
AugustDay/adi-Tetris
Basic clone of the classic game Tetris, using standard Java Swing components.
AugustDay/CellularAutomata
My implementation of a Cellular Automata program in C#.
AugustDay/extractmemos.py
This script extracts text from .memo files created by the default Memo app on Samsung (and possibly other) phones. No root access required. Share a memo via Bluetooth to your PC and run this script against the file.
AugustDay/vPin
TCSS 450 - Team 8 Mobile Application Project
AugustDay/Group18-AirlineReservation
AugustDay/PythonPractice
Repo for playing around with Python