View jaygooby's full-sized avatar
✏️
working on https://writiny.com in my sparse spare time
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. build-nginxbuild-nginxPublic

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

    Shell 54 12

  2. ttfb.shttfb.shPublic

    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 255 40

  3. sqlocksqlockPublic

    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-tweetskeyframe-tweetsPublic

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

    Shell 1

  5. Git, you bloody gitGit, 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-agentwhat-user-agentPublic

    Humanize user-agent strings using the whatismybrowser.com API

    Shell