ANN: GuidScreener custom GUID/UUID generator for Windows and Linux

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
CJS
Earned a small fee
Earned a small fee
Posts: 17
Joined: Thu Jan 28, 2016 8:21 am

ANN: GuidScreener custom GUID/UUID generator for Windows and Linux

Post by CJS »

GuidScreener is a custom GUID/UUID generator for Windows and Linux (freeware), that generates RFC 4122 format GUIDs from the system generator or a high quality random number generator and allows you to preset selected digits to generate a more easily recognisable ID, for example:

C0FFEE42-31C2-478A-A6A3-97F1EBCA6256

This facility can also be used to create groups of GUIDs that will appear adjacent in a sorted list.

Help information is built in (Main menu Help/Help or F1 key).

It should run on Windows 7, Windows Server 2008, and later versions, and Linux distros Ubuntu, Debian, Mint and Fedora. Tested on Windows 7, Windows 10, Windows Server 2008 RC2, Ubuntu 14.04.5 LTS (Trusty Tahr), Ubuntu 16.04.2 LTS (Xenial Xerus), Debian GNU/Linux 8.2 (jessie), Linux Mint 18.1 'Serena' Cinnamon and Fedora 25 Workstation.

Created using wxWidgets 3.0.2 and the Code::Blocks IDE.

Can be downloaded from the following web site, which includes installation instructions and SHA-256 checksums:
http://ccgi.cjseymour.plus.com/software.htm
Post Reply