Skip to content
View SharieRhea's full-sized avatar

Block or report SharieRhea

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
SharieRhea/README.md

Hi there, I'm Sharie. I love learning, programming, and anything that involves solving a puzzle.

On-going projects:

  • TrackTagger | Python - Textual
    • A terminal user interface (TUI) program for editing song metadata. Uses last.fm to query and fetch data if desired.
  • Advent of Code 2025 | OCaml
    • 12 days of coding challenges beginning December 1st. Trying to learn OCaml!

Future Project Ideas:

  • Period Tracker App | Kotlin
    • A free, open-source, privacy focused, and highly customizable period-tracking app.

Thanks for stopping by ^^

Top Langs

Pinned Loading

  1. AdventOfCode2025 AdventOfCode2025 Public

    My journey through Advent of Code 2025 using OCaml!

    OCaml 3

  2. OperatingSystem OperatingSystem Public

    A replication of a basic operating system in Java using threads, for ICSI 412 Spring 24.

    Java 1

  3. AdventOfCode2024 AdventOfCode2024 Public

    My journey through Advent of Code 2024 using Rust!

    Rust 3

  4. track_tagger track_tagger Public

    A graphical Python application using Flet for editing .mp3 metadata. Last.fm is queried using an API key to provide automatic fetching of tags, album title and artist, and album cover.

    Python 2

  5. AdventOfCode2023 AdventOfCode2023 Public

    My journey through Advent of Code 2023 using Kotlin!

    Kotlin 1

  6. Processor Processor Public

    A simple CPU replicated in Java, for ICSI 404 Spring 24.

    Java