Navigation Menu

Skip to content
View olivertappin's full-sized avatar
😁
😁
Block or Report

Block or report olivertappin

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. phpcs-diff phpcs-diff Public

    Detects violations of a defined set of coding standards based on a git diff

    PHP 11 13

  2. scoop scoop Public

    Move a specified number of messages from one queue to another over the Advanced Message Queuing Protocol (AMQP).

    Go 5 2

  3. Stuck with a frozen SSH session whic... Stuck with a frozen SSH session which has timed out? Try some of these:
    1
    Supported escape sequences:
    2
     ~.   - terminate connection (and any multiplexed sessions)
    3
     ~B   - send a BREAK to the remote system
    4
     ~C   - open a command line
    5
     ~R   - request rekey
  4. Symlink deployments to prevent any d... Symlink deployments to prevent any downtime whilst files are uploaded and an application is being used
    1
    BASE="/var/www/project"; RELEASES="$BASE/releases"; RELEASE="$RELEASES/1234567890"; SHARED="$BASE/shared"; CACHE="$BASE/deploy-cache"
    2
    
                  
    3
    if [[ `uname` == 'Darwin' ]]; then COPY="cp -a"; else COPY="cp -a"; fi
    4
    $COPY $CACHE $RELEASE
    5
    cd $RELEASE
  5. sort-attributes sort-attributes Public

    Atom package to sort HTML attributes alphabetically

    CoffeeScript 2

  6. simple-mysqli-query simple-mysqli-query Public

    An extremely simple MySQLi query class for prepared statements

    PHP 1