Skip to content

Instantly share code, notes, and snippets.

View kbtz's full-sized avatar
:shipit:

kbtz

:shipit:
  • Freelance
  • Remote
View GitHub Profile
@kbtz
kbtz / .block
Created January 21, 2018 23:18 — forked from TennisVisuals/.block
d3v4 reusable updateable global mashup
license: mit
@kbtz
kbtz / .block
Created January 16, 2018 01:11 — forked from mbostock/.block
Brush Snapping II
license: gpl-3.0
@kbtz
kbtz / GitKraken installer for fedora
Last active September 3, 2017 03:55 — forked from aelkz/[FEDORA] gitkraken
How to install gitkraken on Fedora 25 + launcher icon
#!/bin/bash
if [ ${USER} == "root" ]; then
echo "Don't run the entire script as root;" >&2
exit 1
fi
# Alternative link for icon file https://drive.google.com/file/d/0B-3KQ_ohu-RFVkJyS1Zfa2NLSVE/view
ICON="http://img.informer.com/icons_mac/png/128/422/422255.png"
@kbtz
kbtz / .block
Last active February 19, 2017 01:58 — forked from mbostock/.block
Scatterplot
license: gpl-3.0
@kbtz
kbtz / d3.slider.css
Created January 17, 2017 11:34 — forked from cmdoptesc/d3.slider.css
D3: Map Timeline
.d3-slider {
position: relative;
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
border: 1px solid #aaaaaa;
z-index: 2;
}
.d3-slider-horizontal {
height: .8em;