Skip to content

Instantly share code, notes, and snippets.

@nquinlan
nquinlan / AddCountryCode.scpt
Last active November 14, 2023 18:31 — forked from mzcu/AddCountryCode.scpt
Add country code to OS X Address book entries
(*
AddCountryCode.scpt
=====================
Customized version of @bluestarstuido's script posted on https://gist.github.com/mzcu/3771916?permalink_comment_id=4508047#gistcomment-4508047
Forked from @mzcu's script https://gist.github.com/mzcu/3771916
Originally built from Andreas Amann's script posted on https://discussions.apple.com/message/9169756#9169756
@nquinlan
nquinlan / README.md
Created May 18, 2015 22:32
Download All ReceiptMatch Transactions

Download All ReceiptMatch Transactions

ReceiptMatch is not very good. Here's how to get all your original receipts.

How To

  1. Open the developer tools console
  2. Paste the script into the prompt.
  3. Wait. Everything may appear frozen. Download should start soon
@nquinlan
nquinlan / universities.csv
Created December 19, 2014 14:58
A list of university websites and domains. Machine readable. Created from: http://doors.stanford.edu/universities.html
Abilene Christian University http://www.acu.edu/ acu.edu
Adelphi University http://www.adelphi.edu/ adelphi.edu
Agnes Scott College http://www.scottlan.edu/ scottlan.edu
Air Force Institute of Technology http://www.afit.af.mil/ afit.af.mil
Alabama A&M University http://www.aamu.edu/ aamu.edu
Alabama State University http://www.alasu.edu/ alasu.edu
Alaska Pacific University http://alaskapacific.edu alaskapacific.edu
Albertson College of Idaho http://www.acofi.edu/ acofi.edu
Albion College http://www.albion.edu/ albion.edu
Alderson-Broaddus College http://ab.edu ab.edu
@nquinlan
nquinlan / update_subuser_eventnotify_url.rb
Last active February 22, 2018 22:25
update subusers event notification url
# Runs through all of an Parent's subusers, and updates subusers Event Webhook to use a specified URL
# DOES NOT update Parent.
# Settings push call requires all settings to be defined. This script properly queries each account's settings, and sends them back, with the version updated only.
# Can easily be modified to set all subusers to particular settings.
#
# Requires:
# Credential for Parent account with API permission.
# Folder named 'logs' in same folder as script.
#
# v0.1, 13 Jun 2014, Nick @ SendGrid
@nquinlan
nquinlan / scheduler.md
Created May 2, 2014 17:40
Super Easy Sasquatch Scheduler

Super Easy Sasquatch Scheduler

Make scheduling Sasquatch easier, by differentiating what's already in your schedule and what's not.

To do so, simply drag the following "Bookmarklet" to your bookmarks bar and click it while on the Sasquatch Schedule Page

Schedule Sasquatch

@nquinlan
nquinlan / Powered-By-SendGrid-Badge.md
Last active August 29, 2015 13:58
Powered By SendGrid Badge

The Powered By SendGrid Badge

The powered by SendGrid Badge shows that your was sent with SendGrid. To use it add the following code to your email:

Embed Code

<a href="http://sendgrid.com/?utm_source=Dev%20Rel%20Unspecified&utm_campaign=Email%20Sponsorship&utm_medium=email">
  <img src="https://s3.amazonaws.com/static.sendgrid.com/mkt/poweredbysendgrid.png" alt="Email Powered By SendGrid" width="200" height="40" />
</a>
# in your .bash_profile / .bashrc
alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'
# to get the file into your .bash_profile
echo "alias pushit='git push && open http://www.youtube.com/watch?v=vCadcBR95oU'" >> .bash_profile
@nquinlan
nquinlan / 1 - Readme.md
Last active March 21, 2020 22:53
Useful Twitter Mute Filters

Useful Mute Filters

This is a collection of useful (and useless) mute filters for Twitter. More will be added as I find them.

All are Regular Expressions unless otherwise noted

All have been tested in Tweetbot.

@nquinlan
nquinlan / Eva.rb
Created January 13, 2013 00:52 — forked from cdl/Eva.rb
class Eva < Zebra
include MongoMapper::Document
include Vegan::Powers
include MongoMapperExt::Taggable
include MongoMapper::Tweetable
## Keys
key :scarves_count, Integer, :default => 20
key :compliments_count, Integer, :default => 100
key :hivemind_response_count, Integer, :default => 500