ben's code
 |
Repositories |
|
|
Name | Description | Owner | Last commit |
3059 | correcting digitization of the Iliad
| | 2022-01-15 16:48 |
advent-of-code | advent of code attempts
| | 2022-02-04 03:49 |
baddc | integer-precision dc(1)
| | 2022-05-25 16:58 |
bnetkit | simple networking utilities
| | 2022-05-11 01:12 |
bore | basic core utilities (PD)
| | 2022-05-25 10:40 |
cgol | a cairo-based Game Of Life
| | 2022-01-04 01:53 |
ckplot | plot scatter graphs of csv data
| | 2021-10-03 01:46 |
csv | csv reading library
| | 2022-03-22 00:19 |
freq | count frequencies of keys in text
| | 2022-03-21 20:30 |
geminidsh | POSIX sh gemini server
| | 2021-11-19 18:55 |
gif | read/write GIFs
| | 2021-09-01 22:24 |
gm | an extremely simple gemini browser/formatter
| | 2021-12-08 13:26 |
hurl | Gemini/Gopher/HTTP/HTTPS file grabber
| Hiltjo Posthuma | 2022-01-07 00:19 |
irC | an attempt at writing an irc "client"
| | 2022-03-13 03:54 |
k9core | Coreutils for *nix operating systems [fork]
| qorg11 | 2021-09-15 01:26 |
kandr | exercises from K&R
| | 2021-07-18 19:23 |
kiss-repo | personal package repository
| | 2022-05-24 16:32 |
miktex-kiss-repo | KISS Linux repo for MiKTeX
| | 2022-05-21 12:19 |
repo-community | [mirror]
| KISS Community | 2022-04-26 13:11 |
site | bvnf.space sources
| | 2022-05-21 13:58 |
snek | Unnamed repository
| | 2021-07-27 22:17 |
stagit | [fork]
| Hiltjo Posthuma | 2022-03-03 01:38 |
where | plot a map of users logged onto the system
| | 2021-05-11 00:41 |
kisscommunity | kisscommunity.bvnf.space site sources
| | 2022-05-20 18:35 |
Some of my projects are shown here; most of them are very incomplete.
Please send any thoughts or patches to ben [at] bvnf [dot] space
.
Some highlights:
bore
bore
came about as an exercise in learning C and in getting to know the UNIX interface.
bnetkit
This is a set of very simple utilities for doing networky things - have a look at the sources, it's meant to be very simple. With an additional TLS-capable netcat
, most of the protocols you might be interested in are possible.
baddc
This was just some fun with stacks.
cgol
Originally a uni assignment, this Game of Life has a Cairo PNG backend and an ASCII/terminal backend.
freq
A program to do that thing you usually use awk for.