-
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
-
2124695·text·3.7 KB·2012-03-05 22:23 UTC
//==============================================================================
#include "Sound Hook.h"
#include "Memory Tools.h"
//================================================================
-
2124694·text·3.7 KB·2012-03-05 22:23 UTC
//==============================================================================
#include "Sound Hook.h"
#include "Memory Tools.h"
//================================================================
-
2124693·php·155 B·2012-03-05 22:07 UTC
usort($mydata, buildSorter(3));
function buildSorter($key) {
return function ($a, $b) use ($key) {
return strnatcmp($a[$key], $b[$key]);
};
}
-
2124691·text·392 B·2012-03-05 21:57 UTC
In [1]: import svn
In [2]: import svn.core
In [3]: cc = svn.core.svn_cache_config_t()
In [4]: cc.cache_size = 0
---------------------------------------------------------------------------
S