ReceiptMatch is not very good. Here's how to get all your original receipts.
- Open the developer tools console
- Paste the script into the prompt.
- Wait. Everything may appear frozen. Download should start soon
(* | |
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 | |
ReceiptMatch is not very good. Here's how to get all your original receipts.
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 |
# 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 |
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
The powered by SendGrid Badge shows that your was sent with SendGrid. To use it add the following code to your email:
<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>
I'm @YayNickQ, and I'm stranded in Durham for the night. I'd love to meet the Durham Dev. Community and SendGrid would love to buy y'all a beer.
C'mon by!
# 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 |
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 |