Skip to content

Instantly share code, notes, and snippets.

View jwthomp's full-sized avatar

Jeff Thompson jwthomp

View GitHub Profile
; solving Ishmael problem from http://www.renesys.com/challenge_site/challenge/count_me_ishmael
; NOTE: The times below are inflated since the profiling code slows everything down
; Current profile
; seconds | consed | calls | sec/call | name
;--------------------------------------------------------------
; 0.391 | 33,214,464 | 952,404 | 0.0000004 | IS-CVVC
; 0.214 | 30,027,776 | 664,719 | 0.0000003 | IS-CHAR-CONSTANANT
; 0.156 | 0 | 2,308,632 | 0.0000001 | IS-CHAR-VOWEL
@jwthomp
jwthomp / designer.html
Created April 30, 2015 15:36
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;