Posts

Showing posts from 2025

New program: Meany - the average calculator

Image
I've just released v0.1.0 of Meany , a mathematical averages calculator. Why? Well I recently added a bunch of averaging functions to the DelphiDabbler Code Snippets Collection . When trying to find data to test the functions I ended up using average calculators on five or six web pages. Some pages calculated just one type of mean, while another did a collection of different means or modes etc., but no one site did it all. This app lets you use all the new averaging functions in the collection in one place. Here's the UI: Click the button for the function you want. Enter a list of data in the  Values memo control. For a weighted average enter the required weights (one per value). For power means you also need to enter a power. Then click calculate. Data can be entered as whole numbers, decimal numbers or in scientific format. Numbers can be separated by spaces, new lines or a list separator character. You must use the correct decimal point and list separator for your current l...

Code Snippet Collection v2.2.2 released

v2.2.2 of the DelphiDabbler Code Snippets Collection has just been released. This version adds lots of new mathematical function, mainly related to statistics and number bases. For details see this post on the CodeSnip blog .

System Information Unit 5.31.0 released

Image
Happy New Year from West Wales, or Blwyddyn Newydd Dda as they say around these parts. I've just released what may be the last version of the System Information Unit that is updated with the latest releases of Windows. There may  be a new major version one day, and there could  be a couple of methods added to one or more classes, but this is probably (never say never 😉) the last update of the Windows version detection code. This release has updates that detect the various release, pre-release, dev, beta etc etc builds of Windows 10 and 11. It also detects Windows Server 2025. 🠊 Get version 5.31.0 from the GitHub release page . System Information Unit FMX Demo Program