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:
I hereby claim:
To claim this, I am signing this object:
Parametric oscillator
| <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; |
| <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"> |
| <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; |
| <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"> |
| <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%; |
| <!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> |
| 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 |