Skip to content
View michaelkitson's full-sized avatar

Block or report michaelkitson

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. derived_images derived_images Public

    Transform images in the Rails asset pipeline

    Ruby 4

  2. escpos.sh escpos.sh Public

    A Bash Library to Interact with ESCPOS Thermal Printers

    Shell 6

  3. Present-8bit Present-8bit Public

    An 8-bit Implementation of the PRESENT block cipher in C

    C 6 3

  4. eighty_eighty eighty_eighty Public

    An Intel 8080 emulator, implemented with the goal of running Space Invaders, in Crystal

    Crystal 1

  5. dnsip.io/dnsip.dev - A very simple x... dnsip.io/dnsip.dev - A very simple xip.io clone
    1
    DIR=`pwd`
    2
    read -p 'Acme Account Thumbprint: ' ACME_THUMBPRINT
    3
    
                  
    4
    # Basics
    5
    sudo apt update
  6. A bash function to generate TOTP codes A bash function to generate TOTP codes
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    # Dependencies: openssl, xxd, base32 (coreutils)
    5