Skip to content

Instantly share code, notes, and snippets.

View donmccurdy's full-sized avatar

Don McCurdy donmccurdy

View GitHub Profile
@donmccurdy
donmccurdy / count-font-sizes.js
Created March 14, 2016 21:41
SO MANY FONT SIZES.
/**
* Count the number of distinct font sizes on the page.
*
* Tested in Chrome, no idea if this works elsewhere.
*
* @author Don McCurdy <dm@donmccurdy.com>
*
*/
var sizes = {};
for (var i = 0; i < document.styleSheets.length; i++) {
map $http_host $subdomain_port {
hostnames;
www.donmccurdy.com 8001;
sandbox.donmccurdy.com 8002;
proxy-controls.donmccurdy.com 8003;
}
server {
server_name _;
@donmccurdy
donmccurdy / gamepad-support-in-webvr.md
Last active April 15, 2017 17:01
Gamepad Support in WebVR
@donmccurdy
donmccurdy / fancy-underline.less
Last active July 4, 2016 20:06
Fancy Underline (LESS Mixin)
/**
* Based on work by Jonathan Neal.
* https://codepen.io/jonneal/pen/PzGYEE
*/
@textUnderlineFade: 20%;
@textUnderlineColor: currentColor;
@textUnderlineBackgroundColor: #FFF;
@textUnderlinePosition: -.14em;
@textUnderlineSize: .05em;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@donmccurdy
donmccurdy / .block
Last active October 5, 2017 15:33
Gooey Force-Directed Graph in D3
license: gpl-3.0
@donmccurdy
donmccurdy / .block
Last active October 4, 2016 19:17
Blurred Matrix Heatmap
height: 480
license: mit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.