Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.179.713 Times

File Signatures List software
Filter: All | Freeware | Demo
 

File Signatures List

< 1 2 3 4 5 > 
Added: August 14, 2010 | Visits: 1.154

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): File::Signature Download

Released: February 06, 2014  |  Added: March 11, 2014 | Visits: 1.876

Active File Recovery Active File Recovery is a data recovery tool which helps you to retrieve files from formatted disks or partitions, as well as those which have been emptied from the Recycle Bin in Windows. The software supports all hard disks, USB flash drives, memory cards and other external storage devices with...





Platforms: Windows, Windows 7

License: Shareware Cost: $29.95 USD Size: 17.51 MB Download (160): Active File Recovery Download

Released: January 22, 2024  |  Added: March 02, 2024 | Visits: 6.415

Active@ File Recovery Active@ File Recovery is a data recovery tool which helps you to retrieve files from formatted disks or partitions, as well as those which have been emptied from the Recycle Bin in Windows. The software supports all hard disks, USB flash drives, memory cards and other external storage devices...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $29.95 USD Size: 28.34 MB Download (1212): Active@ File Recovery Download

Released: August 26, 2009  |  Added: November 03, 2009 | Visits: 4.470

wList wList is a tool that allows you to create a list of the files and subfolders of a given folder (directory). With one click, you can create a list of the contents of any CD/DVD/USB flash drive, or any hard disk. You can easily search through or print this list. wList includes the...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 544.18 KB Download (181): wList Download

Added: August 16, 2010 | Visits: 902

Pod::BBCode Pod::BBCode is a Perl module that converts a POD file to a page using BB code. SYNOPSIS use Pod::BBCode; my $p = new Pod::BBCode(-headcolor=>red,-itemcolor=>blue,-textcolor=>black); $p->parse_from_file(in.pod); This class converts a file in POD syntax to the BBCode syntax, in order to...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Pod::BBCode Download

Added: June 16, 2010 | Visits: 1.169

Mail::Bulkmail Mail::Bulkmail is a platform independent mailing list module. SYNOPSIS use Mail::Bulkmail /path/to/conf.file my $bulk = Mail::Bulkmail->new( "LIST" => "~/my.list.txt", "From" => "Jim Thomason" , "Subject" => "This is a test message", "Message" => "Here is my test message" ) || die...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (93): Mail::Bulkmail Download

Added: January 22, 2010 | Visits: 1.648

Sisopen Sisopen is a tool to list and extract the content of SIS files. SIS files are installation files used in Symbian-based smartphones like many S60 Nokia phones. Sisopen is an ANSI-C program, mainly targetted to Linux and other Unix-like systems it can be compiled almost in every system with a C...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (922): Sisopen Download

Added: April 03, 2006 | Visits: 2.307

FolderInfo * Statistics by groups of files * Get rid of temporary and cached content (IE, Netscape, Opera etc) * Print Directory Tree or save it to either text, html or xml file * Get changes since time when report was saved * Set or Clear file attributes * Set file Date and Time * Save List of...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 520 KB Download (284): FolderInfo Download

Added: April 20, 2006 | Visits: 2.964

ExFileView Provide rich display of file and folder information from within your applications. ExFileView is an ActiveX component for creating Windows Explorer-style functionality. Files with different attributes can be displayed with different color, background color, font, etc. It can also filter the files...


Platforms: Windows

License: Demo Cost: $129.00 USD Size: 800 KB Download (158): ExFileView Download

Added: April 01, 2006 | Visits: 2.753

DupeX DupeX is an application that will give the user a list of unique and duplicated e-mail addresses in any given list of e-mail addresses. It is blindingly quick and efficient. DupeX gives the user the option then to export a list of either the unqiue or duplicated e-mail addresses to a file in list...


Platforms: Windows

License: Demo Cost: $30.00 USD Size: 229 KB Download (161): DupeX Download

Added: June 26, 2006 | Visits: 2.384

