Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dirwalker - Simplistic and Ergonomic Directory Browser
#36
Guys, having well-documented product, not just software, is always a big plus, not against writing explanations/examples/usecases, on contrary, I love giving walkthroughs and such, just the current focus is on writing the backbone (aiming at skeleton in near future) of one useful simplistic browser, I see several areas where different functions are not synchronized seamlessly - like flags setting when one to give way to another or not.
This is a work in progress, in my view, the sourcecode is very useful for all QB64 coders, allowing them to peak in the kitchen and add their own tweaks.

Anyway, glad to share revision 8, it allows making BLAKE3-256 (default, or SHA3-256, SHA1-160) hashsums for all files in a given TREE (folder and its sub-folders), also by pressing ‘Ctrl+S’ the current list is saved in current path as “Dirwalker_”+Time$+Date$+”.txt”, this is very useful when you want to check integrity of your SSD, just make a “snapshot” of current health status in folders you want to monitor, or just in the root. It looks like:

   

Speedwise, hashrate is not bad at all, around 390MB/s on i5-7200U and i7-3630QM, a bit faster than SHA1-160, and 3x faster than SHA3-256. You can switch the three via:
Code: (Select All)
Const WhichHash = 2 '0=SHA1-160; 1=SHA3-256; 2=BLAKE3-256

Here is the ELF/EXE and full sourcecode:

.7z   Dirwalker_r8.7z (Size: 4.09 MB / Downloads: 174)

Enfun!
"He learns not to learn and reverts to what the masses pass by."
Reply


Messages In This Thread
RE: Dirwalker - Simplistic and Ergonomic Directory Browser - by Sanmayce - 01-30-2023, 10:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Another Directory Tree Utility eoredson 0 488 04-18-2025, 02:52 AM
Last Post: eoredson
  Simple directory display eoredson 0 529 03-29-2023, 03:01 AM
Last Post: eoredson
  Directory Create Utility eoredson 6 1,568 09-17-2022, 11:43 AM
Last Post: Kernelpanic
  Nasty Directory Delete Function eoredson 8 1,635 09-15-2022, 03:27 PM
Last Post: SpriggsySpriggs

Forum Jump:


Users browsing this thread: 1 Guest(s)