Skip to content
View perk11's full-sized avatar

Organizations

@doccafe1 @siemens-mobile-hacks
Block or Report

Block or report perk11

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. runwhenidle runwhenidle Public

    Linux utility that can be used to run a computationally or IO-intensive program when user is not in front of the computer.

    C 113 1

  2. exif-database exif-database Public

    A bash script to build a sqlite database of EXIF information in a directory and plot it on a map.

    HTML 10

  3. jxl-migrate-cli jxl-migrate-cli Public

    Convert every image file in a directory to JXL format

    Python 13 2

  4. php-no-xdebug.sh php-no-xdebug.sh
    1
    #!/bin/sh
    2
    
                  
    3
    temporaryPath="$(mktemp -t php-no-debug.XXXX)"
    4
    
                  
    5
    find /etc/php5/cli/php.ini /etc/php5/cli/conf.d/*.ini ! -name 20-xdebug.ini | xargs cat > "$temporaryPath"