Skip to content

Instantly share code, notes, and snippets.

use_spatial_index=false
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Builds an ECS Cluster",
"Parameters": {},
"Resources": {
"SpotFleet": {
"Type": "AWS::EC2::SpotFleet",
"Properties": {
"SpotFleetRequestConfigData": {
"AllocationStrategy": "diversified",
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Builds an ECS Cluster",
"Parameters": {},
"Resources": {
"SpotFleet": {
"Type": "AWS::EC2::SpotFleet",
"Properties": {
"SpotFleetRequestConfigData": {
"AllocationStrategy": "diversified",

inbox 0

game description:

You receive emails in an inbox. You are presented with a set of options for each email. Some options result in further emails being sent by your contacts. You choose options attempting to reach inbox zero.

progression ideas:

  • Emails and contacts get stickier and stickier as levels progress.
  • The metagame evolves from choosing correct responses to more advanced "knowledge management" work tasks, like determining the actual action items and next actions.
@yhahn
yhahn / phrase-fnv1a32.txt
Last active December 27, 2015 14:29
carmen colllision tests
{"hash":"1047421","terms":["callejon de rojas","carrer santo tomas"]}
{"hash":"2080597","terms":["melin street","zelk lane"]}
{"hash":"2177846","terms":["gansz lane","wandel drive"]}
{"hash":"2857275","terms":["cavendish drice","elm wk"]}
{"hash":"4382878","terms":["profesora stanislawa lojasiewicza","tegel close"]}
{"hash":"9876508","terms":["beyer close","vanyo road"]}
{"hash":"10287211","terms":["billy london road","rua julio braido"]}
{"hash":"10760203","terms":["international drive","paul schuster strasse"]}
{"hash":"12498122","terms":["borslungvegen","sand hallow road"]}
{"hash":"13664186","terms":["turnuey ridge road","valley fork drive"]}
@yhahn
yhahn / map.geojson
Created August 20, 2013 21:00
via:geojson.io
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<script src='http://underscorejs.org/underscore-min.js'></script>
<script src='http://api.tiles.mapbox.com/mapbox.js/v1.1.0/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.1.0/mapbox.css' rel='stylesheet' />
<style>
* {
box-sizing:border-box;
@yhahn
yhahn / index.html
Created February 16, 2013 22:15
Circle with number
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'/>
<script src='http://underscorejs.org/underscore-min.js'></script>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css' rel='stylesheet' />
<style>
body {
margin:0px;
@yhahn
yhahn / index.html
Created February 12, 2013 19:16
Simple geojson search
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'/>
<script src='http://underscorejs.org/underscore-min.js'></script>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css' rel='stylesheet' />
<style>
body {
margin:0px;
@yhahn
yhahn / index.html
Created February 5, 2013 14:24
Custom template
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'/>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src='http://underscorejs.org/underscore-min.js'></script>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>