-
2074001·text·2.2 KB·2011-06-03 05:52 UTC
Space Pimp Character
____________________
Name: Lawrence Furling
Gender: Dude
Age: 46
Height: 4'11"
Weight: 80 lb
Skin colour: Green
Hair colour: Green
Eye colour: Green
Build: Portly
Vic
-
2073994·text·2.2 KB·2011-06-03 05:26 UTC
CLAN BROBERST;
COSMIC FIGHTING BROTHERHOOD ACTION!!
¤¤CHARACTERS¤¤
•Lenny: Mother Goddess, Narrator, telling story as a narrator, after the events have taken place. her subordinates have gone
-
2073993·text·2.2 KB·2011-06-03 05:23 UTC
CLAN BROBERST;
COSMIC FIGHTING BROTHERHOOD ACTION!!
¤¤CHARACTERS¤¤
•Lenny: Mother Goddess, Narrator, telling story as a narrator, after the events have taken place. her subordinates have gone
-
2073992·text·2.8 KB·2011-06-03 05:22 UTC
diff --git a/mythtv/programs/mythbackend/filetransfer.cpp b/mythtv/programs/mythbackend/filetransfer.cpp
index 0e2de25..22357c1 100644
--- a/mythtv/programs/mythbackend/filetransfer.cpp
+++ b/mytht
-
2073991·text·2.2 KB·2011-06-03 05:22 UTC
CLAN BROBERST;
COSMIC FIGHTING BROTHERHOOD ACTION!!
¤¤CHARACTERS¤¤
•Lenny: Mother Goddess, Narrator, telling story as a narrator, after the events have taken place. her subordinates have gone
-
2073983·text·13.9 KB·2011-06-03 04:12 UTC
0.000000 select(39, [31 32 36 37 38], NULL, [31 32 36 37 38], NULL) = 1 (in [37]) <13.618589>
13.618792 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0 <0.000025>
-
2073976·python·462 B·2011-06-03 03:50 UTC
<IfModule mod_php5.c>
AddHandler application/x-httpd-php .php4
AddHandler application/x-httpd-php .php5
AddHandler application/x-httpd-php .php
AddHandler applicati
-
2073975·ruby·3.8 KB·2011-06-03 03:49 UTC
#
# Global configuration that will be applicable for all virtual hosts, unless
# deleted here, or overriden elswhere.
#
DocumentRoot "/srv/www/htdocs"
#
# Configure the DocumentRoot
#
<Di
-
2073974·text·8.4 KB·2011-06-03 03:48 UTC
#
# /etc/apache2/httpd.conf
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apac
-
2073967·text·521 B·2011-06-03 03:10 UTC
Skill plan for Nirud
Electronics IV (20 hours, 27 minutes, 56 seconds)
Electronics V (4 days, 21 hours, 4 minutes, 50 seconds)
Cynosural Field Theory I (41 minutes, 40 seconds)
Cynosural Field T
-
2073958·text·1.1 KB·2011-06-03 02:30 UTC
gimp-2.6.11: ok
The following new rcscripts were installed: /etc/rc.d/dbus_daemon
See rc.d(8) for details.
Look in /usr/local/share/doc/pkg-readmes for extra documentation.
No subject found in /us
-
2073954·text·127 B·2011-06-03 02:18 UTC
# pkg_add -i -v gimp
Ambiguous: choose dependency for gimp-2.6.11:
a 0: aalib-1.4p2
1: aalib-1.4p2-no_x11
-
2073953·text·6.7 KB·2011-06-03 02:17 UTC
(9:18:05 PM) [dormsuju]: (kibumcares) Just for the record. Kihae > Haebum
(9:18:20 PM) [dormsuju]: (cheeksofpoison) ahem no.
(9:18:32 PM) [dormsuju]: (cheeksofpoison) haebum > kihae!
(9:18:34 PM) [
-
2073952·text·16.2 KB·2011-06-03 02:14 UTC
freeswitch@internal>
freeswitch@internal>
freeswitch@internal>
freeswitch@internal>
freeswitch@internal>
freeswitch@internal>
freeswitch@internal> recv 754 bytes from udp/[98.254.245.79]:5
-
2073946·text·1.4 KB·2011-06-03 02:06 UTC
[watapratt@mageia fribid-0.3.0]$ ./configure --help
Usage: ./configure [options]
This script creates a build configuration. The default options are to
install system-wide, into /usr/local, and us
-
2073944·text·3.3 KB·2011-06-03 02:02 UTC
<?php
/**
* @package WordPress
* @subpackage Summ
*/
add_theme_support( 'automatic-feed-links' );
if ( ! isset( $content_width ) ) $content_width = 900;
/** --------------------------
-
2073938·text·491 B·2011-06-03 01:47 UTC
benutzer@noname:/dev/input$ /etc/init.d/inputlirc restart
Restarting inputlirc configuration
No /usr/sbin/inputlircd found running; none killed.
Could not open /dev/input/irremote0: Permission deni
-
2073936·text·365 B·2011-06-03 01:41 UTC
PKG_PATH=ftp://ftp3.usa.openbsd.org/pub/OpenBSD/4.9/packages/amd64/
if [ "$USER" = root ]; then
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
PS1="\`hostname -s
-
2073935·text·5.5 KB·2011-06-03 01:38 UTC
int i = 0, pergunta1, sim = 0,
nao = 0, outraResposta = 0, outraResposta2 = 0, notaSuco = 0, somaNotaGeral = 0,
respostaNao = 0, embalagemPreferida = 0,
equipe1
-
2073934·text·762 B·2011-06-03 01:35 UTC
#! perl
sub on_sel_grab {
my $query = $_[0]->selection;
open (my $pipe,'| /usr/bin/xclip -in -selection primary') or die;
print $pipe $query;
close $pipe;
}
sub copy {