Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am satchmorun on github.
  • I am satchmorun (https://keybase.io/satchmorun) on keybase.
  • I have a public key whose fingerprint is 7E83 450F 51AA 321E 7BA4 0AC1 DD01 AB3B 2FA9 5C6D

To claim this, I am signing this object:

@satchmorun
satchmorun / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="combo-box">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
@satchmorun
satchmorun / app.rb
Created September 22, 2012 07:21
ParselDesugar tests in the browser
require 'rack'
require 'json'
Suite = "suite"
class Runner
attr_reader :results
def initialize(binary=nil, command=nil, desugar=nil)
@binary ||= "osx-dist/bin/assignment3-osx"