Skip to content
View SimonHertoge's full-sized avatar

Block or report SimonHertoge

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. lync-detour lync-detour Public

    Add "Appear Offline" using MS Detours

    C++

  2. dotfiles dotfiles Public

    I use Arch btw

    Shell

  3. Dump PDFs from "protected" LockLizar... Dump PDFs from "protected" LockLizard PDC files, requires Cygwin and Sysinternals tools (and a registered license)
    1
    #!/usr/bin/env bash
    2
    syspath="/cygdrive/c/Users/Simon/Desktop/Tools/Nirsoft Launcher/SysInternals/"
    3
    pdcpath="/cygdrive/c/Program Files (x86)/Locklizard Safeguard PDF Viewer/"
    4
    IFS=$'\n'
    5
    for file in $(ls *.pdc); do