Skip to content

Instantly share code, notes, and snippets.

View amyreese's full-sized avatar
🐍
herding snakes

Amethyst Reese amyreese

🐍
herding snakes
View GitHub Profile
@amyreese
amyreese / gist:9299616
Created March 2, 2014 00:02
keybase.md
### Keybase proof
I hereby claim:
* I am jreese on github.
* I am jreese (https://keybase.io/jreese) on keybase.
* I have a public key whose fingerprint is 9A24 B14A 6239 AA5A 4507 08B6 71FC FA26 C45D 960E
To claim this, I am signing this object:
set nocompatible
set guioptions-=T guifont=Pragmata\ TT\ 8,monospace\ 8
"set background=light
colorscheme xoria256
set ai
set hidden
set history=100
set hlsearch
@amyreese
amyreese / gist:6207161
Created August 11, 2013 22:25
Travis CI config to build against Qt5.0 on Ubuntu 12.04. Requires installing a PPA and certain packages for qt5 support.
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
script:
- qmake -qt=qt5 -v
- qmake -qt=qt5
- make
#!/usr/bin/env python2
from os import path
import os, sys, shutil
settings = {
"source": "~/profile",
"target": "~",
}
@amyreese
amyreese / .screenrc
Created April 12, 2013 17:45
Screenrc vs tmux.conf
autodetach on
crlf off
startup_message off
shell -zsh
defmonitor on
activity "<%n>"
caption always "%{= dd}%{+b ky}%{+ .b} $LOGNAME@%H %{-} %{.y}%-w%50>%{+ Kg} %n %t %{-}%+w%<%{-}"
# 256 color support
attrcolor b ".I"
@amyreese
amyreese / .gitignore
Created April 10, 2013 17:07
Dotfile profile setup script and .gitignores
*.swp
*~
*.pyc
vim/.netrwhist
fluxbox/fbrun_history
fluxbox/init
fluxbox/lastwallpaper
fluxbox/log
fluxbox/menu.places
fluxbox/menu.quick
ERROR 2013-03-01T13:34:24 supybot Uncaught exception in ['quotegrabs', 'get'].
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/supybot/callbacks.py", line 1180, in _callCommand
self.callCommand(command, irc, msg, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/supybot/utils/python.py", line 86, in g
f(self, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/supybot/callbacks.py", line 1166, in callCommand
method(irc, msg, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/supybot/commands.py", line 913, in newf
f(self, irc, msg, args, *state.args, **state.kwargs)
diff -urN '--exclude=CVS' '--exclude=.svn' '--exclude=.git*' '--exclude=*.swp' znc-1.0/src/Client.cpp znc-1.0-query-buffer/src/Client.cpp
--- znc-1.0/src/Client.cpp 2012-11-06 08:02:20.000000000 -0800
+++ znc-1.0-query-buffer/src/Client.cpp 2013-02-04 14:30:49.240504205 -0800
@@ -306,17 +306,29 @@
}
// Relay to the rest of the clients that may be connected to this user
- if (m_pNetwork->IsChan(sTarget)) {
+ //if (m_pNetwork->IsChan(sTarget)) {
vector<CClient*>& vClients = GetClients();
jreese@liara ~/.znc/users/ea2d/moddata/log Β» grep "\*\*\* \(Joins\|Parts\|Quits\)" \#bor* | wc -l
2182
jreese@liara ~/.znc/users/ea2d/moddata/log Β» grep "\*\*\* \(Joins\|Parts\|Quits\)" \#bor* | grep -i nya | wc -l
695
jreese@liara ~/.znc/users/ea2d/moddata/log Β» grep "\*\*\* \(Joins\|Parts\|Quits\)" \#bor* | grep -i ivan | wc -l
465
jreese@liara ~/.znc/users/ea2d/moddata/log Β» grep "\*\*\* \(Joins\|Parts\|Quits\)" \#bor* | grep -i paul | wc -l
364
jreese@liara ~/.znc/users/ea2d/moddata/log Β» grep "\*\*\* \(Joins\|Parts\|Quits\)" \#bor* | grep -i ambient | wc -l
277
@amyreese
amyreese / config
Created September 9, 2011 19:05
Irssi Config
settings = {
core = {
real_name = "John Reese";
user_name = "jreese";
nick = "jreese";
quit_message = "kthxbye";
write_buffer_size = "15";
write_buffer_timeout = "30";
};
"fe-text" = {