This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "description": "Justifi User API", | |
| "title": "PostgREST API", | |
| "version": "10.2.0 (e07807d)", | |
| }, | |
| "host": "supa.justifi.io", | |
| "basePath": "/rest/v1", | |
| "schemes": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |