论坛


2013年8月1日 星期四

Disk Cache Manager for String, TBitmap, TStrings, TStream data types

William Yang| Pocket Hero |09:11:35

TDiskCache is a easy use local cache manager, stores data in a specified storage folder, all stored files are stored in a flat dir structure, no sub folders, filenames are hashed using md5. In the root folder, a hidden file …Continue reading...

Short hash function names

William Yang| Pocket Hero |09:05:43

If you ever tried to use MD5 or SHA hash function came with Indy library, especially when you want to make a cross platform application using FireMonkey. You are pretty much locked to Indy, there may be many other better …Continue reading&#8...