Pinned Repositories
bytecode-interpreters-post
A few basic bytecode interpreters used as example code in a series of articles
chunk-edit
Edit code chunks from multiple files in one buffer
elang
A Python-like language for the Emacs VM
elfuse
FUSE filesystems in Emacs Lisp
elpygen
Generate Python function/method stub for a call-like symbol under point
fractals-in-c
Simple fractal generators written in pure C
linux-sys-programming-exercises
Exercises in system programming on Linux
sql-interpreters-post
PigletQL - example SQL-like language interpreter
strace-post
Strace: history, usage examples, example syscall tracer implementation
toy-orgfuse
Orgfuse is a small Python utility allowing to mount org-mode files as FUSE filesystems
vkazanov's Repositories
vkazanov/bytecode-interpreters-post
A few basic bytecode interpreters used as example code in a series of articles
vkazanov/chunk-edit
Edit code chunks from multiple files in one buffer
vkazanov/sql-interpreters-post
PigletQL - example SQL-like language interpreter
vkazanov/fractals-in-c
Simple fractal generators written in pure C
vkazanov/linux-sys-programming-exercises
Exercises in system programming on Linux
vkazanov/strace-post
Strace: history, usage examples, example syscall tracer implementation
vkazanov/quakec-mode
Emacs major mode for QuakeC development
vkazanov/advent-of-code-2024
vkazanov/pymetaii
A Python 3 implementation of the famous META II metacompiler.
vkazanov/tree-sitter-quakec
A Tree-sitter grammar for QuakeC
vkazanov/evdev-test
Some libevdev example code
vkazanov/beancount-mode
Emacs major-mode to work with Beancount ledger files
vkazanov/piglet-chip
A little CHIP-8 emulator created as an excuse to play with low-level input event handling in Linux.
vkazanov/rules-of-pipelines-post
The Rules for Data Processing Pipeline Builders
vkazanov/99-problems-in-ocaml
My take on solving 99 problems in OCaml
vkazanov/c-is-a-low-level-language-post
An article arguing that C is not that bad as a low-level language.
vkazanov/c2x-post
vkazanov/cboing
A pure C and libSDL port of a game Boing! from the Code the Classics book
vkazanov/elisp-bytecode
Let's document Emacs Lisp Bytecode (Lisp Assembly Program) instructions
vkazanov/emacs_tools
Set of emacs utilities used on daily basis.
vkazanov/ert-font-lock
ERT Font Lock
vkazanov/everything-about-cron-post
Everything about cron on Linux
vkazanov/melpa
Recipes and build machinery for the biggest Emacs package repo
vkazanov/nvm.el
Manage Node versions within Emacs
vkazanov/pldump
vkazanov/quakec-ts-mode
vkazanov/rms-support-letter.github.io
An open letter in support of Richard Matthew Stallman being reinstated by the Free Software Foundation
vkazanov/sync-regions
vkazanov/tree-sitter
An incremental parsing system for programming tools
vkazanov/vlk3d
A little ray casting 3d engine made with the help of ChatGPT