Latest Entries
Informatics

Perl cmdline with Unicode in Windows

These days I’ve been busy redoing a script in Perl that I’ve been using for more than ten years: rnm, which renames files (and directories) with Unicode support in both Windows and linux. In brief, it uses Win32::OLE Perl module to correctly manage files with Unicode chars in Windows. The problem arises when I want … Continue reading

Informatics

Checking passwords against size-reduced haveibeenpwned.com hashes files

There is a website called haveibeenpwned.com from which you can download three files (now) in 7z compressed format which contain each one a text file with SHA1 hashes of already hacked password from last years’ hacking known attacks. The uncompressed files are around the double in size of their compressed form… But in fact it … Continue reading

Informatics

FIFO profit’s stock sell calculation with LibreOffice Calc

The generalisation of spreadsheets use nowadays sometimes hides the fact that these tools aren’t good enough for every imaginable data manipulation. Sometimes people tweak and twist cells in order to achieve results that are simply beyond the possibilities of a spreadsheet application, no matter how powerful. For these occasions, R is probably more suitable. Anyway, … Continue reading