I hereby claim:
- I am summivox on github.
- I am summivox (https://keybase.io/summivox) on keybase.
- I have a public key ASDrKyPVT27N5ciGKGyAdA9xY_dYR7fSg9UpJ-xmB_DXjwo
To claim this, I am signing this object:
| { | |
| "compilerOptions": { | |
| "outDir": "./lib", | |
| "target": "es2017", | |
| "module": "commonjs", | |
| "declaration": true, | |
| "strict": true, | |
| "preserveConstEnums": true, | |
| "sourceMap": true | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| typedef uint8_t byte; | |
| const int FLASH_SIZE = 0x100000; | |
| const int PAGE_SIZE = 0x100; | |
| byte flash[FLASH_SIZE]; | |
| int read_addr = 0; | |
| byte write_buf[PAGE_SIZE]; | |
| int write_page = 0; | |
| int write_offset = 0; |
| require! { | |
| 'get-stdin': input | |
| } | |
| BYTE_PER_BLOCK = 256 | |
| BYTE_PER_LINE = 8 | |
| BASE = 0 | |
| out = console.~log |
| int os_tick_init (void) { return (-1); } | |
| unsigned HAL_GetTick(void) { | |
| extern unsigned os_time; | |
| return os_time; | |
| } |
| // Copyright (c) 2016, summivox. (MIT Licensed) | |
| // ==UserScript== | |
| // @name github-tabstop | |
| // @namespace http://github.com/smilekzs | |
| // @version 0.2.0 | |
| // @description add tabstop option for hard tabs (works for github/gist) | |
| // @grant GM_xmlhttpRequest | |
| // @match *://github.com/* | |
| // @match *://gist.github.com/* | |
| // ==/UserScript== |
| #pragma once | |
| #include <cstdint> | |
| #ifdef DEBOUNCER_CHECK_TYPE | |
| # include <type_traits> | |
| #endif // DEBOUNCER_CHECK_TYPE | |
| template <typename T, T thres_transient, T thres_steady> | |
| struct Debouncer { |
| #!/usr/bin/env lsc | |
| require! { | |
| 'serialport': {SerialPort} | |
| } | |
| say = console.~log | |
| timeout = (t, f) -> setTimeout(f, t) | |
| PORT = 'COM3' | |
| s = new SerialPort PORT, baudrate: 57600 |
| @-moz-document domain("twitter.com") { | |
| .promoted-tweet { | |
| display: none; | |
| } | |
| } |
| 4.6.85.31 | |
| Function is not optimized | |
| Function is not optimized | |
| Function is not optimized | |
| Function is optimized |