Murphy
Murphy
I'm not sure if you care anymore, Brandon, but this is a quick pass at getting riplpox working on recent versions of POX. A quick test indicates that the POX/riplpox...
Previously, only characters in the "word" class were shown in the memory hexdump. These are like alphabetic and numeric characters. Other printable characters like spaces and punctuation were replaced with...
I get the sense that libtmt does not top your list of priorities at this time, but I've recently done a chunk of work on it and wanted to make...
I'm not sure I've implemented this the best way possible, but MurphyMc/libtmt@996cd9e5efe61211720b9bb6714b5913e8c62010 is a (working) first attempt at it. Thoughts? Reference: http://tldp.org/HOWTO/Xterm-Title-3.html (This was done to support the related feature...
It looks like installing SDL via homebrew with --HEAD should probably produce a working version even build with the current SDK -- the old SDK workaround should no longer be...
A long while ago, I think I either suggested or changed the code for routines so that they're methods on Global. A downside here is that from a C perspective,...
If you compile with pthreads enabled and then use the generated header in another file (e.g., to interface with some hand-written C++), you get a link error because of multiple...