Skip to content
View dinhani's full-sized avatar

Block or report dinhani

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

Pinned Loading

  1. vscode-section-divider vscode-section-divider Public

    VS Code extension to generate section dividers using comments

    TypeScript 10 2

  2. vscode-copy-on-select vscode-copy-on-select Public

    VS Code extension that copies selected text, like terminal apps

    TypeScript 17 4

  3. dotfiles dotfiles Public

    Personal dotfiles

    Shell 1

  4. stratus stratus Public

    Forked from cloudwalk/stratus

    Fork of the blockchain I develop at CloudWalk

    Rust 1

  5. Automatically backup saves on change Automatically backup saves on change
    1
    set input="C:\Program Files (x86)\Steam\steamapps\common\STALKER Clear Sky\_appdata_\savedgames\renato_quicksave.sav"
    2
    set output="C:\Program Files (x86)\Steam\steamapps\common\STALKER Clear Sky\_appdata_\savedgames"
    3
    set freq=10
    4
    set max=50
    5
    
                  
  6. Mouse double-click preventer: Python... Mouse double-click preventer: Python and Rust versions
    1
    import ctypes
    2
    from ctypes import wintypes
    3
    
                  
    4
    class MouseHook:
    5
        # Windows hook constants