Skip to content

Instantly share code, notes, and snippets.

View stagnation's full-sized avatar

Nils Wireklint stagnation

View GitHub Profile
"""Crude pretty-printer for providers and output groups. [0/1844]
$ bazel cquery --output=starlark --starlark:file=providers.cquery //path/to:target
# Evaluate it again with each change to this file
# https://github.com/eradman/entr
$ echo "output_groups.cquery" \
| entr \
bazel cquery --output=starlark --starlark:file=providers.cquery //path/to:target
"""
#!/bin/sh
if [ "$#" -ne 1 ]; then
echo "usage: $0 <input file>"
exit
fi
protein_table="
UUU f:CUU l:AUU i:GUU v:
UUC f:CUC l:AUC i:GUC v:
UUA l:CUA l:AUA i:GUA v:
@stagnation
stagnation / streampy
Last active August 29, 2015 14:15
streampy.py livestreamer wrapper
README
URXVT integration
Change the url-select script for urxvt like below
~/.urxvt/ext$ diff url-select urxvt-perls/url-select
137,140c137
< } elsif ($char eq 's' || $char eq 'd') {
< $self->exec_async( "streampy.py", ${$self->{found}[$self->{n}]}[4], "&" );