Skip to content
View lawdev-cpu's full-sized avatar
πŸ’­
Do one thing and do it well.
πŸ’­
Do one thing and do it well.
  • 14:49 (UTC -04:00)

Block or report lawdev-cpu

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



🌸 About Me

class Developer {
public:
    std::string name = "Law";

    std::string os = "Windows 11 (Debloated) // Arch Linux";
    std::string editor = "VS Code";

    std::vector<std::string> langs = {
        "C",
        "C++",
        "TypeScript",
        "JavaScript"
    };

    bool likesAnime = true;
    bool touchesGrass = false;
};

⚑ Tech Stack


πŸš€ Featured Projects

RTW

Minecraft Fabric mod

Real-time weather synchronization

Utils

Linux CLI toolkit

Written in modern C++


🌸 Currently

working_on:
  - RTW
  - Linux Utilities
  - Web Development

learning:
  - Low-level systems
  - Rendering
  - Networking

watching:
  - My Dress-Up Darling

πŸ’– Favorite Anime

My Dress-Up Darling Horimiya Oshi no Ko Serial Experiments Lain LuckyStar
The Angel Next Door Bocchi the Rock Alya Sometimes Hides Her Feelings Uma Musume Ruri no Houseki

Thanks for visiting πŸ’–

Pinned Loading

  1. rtw rtw Public

    A Minecraft Fabric mod that synchronizes in-game time, weather, and moon phases with real-world data. Includes a configurable client-side settings screen and supports modpack inclusion.

    Java 2

  2. utils utils Public

    a set of focused Linux CLI tools

    C++