-
2107203·text·58.2 KB·2012-01-29 00:22 UTC
-
2107201·text·12.8 KB·2012-01-29 00:02 UTC
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: NetBSD-5.99.60-i386 The NetBSD Foundation
Current Operating System: NetBSD 5.99.60 NetBSD 5
-
2107198·text·354 B·2012-01-28 23:53 UTC
find -L /media/all/movies/ -type l -delete
find /media/1/movies/ -mindepth 1 -maxdepth 1 -type d | awk '{system("echo ln -s "$1" /media/all/movies/`echo "$1" | cut -d \"/\" -f 5`")}'
find /media/2/m
-
2107195·text·4.9 KB·2012-01-28 23:30 UTC
Beginnings
(Not really)
Everything depends on everything else. Because of this, every true story could be said to have an infinite number of beginnings, because no matter where you begin, somethi
-
2107192·text·4.0 KB·2012-01-28 23:16 UTC
xxxx@xxxxx:~/glftpd/project-zs-ng2_r39/trunk# make
Compiling the additional libraries
cd lib/ ; make all
make[1]: Entering directory `/root/glftpd/project-zs-ng2_r39/trunk/lib'
Compiling the
-
2107189·text·946 B·2012-01-28 23:05 UTC
[16:14] < mattst88> | with my patch (http://cgit.freedesktop.org/~mattst88/mesa/commit/?h=automake&id=451d0df8c3cfddb48b99230726138a78878052a6) to convert src/glsl to automake, glxgears segfaults w
-
2107187·text·829 B·2012-01-28 23:00 UTC
fix it:
Index: support/build.sh
===================================================================
--- support/build.sh (revision 8600)
+++ support/build.sh (working copy)
@@ -625,13 +625,17 @
-
2107186·text·16.4 KB·2012-01-28 22:56 UTC
[21:56] <AnnihiLator10> Hey
[22:01] <raao> hi bro
[22:02] <raao> hw r u
[22:02] <AnnihiLator10> Im fine
[22:02] <AnnihiLator10> What abt u?
[22:02] <raao> nt bad just tried like anythin
[22:03]
-
2107184·text·1.4 KB·2012-01-28 22:52 UTC
u16 __fastcall VacHook(CInPacket *packet, u32 edx)
{
CMob *mob;
u32 mobType;
u16 fh;
_asm
{
mov eax, [esp+4]
mov [mob], eax
}
fh = *(u16 *)(packet->data + packet->offset + 5
-
2107183·java·11.4 KB·2012-01-28 22:51 UTC
package com.flukedude.impossiblegamelevelpack;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.BitmapFactory.Options;
import android.graphics.Canva
-
2107182·text·1.3 KB·2012-01-28 22:50 UTC
___:0063C5D0 CMob__IsSuspended proc near ; CODE XREF: CMob__Update+1506p
___:0063C5D0
-
2107179·xml·14.5 KB·2012-01-28 22:37 UTC
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="C++" section="Sources"
version="1.49" kateversion="2.4"
indenter="cstyle"
-
2107178·text·388 B·2012-01-28 22:31 UTC
actually no, this, from configure.in:
#
# DTrace
#
PGAC_ARG_BOOL(enable, dtrace, no,
[build with DTrace support],
[AC_DEFINE([ENABLE_DTRACE], 1,
[Define to 1 to enab
-
2107177·html·35 B·2012-01-28 22:31 UTC
http://www.last.fm/user/glassheart-
-
2107176·text·1.0 KB·2012-01-28 22:30 UTC
# Check whether --enable-dtrace was given.
if test "${enable_dtrace+set}" = set; then
enableval=$enable_dtrace;
case $enableval in
yes)
cat >>confdefs.h <<\_ACEOF
#define ENABLE_DTRACE
-
2107174·text·33 B·2012-01-28 22:20 UTC
My name is andy
i am a fool
-
2107173·text·4.7 KB·2012-01-28 22:20 UTC
music_directory "/home/gommans/Music"
db_file "/home/gommans/.mpd/database"
log_file "/home/gommans/.mpd/log"
pid_file "/home/gommans/.mpd/pid"
state_file "/home/gommans/.mpd/state"
playlist_
-
2107172·text·6.9 KB·2012-01-28 22:19 UTC
andrew@debian-netbook-andrew:~$ xev
Outer window is 0x2400001, inner window is 0x2400002
PropertyNotify event, serial 8, synthetic NO, window 0x2400001,
atom 0x27 (WM_NAME), time 2142841, sta
-
2107170·text·272 B·2012-01-28 22:14 UTC
$('form').submit(function(){
$(':input[name="updated[]"', this).each(function () {
var id = $(this).attr('class');
if($(':input[name="updated[]"').is('checked')){
//Do nothing.
} else {
-
2107165·text·277 B·2012-01-28 21:51 UTC
function shadowBlend(sPixel as uinteger, dPixel as uinteger, param as any ptr) as uinteger
if sPixel = &Hffff00ff then
return dPixel
else
return RGBA(dPixel shr 17 and 127,