5676
General Software Discussion / Re: MD5Hash 2.2
« Last post by MilesAhead on October 03, 2010, 01:30 PM »MD5Hash 2.2 Bug fix release. Progress bar no longer used on small files. Fixed caption bar update.


I could be missing something here, but that's already built into IE.
Highlight what you want printed.
Right click and select print preview.
In the dialog that opens select Print "as selected on screen" from the drop-down menu (top center)
Hit print, done.-Stoic Joker (September 29, 2010, 07:01 AM)
As a building block - you definitely don't want to be doing "try_pop" in a loop with nothing else, since you'll burn a lot of CPU doing that. Needs to be combined with an event you can block-wait on in case the queue is empty.-f0dder (September 28, 2010, 04:07 PM)

HCenc 0.25 has been released. Evidently 0.24 would sometimes hang at the end of the encode. Guess I was lucky--never had the issue. I encoded several movies last week with 0.24 and all completed successfully with the typical great quality.
http://www.videohelp.com/tools/HC
http://hank315.nl/-sajman99 (September 28, 2010, 12:58 PM)

A kludge but it works.Still waiting for freeCommander 2010 BTW... looks promising.-Tuxman (September 26, 2010, 08:27 AM)


Hm, 60%->125% by threading (without any performance advantage) sounds like there's something being done wrong - like busy-waiting instead of block-waiting. How did you design the threading stuff, what is the "work item"? I assume the language is C++ native?-f0dder (September 25, 2010, 04:20 PM)



It was the whim of my father and by his explanation, he felt it was more mentally ergonomic to have the start button on the right side, if you were right handed.-app103 (September 24, 2010, 03:39 PM)

If you create a folder of shortcuts, Windows allows you to open that on your taskbar as a toolbar. That's what I have done, and the shortcuts are very well organized.-app103 (September 23, 2010, 05:34 PM)




Why MD5?
Why x64-only?
As for "not the fastest checksummer", how do you do your file I/O? in case you aren't using either, I'd suggest testing with both memory-mapped files (which are both over- and under-appreciated) as well as overlapped (async) I/O.-f0dder (September 23, 2010, 01:58 PM)
