Pinned Repositories
ADSB_Data_Exchange
ADS-B Data Exchange API featuring RESTful and publisher-subscriber architectures, developed for Sagetech Avionics. This project was undertaken as a group capstone during our final year at Washington State University Vancouver.
APOD-Viewer-iOS
An app to fetch and display NASA's image of the day using the APOD library.
ArmoredSoul_v1
Roguelike RPG game prototype written in Python.
ascii-maze-generator
Procedurally generates a maze using ascii characters.
asciiart
simple ascii "art" generator.
CS-320-Software-Design-Project---Metal-Magic
Python-based roguelike game developed as a collaborative software design project for CS 320 at Washington State University Vancouver.
FTP-client-server
A miniature FTP client-server system.
Hyperion
Top-down action shooter with roguelike and RPG elements.
RMC75E_Testbench
This repository holds the test bench designed to test the functionalty of the RMC75E modular motion controller.
Tales-of-Yore-iOS-App
Choose your own adventure game written in Swift.
satchmakua's Repositories
satchmakua/ascii-maze-generator
Procedurally generates a maze using ascii characters.
satchmakua/Hyperion
Top-down action shooter with roguelike and RPG elements.
satchmakua/ADSB_Data_Exchange
ADS-B Data Exchange API featuring RESTful and publisher-subscriber architectures, developed for Sagetech Avionics. This project was undertaken as a group capstone during our final year at Washington State University Vancouver.
satchmakua/APOD-Viewer-iOS
An app to fetch and display NASA's image of the day using the APOD library.
satchmakua/ArmoredSoul_v1
Roguelike RPG game prototype written in Python.
satchmakua/asciiart
simple ascii "art" generator.
satchmakua/CS-320-Software-Design-Project---Metal-Magic
Python-based roguelike game developed as a collaborative software design project for CS 320 at Washington State University Vancouver.
satchmakua/FTP-client-server
A miniature FTP client-server system.
satchmakua/RMC75E_Testbench
This repository holds the test bench designed to test the functionalty of the RMC75E modular motion controller.
satchmakua/Tales-of-Yore-iOS-App
Choose your own adventure game written in Swift.
satchmakua/autoloot
An autoloot module that uses dynamic programming to solve the 0-1 knapsack problem.
satchmakua/code_snippets
satchmakua/connect4
Connect4 implementation with ply-based AI opponent. Tkinter and Xming used for GUI.
satchmakua/Determinant-Calculator
A simple gaussian elimination determinant calculator for matrixes and linear maps.
satchmakua/Essays-on-Technology-Ethics-and-Society
Some of my essays exploring the intersection of technology and society.
satchmakua/Evolution-Simulator
A simple evolution simulator built with Pygame.
satchmakua/fractal_fairy
Fractal tree visualizer with custom 8-bit soundtrack--and fireworks :P - Made with Python & Pygame.
satchmakua/GPT-chatbot
A basic chatbot implemented with the openai API.
satchmakua/LazyCalc-iOS-App
A simple but sexy calculator interface :P
satchmakua/markov
satchmakua/minesweeper
Simple minesweeper implementation with PyQt5.
satchmakua/Optiver---Trading-at-the-Close-Kaggle-Competition-Submission-
This repository contains my solution to the Optiver - Trading at the Close Kaggle competition. I developed models to predict Nasdaq stock price movements using order book and closing auction data. Achieved an MAE score of 5.4220, ranking 2984 out of 3824 participants. Implemented in Python with pandas, numpy, xgboost, and sklearn.
satchmakua/Othello-iOS
Othello game implemented in swift (work in progress).
satchmakua/random_generator
This is a Python script that generates a specified number of random integers between 1 and 1000. The script accepts command-line arguments to define the number of integers, sorting order, step interval for divisibility, and upper numeric limit.
satchmakua/sentiment-analyzer
Sentiment analysis using nltk and sklearn libraries.
satchmakua/tree-based-griefer-list
Sorts a list of griefers into an AVL or scapegoat tree depending on recieved command. Can process over one hundred thousand inputs in less than 1 second.
satchmakua/tron-disc
generates a "tron disc" of with size and number of rings determined by user input.
satchmakua/webGL
A collection of snippets I've coded while learning webGL.
satchmakua/WebGL-Liminal-Scene
A surreal 3D scene with a liminal aesthetic displaying various features I have learned to implement in webGL.
satchmakua/WellLifeMedicine-Scheduler
This repository contains a Python-based web application to track and display the available dates for appointments.