This file contains hidden or 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
==> compute: Notice: /Stage[main]/Base/Exec[apt-get update]/returns: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch | |
==> compute: Notice: /Stage[main]/Base/Exec[apt-get update]/returns: | |
==> compute: Notice: /Stage[main]/Base/Exec[apt-get update]/returns: E: Some index files failed to download. They have been ignored, or old ones used instead. |
This file contains hidden or 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
jchen@hobbes-(master↑2|…)> which dc | |
dc () { | |
docker ps -a | awk '!/^CONT/ {print $1}' | xargs docker rm | |
docker images | awk '!/^REPO/ {print $3}' | xargs docker rmi -f | |
} |
This file contains hidden or 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
//////////////////// | |
//>Survivor glows/// | |
//////////////////// | |
//Glow of other survivors | |
cl_glow_survivor_r 0.0 | |
cl_glow_survivor_g 0.5 | |
cl_glow_survivor_b 1.0 | |
//Glow of hunter when survivor is pounced |
This file contains hidden or 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
-novid |
This file contains hidden or 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
// generated by quake, do not modify | |
unbindall | |
bind TAB "+scores" | |
bind SPACE "+moveup" | |
bind + "ut_itemdrop" | |
bind , "ut_itemdrop flag" | |
bind - "say klein hoden" | |
bind . "ut_itemdrop medpack" | |
bind 0 "set sensitivity 2" | |
bind 1 "ut_weaptoggle primary; ut_zoomreset" |
This file contains hidden or 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
#!/usr/bin/env python3 | |
from itertools import tee | |
def pairwise(iterable): | |
""" | |
http://stackoverflow.com/a/11359174 | |
""" | |
a, b = tee(iterable) |
This file contains hidden or 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
root@control> makepkg -si ~/crnspy | |
supbro | |
==> Making package: crnspy 0.9.9-1 (Fri Jan 16 23:33:59 UTC 2015) | |
==> Checking runtime dependencies... | |
==> Installing missing dependencies... | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) python2-beautifulsoup4-4.3.2-2 |
This file contains hidden or 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
(PyXML-0.8.4)jchen@hobbes> python2 setup.py sdist /tmp/pyxmnl/PyXML-0.8.4 | |
running sdist | |
running check | |
Traceback (most recent call last): | |
File "setup.py", line 244, in <module> | |
scripts=['scripts/xmlproc_parse', 'scripts/xmlproc_val'] | |
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup | |
dist.run_commands() | |
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands | |
self.run_command(cmd) |
This file contains hidden or 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
root@ewr0> tar -tf logstash-forwarder-git-v0.3.1.49.ge12e341-1-x86_64.pkg.tar.xz /tmp | |
.PKGINFO | |
.MTREE | |
etc/ | |
etc/logstash-forwarder.conf | |
usr/ | |
usr/lib/ | |
usr/bin/ | |
usr/bin/logstash-forwarder | |
usr/lib/systemd/ |
This file contains hidden or 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
pelican -D /Users/jchen/git/github.com/fly/burrito.sh/content -o /Users/jchen/git/github.com/fly/burrito.sh/output -s /Users/jchen/git/github.com/fly/burrito.sh/publishconf.py | |
DEBUG: Temporarily adding PLUGIN_PATHS to system path | |
DEBUG: Loading plugin `assets` | |
DEBUG: Registering plugin `assets` | |
DEBUG: Loading plugin `summary` | |
DEBUG: Registering plugin `summary` | |
DEBUG: Loading plugin `thumbnailer` | |
DEBUG: Registering plugin `thumbnailer` | |
DEBUG: Loading plugin `pelican_dynamic` | |
DEBUG: Registering plugin `pelican_dynamic` |