Explain one function / procedure / macro / routine / method / technique you programmed and are proud of having created (i.e., not copied from someone else).
>>106788655Replacing the current window manager without closing the running apps by hooking up to it with gdb and forking to the process of the new window manager.That's really the only one I remember off the top of my head.
>>106788655Unless you count programming puzzles, then nothing
>>106788655
>>106788728>gdbhuh?
>>106789047for what purpose
>>106788844are you unemployed, perhaps?
>>106789160What gave it away?
>>106788655I made a macro that takes definition of a simple RISC style ISA and generates code that let's me parse asm files, resolve aliases, represent commands as structs and compile it to machine code.(and vice versa)