...So, it only works on NTFS volumes.
With that, you can rename, copy or move your files (to another NTFS volume) without losing the hashes, and without needing to do anything else.
The Whirlpool algorithm is a strong 512-bit hash function. This tool uses several optimized implementations with SSE4.1 or SSE2 instructions when available.
Each folder is recursively processed. You can use drag-and-drop, mix files and folders, pause and resume.
64-bit:
https://sourceforge.net/projects/whirlpoolfilech/files/0.5/WFileCheck64.exe
32-bit:
https://sourceforge.net/projects/whirlpoolfilech/files/0.5/WFileCheck32.exe
At first use, please let the integrated benchark determine the fastest procedure for your hardware. ...
NO LONGER MAINTAINED, NO LONGER SUPPORTED
Manifest Maker is a graphical Python application which takes a file or group of files and creates a plain text manifest list of each item. The manifest includes the file name (including directory structure) as well as a checksum of the file.
Total Network Visibility for Network Engineers and IT Managers
Network monitoring and troubleshooting is hard. TotalView makes it easy.
This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
It's a open source file wiper program which can get commands remotely and acts in emergency stiuations. Program's name inspired by Iron Man 3 movie where Tony Stark activates the "House Party Protocol" when his house is destroyed. It's written for preventing your private datas captured by police or thieves.
*Usage*
- You need to have a hosting account which can run php scripts (you can register for a free one)
Change the $password section in base.php and upload it to your hosting with...
Duplicate Files Finder is a cross-platform application for finding and removing duplicate files by deleting, creating hardlinks or creating symbolic links. A special algorithm minimizes the amount of data read from disk, so the program is very fast.
GUI based lightweight duplicate file finder / remover.
...This is basically a reimplementation of dupfinder as: it doesn't compile on my computer, the executable won't work either, the projects seems dead and I didn't wanna work through the original code. So Look'n'Feel should be somewhat the same, though some changes have been made.
Algorithm is simple and suitable for large file sets with few differences: basic set of duplicate candidates is determined by file size, then candidates are compared byte-wise. So for files which don't start to differ by growing at the tail it reduces read operations greatly compared to hash-based comparision (i.e. test case: 40GB of files, 16GB RAM, many differences: initial compare (uncached by OS) around 300sec, subsequent compare (relevant file parts cached by OS) ca. 2sec)
Note: this program is not related to lsdup
--- I've removed the setup exe because it pulls the app down from a site which is no longer on-line. Once I've refactored it for local distribution I'll put it back. In the meantime you can build the app yourself from the project files if you are so inclined ---
The Media Library Sync is a tool designed for syncing a large media library from a master source to multiple destinations. It allows you to specify which parts of the library you want to sync on which devices.
Program can hash data from keyboard, file or CD/DVD by Adler32, CRC32, CRC64, GOST, HAVAL, MD2, MD4, MD5, MD6, SHA-0, SHA-1, SHA-1-IME, SHA-224, SHA-256, SHA-384, SHA-512, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, TIGER or Whirlpool algorithm.
OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
The project will develop an in – memory object cache utilizing the LRU (least-recently-used) algorithm. The cache will store the objects that are most accessed within a fixed size memory pool. Thus system is keep statistics and calculates tradeoffs.