- Coffee Bar (3)
- Stable Cafe (piaf w/ bacon)
- Haus
- Philz
- Ritual
- Rogers
- Cafe Arlequin
| " Git rebase helper for: | |
| " git rebase --interactive | |
| " | |
| " L - view commit log | |
| " p - pick | |
| " e - edit | |
| " s - squash | |
| " r - reword | |
| " D - delete | |
| " |
| // | |
| // EchoPrint Cocoa Example | |
| // Created by Jim McGowan on 08/07/2011. | |
| // jim at bleepsandpops dot com | |
| // | |
| // A simple example of using the EchoPrint Codegen to fingerprint an mp3 file and | |
| // look for a match on EchoNest. For OS X or iOS. Error checking removed for brevity. | |
| // | |
| // Requires the 'Other C Flags' XCode build setting "-x objective-c++" to compile as Objective-C++ | |
| // |
| /* | |
| File: KeychainItemWrapper.h | |
| Abstract: | |
| Objective-C wrapper for accessing a single keychain item. | |
| Version: 1.2 - ARCified | |
| Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple | |
| Inc. ("Apple") in consideration of your agreement to the following | |
| terms, and your use, installation, modification or redistribution of |
| #!/bin/bash | |
| # | |
| # (Above line comes out when placing in Xcode scheme) | |
| # | |
| API_TOKEN=<TestFlight API token here> | |
| TEAM_TOKEN=<TestFlight team token here> | |
| SIGNING_IDENTITY="iPhone Distribution: Development Seed" | |
| PROVISIONING_PROFILE="${HOME}/Library/MobileDevice/Provisioning Profiles/MapBox Ad Hoc.mobileprovision" | |
| #LOG="/tmp/testflight.log" |
| haiku = -> | |
| adjs = [ | |
| "autumn", "hidden", "bitter", "misty", "silent", "empty", "dry", "dark", | |
| "summer", "icy", "delicate", "quiet", "white", "cool", "spring", "winter", | |
| "patient", "twilight", "dawn", "crimson", "wispy", "weathered", "blue", | |
| "billowing", "broken", "cold", "damp", "falling", "frosty", "green", | |
| "long", "late", "lingering", "bold", "little", "morning", "muddy", "old", | |
| "red", "rough", "still", "small", "sparkling", "throbbing", "shy", | |
| "wandering", "withered", "wild", "black", "young", "holy", "solitary", | |
| "fragrant", "aged", "snowy", "proud", "floral", "restless", "divine", |
| // | |
| // SBCircleProgressBar.h | |
| // | |
| // Created by Wim Haanstra on 17-11-11. | |
| // Copyright (c) 2011 Sorted Bits. All rights reserved. | |
| // | |
| @interface SBCircleProgressBar : UIView | |
| // The maximum value of the progressbar |
Mushroom bun burger
Combine garlic, salt, pepper, beef, and make a patty. Oil cast-iron pan. Sear each side on high heat for 1 minute. Reduce heat and cook each side for an additional 2-3 minutes. Cook mushroom in leftover grease in the pan. Serve burger over mushroom and top with onions/tomato/lettuce. Use lettuce as top bun.
| var qs = require('querystring'); | |
| var request = require('request'); | |
| var app_id = '<your_fb_app_id>'; | |
| var app_secret = '<your_fb_app_secret>'; | |
| var app_login_url = 'https://graph.facebook.com/oauth/access_token' | |
| var app_login_qs = { | |
| client_id: app_id, | |
| client_secret: app_secret, |