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 python | |
#@ Ricky Elrod - lol.py | |
#@ Modified: Thu Oct 22 23:35:56 EDT 2009 | |
#@ vim:ts=3 shiftwidth=3 | |
###### Welcome to LolDefine ###### | |
import sys, os | |
from urllib2 import urlopen, quote | |
from BeautifulSoup import BeautifulStoneSoup |
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
xauth: creating new authority file /home/ricky/.serverauth.46706 | |
X.Org X Server 1.6.1 | |
Release Date: 2009-4-14 | |
X Protocol Version 11, Revision 0 | |
Build Operating System: FreeBSD 7.2-RELEASE i386 | |
Current Operating System: FreeBSD R-1.local. 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 [email protected]:/usr/obj/usr/src/sys/GENERIC i386 | |
Build Date: 22 July 2009 10:15:24AM | |
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
none0@pci0:0:0:0: class=0x050000 card=0xcb8410de chip=0x03ea10de rev=0xa1 hdr=0x00 | |
vendor = 'Nvidia Corp' | |
device = 'MCP61 Memory Controller' | |
class = memory | |
subclass = RAM | |
isab0@pci0:0:1:0: class=0x060100 card=0x34071565 chip=0x03e010de rev=0xa2 hdr=0x00 | |
vendor = 'Nvidia Corp' | |
device = 'MCP61 LPC Bridge' | |
class = bridge | |
subclass = PCI-ISA |
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
URxvt*geometry: 80x25 | |
#URxvt*depth: 32 | |
#URxvt*background: rgba:0000/0000/0000/aaaa | |
URxvt*background: #3f3f3f | |
URxvt*foreground: #ffffff | |
URxvt*reverseVideo: false | |
URxvt*tintColor: #dfdfdf | |
URxvt*font: xft:Inconsolata-9, xft:DejaVu Sans Mono-9 | |
URxvt*scrollBar: false | |
URxvt*scrollBar_floating: true |
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
URxvt*geometry: 80x25 | |
#URxvt*depth: 32 | |
#URxvt*background: rgba:0000/0000/0000/aaaa | |
URxvt*background: #3f3f3f | |
URxvt*foreground: #ffffff | |
URxvt*reverseVideo: false | |
URxvt*tintColor: #dfdfdf | |
URxvt*font: xft:Inconsolata-9, xft:DejaVu Sans Mono-9 | |
URxvt*scrollBar: false | |
URxvt*scrollBar_floating: true |
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
URxvt*geometry: 80x25 | |
#URxvt*depth: 32 | |
#URxvt*background: rgba:0000/0000/0000/aaaa | |
URxvt*background: #3f3f3f | |
URxvt*foreground: #ffffff | |
URxvt*reverseVideo: false | |
URxvt*tintColor: #dfdfdf | |
URxvt*font: xft:Inconsolata-9, xft:DejaVu Sans Mono-9 | |
URxvt*scrollBar: false | |
URxvt*scrollBar_floating: true |
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
│01:52:53 wtf_over | one baddog is bad enough │ | |
│01:52:55 wtf_over | two? │ | |
│01:52:58 wtf_over | fuuck, we're doomed. │ | |
│01:53:07 CodeBlock | lmao. │ | |
│01:53:16 wtf_over | two inevitably leads to three... From there, just refer to vietnam for a │ | |
│ | play-by-play. │ |
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/ports/lang]$ ls | |
Gofer ghc objc rexx-wrapper | |
Makefile gnat ocaml rhino | |
STk gnat-doc-html ocaml-camlidl rscheme | |
Sather gnat-doc-info ocaml-doc ruby-doc-stdlib | |
TenDRA gnat-doc-ps ocaml-examples ruby-extensions | |
abcl gnat-doc-texi ocaml-mode.el ruby-js | |
afnix gnat-doc-txt ocaml-nox11 ruby-lua | |
alisp gnat-gcc41 ocamlduce ruby-lua4 | |
arena gnat-gcc42 ocs ruby-man |
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 warnings; | |
use Audio::MPD; | |
weechat::register("nowplaying", "Ricky Elrod", "0.1", "BSD", "NowPlaying Script.", "", ""); | |
weechat::hook_command("np", "Display your currently playing MPD song, if any.", "", "", "", "np", ""); | |
my $mpd = Audio::MPD->new(); |
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 warnings; | |
use Audio::MPD; | |
weechat::register("nowplaying", "Ricky Elrod", "0.1", "BSD", "NowPlaying Script.", "", ""); | |
weechat::hook_command("np", "Display your currently playing MPD song, if any.", "", "", "", "np", ""); | |
my $mpd = Audio::MPD->new(); |