Skip to content
View vuon9's full-sized avatar

Block or report vuon9

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.

Content in all repositories owned by your account will be closed.
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
vuon9/README.md

Codewars


👷 What I'm currently working on

  • vuon9/vstack - My personal skills set for AI agent (4 days ago)
  • vuon9/dotfiles - My dotfiles (5 days ago)
  • vuon9/devtoolbox - Essential dev tools for daily tasks. Features are mostly completed, still buggy. (2 weeks ago)
  • vuon9/gh-workflows - Reusable GitHub workflows (2 weeks ago)
  • vuon9/onyx - Static website from an experience with GLM 5.2 model (2 months ago)

🚀 Latest releases I've contributed to

⭐ Recent Stars

Pinned Loading

  1. vstack vstack Public

    My personal skills set for AI agent

    Python

  2. gh-workflows gh-workflows Public

    Reusable GitHub workflows

    Go

  3. youtube-listen-mode youtube-listen-mode Public

    Chrome extension that turns any YouTube video into audio‑only mode

    JavaScript

  4. bulk-ops-generator bulk-ops-generator Public

    VSCode extension which helps transform data into bulk operation with template.

    TypeScript

  5. Powertoys - Keyboard Manager - Commo... Powertoys - Keyboard Manager - Common macOS keys mapping
    1
    ## How to install
    2
    - `cd C:\Users\${username}\AppData\Local\Microsoft\PowerToys\Keyboard Manager`
    3
    - Backup file existing one of `default.json`
    4
    - Download `default.json` and add it to the current folder
    5
    
                  
  6. Show me git change logs Show me git change logs
    1
    # To use it:
    2
    # show_me_git_change_logs release-v2.38.0
    3
    # show_me_git_change_logs release-v2.38.0 another_branch
    4
    function show_me_git_change_logs() {
    5
        fromBranch=${1}