-
2119363·text·6.4 KB·2012-02-18 03:24 UTC
<Said> I MUST GO NOW
<Said> MY PEOPLE NEED ME
<Said> OH MAN
<Said> I AM ABOUT TO MEET MY PEOPLE
<Said> AWOWOW
<xxxmoneypower> this shit is painful
<Said> lol wut
<lizardpoint> Nice to pr
-
2119357·text·326 B·2012-02-18 03:19 UTC
$ alias dorf='cd ~/games/df_linux; ./df'
$ alias
alias dorf='cd ~/games/df_linux; ./df'
alias grep='grep --colour=auto'
alias ls='ls --color=auto'
$ dorf
(It works)
(Close and reopen terminal)
-
2119356·text·1.3 KB·2012-02-18 03:19 UTC
[mysqld]
character-set-server = utf8
user = mysql
port = 3306
#socket
-
2119326·text·2.9 KB·2012-02-18 02:48 UTC
devil# Thread 5ce2c00 has exited with leftover thread-specific data after 4 destructor iterations
rcorder /etc/rc.d/*
/etc/rc.d/sysctl
/etc/rc.d/hostid
/etc/rc.d/zvol
/etc/rc.d/dumpon
/etc/rc.d/
-
2119270·text·1.1 KB·2012-02-18 01:53 UTC
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `agencias` AS select `agenciastmp`.`id_agencia` AS `id_agencia`,`agenciastmp`.`ag_nombre` AS `ag_nombre`,`agenciastmp`.`
-
2119234·text·60.0 KB·2012-02-18 01:18 UTC
-
2119228·c·151.0 KB·2012-02-18 01:13 UTC
-
2119222·text·227 B·2012-02-18 01:08 UTC
[default]
exten => VOIPMSDID,1,NoOp(Incoming call from voip.ms)
exten => VOIPMSDID,n,Answer()
exten => VOIPMSDID,n,Dial(SIP/404&IAX2/405&SIP/406,10)
exten => VOIPMSDID,n,Voicemail(u404)
exten =>
-
2119192·text·1.5 KB·2012-02-18 00:42 UTC
b 17 19:40:49 ubuntu postfix/master[30760]: terminating on signal 15
Feb 17 19:40:49 ubuntu postfix/master[31104]: daemon started -- version 2.7.0, configuration /etc/postfix
Feb 17 19:40:49 ubuntu
-
2119158·text·70.6 KB·2012-02-18 00:18 UTC
-
2119142·text·1.8 KB·2012-02-18 00:05 UTC
[REC]
[REC] ²
28 Days Later
28 Weeks Later
American Zombie
Apocalypse Of The Dead
Basket Case
BLADE
BLADE II
BLADE III
City Of The Living Dead
Corpses
Cube
Cube 2 Hypercube
Cube Zero
Da
-
2119099·text·2.9 KB·2012-02-17 23:20 UTC
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Blake>ipconfig /releaseall
Error: unrecognized or incomplete command line.
USAGE
-
2119053·text·366 B·2012-02-17 22:34 UTC
#import <UIKit/UIKit.h>
@interface pagePlay : UIViewController
@property (nonatomic) NSInteger players;
@property (nonatomic) NSInteger questions;
@property (nonatomic) NSInteger dropdownlSel
-
2119052·text·2.6 KB·2012-02-17 22:34 UTC
#import "pagePlay.h"
@implementation pagePlay
@synthesize players=_players;
@synthesize questions=_questions;
@synthesize dropdownlSelected=_dropdownlSelected;
@synthesize pickerView=_pickerV
-
2119051·text·1.1 KB·2012-02-17 22:34 UTC
<?php
$the_query = new WP_Query(array('post_type' => 'products', 'paged' => $paged, 'posts_per_page' => 4));
//echo $paged;
//debug($the_query);
//exit;
while ($the_query->have_posts()) : $th
-
2119045·text·3.4 KB·2012-02-17 22:32 UTC
I have Stage IV Cancer, which means I take a lot of medications. Aside from my chemotherapy (which, fortunately, my hospital in super-liberal Connecticut won't ever force me to go without even if I ca
-
2118964·text·339 B·2012-02-17 21:13 UTC
root@OpenWrt:/# cat /etc/config/network
# Copyright (C) 2006 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
-
2118943·diff·911 B·2012-02-17 20:52 UTC
patch according to https://bugs.gentoo.org/show_bug.cgi?id=377279
tested on libvirt-9999.ebuild,v 1.20 2012/02/15 22:45:31 cardoe Exp $
Creator: Michal Privoznik
--- libvirt-9999.ebuild
+++ li
-
2118917·text·2.9 KB·2012-02-17 20:26 UTC
<item>
<pubDate>Wed, 30 Jan 2009 12:00:00 +0000</pubDate>
<category>dokument, literatura faktu, reporta|e</category>
<category>Audiobooki</category>
<title>Korsarz
-
2118898·python·3.4 KB·2012-02-17 20:08 UTC
#!/usr/bin/env python
"""
RESTful web.py testing
usage: python webapp.py 8080 [--test]
>>> req = app.request('/mathematicians', method='POST')
>>> req.status
'400 Bad Request'
>>> name