Skip to content

Instantly share code, notes, and snippets.

View micahstubbs's full-sized avatar

Micah Stubbs micahstubbs

View GitHub Profile
@micahstubbs
micahstubbs / VoVRdata.csv
Created December 21, 2018 04:28 — forked from deprecatedcoder/VoVRdata.csv
Scraping of the VoVR site
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
"number","date","guestAudio","cover","background","audio","title","guestCover","desc"
"001","May 5, 2014","eVRydayVR","cover","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/d-banner-1024x182.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Voices-of-VR-001-eVRydayVR.mp3","#1: eVRydayVR on Virtual Reality evangelism, communities & education","guestCover","desc"
"002","May 13, 2014","Eric Hodgson","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/hive-schematic-300x247.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/voices-of-vr-header-image-faded-1024x323.jpg","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Voices-of-VR-002-Eric-Hodgson.mp3","#2: Eric Hodgson on spatial perception, redirected walking & the split between Old VR vs. New VR","hive schematic","desc"
"003","May 15, 2014","Oliver Kreylos","cover","http://d1icj85yqthyoq.cloudfront.net/wp-content/uploads/2014/05/Header.jpg","http://d1icj85yqthyoq.clo
@micahstubbs
micahstubbs / WORKSHOP.md
Created August 26, 2017 19:13 — forked from aman-tiwari/WORKSHOP.md
Document containing install instructions and cool links for the Making Maps with ML workshop!

Messing with Maps and ML quickstart

This document: https://goo.gl/AqGoE8

Installation instructions

By far the most annoying part of getting started with messing with ML is installing researcher-made code and turning it into something fun to play with.

Before doing any of these, please install Miniconda. If you don't have it installed already, here's how:

For OSX, this is:

@micahstubbs
micahstubbs / README.md
Last active June 14, 2016 22:36 — forked from timelyportfolio/README.md
programmatic control of a d3 brush - specify zoom

Forked from timelyportfolio's bl.ock which in turn forked Mike Bostock's focus+context zoom gist to demonstrate how we can drive a d3 brush with code.

anybody know how to brush with code in #d3js?

— klr (@timelyportfolio) September 10, 2014
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

So timelyportfolio found this discussion, but he could not find an example demonstrating the steps proposed by Athan Reines.

For auto-redraw so that the focus of a 1D brush matches the graphed domain, you need to do as fol
@micahstubbs
micahstubbs / .block
Last active March 12, 2016 22:47 — forked from mbostock/.block
X-Value Mouseover with Droplines
license: gpl-3.0
@micahstubbs
micahstubbs / .block
Last active June 14, 2016 22:54 — forked from curran/LICENSE
Focus + Context Scatter Plots
license: MIT