כ"ז מרחשון תשס"ז - November 17, 2006
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 to post about the funeral of a friend's mother in Sderot, but Jameel had a much better post than anything I could've ever written.
Tags: Israel, Site Updates, Travel
No Comments »
ט"ו מרחשון תשס"ז - November 5, 2006
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...)
Tags: NDS, Travel, Work
3 Comments »
ט"ו מרחשון תשס"ז - November 5, 2006
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 cleanup, but not today...
Tags: Hebrew Dates, Software, Technical, Wordpress
4 Comments »
י"ב מרחשון תשס"ז - November 2, 2006
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 options tab. Specifically, in order to use the sunset correction (evening dates will have the correct Hebrew date), you need to provide a latitude and longitude.
Please note that this code has only been tested on WP 2.0+. It may work on 1.5, but I'm not sure.
Tags: Hebrew Dates, Software, Technical, Wordpress
No Comments »
י"א מרחשון תשס"ז - November 1, 2006
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 the low level serial interface, it would be totally different on Linux).
The code can be downloaded as either source code or a compiled EXE from the LogSer release page under the Software section. To compile the source for yourself, simply run cl LogSer.cpp to compile with MS's Visual Studio command line compilers.
Enjoy
Tags: Serial, Software, Technical
1 Comment »