C For C's Sake

Results 83 issues of C For C's Sake

Turns out @illbexyz has written pretty much exactly the same game (with Reprocessing, that seems very similar to `mirage-framebuffer`, but more polished): https://github.com/illbexyz/repong/blob/master/src/index.re It would be nice to get in...

It would be nice to add graphical support, or to be able to read the keyboard map currently available to the user to support internationalized configurations. (Hopefully growing) list of...

FWIW, may be worth having a look at https://tools.ietf.org/html/rfc1961

This is done randomly, in part, in `test_parse_socks5_connect`, but I would like a better way to do it that did many different lengths.

enhancement
help wanted

Ideas so far: - Lwt library function that takes `existing i/o channel`, `username+password`, `dst host+port` and sets up a connection using socks4a / socks5 - Lwt socks client utility able...

enhancement
help wanted

I would really like to have this; hoping to steal example config from https://github.com/hannesm/ocaml-arp

enhancement
help wanted

(used for file encryption where we only do signing) https://github.com/kaepora/miniLock

``` gpg2 --import "${output_directory}"/secret.asc # rememer that it's gpg2 and that plain old 'gpg' doesn't handle ed25519 ``` and ``` Host * User ${OUR_USERNAME} IdentityFile ${OUTPUT_DIRECTORY}/id_ed25519 ``` and ``` cat...

- enabling offline bruteforcing - vulnerable to shoulder surfing - explain this is the reason we only do signing keys (for authentication) and not ECDH keys for encryption - et...