Skip to content

Instantly share code, notes, and snippets.

View zzimbler's full-sized avatar

Zachary Zimbler zzimbler

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{"type":"Topology","arcs":[[[269993,216772],[54,58],[-26,37]],[[270021,216867],[16,60]],[[270037,216927],[43,35],[172,68]],[[270252,217030],[-1,-39],[178,-306]],[[270429,216685],[35,-61]],[[270464,216624],[-186,-166],[-128,-83]],[[270150,216375],[-48,-3],[-137,-132],[-26,52]],[[269939,216292],[28,30],[0,75],[-33,30],[-68,-59],[-29,34],[10,57]],[[269847,216459],[-20,67],[-49,-6]],[[269778,216520],[37,38],[83,43],[123,111],[48,18],[-32,62],[-44,-20]],[[271259,215987],[-9,166],[82,26],[110,-38],[24,30]],[[271466,216171],[-15,-93],[41,5],[62,-66]],[[271554,216017],[-129,-127],[-31,11],[-58,-46],[-52,-3]],[[271284,215852],[3,46]],[[271287,215898],[-28,89]],[[270031,217996],[50,87]],[[270081,218083],[15,-28]],[[270096,218055],[15,-49],[-80,-10]],[[271858,216605],[101,-24]],[[271959,216581],[22,-47],[-19,-49],[58,-49]],[[272020,216436],[40,-87],[-132,-40]],[[271928,216309],[-83,8],[-30,64]],[[271815,216381],[25,15],[-31,108],[50,59],[-1,42]],[[270934,216610],[118,20]],[[271052,216630],[227,30],[51,15]],[[271330,2166
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zzimbler
zzimbler / goToLink.js
Created June 10, 2016 03:49
Directive using the cordova InAppBrowser that when applied to elements with href="" will turn that hyperlink into opening native safari or chrome and loading that URL.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Single-Column Responsive Email Template</title>
<style>
@media only screen and (min-device-width: 541px) {
.content {
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Single-Column Responsive Email Template</title>
<style>
@media only screen and (min-device-width: 541px) {
.content {
@zzimbler
zzimbler / Prevent HotLink
Created March 13, 2013 12:52
Prevents hot-linking to your javascript
@zzimbler
zzimbler / vimrc-awesome
Last active March 4, 2021 18:18
Awesome vimrc file
call pathogen#infect()
syntax on
filetype on
filetype plugin on
filetype indent on
" Use english for spellchecking, but don't spellcheck by default
if version >= 700
" turn on spell checking for these files