Skip to content

Instantly share code, notes, and snippets.

@milroc
milroc / .block
Created September 23, 2017 21:42
Popsicles
license: gpl-3.0
@milroc
milroc / .block
Created March 7, 2017 05:52
Fitts's Bar, I
license: mit
@milroc
milroc / .block
Created March 7, 2017 05:51
Fitts's Bar, I
license: mit
@milroc
milroc / .block
Last active March 7, 2017 05:50
Fitts's Bar, I
license: mit
@milroc
milroc / .block
Last active August 12, 2016 18:28
t-SNE mock
license: gpl-3.0
@milroc
milroc / README.md
Last active June 5, 2016 22:01
GooeySpinner Trippy (React + d3)

I had wanted to play with the Gooey Effect for some time. I decided to use React for this so I rewrote some of the code from the below forks.

Once the rewrite was complete, I played with some numbers and found this interesting aesthetic effect. The spinner I think is rather compelling. Would probably do a couple more iterations on it before I considered using it in a product though.

The things that are important to take note of in the rewrite is how you use could refs to manage what portion of the UI is handled with d3 and what is managed with React.

--

forked from sxywu's block: Gooey Circle Effect with Colors

@milroc
milroc / README.md
Last active June 5, 2016 22:00
GooeySpinner (React + d3)

I had wanted to play with the Gooey Effect for some time. I decided to use React for this so I rewrote some of the code from the below forks.

Once the rewrite was complete, I played with some numbers and found this interesting aesthetic effect. The spinner I think is rather compelling. Would probably do a couple more iterations on it before I considered using it in a product though.

The things that are important to take note of in the rewrite is how you use could refs to manage what portion of the UI is handled with d3 and what is managed with React.

--

forked from sxywu's block: Gooey Circle Effect with Colors

@milroc
milroc / README.md
Last active June 4, 2016 23:40
fresh block
@milroc
milroc / .block
Last active March 23, 2016 19:32 — forked from mbostock/.block
States & Provinces (warning may cause seizures)
license: gpl-3.0
@milroc
milroc / README.md
Last active June 29, 2016 20:03
A quick React + D3 sparkline

Just a quick example of how I use React + d3 now a days.