I hereby claim:
- I am triangletodd on github.
- I am triangletodd (https://keybase.io/triangletodd) on keybase.
- I have a public key ASBIK4ohhlMTNaunJK6ta18ibDLO7SUNbJJrTswY9S9n8go
To claim this, I am signing this object:
| --- | |
| - :code: AED | |
| :description: UAE Dirham | |
| :notes: "United Arab Emirates" | |
| - :code: AFA | |
| :description: Afghani | |
| :notes: "Afghanistan. DEPRECATED, replaced by AFN" | |
| - :code: AFN | |
| :description: Afghani | |
| :notes: "Afghanistan (prices normally quoted as integers)" |
| #!/usr/bin/env bash | |
| set -e | |
| url="$1" | |
| temp_dir=$(mktemp -d /tmp/yt.XXXXXXXXXXXXX) | |
| validate_url() { | |
| if [ -z $url ]; then | |
| echo 'Usage: yt [url]' | |
| exit 0 |
| #!/usr/bin/env ruby | |
| require 'benchmark/ips' | |
| SLUG = 'writing-fast-ruby' | |
| def slow | |
| SLUG.gsub('-', ' ') | |
| end | |
| def fast |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| $:.push(File.expand_path('../', __FILE__)) | |
| require 'soma_fm' | |
| puts SomaFM.to_json | |
| - Temporary commit. | |
| #GrammarNazi | |
| (\ /)<br/>(O.o)<br/>(> <) Bunny approves these changes. | |
| (c) Microsoft 1988 | |
| -m \'So I hear you like commits ...\' | |
| . | |
| ... | |
| /sigh | |
| 640K ought to be enough for anybody | |
| 8==========D |
| function dumpElementTree() { | |
| UIALogger.logStart("Logging element tree ..."); | |
| UIATarget.localTarget().logElementTree(); | |
| UIALogger.logPass(); | |
| } | |
| function inspect(obj) { | |
| var log = UIALogger; | |
| var methods = []; |
| #!/usr/bin/env ruby | |
| require 'pry' | |
| require 'yaml' | |
| require 'google_drive' | |
| GDRIVE_USER = ENV['GDRIVE_USER'] || raise('Please set the GDRIVE_USER environment variable') | |
| GDRIVE_PASS = ENV['GDRIVE_PASS'] || raise('Please set the GDRIVE_USER environment variable') | |
| YML_FILE = 'apple_app_info.yml' | |
| data = {} |
| #!/usr/bin/env ruby | |
| # Requires Ruby 2.1 | |
| # BUT.. Keeps the code clean without monkey patching | |
| module Refinements | |
| refine Integer do | |
| def div_by?(int) | |
| self % int == 0 | |
| end | |
| end |
| --- | |
| - | |
| version: 5.2.2 | |
| version_code: 5000202 | |
| changes: | |
| - Fixed an issue where some photo galleries would crash the app | |
| - Photo credits added | |
| - High res photos added to stories | |
| - Other bug fixes | |
| - |