Skip to content

Instantly share code, notes, and snippets.

View vwochnik's full-sized avatar

Vincent Wochnik vwochnik

View GitHub Profile
@vwochnik
vwochnik / index.html
Created September 28, 2015 18:10
Scss overlay mixin
<html>
<head>
<title>Test</title>
<!-- include stylesheet -->
</head>
<body>
<div class="overlay"></div>
</body>
<!-- include jQyery -->
<!-- include javascript -->
@vwochnik
vwochnik / .block
Last active June 13, 2016 12:16 — forked from katsumitakano/index.html
Line Chart with Grid [D3]
license: mit
@vwochnik
vwochnik / .block
Created March 4, 2016 13:37 — forked from mbostock/.block
Sunburst Partition
license: gpl-3.0
@vwochnik
vwochnik / .block
Last active March 8, 2016 13:48 — forked from mbostock/.block
Zoomable Sunburst
license: gpl-3.0
@vwochnik
vwochnik / .block
Last active April 12, 2016 07:36
D3 Correlation Matrix
license: mit
@vwochnik
vwochnik / .block
Last active April 12, 2016 11:28
D3.js rectangular selection
license: mit
@vwochnik
vwochnik / aggregate.js
Created April 12, 2016 11:42
Aggregate dataset by ticks
/**
* Aggregates a dataset containing {x,y} values by an array of x-axis ticks
* where the aggregated dataset contains one {x,y} value per specified
* tick.
* @param dataset input dataset of {x,y} values
* @param ticks array of ticks to aggregate by
* @return new dataset containing aggregated {x,y} values
*/
function aggregate(dataset, ticks) {
return _.chain(dataset)
@vwochnik
vwochnik / .block
Last active October 23, 2020 11:30
jQuery background moving blocks
license: mit
@vwochnik
vwochnik / .block
Last active August 13, 2021 15:26
Snap.SVG background shapes
license: mit
license: mit