rdiez
rdiez
First of all, many thanks for PureJavaComm. I have been using it for years without problems. I am writing a number of small JavaFX applications that send data to rather...
First of all, many thanks for PureJavaComm. Could you provide a direct download link? I am not using Maven and have no plans to. I found it very hard to...
First of all, many thanks for this great script. I would like to have a --version option, so that I can quickly check whether the script is out of date,...
Modbus registers are 16-bit and sometimes it is easier to understand their values when expressed in hex. However, in the REPL tool "pymodbus.console", it looks like you cannot use hex...
I am using ccache to speed up interactive builds, and I want to prevent the occasional pause due to automatic clean-ups. More information is here: Long pauses due to automatic...
I have a small device with a simple built-in web server, so no Linux + Apache etc. The device generates single-file web pages with status information and configuration settings. I...
Is there a way to filter filenames by pattern or regex? For example, I would like to skip/exclude all Thumbnail cache files named Thumbs.db that Windows automatically creates. Or backup...
_nocache_ only calls posix_fadvise( POSIX_FADV_DONTNEED ) when the file descriptor is closed, and that is too late if the file is huge and has already been read. This limitation should...
First of all, thanks for providing mate-menu. I have been using Xfce for years, but I am trying to move to the MATE Desktop now. I have written some personal...
The following command "succeeds" without any hint about the erroneous time zone: `dateutils.dadd --zone=NonExistingTimeZone now +2h` The same applies to option "--from-zone". Such a lack of validation is generally bad...