kqr
This account is no longer actively used. See https://git.sr.ht/~kqr/. I have archived some repos to github.com/kqr-legacy for decluttering reasons.
Sweden
Pinned Repositories
.emacs.d
[WIP] This has moved to sr.ht!
.vim
[CANCELED] This is hopefully my vim configuration, which I use for both prose and programming! Stopped working on this when I migrated to Emacs+Evil mode
cod2commitstats
[DONE] A simple Java thing to parse a cod2 multiplayer log file and write the information to a database
gists
With way too messy gist.github pages this is an attempt to organise my snippets
hmenu
[CANCELED] A dmenu clone which is supposed to handle streams better than dmenu does (which completely hangs until it gets an EOF...). Abandoned this when I discovered StumpWM, which will probably let me do the same thing but better
Pomohoro
[DONE] A small pomodoro timer based on CLI usage and FreeDesktop.org notifications.
qweyboard
[HOLD] Qweyboard aims to be a Velotype/Veyboard like experience on a regular standard computer keyboard. I really like this and want to work on it but can't find the time
ren
[DONE] a little command-line utility to rename files interactively
two-wrongs-st
[DONE] A binary to statically generate my blog from regular files to avoid all the database hassle, security concerns etc that come with a dynamic site. Will not develop this further, since I moved to Org publishing
udp-conduit
[DONE] Simple fire-and-forget style conduit parts (sources/sinks) for UDP traffic
kqr's Repositories
kqr/gists
With way too messy gist.github pages this is an attempt to organise my snippets
kqr/qweyboard
[HOLD] Qweyboard aims to be a Velotype/Veyboard like experience on a regular standard computer keyboard. I really like this and want to work on it but can't find the time
kqr/Pomohoro
[DONE] A small pomodoro timer based on CLI usage and FreeDesktop.org notifications.
kqr/.emacs.d
[WIP] This has moved to sr.ht!
kqr/udp-conduit
[DONE] Simple fire-and-forget style conduit parts (sources/sinks) for UDP traffic
kqr/two-wrongs-st
[DONE] A binary to statically generate my blog from regular files to avoid all the database hassle, security concerns etc that come with a dynamic site. Will not develop this further, since I moved to Org publishing
kqr/hmenu
[CANCELED] A dmenu clone which is supposed to handle streams better than dmenu does (which completely hangs until it gets an EOF...). Abandoned this when I discovered StumpWM, which will probably let me do the same thing but better
kqr/ren
[DONE] a little command-line utility to rename files interactively
kqr/.vim
[CANCELED] This is hopefully my vim configuration, which I use for both prose and programming! Stopped working on this when I migrated to Emacs+Evil mode
kqr/cod2commitstats
[DONE] A simple Java thing to parse a cod2 multiplayer log file and write the information to a database
kqr/cod2stats
[DONE] simple web app to view the stats committed by cod2commitstats
kqr/pseudo-ewd
A few LaTeX macros for Guarded Command Language
kqr/tictactoe
[DONE] A simplistic tic-tac-toe game in Java with computer opponents and difficulty setting
kqr/asterelms
[DONE] Simple asteroids spaceship "physics" engine I made when I was trying to figure Elm out.
kqr/braceml
[DONE] A simple markup language that is better than Markdown. Only very rudimentary current implementation, but I will not improve it further since I have discovered the Org format which is everything this wanted to be except so, so, so much more
kqr/epresent
Presentations in Emacs -- based on Org-mode (includes my fixes due to eschulte not responding to PRs)
kqr/evil
The extensible vi layer for Emacs.
kqr/fable-react
Fable bindings and helpers for React and React Native
kqr/FlameGraph
Stack trace visualizer
kqr/fluidity
Physics engine for the game Oxygen Not Included
kqr/FSharpPlus
Extensions for F#
kqr/ghc-musl
Docker image with GHC+musl for static executables
kqr/kqr.github.com
[CANCELED] I'm slowly trying to write an introductory book to programming using Haskell as the teaching language. I intend to take a more classical, I/O based approach instead of the common "here's-how-you-evaluate-expressions-in-the-interpreter" approach. Now officially canceled because it's a huge undertaking and I'm pretty sure "Haskell from first principles" or whatever it's called does the same thing I intended to do.
kqr/monte-poker
[ON HOLD] I am about to do some experiments into Monte Carlo methods, so why not answer questions I've long had?
kqr/org-mode
Fork for patches to org-mode while I wait for upstream to accept
kqr/runtime
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.
kqr/shell-utils
Teeny tiny little scripts I create to make working with things in the shell more convenient
kqr/two-wrongs-yesod
[DONE] My personal blog software, written in Yesod/Haskell. Will not receive updates because the current plan is to update the blog to be statically generated instead. See the other two-wrongs-st project