Skip to content
View AaronLiftig's full-sized avatar

Block or report AaronLiftig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AaronLiftig.Build-A-ChordGuitar.io AaronLiftig.Build-A-ChordGuitar.io Public

    Build-A-Chord Guitar App is a web tool designed to help beginners learn and visualize complex guitar chords interactively and intuitively.

    JavaScript 1

  2. RingAppraisal RingAppraisal Public

    Jewelry Ring Appraisal is a machine learning application that evaluates the value of jewelry rings using a Random Forest regression model. The Flask-based web app provides users with an intuitive i…

    Jupyter Notebook 1 1

  3. CsDealer CsDealer Public

    CsDealer is a C# library replicating the PyDealer Python library for playing card games. It provides .NET developers with card management tools, following C# conventions and method names.

    C#

  4. BlackjackWar BlackjackWar Public

    BlackjackWar is a unique card game that combines the classic game of War with the strategic elements of Blackjack. Designed for 2 or 4 players, this game brings together nostalgia and strategy. The…

    Python 1 1

  5. DataScrapeAFL DataScrapeAFL Public

    These scripts are designed to help you develop your own AFL data scraper. They scrape data from afltables.com and footywire.com, including game statistics and player information from 2012 onward. U…

    Jupyter Notebook

  6. TravelingSalesman TravelingSalesman Public

    TravelingSalesman: An alternative algorithm for the Traveling Salesman Problem using convex hull midpoints. This modified greedy approach offers a unique method for path optimization.

    Python