Skip to content

Instantly share code, notes, and snippets.

View zgazak's full-sized avatar

Zach Gazak zgazak

View GitHub Profile
@zgazak
zgazak / index.html
Last active January 19, 2017 06:23
sunsets in the last half hour
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leaflet + Open Street Map</title>
<!-- Leaflet + d3 libraries -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@zgazak
zgazak / deals.json
Last active January 6, 2017 04:39
Aus VC map
{"companies": [{"name": "Original Rescue Swag", "type": "company", "verticals": "E-commerce"}, {"name": "Spaceship", "type": "company", "verticals": "Fintech"}, {"name": "PARts", "type": "company", "verticals": "SaaS"}, {"name": "Rokt", "type": "company", "verticals": "E-commerce"}, {"name": "Mad Paws", "type": "company", "verticals": "Mobile"}, {"name": "Moneyball Australia", "type": "company", "verticals": "Mobile"}, {"name": "Zetaris", "type": "company", "verticals": "Big Data"}, {"name": "Qwilr", "type": "company", "verticals": "SaaS"}, {"name": "Pawshake", "type": "company", "verticals": "Mobile"}, {"name": "SocietyOne", "type": "company", "verticals": "Fintech"}, {"name": "Space Connect", "type": "company", "verticals": "IoT"}, {"name": "OccuRx", "type": "company", "verticals": "Biotech"}, {"name": "Airtasker", "type": "company", "verticals": "E-commerce"}, {"name": "Biteable", "type": "company", "verticals": "SaaS"}, {"name": "Sendle", "type": "company", "verticals": "Logistics"}, {"name": "Topme", "ty
@zgazak
zgazak / index.html
Last active August 29, 2015 14:22
Farmer's Markets
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leaflet + Open Street Map</title>
<!-- Leaflet + d3 libraries -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leaflet + Open Street Map</title>
<!-- Leaflet + d3 libraries -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
@zgazak
zgazak / index.html
Last active June 21, 2022 19:51
Wineries in the USA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Leaflet + Open Street Map</title>
<!-- Leaflet + d3 libraries -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<!-- Leaflet CSS -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />