This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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], "&" ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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 | |
""" |