unnamed file

Text

No Description

byte version
meta (trackUID, environment, author)
string trackName
byte kind (0: (internal)EndMarker, 1: (old)Campaign, 2: (old)Puzzle, 3: (old)Retro, 4: (old)TimeAttack,
5: (old)Rounds, 6: InProgress, 7: Campaign, 8: Multi, 9: Solo, 10: Site, 11: SoloNadeo, 12: MultiNadeo)
if version >= 1:
int32
string password (weak xor encryption, no longer used in newer track files; see 03043029)
if version >= 2:
meta background (timeOfDay, environment, author)

unnamed file

Text

No Description

root@s7t:~/r0ket/r0ket/firmware/l0dable# make ogg.c0d
arm-none-eabi-gcc -std=c99 -c -g -Os -I.. -I../core -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=cortex-m3 -DTARGET=LPC13xx -DRAMCODE=2560 -fno-builtin -Wno-unused-function -ffreestanding -mlong-calls -fno-toplevel-reorder -o ogg.o ogg.c
In file included from stb_vorbis.c:528:0,
from ogg.c:31:
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:24:8: error: expected identifier or '(' before 'void'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:24:8: error: expected ')' before '(' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:25:7: error: expected identifier or '(' before 'void'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:25:7: error: expected ')' before '(' token
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:26:7: error: expected identifier or '(' before 'void'
/root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/include/string.h:26:7: error: expected ')' before '(' token

unnamed file

C/C++

First l0dable

/*
* yay.c
*
* Copyright 2012 ManiacTwister <ManiacTwister@s7t.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*

unnamed file

PHP

debog.log

[Sat, 05 May 2012 11:58:24 +0200] 401 ('GET', '/manialive/version/check/239/index.json', '')
[Sat, 05 May 2012 12:02:03 +0200] 401 ('GET', '/manialive/version/check/239/index.json', '')
[Sat, 05 May 2012 12:32:07 +0200] 401 ('GET', '/manialive/version/check/239/index.json', '')

unnamed file

Text

No Description

Freezone plugin Header:
__________________________
/**
* ManiaLive - Freezone Plugin
*
* @copyright Copyright (c) 2009-2011 NADEO (http://www.nadeo.com)
* @version $Revision: 3705 $:
* @author $Author: philippe $:
* @date $Date: 2011-05-09 13:04:04 +0200 (lun., 09 mai 2011) $:
*/

unnamed file

Java

No Description

package de.e7p.test;
public class Test {
public static void main(String[] args) {
if(a() && b()) {
System.out.println(\"true\");
}
// Beim Ausführen wird \"a\" ausgegeben.
}
private static boolean a() {

unnamed file

MySQL

No Description

SELECT pname, name, description, command FROM (
SELECT a.id, p.id pid, p.name pname, a.name name, a.description, a.command FROM achievements a, players p, stats s WHERE
s.player_id = p.id AND CAST(s.type AS CHAR) = a.type AND s.block = a.block AND s.data = a.data AND s.value >= a.value
UNION SELECT a.id, p.id pid, p.name, a.name name, a.description, a.command FROM achievements a, players p WHERE
(a.type = \'MINECART_ENTER\' AND p.MINECART_ENTER >= a.value) OR
(a.type = \'MINECART\' AND p.MINECART >= a.value) OR
(a.type = \'BOAT_ENTER\' AND p.BOAT_ENTER >= a.value) OR
(a.type = \'BOAT\' AND p.BOAT >= a.value) OR
(a.type = \'KILLS_TOTAL\' AND p.KILLS_TOTAL >= a.value) OR
(a.type = \'BLOCKDESTROY_TOTAL\' AND p.BLOCKDESTROY_TOTAL >= a.value) OR

unnamed file

Text

No Description

==== \"Which\"-stats ====
BLOCKDESTROY, BLOCKCREATE,
ITEMUSE, ITEMDROP, ITEMPICKUP,
CRAFTING, SMELTING, BREWING,
DAMAGETAKEN, DAMAGEDEALT, KILLS
==== Counter stats ====
MINECART_ENTER, MINECART,
BOAT_ENTER, BOAT,
KILLS_TOTAL, BLOCKDESTROY_TOTAL, BLOCKCREATE_TOTAL,

unnamed file

Text

No Description

22:17:20 [INFO] KaffeeKapsel [/127.0.0.1:49967] logged in with entity id 367 at
([world] -27.5, 66.0, 252.5)
22:17:20 [SCHWERWIEGEND] java.io.NotSerializableException: org.bukkit.craftbukki
t.entity.CraftPlayer
- field (class \"de.maniacraft.statsandachievements.utils.Stat\", name: \"p
layer\", type: \"interface org.bukkit.entity.Player\")
- root object (class \"de.maniacraft.statsandachievements.utils.Stat\", de
.maniacraft.statsandachievements.utils.Stat@5289e2f1)
22:17:20 [SCHWERWIEGEND] at java.io.ObjectOutputStream.writeObject0(Unkno
wn Source)

unnamed file

PHP

avrdude -p m644 -P /dev/ttyS0 -c ponyser -U flash:w:/home/user/Downloads/tobias_led1.hex -vvv -F

root@debian:/usr/local/bin# avrdude -p m644 -P /dev/ttyS0 -c ponyser -U flash:w:/home/user/Downloads/tobias_led1.hex -vvv -F
avrdude: Version 5.11.1, compiled on Jan 17 2012 at 02:15:06
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is \"/usr/local/etc/avrdude.conf\"
User configuration file is \"/root/.avrduderc\"
User configuration file does not exist or is not a regular file, skipping