Skip to content
View TheShanachie's full-sized avatar

Block or report TheShanachie

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
TheShanachie/README.md

Hello and Welcome

Thanks for visiting! Feel free to explore my repositories, contribute, or reach out if you'd like to collaborate.


About Me

  • B.S. in Computer Science, Minor in Data Science — Lafayette College, Class of 2025
  • Experience in ML Ops, embedded systems, and commercial analytics
  • Passionate about solving complex engineering problems and exploring optimization strategies

Let's Connect

Popular repositories Loading

  1. text-editor text-editor Public

    A simple and easy-to-use terminal-based text editor designed for the modification of UTF-8 based documents. This was primarily designed with Java, Maven, and JUnit tests.

    Java

  2. tafl-game-engine tafl-game-engine Public

    A comprehensive Python, CPython, and C/C++ implementation of Norse Tafl games, specifically focusing on Hnefatafl, with support for both terminal-based and graphical user interfaces.

    Python

  3. sudoku-solver sudoku-solver Public

    A command-line sudoku solver implemented in Java that uses constraint satisfaction techniques to solve puzzles of varying difficulty. It supports input via configuration files or direct command-lin…

    Java

  4. editing-mosml-uscheme-interpreter editing-mosml-uscheme-interpreter Public

    Udpated code and compiled executable for the standard modeling language implementation of uscheme. The goal of this update is to remove the use of closures for the defenition and application of cer…

    Standard ML

  5. custom-unix-shell custom-unix-shell Public

    A simple homemade Unix shell. This project provides simple implementation of basic bash commands and full usage of the Linux (Posix) environment. The shell is the heart of the command-line interfac…

    C

  6. property-record-web-scraping property-record-web-scraping Public

    A Flask-based web scraping API for extracting property records from public databases. This proof-of-concept demonstrates asynchronous task management, driver pooling, and structured data extraction…

    Python