Skip to content

Instantly share code, notes, and snippets.

@studiotimo
studiotimo / designer.html
Last active August 29, 2015 14:22
designer
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../google-map/google-map-search.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@studiotimo
studiotimo / hfind
Last active August 29, 2015 14:18 — forked from cjus/hfind
hfind() {
history | grep $1 | grep -v history | grep -v hfind | sed -E 's/^.{7}//' | sort | uniq
}