Skip to content
View pavel-a's full-sized avatar

Block or report pavel-a

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 Loading

  1. usb-relay-hid usb-relay-hid Public

    Software for USB-connected relays with HID interface. See the WIKI for more info.

    C 250 105

  2. Autorun.inf file for USB drives . Sh... Autorun.inf file for USB drives . Shows custom label in Windows explorer (some Linuxes too)
    1
    [AutoRun]
    2
    label=RETURN TO ME!
    3
    
                  
    4
    [IgnoreContentPaths]
    5
    *
  3. Windows path sanitize (de-space, sho... Windows path sanitize (de-space, shorten)
    1
    : Pass path to sanitize as arg 1
    2
    @echo off
    3
    echo Original path=[%~1]
    4
    call :chkspaces "%~1"
    5
    
                  
  4. usb-digital-io16-hid usb-digital-io16-hid Public

    Software for USB digital I/O with HID interface. See the wiki.

    C 13 4