-
Updates
Yes, I’ve been away for a while. I didn’t post while I was in Greece (pictures finally posted), nor the week after, due to a very pressured week at work. I have a new post responding to a Mishpacha editorial coming up soon, and I hope to resume technical posts this week. I was going […]
-
I’m off to Greece tomorrow
My company is sending me to Greece for three days for a development conference tomorrow. There’ll be a little touring and whatnot also; I’ll try and post pictures here. Maybe I’ll also have some time to finish up some serious posts (hopefully…)
-
Hebrew Date v1.0.1
Based on an idea I “borrowed” from Jacob Fresco, I’ve added the ability to insert the current Hebrew Date (with sunset correction!) anywhere in a theme. Simply add <?php if (function_exists(‘hebrewDateCurrent’)) { hebrewDateCurrent();} ?> to a theme. The code can be downloaded Hebrew Dates release page under the Software section. The code needs some major […]
-
Hebrew Date 1.0.0 Released
As you may have seen earlier, I’d picked up development of the Hebrew Date plugin from KosherJava. Today, I’m officially releasing version 1.0.0. Much of the logic is rewritten, but most of the credit goes to KosherJava! To install, download the plugin (from here),activate, and enjoy! There are lots of fun config options under the […]
-
Serial Port Data Logging
I recently needed an application to save data from a serial port to a text file. Although most terminal emulators like ProComm can handle this, it’s quite a lot of overhead for such a simple task. I came up with the following solution, which works for Windows only (b/c 90% of the interesting code is […]