Skip to content

Instantly share code, notes, and snippets.

View rhass's full-sized avatar
🏠
Working from home

Ryan Hass rhass

🏠
Working from home
View GitHub Profile
#!/usr/bin/node
/*
** Checks for California license plates availability on the DMV website.
**
** Put the list of plates to check in "list.txt" (one per line, 7 characters
** max, A-Z 1-9).
**
** Run the script with list.txt in the same directory. The script creates
** three files:
@btm
btm / gist:7cb421f5fe7d1003083a
Created March 18, 2015 22:00
Chef Postmortem Template
# INCIDENT DATE - INCIDENT TYPE
## Meeting
#### Waiving meetings
In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the `Meeting` section with a
note indicating the meeting has been waived (example: `Meeting waived: Paul Mooring`)
@blacktm
blacktm / install_ruby_rpi.sh
Last active May 26, 2024 15:13
A Bash script to install Ruby on the Raspberry Pi
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby using rbenv/ruby-build on the Raspberry Pi (Raspbian)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/blacktm/8302741/raw/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Set the Ruby version you want to install