VBinDiff

VBinDiff 3.0 Beta 4

VBinDiff (Visual Binary Diff) displays files in ASCII and hexadecimal (or EBCDIC). It can also display two files at once, and highlight the differences between them. Unlike diff, it works well with large files (up to 4 GB).VBinDiff was inspired by the...

read more
mktime

mktime r1756

mktime is a software that convert between UNIX times and human readable date.This is a tiny tool that just converts between UNIX epoch time and human readable dates. The argument is a single date, either a UNIX time value (in decimal or hex) or a...

read more

Fast File Validator in short FFV is a program for verifying files against a checksum file and for creating such checksum files. (I'm using checksum in the generic sense. Technically, neither CRC32 nor MD5 is really a checksum.)FFV supports both SFV files...

read more

Classes can inherit attributes from their parent classes. But sometimes you want an attribute to be able to inherit its value from a parent object. For example, that's how CSS styles work in HTML.MooseX::AttributeTree is a Perl module that allows you to...