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
(setq enable-theme nil) | |
(if enable-theme | |
((require 'color-theme) | |
(color-theme-initialize) | |
(color-theme-hober))) |
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
/def -PdCrgb555 -F -t'Kyle' | |
/def -PdCrgb055 -F -t'Mordred' | |
/def -PdCrgb050 -F -t'rgm' | |
/def -PdCrgb110 -F -t'swb' | |
/def -PdCrgb100 -F -t'keith' | |
/def -PdCrgb005 -F -t'Lly' | |
/def -PdCrgb505 -F -t'Chris' | |
/def -PdCrgb105 -F -t'Charkes' | |
/def -PdCrgb551 -F -t'pj' | |
/def -PdCrgb550 -F -t'Becky' |
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
* 0: [Gmail]/All Mail | |
* 0: [Gmail]/Starred |
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
0;ksexton@thinkpad:~/tmp/ipaddr[ksexton@thinkpad ipaddr]$ echo $PS1 | |
[\u@\h \W]\$ | |
0;ksexton@thinkpad:~/tmp/ipaddr[ksexton@thinkpad ipaddr]$ |
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
0;ksexton@thinkpad:~/tmp/ipaddr[ksexton@thinkpad ipaddr]$ PS1=$ | |
0;ksexton@thinkpad:~/tmp/ipaddr$ |
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
# Free SIP extensions | |
# Usage: freesip /etc/asterisk/sip.conf 200 299 | |
freesip() { | |
comm -2 <(seq $2 $3) <(cat $1 | grep ^\\[ | sort | uniq | tr -d \[ | tr -d \]) | grep ^[[:digit:]] | |
} |
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
# play_spec.rb | |
require 'tempfile' | |
require './play' | |
describe 'uuencode' do | |
before do | |
file = Tempfile.new('play_spec') | |
file.print "Lorum Ipsum" | |
file.rewind |
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
# play_spec.rb | |
require 'tempfile' | |
require './play' | |
describe 'uuencode' do | |
before do | |
file = Tempfile.new('play_spec') | |
file.print "Lorum Ipsum" | |
file.rewind |
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
⨀_⨀ | |
⨂_⨂ | |
(/◔ ◡ ◔)/ | |
°ﺑ° | |
(¬_¬) | |
(´・ω・`) | |
(ʘ_ʘ) | |
(ʘ‿ʘ) | |
(๏̯͡๏ ) | |
(◕_◕) |
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
use strict; | |
use vars qw($VERSION %IRSSI); | |
use Irssi; | |
$VERSION = '0.01'; | |
%IRSSI = ( | |
authors => 'Alexandre Gauthier', | |
contact => '[email protected]', |
OlderNewer