Skip to content

Instantly share code, notes, and snippets.

View pctj101's full-sized avatar

pctj101

  • Earth
View GitHub Profile
@pctj101
pctj101 / glacier_test.rb
Created September 5, 2012 15:23
Fog Glacier Test
require "rubygems"
require "bundler/setup"
# require your gems as usual
require "fog"
require 'fog/aws/glacier'
aws_access_key_id = "??"
@pctj101
pctj101 / gist:2728171
Created May 18, 2012 23:40
Nested meteor templates w/ parent reference
<template name='reservation'>
{{#each venues}}
{{> venue}}
{{/each}}
</template>
<template name='venue'>
<div class='venue'>
{{bambam reservation}}
@pctj101
pctj101 / Xcode4TestFlightintegration.sh
Created November 3, 2011 20:45 — forked from incanus/Xcode4TestFlightintegration.sh
Xcode 4 scheme Archive step Post-script for automatic TestFlight build uploading. See the blog post here: http://developmentseed.org/blog/2011/sep/02/automating-development-uploads-testflight-xcode
#!/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"