Skip to content

Instantly share code, notes, and snippets.

View boushley's full-sized avatar

Aaron Boushley boushley

  • Songtradr
  • Seattle, WA
View GitHub Profile
@boushley
boushley / gist:6324152
Last active December 21, 2015 15:08
IAM Policy which allows for basic ElasticBeanstalk usage.
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"elasticbeanstalk:*",
"ec2:*",
"elasticloadbalancing:*",
"cloudformation:*",
"autoscaling:*",
@boushley
boushley / gist:5471599
Last active May 17, 2019 09:11
A JavaScript UTF-8 decoding function for ArrayBuffers. Credit for most of the heavy lifting goes to "bob" http://ciaranj.blogspot.com/2007/11/utf8-characters-encoding-in-javascript.html
function decodeUtf8(arrayBuffer) {
var result = "";
var i = 0;
var c = 0;
var c1 = 0;
var c2 = 0;
var data = new Uint8Array(arrayBuffer);
// If we have a BOM skip it
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Contact PLAYBOOK | Your Phoenix Family Fun Guide! Helping you find kid-Friendly activites, events, outings for families that are educational and fun for kids of all ages, serving the West Valley of Phoenix, AZ</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="description" content="Phoenix Family Fun Guide to activites, outings, educational trips, dance lessons that are educational and fun serving the Valley of the Sun in Phoenix Arizona, our phoenix kids directory serving Peoria, AZ and Glendale, AZ, Surprise, AZ, and Scottsdale, AZ" />