Kristopher Johnson
Kristopher Johnson
cxxforth
Because the world can always use a few more Forth implementations, I've written one in C++. https://github.com/kristopherjohnson/cxxforth/blob/master/cxxforth.cpp.md In the spirit of JONESFORTH, this is written as a tutorial in a...
I've created a Gforth interface for the wiringPi library. This makes it possible to write Forth programs that use the GPIO pins on the Raspberry Pi. Anyone interested, see https://github.com/kristopherjohnson/wiringPi_gforth
Enabling notifications for Menubar Countdown on Big Sur can be confusing. See https://twitter.com/jleedev/status/1375080727021293568 Not much we can do to change Apple's permissions requirements and UI, but maybe there is a...
In the Big Sur beta, when the timer is active and seconds are displayed, the width of the item changes each second depending on the width of the digits. The...
The non-App Store release of Menubar Countdown is signed with a distribution certificate which will expire soon. A new distribution with a new certificate is needed. (This does not affect...
I no longer have the time or interest to maintain Markingbird. If someone else would like to take over, please fork this repo and let me know. I'll direct people...
Changes handling of multi-line comments such that a '/*' sequence only starts a multi-line comment if it is not immediately followed by an alphabetic character. This supports use of JSLint/JSHint...