Skip to content
View pckilgore's full-sized avatar

Sponsoring

@kovidgoyal
@neovim
Block or Report

Block or report pckilgore

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

Hi there 👋

Pinned

  1. roll-it roll-it Public

    Programatically roll your AWS IAM access key (aws_access_key_id) and secret key (aws_secret_access_key).

    Go 5

  2. s3_endpoint_parse s3_endpoint_parse Public

    Flexibly extract information from S3 endpoint URL/URI strings and zero additional dependencies.

    Python 2

  3. combuuid combuuid Public

    Generate uuids optimized for use as primary keys in relational databases.

    Go 5 1

  4. bs-biginteger bs-biginteger Public

    Bucklescript bindings for BigInteger.js

    OCaml 6

  5. monorepo-reason-app monorepo-reason-app Public

    It is a monorepo example of a reasonml (reason-react) app (with code splitting) that can consume other React components (written in typescript, javascript, or reason) packaged separately in the repo.

    JavaScript 7 1

  6. Batch Delete Github Workflow Runs Sh... Batch Delete Github Workflow Runs Shell Script
    1
    #!/bin/bash
    2
    
                  
    3
    ORG_NAME=$1
    4
    REPO_NAME=$2
    5
    WORKFLOW_NAME=$3