Skip to content
View blairdrummond's full-sized avatar

Organizations

@dacostalab
Block or Report

Block or report blairdrummond

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. happylittlecloud.ca happylittlecloud.ca Public

    My Personal website on Kubernetes

    SCSS

  2. install kubernetes tools install kubernetes tools
    1
    # Works with "darwin" and "linux"
    2
    OS := $(shell uname | tr '[:upper:]' '[:lower:]')
    3
    ARCH := $(shell uname -m)
    4
    
                  
    5
    # Create a local bin
  3. dotfiles dotfiles Public

    Shell 1

  4. markdown-beamer-livereload markdown-beamer-livereload Public

    Statcan beamer template from markdown, with livereload

    Makefile 1

  5. Print mpd.db database file into json... Print mpd.db database file into jsonlines (for jq, or sqlite-utils --nl)
    1
    #!/bin/python3
    2
    
                  
    3
    # Convert an mpd.db file into jsonlines.
    4
    # Example usage:
    5
    #
  6. Re-Authenticate with MinIO Instances... Re-Authenticate with MinIO Instances via Vault
    1
    #!/bin/sh
    2
    
                  
    3
    # Re-Authenticate all vault tokens.
    4
    # Dependencies: jq, curl
    5
    # Example: