Skip to content

Instantly share code, notes, and snippets.

View hampelm's full-sized avatar

Matt Hampel hampelm

View GitHub Profile
@hampelm
hampelm / jquery.ba-tinypubsub.js
Created July 18, 2012 01:02 — forked from cowboy/HEY-YOU.md
jQuery Tiny Pub/Sub: A really, really, REALLY tiny pub/sub implementation for jQuery.
/* jQuery Tiny Pub/Sub - v0.7 - 10/27/2011
* http://benalman.com/
* Copyright (c) 2011 "Cowboy" Ben Alman; Licensed MIT, GPL */
(function($) {
var o = $({});
$.subscribe = function() {
o.on.apply(o, arguments);

#Municipal Chief Data Officer

##Description:

The Municipal Chief Data Officer (CDO) is a 'C' level executive in the city's technology leadership with primary responsibility for implementing the city's open data / open government plans. Open data is an important cornerstone to broader government transparency efforts, and the CDO is responsible for developing and expanding open data activities across city departments and agencies, and coordinating with other municipal leaders on broader transparency efforts.

The CDO is the face of the city's open data effort, and will be an evangelist for open data and innovation both inside and outside municipal government.

##Responsibilities:

@hampelm
hampelm / map.geojson
Created August 14, 2013 15:50 — forked from anonymous/map.geojson
via:geojson.io
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
class Organization < ActiveRecord::Base
include ActiveModel::Serialization
extend FriendlyId
attr_accessible :description, :name, :slug, :type, :grants_received, :grants_made
friendly_id :name, use: :slugged
has_many :grants_received, :class_name => 'Grant', :foreign_key => 'to_id'
@hampelm
hampelm / map.geojson
Last active August 29, 2015 14:22 — forked from prashtx/map.geojson
Central Market/ Tenderloin Payroll Tax Exclusion Areas
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.