Skip to content

Instantly share code, notes, and snippets.

View wboykinm's full-sized avatar

Bill Morris wboykinm

View GitHub Profile
@wboykinm
wboykinm / README.md
Last active November 12, 2020 02:09 — forked from nkelner/README.md
A simple vector map of Vermont's Counties.
<html>
<head>
<title>Deckgl RGB PointCloud + Mapbox</title>
<script src="https://unpkg.com/deck.gl@^7.0.0/dist.min.js"></script>
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.js"></script>
<link rel="stylesheet" type="text/css" href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.css">
<style>
body {
background-color: #000000;
margin: 0;
@wboykinm
wboykinm / .block
Last active December 14, 2018 15:43 — forked from basilesimon/.block
(Simpler) sankey Diagram with v4
license: mit
@wboykinm
wboykinm / README.md
Last active April 6, 2020 23:31 — forked from simzou/README.md
US Map of Nielsen Media Markets
@wboykinm
wboykinm / .block
Created April 5, 2018 19:35 — forked from Fil/.block
annotate a map [UNLISTED]
license: mit
@wboykinm
wboykinm / .block
Last active March 8, 2018 03:01 — forked from almccon/.block
WebGL Earth demo: Faraday light base
license: mit
@wboykinm
wboykinm / README.md
Last active September 29, 2017 16:40 — forked from officeofjane/README.md
Small multiple bar charts with tooltips
@wboykinm
wboykinm / .block
Last active September 5, 2017 01:14 — forked from mbostock/.block
Custom Time Format
license: gpl-3.0
@wboykinm
wboykinm / HOWTO.md
Created July 28, 2017 01:37 — forked from cvan/HOWTO.md
How to serve a custom HTTPS domain on GitHub Pages with CloudFlare: *FREE*, secure and performant by default

Instructions

CloudFlare is an awesome reverse cache proxy and CDN that provides DNS, free HTTPS (TLS) support, best-in-class performance settings (gzip, SDCH, HTTP/2, sane Cache-Control and E-Tag headers, etc.), minification, etc.

  1. Make sure you have registered a domain name.
  2. Sign up for CloudFlare and create an account for your domain.
  3. In your domain registrar's admin panel, point the nameservers to CloudFlare's (refer to this awesome list of links for instructions for various registrars).
  4. From the CloudFlare settings for that domain, enable HTTPS/SSL and set up a Page Rule to force HTTPS redirects. (If you want to get fancy, you can also enable automatic minification for text-based assets [HTML/CSS/JS/SVG/etc.], which is a pretty cool feature if you don't want already have a build step for minification.)
  5. If you
@wboykinm
wboykinm / .block
Last active May 8, 2017 22:59 — forked from awoodruff/election.geojson
Value-by-alpha map example
license: mit