💾 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

View Raw

More Information

⬅️ Previous capture (2020-10-31)

-=-=-=-=-=-=-

dev.

Some code I've written.

scripts.

cgi_input.pl, handles CGI requests from molly brown.

radio.pl, a script that plays internet radio using mplayer.

scraps.

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.

works in progress.

anotherplan, a C implementation of the Another World VM written for Plan 9.

neat tricks.

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

return to the cargo bay.