Skip to content

Instantly share code, notes, and snippets.

{
"disallowDanglingUnderscores": true,
"disallowEmptyBlocks": true,
"disallowKeywords": [
"with"
],
"disallowMixedSpacesAndTabs": "smart",
"disallowMultipleLineBreaks": true,
"disallowMultipleLineStrings": true,
"disallowNewlineBeforeBlockStatements": true,
@Herst
Herst / find_isolated_functions.py
Last active October 22, 2016 13:44 — forked from elazarg/find_isolated_functions.py
A small script that warns about functions that are not called from within the code (fork from https://gist.github.com/Herst/287aa233c0acba6ed2bc2d093dec786d ported to Python 2)
#!/usr/bin/python
from contextlib import contextmanager
from ast import NodeVisitor
import ast
import sys
import glob
class Flags:
include_strings = True
@Herst
Herst / .block
Last active August 11, 2017 00:03
Wibbly-wobbly behavior in Chrome (Blink)
license: gpl-3.0
@Herst
Herst / .block
Last active November 12, 2017 13:39
setTimeout/setInterval experiment involving slow-downs
license: gpl-3.0
@Herst
Herst / .block
Last active December 23, 2017 15:56
Outline for <text> and various experiments with it
license: gpl-3.0
height: 600
scrolling: yes
@Herst
Herst / .block
Last active November 29, 2023 12:25
Resizable Rectangles
license: gpl-3.0
@Herst
Herst / README.md
Last active January 4, 2018 09:52 — forked from veltman/README.md
Argyle <pattern>

Infinite argyle with random ColorBrewer and d3 4.0 color scales.

Fork of but drawing into a pattern.

@Herst
Herst / .block
Created October 2, 2017 16:22 — forked from mbostock/.block
Pan & Zoom III
license: gpl-3.0
@Herst
Herst / .block
Last active December 30, 2020 13:47
Outline for <text> and various experiments with it [II]
license: gpl-3.0
height: 600
scrolling: yes
@Herst
Herst / index.html
Last active December 7, 2017 09:24
.block
license: CC-0