I hereby claim:
- I am zerospiel on github.
- I am qwe (https://keybase.io/qwe) on keybase.
- I have a public key whose fingerprint is 6054 01BE E93D 5EBB 8371 5285 8D2B E5A0 476D 855E
To claim this, I am signing this object:
| #!/bin/sh | |
| DIR="$GOPATH/src/bitbucket.org/dadebotsdb/" | |
| ADDRESS="address" | |
| APP="app" | |
| FETCHER="fetcher" | |
| IMPORTER="importer" | |
| INDEXER="indexer" | |
| IO="io" | |
| MUNROLL="munroll" |
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <sys/types.h> | |
| #include <sys/wait.h> | |
| #include <sys/ipc.h> | |
| #include <sys/shm.h> | |
| #include <sys/sem.h> | |
| void swap(int[], int, int); |