Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bradoyler's full-sized avatar
👋
say hi

brad oyler bradoyler

👋
say hi
View GitHub Profile
@bradoyler
bradoyler / 🧽.gif
Created March 16, 2020 01:03 — forked from EvanBacon/🧽.gif
🥓
🧽.gif
@bradoyler
bradoyler / README.md
Last active March 2, 2018 18:25 — forked from alizauf/README.md
Data Storytelling with Coördinator

A simple example demonstrating how Coördinator could be used to intersperse relevant, non-data-driven elements into a data story.

NBC News logo:

@bradoyler
bradoyler / index.js
Last active July 17, 2017 19:51 — forked from zkat/index.js
npx is cool
#!/usr/bin/env node
console.log('You just installed & executed a gist!!')
@bradoyler
bradoyler / .block
Created August 17, 2016 02:15 — forked from mbostock/.block
World Map
license: gpl-3.0
@bradoyler
bradoyler / gist:2efddf556a1bac5863971843de35cd47
Created July 6, 2016 20:45 — forked from madis/gist:4650014
Testing CORS OPTIONS request with curl
curl \
--verbose \
--request OPTIONS \
http://localhost:3001/api/configuration/visitor \
--header 'Origin: http://localhost:9292' \
--header 'Access-Control-Request-Headers: Origin, Accept, Content-Type' \
--header 'Access-Control-Request-Method: GET'
# http://nils-blum-oeste.net/cors-api-with-oauth2-authentication-using-rails-and-angularjs/#.UQJeLkp4ZyE
@bradoyler
bradoyler / .block
Last active June 1, 2016 16:07 — forked from mbostock/.block
U.S. TopoJSON
license: gpl-3.0
@bradoyler
bradoyler / LICENSE
Created June 1, 2016 14:43 — forked from kerryrodden/.block
Sequences sunburst
Copyright 2013 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@bradoyler
bradoyler / .block
Created June 1, 2016 14:42 — forked from mbostock/.block
Choropleth
license: gpl-3.0
@bradoyler
bradoyler / .block
Created June 1, 2016 14:42 — forked from mbostock/.block
Histogram
license: gpl-3.0
@bradoyler
bradoyler / css_resources.md
Created November 29, 2013 06:21 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides