Skip to content

Instantly share code, notes, and snippets.

@skwaugh
skwaugh / resume.json
Last active January 14, 2025 22:26
resume.json
{
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.1",
"lastModified": "2024-08-21T12:00:00",
"theme": "professional"
},
"basics": {
"name": "Sawyer Keith Waugh",
"label": "Principal Consultant",
@skwaugh
skwaugh / openapi.json
Last active July 27, 2023 20:58
supa.justifi.io-openapi
{
"swagger": "2.0",
"info": {
"description": "Justifi User API",
"title": "PostgREST API",
"version": "10.2.0 (e07807d)",
},
"host": "supa.justifi.io",
"basePath": "/rest/v1",
"schemes": [
@skwaugh
skwaugh / postgresql_changes_tracking.sql
Last active March 23, 2020 22:53 — forked from cristianp6/postgresql_changes_tracking.sql
Log row changes in PostgreSQL - Any advice/improvement is welcome ;-)
/**
* Creates a "logging" schema with an "history" table where are stored records in JSON format
*
* Requires PostgreSQL >= 9.3 since data is stored in JSON format
*
* Credits: http://www.cybertec.at/2013/12/tracking-changes-in-postgresql/
*/
/* Create a schema dedicated to logs */
CREATE SCHEMA logging;
@skwaugh
skwaugh / ieOnMac.txt
Created August 28, 2015 17:10
Running Windows w/ Internet Explorer on a Mac
http://justinmarsan.com/accessing-localhost-in-mac-osx-from-windows-vm-in-virtualbox/
some variation from the link below
Install VirtualBox
brew tap caskroom/cask
brew install Caskroom/cask/virtualbox
Download & install Windows
curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="11” bash
get IP address