Skip to content
View devinstanley's full-sized avatar
  • San Diego

Block or report devinstanley

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

Popular repositories Loading

  1. image-partitioner image-partitioner Public

    A Tkinter GUI to visualize the splitting of an image into varying-sized partitions based on Shannon entropy. Built after doing research into image/video compression using Tucker decomposition with …

    Python 1 1

  2. Courthouse-Planner Courthouse-Planner Public

    Forked from Cbrower/Courthouse-Planner

  3. SkyTown SkyTown Public

    This is my experimental 2D top-down game adventure made with .NET and MonoGame. It implements title music, basic collision, a working inventory, NPC gifting, and item collection—still super rough a…

    C#

  4. website website Public

    This is my personal portfolio website, built with React and Vite. It highlights my projects, technical skills, and background as a software engineer. The site is designed to be clean, responsive, a…

    JavaScript

  5. simple-LLM simple-LLM Public

    A lightweight, educational implementation of Byte-Pair Encoding (BPE) tokenization with integrated Skip-Gram style embeddings, built from scratch in Python. Built for educational purposes and to ex…

    Python