Skip to content
View phnthnhnm's full-sized avatar
🌴
🌴

Highlights

  • Pro

Block or report phnthnhnm

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

👨‍💻  About Me:

I am a Software Engineering student from Vietnam.

  • 🌱 Exploring: Web/Desktop application frameworks.
  • ⚡ In my free time: Contributing to niche open-source apps and building personal side projects.

I'm also on boot.dev!


🔥  My Stats:

phnthnhnm's GitHub stats Top Langs

Pinned Loading

  1. evc evc Public

    Flutter app for Echo Value Calculator: https://www.echovaluecalc.com

    Dart 1

  2. comic-optimizer comic-optimizer Public

    A simple GUI to optimize comics with pingo.

    Python 1

  3. Scoop Scoop Public

    My personal Scoop bucket

    PowerShell 1

  4. My scoop aliases for frequently-used... My scoop aliases for frequently-used operations
    1
    ```ps1
    2
    scoop alias add i 'scoop install $args' '(alias) Install apps'
    3
    scoop alias add rm 'foreach ($_ in $args) {scoop uninstall --purge $_}' '(alias) Uninstall apps'
    4
    scoop alias add ls 'scoop list' '(alias) List installed apps'
    5
    scoop alias add u 'scoop update | scoop update --independent --all' '(alias) Update all apps'