Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

List of Early Projects in my journey

Utility Projects
A collection of short script utilities I create for various tasks. Includes an invert PDF script and an Apple workflow for Mac that adds a quick action called "Move to Selected Folder" in Finder.

Pokemon Prediction Data Analysis
A data analysis project using principal component analysis to predict Pokémon legendary status, and logistic regression with ROC-based threshold to predict match outcomes.

Early Versions of Knit to Knit
First implementation of the idea behind Knit to Knit, built entirely with tkinter in Python. I would never recommend using python to do dynamic ui like this, as optimizing features like zooming and panning while keeping track of scale, mouse position, and pixel updates is truly a pain. But I used this to develop my early Python skills and learned to better use Python classes.

Belmont Transportation Hackathon
A hackathon I did in April of 2024 where we focused on trying to find solutions to a transportation issue in Nashville TN. My role was to design interactive maps using coordinate data of bus stops and their different amenities. One of my first experience with geodata, learning to convert zipcodes from coordinates. Additionally, while not demonstrated in this notebook, we experimented with modifying geospatial files to create region segments. (something I ended up doing later on in my career contracting).

Connect Four Variation MiniMax Implementation
An implementation of the alpha-beta pruning in a miniMax algorithm for a (slightly cursed) Connect Four variation (my brain did not compute that Connect Four is column-based and let you place pieces anywhere on a 6×7 board). Solidified some early Java skills, although I don't use Java much anymore.

Dart Board Runnable Implementation with Swing
A Java project that features a pretty simple Dart Board interface (basically game pigeon rip off but much less appealing to the eye), used the Runnable lib to handle threads and implemented Swing for the UI. Has rudimentary updates to text files to keep track of histories.

Office Game Boundaries of Swing
A Java Swing project that was never finished but I loved the idea behind it. Basically it was window management, thread handling, running a game within rotating JLayered Panes, to try to have three aspect of a game running at once with the person having to cycle between and manage all of them.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors