Skip to content

Instantly share code, notes, and snippets.

@dechov
dechov / index.html
Last active August 29, 2015 14:05 — forked from phil-pedruco/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Nepal Topographic Contours</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://d3js.org/topojson.v1.min.js"></script>
@dechov
dechov / README.md
Last active December 22, 2015 20:08
Dynamic D3: the playback support plugin

Dynamic D3: playback plugin

d3.time.clock()

clock.speed([speed])

clock.extent([extent])

clock.init()

@dechov
dechov / README.md
Created September 11, 2013 16:08
Dynamic Bar Chart of U.S. Currency

Demonstrates the beginnings of a D3 plugin with dedicated components for dynamic visualization.

Sourced from:

Keep in mind that the bill faces displayed are merely the most recently released design and do not necessarily correspond with what bills would actually be printed in any given year. For example, the uptick in $100 bills produced in recent years is most certainly a new design that is due to be released on October 8, 2013 after years of delays.

@dechov
dechov / .block
Created February 18, 2016 16:53 — forked from mbostock/.block
Pseudo-Dorling Cartogram
license: gpl-3.0
@dechov
dechov / .block
Last active April 11, 2017 23:59
Density Contours II
license: gpl-3.0
height: 960
@dechov
dechov / wcs-staging.php
Last active December 22, 2017 20:11
Point WooCommerce Services to Staging Server
<?php
/*
Plugin Name: Point WooCommerce Services to Staging Server
Description: Sets WCS server URL to api-staging.woocommerce.com
Version: 1.0
*/
define( 'WOOCOMMERCE_CONNECT_SERVER_URL', 'https://api-staging.woocommerce.com/' );
?>