Skip to content

Instantly share code, notes, and snippets.

@arctouch-shadowroldan
arctouch-shadowroldan / Carnitas
Last active December 26, 2015 21:58
Carnitas a la Roldan
4-5-pounds boneless pork shoulder, cut into 4-5-inch chunks, trim excess fat
1/4 cup canola or frying oil
1 Mexican beer
1 cinnamon stick
1 1/2 tablespoons coarse sea salt
1 Tablespoon cayenne chile powder
1 Tablespoon ancho chile powder
1 Tablespoon smoked paprika
2 Tablespoons brown sugar
1 Teaspoon ground cumin
@poobury
poobury / recipe.rb
Created November 9, 2011 10:20 — forked from casualjim/recipe.rb
S3 File Resource for Chef
# Source accepts http/https or the protocol region:// with the host as the bucket
# access_key_id and secret_access_key are just that
# Note resource name has changed from s3_file to s3_aware_remote_file
# for the eu-west-1 region:
s3_aware_remote_file "/var/bulk/the_file.tar.gz" do
source "s3-eu-west-1://your.bucket/the_file.tar.gz"
access_key_id your_key
secret_access_key your_secret
owner "root"
@jonah-williams
jonah-williams / build.sh
Created April 30, 2011 17:46
Command line iOS project builds and over-the-air distribution
#!/bin/bash
# https://gist.github.com/949831
# http://blog.carbonfive.com/2011/05/04/automated-ad-hoc-builds-using-xcode-4/
# command line OTA distribution references and examples
# http://nachbaur.com/blog/how-to-automate-your-iphone-app-builds-with-hudson
# http://nachbaur.com/blog/building-ios-apps-for-over-the-air-adhoc-distribution
# http://blog.octo.com/en/automating-over-the-air-deployment-for-iphone/
# http://www.neat.io/posts/2010/10/27/automated-ota-ios-app-distribution.html