Skip to content
View MintyTheCoder's full-sized avatar
🖥️
Currently Coding
🖥️
Currently Coding

Highlights

  • Pro

Block or report MintyTheCoder

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
MintyTheCoder/README.md

sysinfo

whoami

class MontgomeryBrown {

public:

    const string university = "Virginia Tech";
    const string degrees     = "Computer Engineering + Computer Science";
    const string concentration = "Chip-Scale Integration";

    vector<string> interests = {
        "computer architecture",
        "embedded systems",
        "systems programming",
        "hardware/software co-design",
        "microprocessor research",
        "operating systems",
        "compilers",
        "software engineering"
    };

};

log

$ ./build.sh montgomery_brown

[1/4] installing unity-gamedev.......... done (2022–2025)
      → 4 games shipped, 1 VR project
[2/4] installing arduino-embedded....... done (2022–present)
      → hardware/software co-design
[3/4] installing dual-degree............ in progress (2025–)
      → CompE + CS, Virginia Tech
[4/4] target: microprocessor research... queued

stack

compiled

🔒 Arduino Security

Embedded classroom security system built on an Arduino microcontroller.

🎮 RoadBattlers

Programming-focused Unity game developed during high school.

☕ Java Calculators

Terminal and Swing calculator implementations.

⏱️ PyTimerStopwatch

CLI and GUI stopwatch/timer application.

contribution grid

Popular repositories Loading

  1. MintyTheCoder MintyTheCoder Public

    Config files for my GitHub profile.

    1

  2. RoadBattlers RoadBattlers Public

    STEM POE Project

    ShaderLab 1

  3. Arduino-Security Arduino-Security Public

    A security system I am making for a classroom using an Arduino microcontroller

    C 1

  4. PythonProjects PythonProjects Public

    A compilation of all my Python projects.

    Python 1

  5. GFHS-TSA-Game-2023 GFHS-TSA-Game-2023 Public

    Game for GFHS 2023-2024 TSA Video Game Design

    C# 1

  6. JavaCalculators JavaCalculators Public

    Two 4-function calculators made with Java. One uses the Java Swing library.

    JavaScript