Keybase proof
I hereby claim:
- I am ewollesen on github.
- I am ewollesen (https://keybase.io/ewollesen) on keybase.
- I have a public key whose fingerprint is 378D F017 5D64 F25F 86D7 F270 9FE4 DADB 02AB 949F
To claim this, I am signing this object:
set -e | |
[ -d ~/.dotfiles ] && mv ~/.dotfiles{,-pre-git} | |
function config { | |
/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME" "$@" | |
} | |
alias config='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree=$HOME' | |
git clone --bare git@pain.xmtp.net:df.git "$HOME/.dotfiles" |
// Copyright (C) 2018 Eric Wollesen <ericw at xmtp dot net> | |
// https://gist.github.com/ewollesen/ac51b20c863184c88c56fe9587c663e6 | |
package main | |
import ( | |
"fmt" | |
"html" | |
"os" |
#!/bin/bash | |
# Pass RECORD_ID_IP or RECORD_ID_IP6 on the command line | |
# EMAIL and TOKEN can come from ~/.auth/dnsimple.sh or the command line | |
set -e | |
#set -x | |
[ -r ~/.auth/dnsimple.sh ] && . ~/.auth/dnsimple.sh |
Verifying that +ewollesen is my blockchain ID. https://onename.com/ewollesen |
I hereby claim:
To claim this, I am signing this object:
@echo off | |
c: | |
cd "\Users\Public\World of Warcraft\interface\addons" | |
"C:\Program Files\7-zip\bin\7za.exe" x -y "%1" |
EAC setup 2008-04-14 | |
Notes: | |
Entries beginning with a * represent prompts answered on the | |
screen. Entries beginning with a ! represent actions taken | |
outside of the software world. | |
Wizard: |
Decorator allows you to alter the behavior of a specific object instance. Behavior can be added, changed, or removed.
# OLD run_test | |
def run_test | |
if @headless | |
headless = Headless.new | |
headless.start | |
end | |
if @browser == :safari | |
b = Watir::Safari.new |