Acute Softwares Filelist This is a fast file viewer designed for people who use a lot of files at once in different directories, or who want to quickly view the contents of any text, graphics or HTML file. Also views Word and Excel documents. Its real power is as its ability to view lots of files from different...


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 1.5 MB Download (115): Acute Softwares Filelist Download

Added: August 13, 2008 | Visits: 1.152

AVD FileList AVD FileList is the tool for creation of the files list as a TXT-file. This list contains files which are in the chosen directory. Also you may receive the files listfrom subdirectories. Features: 1) Easy management of the list (addition of all files or some files, removal of the chosen items...


Platforms: Windows

License: Shareware Cost: $11.95 USD Size: 660 KB Download (105): AVD FileList Download

Released: August 27, 2008  |  Added: September 10, 2008 | Visits: 4.370

Discovery Recovery Discovery Recovery is latest generation file recovery software and will easily recover lost and accidentally deleted files from any disk drive or media, even if corrupted or reformatted. DR can be copied and run from anywhere, including memory sticks, without needing installation. You don't even...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 1.22 MB Download (358): Discovery Recovery Download

Added: February 15, 2010 | Visits: 890

ExtUtils::Manifest ExtUtils::Manifest is a Perl module that contains utilities to write and check a MANIFEST file. SYNOPSIS use ExtUtils::Manifest qw(...funcs to import...); mkmanifest(); my @missing_files = manicheck; my @skipped = skipcheck; my @extra_files = filecheck; my($missing, $extra) =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): ExtUtils::Manifest Download

Added: April 03, 2010 | Visits: 969

Module::Versions Module::Versions is a Perl module to handle versions of loaded modules with flexible result interface. SYNOPSIS use Module::Versions; # Simple Interface list Module::Versions; # prints formatted results to STDOUT Module::Versions->list; # prints formatted results to STDOUT # Shortcuts...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): Module::Versions Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 982

Extract Email Addresses from Outlook Extract Email Addresses is a powerful and easy-to-use Microsoft Outlook Add-In for extracting email addresses from email messages, contact items and distribution lists in Microsoft Outlook folders and mailboxes. The extracted email addresses can be exported to CSV File (Comma Separated Values),...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 634.88 KB Download (63): Extract Email Addresses from Outlook Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 801

VS Explorer VS Explorer adds a Windows Explorer-Like file and folder browsing window to Visual Studio. It provides complete access to file and folder context menus (including 3rd party extensions such as TortoiseSVN) and drag-drop functionality which allows directly adding files/folders to your projects. VS...


Platforms: Windows

License: Shareware Cost: $34.99 USD Size: 532.48 KB Download (43): VS Explorer Download

Added: August 19, 2013 | Visits: 266

File Ordering Patch Utility for MATLAB main executing reference usage: usage_DisplaySelectedAllImagesOfaFileTypeFromDirectory.mMatlab file listing list the selected files in such order, which may cause some problems for certain bulk processing for benchmark applications.imageFiles...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 419.84 KB Download (43): File Ordering Patch Utility for MATLAB Download

Released: April 14, 2016  |  Added: July 02, 2016 | Visits: 377

VDI Recovery VDI Recovery tool is smart, swift and convenient solution for recovering your corrupted, lost as well as deleted content from Virtual Disk Image files. The powerful recovery algorithm of this tool recovers maximum possible files and folders from the VDI files and saves them in their original form...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $99.00 USD Size: 1.59 MB Download (45): VDI Recovery Download

Released: June 07, 2016  |  Added: July 28, 2016 | Visits: 844

EnCase Data Recovery EnCase data recovery from several software products for forensic, cyber security, security analytics and e-discovery is now easy with EnCase Data Recovery software. Software has been smartly designed for Windows platforms to support complete suite of digital investigation products, and to recover...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $99.00 USD Size: 1.78 MB Download (91): EnCase Data Recovery Download

< 1 2 3 4 5 >