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
### 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: |
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
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 |
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
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 |
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
#!/usr/bin/env python2 | |
from os import path | |
import os, sys, shutil | |
settings = { | |
"source": "~/profile", | |
"target": "~", | |
} |
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
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" |
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
*.swp | |
*~ | |
*.pyc | |
vim/.netrwhist | |
fluxbox/fbrun_history | |
fluxbox/init | |
fluxbox/lastwallpaper | |
fluxbox/log | |
fluxbox/menu.places | |
fluxbox/menu.quick |
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
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) |
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
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(); |
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
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 |
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
settings = { | |
core = { | |
real_name = "John Reese"; | |
user_name = "jreese"; | |
nick = "jreese"; | |
quit_message = "kthxbye"; | |
write_buffer_size = "15"; | |
write_buffer_timeout = "30"; | |
}; | |
"fe-text" = { |