Skip to content
View matthiesenj's full-sized avatar
  • Denmark
Block or Report

Block or report matthiesenj

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. Pause if bat/cmd script is run by do... Pause if bat/cmd script is run by double-clicking it in Windows Explorer
    1
    rem pause if run from windows explorer (match 'cmd.exe /c ""%~0"')
    2
    rem note that this is not bulletproof - other tools may use cmd /c <your file> to run your script!
    3
    echo %cmdcmdline%|find /i /c "cmd.exe /c """"%~0""" >nul && pause
  2. vslavik/winsparkle vslavik/winsparkle Public

    App update framework for Windows, inspired by Sparkle for macOS

    C++ 1.3k 262

  3. INTI-CMNB/KiBot INTI-CMNB/KiBot Public

    Forked from johnbeard/kiplot

    KiCad automation utility

    Python 506 63