The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 4,262 other subscribers

Archive for August 29th, 2017

FrontDoor is being resurrected…

Posted by jpluimers on 2017/08/29

After 3 years silence, JoHo has managed to resurrect the DOS version of FrontDoor and blogs about it at [Areboot . defsol . com | Waiting for a call or event.

Found out via [WayBack] So, after having been asleep for some 15 years, it appears this is actually happening #frontdoor #fidonet <ht… – Joaquim Homrighausen – Google+

So I had a private chat with JoHo, where he wrote me this:

After three years of “silence”, and some 15+ years since the last code update, JoHo has appeared on the FidoNet scene once again. Having relased FrontDoor in 1986, I guess it’s safe to say he’s been around (FidoNet) longer than most people.

The biggest issue(s) seem to have been finding all the bits and pieces required to make/update FrontDoor, its utilities, as well as the long dead license key/code generator. Another issue is, of course, to find a suitable operating environment to put the pieces together in.

JoHo has stated that what used to be called the “Commercial/MultiLine” version of FrontDoor is what every future of version will be, except not so “Commercial”. You can get a free license by simply sending him an e-mail. Look at https://www.defsol.com for more details.

The “Reboot” project, as JoHo calls it, will have some details released at https://reboot.defsol.com. There is also a Facebook group available for FrontDoor users.

When asked “Why are you doing this now?”, JoHo responds with “Have you ever seen ‘Finnish Swamp Wrestling’ on YouTube? There is no ‘Why’, there is only ‘Because’.”

JoHo can be reached at defsol@defsol.se, seen on Twitter at @joho68. He has also applied for a new FTN-address in Zone 2. Details will follow.

Here are some more links and pictures:

Good old FidoNet logo:

Read the rest of this entry »

Posted in BBS, History | 1 Comment »

Mikrotik date and time calculations

Posted by jpluimers on 2017/08/29

Some ideas for date and time calculation:

It should get better (and verifyable) implementations in stead of these Julian (not Gregorian!) date conversions:

Notes:

–jeroen

Posted in Algorithms, Development, Internet, MikroTik, Power User, RouterOS, routers, Scripting, Software Development | Leave a Comment »

regex – Regular expression to match DNS hostname or IP Address? – Stack Overflow

Posted by jpluimers on 2017/08/29

I’m not fond of them, but sometimes they can do their job regex – Regular expression to match DNS hostname or IP Address? – Stack Overflow

Two notes:

  1. The first answer matches either IPv4 or hostname
    (no IPv6 support yet; reminder to self: find it one day).
  2. The second answer restricts the hostname parts to be no more than 63 characters each. It doesn’t fix the total length being 255 or less
    (reminder to self: create that restriction one day).

First answer:

Read the rest of this entry »

Posted in Development, RegEx, Software Development | Leave a Comment »