Keybase proof
I hereby claim:
- I am insom on github.
- I am insom (https://keybase.io/insom) on keybase.
- I have a public key ASAcAW4yegnZXKSN67zYpUktROYW13zm5m5sdhBGbuG-CQo
To claim this, I am signing this object:
cat > pugbomb.txt << EOF | |
HTTP/1.0 302 Redirect | |
Location: http://www.pugbomb.me/ | |
EOF | |
while true; do sudo nc -l -p 80 -c 'cat pugbomb.txt'; done |
lappy:~ aaron$ cat a.C | |
int main(void) { | |
int a = 1 + 1; | |
} | |
lappy:~ aaron$ clang a.C -Wall | |
a.C:2:9: warning: unused variable 'a' [-Wunused-variable] | |
int a = 1 + 1; | |
^ | |
1 warning generated. | |
lappy:~ aaron$ vim a.C |
#include <TimerOne.h> | |
#include <SPI.h> | |
#define COLS 5 | |
#define LE 10 | |
volatile char buf[COLS] = {0x0}; | |
void setup() { | |
SPI.begin(); |
#define _BSD_SOURCE | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#define INPUT 17 | |
#define OE 18 | |
#define CLK 27 |
require "apache2" | |
require "socket" | |
suffix = ".iwebcloud.co.uk" | |
function strip(hn) | |
local v = string.gsub(hn, suffix, "") | |
return string.match(v, "%w+%.cms") | |
end | |
function mapper(r) | |
ip, t = socket.dns.toip(r.headers_in.Host) | |
if string.find(t.name, suffix) then |
org 00000h | |
ld c, 0 | |
start: | |
; fetch data+c into a | |
ld h, 0 | |
ld a, data | |
add c | |
ld l, a | |
ld a, (hl) |
I hereby claim:
To claim this, I am signing this object:
import wave, struct, sys | |
sixtofour = [ 0xd, 0xe, 0x13, 0x15, 0x16, 0x19, 0x1a, 0x1c, 0x23, 0x25, 0x26, 0x29, 0x2a, 0x2c, 0x32, 0x34 ] | |
data = [] | |
states = ['START', 'PREAMBLE', 'GOTMAGIC', 'GOTLENGTH'] | |
state = states[0] | |
bits = [] | |
lengthbits = [] | |
radiodata = [] |
[mysqld] | |
skip-innodb | |
default-storage-engine=myisam | |
default-tmp-storage-engine=myisam | |
query_cache_size=0 | |
max_connections=10 | |
key_buffer_size=8 | |
thread_cache_size=0 | |
host_cache_size=0 | |
thread_stack=131072 |
{ | |
"version": "0.1", | |
"os": "linux", | |
"arch": "amd64", | |
"processes": [ | |
{ | |
"tty": false, | |
"user": "root", | |
"args": [ | |
"/doit.sh" |