Skip to content

Instantly share code, notes, and snippets.

View joncutrer's full-sized avatar

JC joncutrer

View GitHub Profile
<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-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@joncutrer
joncutrer / GeoDataUS.php
Last active January 3, 2016 00:49
Static Class that returns PHP arrays of US State names, and US Cities names by state.
<?php
/**
* Static Class that returns PHP arrays of US State names, and US Cities names by state.
*
* @author Jonathan Cutrer (joncutrer@gmail.com)
* @license Public Domain
* @link https://gist.github.com/joncutrer/8384846
*
*
* Usage Examples