I hereby claim:
- I am paskozdilar on github.
- I am paskozdilar (https://keybase.io/paskozdilar) on keybase.
- I have a public key ASDM5FmiVa4Ui6DalXMaw7KUiwXR9FGGym-Cg-CZc_S9xQo
To claim this, I am signing this object:
| package ws | |
| import ( | |
| "bufio" | |
| "context" | |
| "io" | |
| "net/http" | |
| "time" | |
| "github.com/gorilla/websocket" |
| /** | |
| * Promise-based wrapper around @grpc/grpc-js API. | |
| * | |
| * | |
| * USAGE: | |
| * | |
| * let client: grpc.Client; | |
| * | |
| * // unary | |
| * let response: ResponseType = await UnaryCall(client, client.unaryMethod, request) |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| function main() { | |
| # Check for argument | |
| if [ $# -ne 1 ] | |
| then | |
| echo "usage: $0 INFILE" | |
| exit 1 |
| package main | |
| /** | |
| * Simple line-based TCP middleware. | |
| * | |
| * Server protocol: | |
| * send: "server" | |
| * send: server_id | |
| * LOOP: | |
| * recv: request | |
| * send: response |
| /** | |
| * NetHack-style dungeon generator. | |
| * | |
| * De-obfuscated version of: | |
| * https://gist.github.com/munificent/b1bcd969063da3e6c298be070a22b604 | |
| * | |
| * Modify the #define parameters to change the dungeon and cave size. | |
| */ | |
| #include <time.h> | |
| #include <stdio.h> |
I hereby claim:
To claim this, I am signing this object: