This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:C3F43C6115007B541CF2996692939677AB59EDA4]
// other changes are done within fontforge: | |
// | |
// 1. auto-hint | |
// 2. change em-height from 1000 to 1024 (scaling outlines) | |
// 3. clean up citonga by making it just be lines and corners | |
// 4. export to TTF | |
package main | |
import ( |
package main | |
import ( | |
"bufio" | |
"bytes" | |
"encoding/binary" | |
"io" | |
"os" | |
) |
package main | |
import "git.lubar.me/ben/spy-cards/card" | |
func main() { | |
var def card.Def | |
def.ID = card.Delilah | |
def.Effects = []*card.EffectDef{ | |
{ |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:C3F43C6115007B541CF2996692939677AB59EDA4]
Conversation Flow ([ and ] represent 0 or more repetitions): | |
c->s handshake_request | |
s->c handshake_reply | |
[ | |
c->s request | |
[ | |
s->c text | |
] | |
s->c (result OR fail) |
local dfplex = Proto("dfplex", "Dwarf Fortress Multiplexer") | |
local cmds = { | |
[0x6e] = "update", | |
[0x6f] = "sendKey", | |
[0x73] = "connect", | |
[0x75] = "resize", | |
[0x76] = "requestTurn" | |
} | |
local colors = { |
int32_t add_to_vector(building *item,vector<building *> *vec) | |
{ | |
int32_t size; | |
int32_t current_index; | |
int32_t current_index_00; | |
building **new_start; | |
building **new_start_00; | |
size_t old_size; | |
size_t old_size_00; |
Copyright (c) [year] [fullname] | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all |
{ | |
"@context": "https://www.w3.org/ns/activitystreams", | |
"id": "https://gist.githubusercontent.com/BenLubar/55938e0334a6ddac3aa286aafb7277da/raw/actor.json", | |
"name": "Test Actor", | |
"type": "Service" | |
} |