Skip to content

Instantly share code, notes, and snippets.

View BergQuester's full-sized avatar

Daniel Bergquist BergQuester

View GitHub Profile
@BergQuester
BergQuester / Keybase.md
Created February 28, 2019 17:38
Keybase.md

Keybase proof

I hereby claim:

  • I am bergquester on github.
  • I am bergquester2 (https://keybase.io/bergquester2) on keybase.
  • I have a public key ASB1JbTg7mwVpB_-VgrM5VS2djgjWwMbvE2ZdqqmfeaMdQo

To claim this, I am signing this object:

@BergQuester
BergQuester / xcode_finished.sh
Last active May 25, 2016 18:13
Script to trigger the IFTTT Maker Channel when Xcode has finished a task.
#!/bin/bash
# I have some long-running Xcode tasks. I wanted a notification to my phone when these tasks are done
# so I could go take a break and return when it was ready. The script picks up on the type of task that was running
# and if it suceeded or not.
#
# Setup
#
# 1. Add the IFTTT recepie https://ifttt.com/recipes/422883-if-xcode-finished-send-a-notification-to-my-phone
# a. Be sure to set the web request event name to 'xcode_finished'.
@BergQuester
BergQuester / stateCodeMap.plist
Created August 10, 2012 00:39
US State, Canadian providence and territory code/name plist keyed by code. BSD license
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AL</key>
<string>Alabama</string>
<key>AK</key>
<string>Alaska</string>
<key>AZ</key>
<string>Arizona</string>