unnamed file

PHP

No Description

action RemoveChallengeList
challengelist[] Campaigns%2FNations%2FWhite%2FA01-Race.Challenge.Gbx
plugin Challenges
sortdata[] Campaigns%2FNations%2FWhite%2FA01-Race.Challenge.Gbx
sortdata[] Campaigns%2FNations%2FWhite%2FA02-Race.Challenge.Gbx
sortdata[] Campaigns%2FNations%2FWhite%2FA03-Race.Challenge.Gbx
sortdata[] Campaigns%2FNations%2FWhite%2FA04-Acrobatic.Challenge.Gbx
sortdata[] Campaigns%2FNations%2FWhite%2FA05-Race.Challenge.Gbx
sortdata[] Campaigns%2FNations%2FWhite%2FA06-Obstacle.Challenge.Gbx
sortdata[] Campaigns%2FNations%2FWhite%2FA07-Race.Challenge.Gbx

unnamed file

C/C++

iPod Touch CMake

Endres-iPod:~/src/cmake-2.8.6 root# ./bootstrap
---------------------------------------------
CMake 2.8.6, Copyright 2000-2009 Kitware, Inc.
Found GNU toolchain
C compiler on this system is: gcc
---------------------------------------------
Error when bootstrapping CMake:
Cannot find appropriate C++ compiler on this system.
Please specify one using environment variable CXX.
See cmake_bootstrap.log for compilers attempted.

unnamed file

PHP

mgames

Object
code = mgames
url = http://zykko.com/details/Julian.im/user
planetCost = 0
login = durable95

unnamed file

PHP

89.144.25.100 winmtr

|------------------------------------------------------------------------------------------|
| WinMTR statistics |
| Host - % | Sent | Recv | Best | Avrg | Wrst | Last |
|------------------------------------------------|------|------|------|------|------|------|
| 192.168.0.10 - 0 | 546 | 546 | 0 | 0 | 2 | 0 |
| No response from host - 100 | 109 | 0 | 0 | 0 | 0 | 0 |
| v161.core04.kabsi.at - 15 | 342 | 291 | 0 | 10 | 156 | 16 |
| v110.inxrou01.kabsi.at - 40 | 209 | 126 | 0 | 12 | 145 | 16 |
| 212.69.191.21 - 40 | 209 | 126 | 0 | 10 | 44 | 15 |
| xe2-3-0.tcr1.itx.fra.as8218.eu - 100 | 109 | 1 | 0 | 80 | 80 | 80 |

unnamed file

PHP

Java6 bench

root@minimal-debian6:~/lib# java -jar JBench.jar jbench.properties
--- JBench log starts Wed Oct 05 20:06:06 CEST 2011 ---
General Configuration:
Number of test runs per task: 5
Abort on task configuration error: no
Excluding worst result and best result from stats.
System information:
VM: Java HotSpot(TM) 64-Bit Server VM;20.1-b02;Sun Microsystems Inc.
OS: Linux;amd64;2.6.32-5-amd64
Timer: uk.org.skeet.jbench.ClockTimer; granularity: 1ms

unnamed file

PHP

Java7 bench

root@minimal-debian6:~/lib# /usr/lib/jvm/java-7/bin/java -jar JBench.jar jbench.properties
--- JBench log starts Wed Oct 05 20:06:35 CEST 2011 ---
General Configuration:
Number of test runs per task: 5
Abort on task configuration error: no
Excluding worst result and best result from stats.
System information:
VM: Java HotSpot(TM) 64-Bit Server VM;21.0-b17;Oracle Corporation
OS: Linux;amd64;2.6.32-5-amd64

unnamed file

Text

No Description

|------------------------------------------------------------------------------------------|
| WinMTR statistics |
| Host - % | Sent | Recv | Best | Avrg | Wrst | Last |
|------------------------------------------------|------|------|------|------|------|------|
| 192.168.0.10 - 0 | 102 | 102 | 0 | 0 | 2 | 1 |
| No response from host - 100 | 20 | 0 | 0 | 0 | 0 | 0 |
| v161.core04.kabsi.at - 0 | 102 | 102 | 5 | 12 | 25 | 11 |
| v110.inxrou01.kabsi.at - 0 | 102 | 102 | 10 | 17 | 114 | 14 |
| 81.189.132.237 - 0 | 102 | 102 | 6 | 15 | 80 | 18 |
| 212.152.193.90 - 0 | 102 | 102 | 6 | 11 | 42 | 14 |

unnamed file

Text

No Description

2011-09-25 15:53:54 [INFO] ####ls /boot#####
2011-09-25 15:53:54 [INFO] config-2.6.18-238.19.1.el5
2011-09-25 15:53:54 [INFO] config-2.6.18-238.el5
2011-09-25 15:53:54 [INFO] config-2.6.38.7-minecraft-v1.9-K10
2011-09-25 15:53:54 [INFO] grub
2011-09-25 15:53:54 [INFO] initrd-2.6.18-238.19.1.el5.img
2011-09-25 15:53:54 [INFO] initrd-2.6.18-238.el5.img
2011-09-25 15:53:54 [INFO] initrd-2.6.38.7-minecraft-v1.9-K10.img
2011-09-25 15:53:54 [INFO] lost+found
2011-09-25 15:53:54 [INFO] message

unnamed file

Text

No Description

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.+)/?(.+)/?regret.jpg$ index.php?type=$1&text$2

unnamed file

PHP

No Description

<?php
$myriad = \"includes/fonts/MyriadPro-Regular.otf\";
$image = imagecreate(300,150);
//$image, size, angle, x, y, color, font, text
imageTTFText($image, 12, 0, 120, 125, $textcolor, $myriad, $gamemode);
header(\'Content-Type: image/png\');
imagepng($image);
?>