Small Fix to HebrewDate plugin
כ"ו שבט תשס"ז - February 13, 2007I've released a small fix to the HebrewDate plugin. The new version is 1.0.2, and is available, at the regular place.
I've released a small fix to the HebrewDate plugin. The new version is 1.0.2, and is available, at the regular place.
I recently wrote an application to rename (and customize) arbitrary windows under WinXP. The result, a 30KB MFC application, morphed into WindowCustomizer, which also supports changing the transparency, icon, and TopMost status of any desktop window.
Currently, only the EXE is available, as I want to release source under the GPL, but I'm not sure if I can do that with MFC. In the meantime, get the EXE from the WindowCustomizer release page under the Software section.

Enjoy
As a followup to the initial LogSer post, I'm releasing this version.
It supports selecting the baud rate (via -b <rate>) and the parity (-p <string>, where string is something like 8n1, 7e2, etc).
Compilation remains the same as the original:
Downloaded as either source code or a compiled EXE from the LogSer release page under the Software section
Yes, yet another WordPress plugin!
This one allows you to add additional "whois" servers to the listing shown in the comment display screen. It's also quite useful (as in my case) if you have a web gateway to search through logs, which I use to help block spammers.
The plugin comes with default entries to add APNIC, whois.ws, and LAPNIC searches, in addition to the default ARIN search. Simply add a path that can perform a whois query with the IP appended via the configuration screen to add a new query.
In order for the list to appear at all, you have to modify a few WP files (since I can't add a filter / action for this). Edit the files:
and add <?php if (function_exists('print_whois')) { print_whois(get_comment_author_IP()); } ?> right after the existing printing of comment_author_IP().
You can download Whois from the whois plugin section of the Software section.
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...