-
2124739·text·3.8 KB·2012-03-06 01:47 UTC
June 30th, 1834
I had grown weary of that little town. There was nothing for me there, and nobody cared much for me. I had to leave. I stepped outside onto the frothy snow and bust a gut looking at
-
2124738·text·1.1 KB·2012-03-06 01:43 UTC
With all the shit that's going on, I think it might not be a bad idea to reinstitute a War Council or some such thing. It seems there are a few types of players now: competitive scrimmers, casual scri
-
2124737·text·1.9 KB·2012-03-06 01:42 UTC
I like the idea Doo, glad you posted. I spoke briefly to Sui about a similiar idea. I'm all for having a war team.
Here's some thoughts. It would be hard to differentiate between an official scrim
-
2124736·text·153 B·2012-03-06 01:33 UTC
class SomeStruct():
def __init__(self):
self.var1 = 'stuff'
self.var2 = 'stuff'
Then later on
tempVar = SomeStruct.var1
-
2124735·text·968 B·2012-03-06 01:19 UTC
root@Toxa:~/love# sudo make install
Making install in src
make[1]: Entering directory `/home/zgrawdanin/love/src'
make[2]: Entering directory `/home/zgrawdanin/love/src'
make[3]: Entering director
-
2124734·text·30.6 KB·2012-03-06 01:16 UTC
g++ -DHAVE_CONFIG_H -I. -I./modules -I./libraries -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wr
-
2124733·text·13 B·2012-03-06 01:00 UTC
testing 1 2 3
-
2124730·text·5.6 KB·2012-03-06 00:39 UTC
# -*- coding: utf-8 *-*
import cPickle
import numpy
import random
import itertools
class Space(object):
def __init__(self, dimensions):
self.dimensions = dimensions
s
-
2124728·text·899 B·2012-03-06 00:35 UTC
checking for library containing alSourcePlay... -lopenal
checking for library containing lua_pcall... -llua5.1
checking for library containing ilInit... -lIL
checking for library containing mng_ini
-
2124722·text·709 B·2012-03-06 00:09 UTC
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:185)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInp
-
2124717·text·7.1 KB·2012-03-05 23:33 UTC
D/dalvikvm( 1920): GC_CONCURRENT freed 2246K, 27% free 18351K/24839K, paused 1ms+4ms
I/ ( 1397): odm_disp_esd_thread starting loop dispInit=1 state=1
I/ ( 1397): odm_disp_esd_thread is
-
2124715·text·4.5 KB·2012-03-05 23:31 UTC
I/ ( 1397): odm_disp_esd_thread is running(194) state=1
I/keystore( 1325): uid: 1000 action: z -> 7 state: 1 -> 1 retry: 4
D/dalvikvm( 1943): GC_EXPLICIT freed 554K, 9% free 10316K/11335K, pa
-
2124714·mirc·7.2 KB·2012-03-05 23:30 UTC
; Dancegeneration shoutcast script v1
; Made by Dani Nordli @ Nhost.no <dani@networld.no>
; Copyright @ 2012 - *
alias join {
var %chans $sorttok($1,44)
var %i $numtok(%chans,44)
while
-
2124713·php·144 B·2012-03-05 23:30 UTC
usort($mydata, 'sortbyname'));
/* NEW CODE */
function sortbyname($a, $b) {
$key = 'name';
return strnatcmp($b[$key], $a[$key]);
}
-
2124707·text·1.1 KB·2012-03-05 23:17 UTC
$ qemu-system-arm -M ?
Supported machines are:
syborg Syborg (Symbian Virtual Platform)
musicpal Marvell 88w8618 / MusicPal (ARM926EJ-S)
mainstone Mainstone II (PXA27x)
n800 Nokia N8
-
2124706·text·7.1 KB·2012-03-05 23:16 UTC
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.DirectoryNotFoundException: Co
-
2124703·text·14.8 KB·2012-03-05 23:07 UTC
C:\Users\Daniel\Desktop\Tekkit_Server_2.1>java -Xmx1G -Xms512M -jar Tekkit.jar n
ogui
Aliasing material 1 name: stone
Aliasing material 2 name: grass
Aliasing material 3 name: dirt
Aliasing mat
-
2124699·text·362 B·2012-03-05 22:47 UTC
Mon Mar 05 19:53:14 2012 NETSH: C:\WINDOWS\system32\netsh.exe interface ip set address OpenVPN dhcp
Mon Mar 05 19:53:14 2012 openvpn_execve: CreateProcess C:\WINDOWS\system32\netsh.exe failed: The sy
-
2124697·text·3.6 KB·2012-03-05 22:27 UTC
/*
Parsegen stuff.
*/
/*
Line Tracking and Error Control
*/
class Location
{
public:
size_t line_number;
size_t column_number;
void error( const char *str );
};
/*
Structures u
-
2124696·text·45.9 KB·2012-03-05 22:26 UTC