Skip to content

Instantly share code, notes, and snippets.

View hampelm's full-sized avatar

Matt Hampel hampelm

View GitHub Profile

Carebot Commands

Get info about a graphic

Just mention me with the word "slug" followed by your slug:

@carebot, how is slug red-rackhams-treasure doing?

@carebot, what about slug tintin-in-tibet?

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3ttSou2t2CBw+2ieAckPv5FgJo4woj8/+42ZDA76ZzHGVNAXLUMgEwZZV5dVlij1zHsFDjRQKl5p4yCNY4VESfaqJ0Cpq7rgtJP6/3k8h01RpfrUP2V4LYcTbmkY2QhSLzrIIDxEvKJqW1ZMKh9x1Qa6NgPbWxmivZ1fOb7+x730qYfbJOJRQhY6ZBFNPG4LKRmGaMTnvwqISVRqQuaxBtKjegLlHvM97NWhvHwIT06Zva7CtGUQbgJ9An48miu21NUdenUupRhPjLl+3rhj5I0ZWTNL7Ti1x93GiieI6xQxVnLi2erJcJs0a1gqkqn4AHKN/NdmPGQKb+iHgbys/ [email protected]
{"type":"MultiPolygon","coordinates":[[[[-79.9193420187935,40.4196027742127],[-79.9186559153613,40.4199176785217],[-79.919015196306,40.4203378252351],[-79.91924739044,40.4205936329915],[-79.9192873985528,40.4206479114904],[-79.9195087480134,40.4208905466186],[-79.9195087578825,40.4208905583357],[-79.9187621100939,40.4211498721246],[-79.9186425448192,40.4211884760656],[-79.9185551962074,40.4212159266139],[-79.9184363998269,40.4212589318305],[-79.9183240958805,40.421310144521],[-79.9181760476122,40.4213754593621],[-79.9169372318181,40.4204654496156],[-79.9169350454846,40.4204638569279],[-79.9173023293106,40.4200017880045],[-79.9174812862052,40.4199005220178],[-79.9177090317525,40.4197716474724],[-79.9177731615966,40.4197393662243],[-79.9178415617179,40.4197126924507],[-79.9179133961699,40.4196919521413],[-79.9179877870366,40.4196773987703],[-79.9180638251612,40.4196692101995],[-79.9181405812569,40.4196674865041],[-79.9182171172625,40.4196722487499],[-79.9182924978067,40.4196834387359],[-79.918414507854,40.41970

Please write a description of the Detroit Economic Growth Corporation in 2-5 short, authoritative paragraphs. The text should explain what the organization does. The audience is a general public searching for general information.

The article should summarize these pages, and any additional relevant information you find: http://www.degc.org/ http://www.degc.org/about-degc/about-degc-2 http://www.degc.org/site-selectors/how-degc-helps

The text will be published at detroitledger.org. For reference, here is a similar summary for a different organization: https://www.detroitledger.org/#!/organizations/189


<script type="text/template" id="repeating">
<input id="location-<%= count %>>
</script>
<form></form>
$(function() {
var template = _.template($('#repeating').html());
var newField = template({ count: 1 });
<script type="text/template" id="repeating">
</script>
<form></form>
$(function() {
var $repeating = $('#repeating');
$('form').append($repeating.clone());
})
@hampelm
hampelm / gist:4be733b286a409c5f11b
Last active December 9, 2015 20:36
Files using REST services
ec45.js:
621
622 // Get the tract data
623: var tractLayer = L.esri.featureLayer('http://gis.mtc.ca.gov/mtc/rest/services/VitalSigns/LU_Features/FeatureServer/1', {
624 onEachFeature: setupMapInteraction,
625 simplifyFactor: 0.35,
ec4b.js:
313
<?php
/**
* @file
* Default simple view template to all the fields as a row.
*
* - $view: The view in use.
* - $fields: an array of $field objects. Each one contains:
* - $field->content: The output of the field.
* - $field->raw: The raw data for the field, if it exists. This is NOT output safe.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
function Array() { [native code] } function Array() { [native code] } [object Math]`