Skip to content

Instantly share code, notes, and snippets.

View zbeat's full-sized avatar

Zack Beatty zbeat

View GitHub Profile
@zbeat
zbeat / keybase.md
Created December 22, 2017 23:15
Keybase verification

Keybase proof

I hereby claim:

  • I am zbeat on github.
  • I am zbeat (https://keybase.io/zbeat) on keybase.
  • I have a public key ASAVkwxpxeueoL342J0ZAr2nqdin9LdmzNdvTg5PF4fAFgo

To claim this, I am signing this object:

@zbeat
zbeat / console.rb
Created August 23, 2017 19:18 — forked from nuxlli/console.rb
To access url helpers (url_for, etc) from Rails console (Rails 3)
# Example from: http://snipplr.com/view/37063/
include Rails.application.routes.url_helpers
# set host in default_url_options:
default_url_options[:host] = "localhost"
# can then use:
url_for()
@zbeat
zbeat / nhv.geojson
Created May 2, 2017 18:38
NHV poly
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zbeat
zbeat / issues-array.js
Created February 7, 2017 00:29
Testing
var issues = [
[41.3153366817699, -72.9103803634644, 32],
[41.3116781136213, -72.922203540802, 145],
[41.302506615298, -72.8893518447876, 180],
[41.2904398588693, -72.9337584972382, 289],
[41.3134187795803, -72.9520511627197, 544],
[41.3188661189887, -72.9259693622589, 670],
[41.3154978474509, -72.9122257232666, 759],
[41.3166662867211, -72.9062497615814, 833],
[41.3154656143466, -72.9632520675659, 1196],
@zbeat
zbeat / .block
Last active February 6, 2017 17:04
NHV issues map
license: gpl-3.0
height: 600
scrolling: no
border: no
@zbeat
zbeat / map.geojson
Last active January 24, 2017 15:02
New Haven Alder Ward #1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zbeat
zbeat / README.md
Created January 11, 2017 00:03
Google Maps tiles w/ Leaflet JS (via GoogleMutant) -- STYLED MAP
@zbeat
zbeat / README.md
Last active January 11, 2017 00:05
Google Maps tiles in Leaflet JS (via GoogleMutant)
@zbeat
zbeat / README.md
Last active January 11, 2017 00:06
Google Maps tiles w/ Leaflet JS (via GoogleMutant) -- WITH POLYGONS
@zbeat
zbeat / README.md
Last active January 10, 2017 22:12
Google Maps tiles w/ Leaflet JS mapping library

Hat-tip to this James Croft blog post here.