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
"" ============================================================================ | |
"" ~/.vim/mail | |
"" Cedric Duval | |
"" ============================================================================ | |
" Setup to write mails with vim | |
" To use with Mutt, just put this line your ~/.vimrc : | |
" autocmd BufRead /tmp/mutt* :source ~/.vim/mail | |
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
cd () { | |
emulate -LR zsh | |
if [[ $# -ge 3 ]]; then | |
echo cd: too many arguments >&2 | |
return 1 | |
elif [[ $# -eq 2 ]]; then | |
## builtin cd $1 $2 | |
local newdir=${(S)PWD//$1/$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
(gdb) bt full | |
#0 0x00007f63f28c7595 in raise () from /lib/libc.so.6 | |
No symbol table info available. | |
#1 0x00007f63f28c8a16 in abort () from /lib/libc.so.6 | |
No symbol table info available. | |
#2 0x000000000040ae94 in ?? () | |
No symbol table info available. | |
#3 <signal handler called> | |
No symbol table info available. | |
#4 0x00007f63f12d92e0 in Py_EndInterpreter () from /usr/lib/libpython2.6.so.1.0 |
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
of them might make sense to you, especially when used with the *bang* |
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
diff -udprP mutt-1.5.21.orig/hdrline.c mutt-1.5.21/hdrline.c | |
--- mutt-1.5.21.orig/hdrline.c 2009-04-11 02:45:19.000000000 +0300 | |
+++ mutt-1.5.21/hdrline.c 2010-09-16 11:04:49.000000000 +0300 | |
@@ -212,6 +212,7 @@ int mutt_user_is_recipient (HEADER *h) | |
* %f = entire from line | |
* %F = like %n, unless from self | |
* %i = message-id | |
+ * %I = initials of author | |
* %l = number of lines in the message | |
* %L = like %F, except `lists' are displayed first |
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
VERBOSE=off | |
MAILDIR=$HOME/Mail/ | |
PMDIR=$HOME/.procmail | |
DEFAULT=$HOME/Mail/INBOX/ | |
LOGFILE=$HOME/logs/procmail.log | |
INCLUDERC=$PMDIR/rule.1 | |
INCLUDERC=$PMDIR/rule.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
[default] | |
ao=oss | |
#vo=gl | |
#vo=gl:yuv=1:rectangle=2:force-pbo,xvmc,xv,fbdev,null | |
vo=xv | |
ontop=yes | |
monitoraspect=16:10 | |
slices=no | |
idx=yes | |
stop-xscreensaver=yes |
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
ESC ignore | |
q ignore | |
Enter ignore | |
f run "~/bin/mplayeraux border" |
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
public iperf servers -- | |
iperf.wiscnet.net | |
web100.pnw-gigapop.net | |
lss.rutgers.edu | |
1017 2010-01-27 20:13:37 iperf --help | |
1018 2010-01-27 20:13:40 iperf --help | less | |
1019 2010-01-27 20:13:43 man iperf | |
1022 2010-01-27 20:25:30 iperf -c web100.pnw-gigapop.net |
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
pentadactyl: TypeError: buffer.focusedFrame is null | |
pentadactyl: TypeError: buffer.focusedFrame is null:: | |
pentadactyl: fileName: "chrome://dactyl/content/buffer.js" | |
pentadactyl: lineNumber: 1122 | |
pentadactyl: message: "buffer.focusedFrame is null" | |
pentadactyl: stack: findScrollable(-1,false)@chrome://dactyl/content/buffer.js:1122 | |
pentadactyl: scrollVertical(null,"pages",-1)@chrome://dactyl/content/buffer.js:1133 | |
pentadactyl: (-1)@chrome://dactyl/content/buffer.js:733 | |
pentadactyl: (null)@chrome://dactyl/content/buffer.js:1572 |