Projects 📁️


or

Autologon (2018-04-29)
A small utility program to modify the Windows Autologon settings in the Windows registry with a GUI.
CLIOptions: Code to handle command line interface options (2018-02-11)
A tiny header-only C++ library to handle options (parameters, arguments, …) which are given to programs on the command line.
From Mercurial to Git (2019-07-21)
In the last weeks, I migrated all my personal projects from Mercurial to Git (they remain hosted at BitBucket.org for now, under the same URLs).
Hotkey 1.0 (2020-05-28)
A small utility to scratch my own itch: Having global shortcut keys for often needed actions.
Journal #6 (2015-11-25)
At the moment, I’m working on my library to support Media Transfer Protocol (MTP) devices via the Windows Portable Devices (WPD) API, so that future versions of RandFill will be able to use also smartphones as targets and not only Mass Storage Class (MSC) devices like plain USB flash drives.
Journal #7 (2016-05-31)
Time for a quick update on my activities in the last couple of months:
Journal #8: Updates on WPDLib and RandFill (2020-06-28)
So, it’s been quite a while since the last post of this sort, and I did slow down on the projects mentioned there for some time, but…
Miscellaneous Public Source Code Repository (2014-09-05)
Updated the Software page: Moved some of my (old) source code, scripts etc. to a public Mercurial repository on BitBucket.org named misc_public.
On CMake (2014-05-04)
I’ve changed the build process of the RandFill project recently from using the Visual Studio files (*.sln, *.vcxproj, etc.) to maintaining and generating those with CMake.
QuickADUserInfo 1.0 (2020-05-05)
The first version of my new little helper script QuickADUserInfo has been released.
RandFill 1.1.0 re-released (2013-10-20)
No functional changes yet, but it comes now with a proper installer instead of just an executable in a zip file (for this tool and at this stage not really necessary, but it will come handy in the future).
RandFill 1.1.0 released (2013-09-01)
While looking through the files of that tool for the first time in years and comparing it with my old homepage, I realized that I’ve forgotten to publish the latest version (not really surprising, since it’s only a small utility, only used by me and put on the internet just for the sake of completeness and delusions of grandeur).
RandFill 1.2.0 (2015-05-18)
Finally, a new release of my pet project is done: RandFill 1.2.0 is here!
RandFill 1.2.1 (2015-07-16)
New minor release of RandFill.
RandFill: Open Source (2013-12-05)
The project is now open source (published under the terms of the MIT license) and available on BitBucket.org.
Remi 1.4 (2016-05-28)
A new version of my small command-line utility remi has been released.
SIM Info (2015-05-14)
SIM Info is a new small console program for Microsoft Windows to display SIM identification data like ICCID, IMEI and IMSI.
SIMInfo 1.0.1 (2015-08-19)
A new version of SIMInfo has been released.
SIMInfo 1.2 (2016-05-28)
A new version of SIMInfo has been released.
SIMInfo 1.4 (2016-11-08)
A new version of SIMInfo has been released (side note: version 1.3 was omitted from publication, because it’s been mainly a work of internal restructuring).
SIMInfo 1.5 (2016-11-12)
A new version of SIMInfo has been released.
SIMInfo 2.0 (2018-06-05)
A new version of SIMInfo has been released.
SIMInfo 2.1 (sort of...) (2019-03-05)
I’ve committed and uploaded the changes of the last couple of weeks of work on SIMInfo and tagged it as version 2.1 — but don’t really plan to release it as a compiled binary.
Size comparison: RandFill 1.1.0 vs. 1.2.x-devel (2014-07-02)
I’m currently migrating RandFill from plain Win32 code to a mix of Win32 and Qt 5 code (mainly the GUI parts, at the moment); and the size comparison between these two versions is sobering.
Vectorized RandFill Logo (2014-09-09)
While I’m (slowly) continuing to convert RandFill from Win32 to Qt, I’ve added the icon of the logo to the main window and the executable today.
WPDLib 0.1.0 (2016-09-25)
After quietly working on it for several months, the project has now reached a point where I feel
comfortable to make it public: