I hereby claim:
- I am halfvector on github.
- I am unbuffered (https://keybase.io/unbuffered) on keybase.
- I have a public key whose fingerprint is 06A0 B06E C8DA 531E D77F 7C6A 0671 385C D805 BB2D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # prerequisites: rooted device, adb, sqlite installed locally | |
| # works beautifully on glass | |
| # android-ids are hexadecimal [0-9a-f] | |
| # install sqlite3 locally to modify the db | |
| sudo apt-get install -y sqlite3 | |
| # make sure we have a device connected | |
| adb devices |
| $data = $this->getRequirements([ | |
| 'description' => ['type' => 'markdown', 'minLength' => 3, 'persistent' => true], | |
| 'title' => ['type' => 'string', 'minLength' => 3, 'persistent' => true], | |
| 'action' => ['type' => 'string', 'minLength' => 3], | |
| 'suggestionId' => ['type' => 'int'], | |
| 'reason' => ['type' => 'string', 'minLength' => 3, 'optional' => true, 'default' => ""], | |
| 'tags' => ['type' => 'array', 'optional' => true], | |
| 'attachments' => ['type' => 'file', 'optional' => true], | |
| 'keepAttachments' => ['type' => 'array', 'optional' => true] | |
| ]); |
| #include <stdio.h> // printf | |
| #include <math.h> // sin | |
| #include <time.h> // time | |
| #include <stdlib.h> // srand | |
| #include <string.h> // memcpy | |
| #include <vorbis/vorbisenc.h> | |
| struct tEncoderState | |
| { |