Skip to content

Instantly share code, notes, and snippets.

@djamshed
djamshed / .block
Created June 15, 2017 02:14
Zoom Transitions
license: gpl-3.0
@djamshed
djamshed / README.md
Created September 26, 2016 19:46 — forked from veltman/README.md
Electoral cartograms
var hierarchy_data = {
"name": "AUT-1",
"children": [{
"name": "PUB-1",
"children": [{
"name": "AUT-11",
"children": [{
"name": "AFF-111"
}, {
"name": "AFF-112"
@djamshed
djamshed / scss blink
Created April 28, 2015 16:29
Compass SCSS keyframe + animation usage (keep forgetting syntax way too often)
@djamshed
djamshed / index.html
Last active July 9, 2021 08:51
Leaderboard in d3.js
<!doctype html>
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Leaderboard with D3</title>