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
| | 2023-12-03 23:45 |
baddc | integer-precision dc(1)
| | 2022-10-10 17:33 |
bhttp | shit http/1.0 server
| | 2022-07-04 13:26 |
bliss | KISS in Lua
| | 2024-04-26 16:43 |
bnetkit | simple networking utilities
| | 2022-05-11 01:12 |
bore | basic core utilities (PD)
| | 2022-11-03 13:17 |
cgol | a cairo-based Game Of Life
| | 2023-12-03 23:52 |
ckiss | KISS in C
| | 2023-06-27 22:07 |
ckplot | plot scatter graphs of csv data
| | 2022-05-26 17:30 |
csv | csv reading library
| | 2022-03-22 00:19 |
empty-dirs | Find empty directories
| | 2023-08-01 14:10 |
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 |
irced | ed, but like irc
| | 2022-08-19 00:04 |
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
| | 2024-11-05 23:13 |
miktex-kiss-repo | KISS Linux repo for MiKTeX
| | 2024-05-04 15:23 |
site | bvnf.space sources
| | 2024-09-09 15:36 |
snek | Unnamed repository
| | 2021-07-27 22:17 |
stagit | [fork]
| Hiltjo Posthuma | 2022-03-03 01:38 |
sxirc | X11 IRC client using libsx (based on Athena)
| | 2022-11-29 18:54 |
uxndebug | uxn debugging suite
| | 2022-07-07 23:51 |
uxnrepl | uxn interpreter
| | 2022-06-01 22:11 |
where | plot a map of users logged onto the system
| | 2024-01-09 17:42 |
kisscommunity | kisscommunity.bvnf.space site sources
| | 2024-11-05 12:08 |
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:
bliss
The kiss package manager written in Lua, for fun and profit (correctness and speed).
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.