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

Block or report davidplumridge

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. davidplumridge.github.io davidplumridge.github.io Public

    My personal website, built with GitHub Pages, Jekyll & Markdown.

    CSS 2

  2. shopify-hmac-validator shopify-hmac-validator Public

    A lightweight package for validating Shopify HMAC codes for user and webhook requests.

    TypeScript 1

  3. Change name & email on git commits Change name & email on git commits
    1
    git filter-branch --env-filter '
    2
    WRONG_EMAIL="[email protected]"
    3
    NEW_NAME="Joe Smith"
    4
    NEW_EMAIL="[email protected]"
    5