Skip to content

Instantly share code, notes, and snippets.

@icholy
icholy / _godoc
Last active February 17, 2022 19:17
godoc completions
#compdef godoc
typeset -A opt_args
local context state line
local pkgdir usrpkgdir
pkgdir="$GOROOT/src/pkg"
usrpkgdir="$GOPATH/src"
godoctmpl=~/.godoc_templates
@thomaspark
thomaspark / subnav.css
Last active June 6, 2023 10:19
Subnav for Bootstrap 2
section {
padding-top: 60px;
}
.subnav {
margin-bottom: 60px;
width: 100%;
height: 36px;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
@biovisualize
biovisualize / _.md
Created December 12, 2012 14:38
SVG resize to containe
@nsonnad
nsonnad / .block
Last active July 18, 2022 14:49
Object constancy with multiple sets of time-series
license: gpl-3.0
@syntagmatic
syntagmatic / README.md
Last active March 10, 2017 09:17 — forked from syntagmatic/README.md
Producer Price Indexes

Uses constraint relaxation to calculate new label positions, then transitions when no more adjustments are needed.

Also see the average prices.

@syntagmatic
syntagmatic / README.md
Last active August 30, 2017 03:43 — forked from syntagmatic/README.md
Average Price Histories II
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active June 5, 2024 22:16 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.