Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am eidmanna on github.
  • I am eidmanna (https://keybase.io/eidmanna) on keybase.
  • I have a public key ASBaq2JfbRdimn9NpHfxNukRIFkTMfbDzWF-iggD4WrAWAo

To claim this, I am signing this object:

@eidmanna
eidmanna / Readme.md
Last active December 12, 2015 18:54
Parametric oscillator

Parametric oscillator

@eidmanna
eidmanna / designer.html
Last active August 29, 2015 14:15
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../cool-clock/cool-clock.html">
<polymer-element name="my-element">
<template>
<style>
#ace_element {
width: 400px;
height: 300px;
@eidmanna
eidmanna / designer.html
Last active August 29, 2015 14:14
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
@eidmanna
eidmanna / designer.html
Last active August 29, 2015 14:13
designer
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@eidmanna
eidmanna / designer.html
Last active August 29, 2015 14:13
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../google-map/google-map.html">
@eidmanna
eidmanna / designer.html
Created November 4, 2014 21:36
designer
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@eidmanna
eidmanna / index.html
Last active August 29, 2015 14:05
Seats
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="seats.css" media="screen" />
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script type="text/javascript" src="seats.js" ></script>
</head>
<body>
<div class="room"></div>
<div>Name | (Id) | Reserved</div>
@eidmanna
eidmanna / Makefile
Last active December 17, 2015 23:48
Austria D3 TopoJSON
aut.json: subunits.json places.json
topojson --id-property su_a3 -p name=NAME -p name -o aut.json subunits.json places.json
subunits.json: ne_10m_admin_0_map_subunits.shp
ogr2ogr -f GeoJSON -where "adm0_a3 IN ('AUT')" subunits.json ne_10m_admin_0_map_subunits.shp
places.json: ne_10m_populated_places.shp
ogr2ogr -f GeoJSON -where "iso_a2 = 'AT' AND SCALERANK < 20" places.json ne_10m_populated_places.shp
ne_10m_admin_0_map_subunits.shp: subunits.zip
unzip subunits.zip