Program Update – Mna goes to v1.6
The free exchange rates converter Mna, now uses ECB web services for rates, get code optimizations and fixes.
For more info, updates and downloads see at the Project’s Home Page.
The free exchange rates converter Mna, now uses ECB web services for rates, get code optimizations and fixes.
For more info, updates and downloads see at the Project’s Home Page.
Sometimes is necessary to find out duplicate element ids in DOM.
There is a pure javascript snippet to copy paste in you browser console,
which will inform you the number of duplicates and will enumerate them.
/* Find duplicate DOM ids | (c) 2021 - Petros Kyladitis */
let uid = Array() ;
let did = Array() ;
let e = document.querySelectorAll('*[id]') ;
for(i=0; i<e.length; i++){
if(!uid.includes(e[i].id)){
uid.push(e[i].id) ;
}else{
did.push(e[i].id) ;
}
}
let msg = "There are " + (did.length>0 ? did.length : "NO") + " duplicate ids in DOM\n" ;
for(j=0; j<did.length; j++){
msg += "\n" + did[j] ;
}
console.log(msg) ;
Synaptics Glitch Fix is a command line tool for quick fix the annoying Synaptics Scrolling Glitch appearing on some machines with synaptics touchpads and make scroll icon stay stucked on screen after the end of the scroll.
This program is open source software, distributed under the terms of the GNU GPL 3 License.
For more info, updates and downloads see at the Project’s Home Page.
iEmbed is Command line tool, for embed local images in html & markdown files.
This program is open source software, distributed under the terms of the FreeBSD License.
For more info, updates and downloads see at the Project’s Home Page.
BatMsgBox is Command line tool, for display message boxes and receive user answers, usefull for MS Windows batch scripting.
This program is open source software, distributed under the terms of the FreeBSD License.
For more info, updates and downloads see at the Project’s Home Page.
Klepsydra, the desktop countdown timer with sound alarm, now at v1.4 got:
As its predecessor, the new features also uses native WinAPI calls and avoid any extra libraries and OCX dependencies.
For more info, updates and downloads see at the Project’s Home Page.
With Evrika you can do fast file and folder searches at your NTFS voluems, using the power of MFT & USN Journaling
This program is open source software, distributed under the terms of the GNU GPL 3.
For more info, updates and downloads see at the Project’s Home Page.
The Corsair Utility Suite (CUE) at many setups crases at the system startup reporting an error of access at LIBEAY32.DLL
This fix contains the appropriate version of LIBEAY32.DLL ver.1.0.2.12 borrowed it from The OpenSSL Project and automate its installation in the Windows folder.
This Fix packaged with Inno Setup System, with the care of Petros Kyladitis, with the hope to be usefull at CUE users arround the world.
Copyright (c) 1998-2018 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
Guietzli, the MS Windows graphic front-end for the Google’s hole new JPEG Encoder called Guetzli moved to .NET Framework 4.5, to be compatible, the encoder download functionality, with TLS 1.2 which now used by GitHub
For more info, updates and downloads see at the Project’s Home Page.
Klepsydra, the desktop countdown timer with sound alarm, now at v1.3 got:
As its predecessor, the new features also uses native WinAPI calls and avoid any extra libraries and OCX dependencies.
For more info, updates and downloads see at the Project’s Home Page.
Klepsydra 1.3 system shutdown feature (english and greek UI)