Announcing J4JCommandLine
A Net Core 3.1 library for flexibly parsing command line arguments. For more details refer to the project page.
A Net Core 3.1 library for flexibly parsing command line arguments. For more details refer to the project page.
I run a Raspberry Pi on my home network for three reasons: To have a local DNS (dnsmasq) so I don’t have to remember or look up numeric IP addresses
I recently had occasion to write a simple python (3) script under debian buster with JetBrains’ Pycharm. The script rewrites protected system files so it needs sudo privileges…which turned out
The interface definitions are pretty simple: The marked lines show the interface that a configurator class needs to implement. It’s just a marker interface (i.e., doesn’t specify any required methods).
Turns out, in C#, when it’s coming from a COM interface…sometimes. I’m writing a C# library to interface with Windows’ File History subsystem. There’s no type library so I have
With WordPress 5, the default post editor is a new piece of software called Gutenberg. It’s block-based, rather than it’s-all-just-a-bunch-of-text-based, like the earlier editor. It’s got a number of nice