spicounter.c

C/C++

#include <avr/io.h>
uint8_t c = 0;
/* Make sure the WDTON Fuse is unprogrammed */
int main() {
DDRB = (1 << PB0) | (1 << PB2) | (1 << PB3);
SPCR = (1 << SPE) | (1 << MSTR);

gedoens

Text

openssl speed -evp aes-256-cbc
...
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-cbc 30382.02k 79625.36k 286134.57k 3551427.08k 2075370.22k
openssl speed -evp aes-256-cbc -engine padlock
...
type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes
aes-256-cbc 26313.38k 83366.98k 187119.85k 272150.21k 309593.02k

xorglog

Text

[ 185.395] (EE) RADEON(G0): [drm] failed to set drm interface version.
[ 185.395] (EE) RADEON(G0): Kernel modesetting setup failed
...
[ 185.533] (EE)
[ 185.533] (EE) Backtrace:
[ 185.533] (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x3d) [0x57e04d]
[ 185.533] (EE) 1: /usr/bin/Xorg (0x400000+0x181da9) [0x581da9]
[ 185.533] (EE) 2: /usr/lib/libpthread.so.0 (0x7f5df316a000+0xf880) [0x7f5df3179880]
[ 185.533] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxGetGPUMapInfo+0x18f) [0x7f5df01c6ccf]
[ 185.533] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxGetGPUMapInfo+0xd) [0x7f5df0016f6d]

debug.py

Python

class Test:
test = []
def __init__(self):
self.fill()
print len(self.test)
def fill(self):
self.test.append(1)
self.test.append(1)

<?php
$server = 1;
// HTN.LAN by Schnitzel
// Changelog pub.php
// 1. Bei Passwortänderung, keine Fehler Anzeigen, da kein Mail verschickt werden kann
#if(substr_count($_SERVER['HTTP_HOST'],'.')>1) { header('Location: http://htnsrv.org/pub.php'); exit; }
define('IN_HTN',1);
$starttime=microtime();

test

Text

Test paste in test collection

unnamed file

Tcl

No Description

# Musiclog - Post current / next song titles of some radio stations
# to a particular IRC Channel.
# Copyright (C) 2014 ManiacTwister < twister@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 3 of the License, or
# (at your option) any later version.

# Musiclog - Post current / next song titles of some radio stations
# to a particular IRC Channel.
# Copyright (C) 2014 ManiacTwister < twister@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 3 of the License, or
# (at your option) any later version.

unnamed file

Text

No Description

<Wolf Ranger Merrick> hmm, galileo mit stromberg dadran muss ich mich noch dran gewöhnen
<Welteneroberer> Du schaust Galileo???
<Wolf Ranger Merrick> hin und wieder. Warum?
<Welteneroberer> Weil die Sendung nur noch Müll ist? Bzw. größtenteils eine Werbesendung?
<Wolf Ranger Merrick> da gebe ich dir recht. in gegensatz zu früher hat die echt nachgelassen. aber hin und wieder kann mans noch gucken

unnamed file

Text

getflag.asm

section .text
global _start
_start:
xor ecx, ecx
push ecx
push 0x47414c46
push $5
pop eax
mov ebx, esp