Skip to content

Instantly share code, notes, and snippets.

View abiggerhammer's full-sized avatar

Meredith L. Patterson abiggerhammer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am abiggerhammer on github.
  • I am maradydd (https://keybase.io/maradydd) on keybase.
  • I have a public key ASCQzIAGrmAONMO97zAAW2UUUCmoGVPZhAF0mS6JoMUMFgo

To claim this, I am signing this object:

/* Parser for ABNF, per RFC 5234. */
#include <hammer/hammer.h>
#include <hammer/glue.h>
const HParser* init_parser() {
static const HParser *ret = NULL;
if (ret)
return ret;
@abiggerhammer
abiggerhammer / gist:6042550
Created July 19, 2013 21:37
excerpts from 'man gpg' that developers will likely want to use programmatically (biased by things I have had use cases for, and what I know from other devs)
Commands to select the type of operation
--sign
--clearsign
--detach-sign
--encrypt
--symmetric
--decrypt
--multifile
--verify-files