Skip to content

Instantly share code, notes, and snippets.

[03-16] 11:43:39 [*] jed [j@dom0.us] has joined #linode
[03-16] 11:43:43 [*] mode/#linode [+o jed] by ChanServ
[03-16] 11:43:44 <@jed> who has been searching for me on google images
[03-16] 11:50:08 [*] jed [j@dom0.us] has left #linode []
[03-16] 11:50:24 < tjfontaine> you scared the jed
[03-15] 06:30:24 [*] micro [~micro@78.37.91.74] has joined #debian
[03-15] 06:31:31 < micro> http://pic4you.ru/10376/761222/
[03-15] 06:31:31 < micro> http://pic4you.ru/10376/761223/
[03-15] 06:31:31 < micro> http://pic4you.ru/10376/761224/
[03-15] 06:33:30 [*] micro [~micro@78.37.91.74] has left #debian []
[03-15] 06:40:08 [*] micro [~micro@78.37.91.74] has joined #debian
[03-15] 06:43:59 < micro> http://pic4you.ru/10376/760453/
[03-15] 06:43:59 < micro> http://pic4you.ru/10376/760454/
[03-15] 06:43:59 < micro> http://pic4you.ru/10376/760455/
[03-15] 06:43:59 < micro> http://pic4you.ru/10376/760456/
[03-15] 13:47:36 [*] Irssi: Starting query in oftc with micro
[03-15] 13:47:36 <micro> Your help is necessary, pass under the link please
[03-15] 13:47:37 [*] micro [~micro@78.37.89.61]
[03-15] 13:47:37 [*] ircname : micro
[03-15] 13:47:37 [*] channels : #debian
[03-15] 13:47:37 [*] server : weber.oftc.net [Newark, NJ, USA]
[03-15] 13:47:37 [*] hostname : 78.37.89.61
[03-15] 13:47:37 [*] idle : 0 days 0 hours 0 mins 0 secs [signon: Tue Mar 15 13:43:07 2011]
[03-15] 13:47:37 [*] End of WHOIS
[03-15] 13:47:40 <micro> http://pic4you.ru/10376/760457/
mwalling@youtoo:~/blah$ for i in `seq 1 10`; do touch file$i; done
mwalling@youtoo:~/blah$ ls
file1 file10 file2 file3 file4 file5 file6 file7 file8 file9
mwalling@youtoo:~/blah$ echo .
.
mwalling@youtoo:~/blah$ echo *
file1 file10 file2 file3 file4 file5 file6 file7 file8 file9
mwalling@youtoo:~/blah$ zsh
youtoo% pwd
/home/mwalling/blah
public class stratswrong {
public static void main(String... args){
System.out.println("hello world");
try {
Thread.sleep(60000);
} catch(InterruptedException ex) {
}
}
}
class MoranServ < ServiceModule
def initialize()
service_name("MoranServ")
load_language("moranserv.en")
@debug = true
register_commands
Trying "irc.oftc.net"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19435
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 3, ADDITIONAL: 0
;; QUESTION SECTION:
;irc.oftc.net. IN A
;; ANSWER SECTION:
irc.oftc.net. 60 IN CNAME irc.geo.oftc.net.
irc.geo.oftc.net. 60 IN A 87.117.201.130
url.rewrite-once = (
"^/wp-.*" => "$0",
"^/files/(.*)$" => "/wp-content/blogs.php?file=$1",
"^/xmlrpc.php" => "$0",
"(.*)" => "/index.php$1",
)
if &term == 'screen'
set ttymouse=xterm2
endif
set nobackup
set ruler
set autoindent
set nocindent
set nosmartindent
set tabstop=4
set shiftwidth=4
# vim:ft=perl
use strict;
use warnings;
use Acme::LeetSpeak;
open INFILE, "messages.properties" or die $!;
open OUTFILE, ">messages_leet.properties" or die $!;
while(<INFILE>) {
my $line = $_;