💾 Archived View for kvothe.one › dev captured on 2020-11-07 at 00:58:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-10-31)
-=-=-=-=-=-=-
Some code I've written.
cgi_input.pl, handles CGI requests from molly brown.
radio.pl, a script that plays internet radio using mplayer.
hello_sdl.c, a C program that opens an SDL window for 2 seconds.
go6502_hcf.patch, a patch to implement the HCF instruction in go6502.
anotherplan, a C implementation of the Another World VM written for Plan 9.
open vimwiki gemini links with amfora (or whatever browser you use):
function! VimwikiLinkHandler(link) " Use Amfora to open external files with the 'gemini:' scheme. if a:link =~# '^gemini:' execute '!amfora ' . a:link return 1 else return 0 endif endfunction