Skip to content
View jaygooby's full-sized avatar
✏️
working on https://writiny.com in my sparse spare time
✏️
working on https://writiny.com in my sparse spare time

Block or report jaygooby

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
jaygooby/README.md

👋 Did someone say gist?

Pinned Loading

  1. build-nginx Public

    Fetches nginx and any optional third-party modules and dependencies you specify, such as openssl and PCRE and then configures and builds.

    Shell 53 12

  2. ttfb.sh Public

    Measures time-to-first-byte in seconds, for single or multiple URLs. Can calculate fastest, slowest & median TTFB values, and optionally log all response headers. Uses curl and the calculation `%{t…

    Shell 256 40

  3. sqlock Public

    Mutex for distributed tasks, ideally suited for cron tasks that might otherwise run on duplicate servers in a cluster unnecessarily. Uses Mysql's GET_LOCK() function to orchestrate the locks.

    Shell

  4. keyframe-tweets Public

    Extracts i-frames as jpegs from an rtmp video stream for use with live tweeting

    Shell 1

  5. Git, you bloody git
    1
    # Alias for recently edited branches
    2
        git lb
    3
        
    4
        31 minutes ago: fun-branch
    5
        2 days ago: remove-things
  6. what-user-agent Public

    Humanize user-agent strings using the whatismybrowser.com API

    Shell