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

Block or report mikeharty

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. video.js video.js Public

    Forked from videojs/video.js

    Video.js - open source HTML5 & Flash video player

    JavaScript

  2. ai-proxy ai-proxy Public archive

    AI Proxy

    TypeScript 2

  3. ENVY - A poor man's dotenv ENVY - A poor man's dotenv
    1
    #!/bin/sh
    2
    usage="\e[44;1m ENVY \e[0m A poor man's dotenv for POSIX shells\n\n"
    3
    
                  
    4
    usage+="This script will \"source\" the provided .env file within a subshell, and then\n"
    5
    usage+="run the commands you pass within that subshell. This is a simple but effective way\n"
  4. mikeharty.com mikeharty.com Public

    my sandbox

    TypeScript

  5. Token Flow - OAuth2 CLI utility Token Flow - OAuth2 CLI utility
    1
    require 'optparse'
    2
    require 'net/http'
    3
    require 'json'
    4
    require 'jwt'
    5
    require 'time'
  6. Clrzr.rb Clrzr.rb
    1
    # == Clrzr
    2
    # A static class for colorizing terminal output
    3
    # in Ruby scripts. I was learning Ruby ¯\_(ツ)_/¯
    4
    class Clrzr
    5
      private_class_method :new