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 49.594.492 Times

Hash My Files software
Filter: All | Freeware | Demo
 

Hash My Files

< 1 2 3 4 5 > 
Added: June 21, 2010 | Visits: 1.369

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Archive::Ar Download

Added: October 05, 2010 | Visits: 990

Pod::Html::HtmlTre Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Pod::Html::HtmlTre Download

Released: February 06, 2015  |  Added: February 11, 2015 | Visits: 2.234

iDisksoft Photo Retrieval iDisksoft Photo Retrieval is professional digital photo recovery software tool, which can help to recover deleted or formatted photos, pictures, video and other files accidentally lost. This Digital Photo retrieval program for Windows would recover and restore files from hard disk partition,...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.66 MB Download (205): iDisksoft Photo Retrieval Download

Added: September 01, 2013 | Visits: 418

YUIcompress I've spent the last few weeks compressing a lot of CSS and javascript files, don't ask me why, I just have. And, at some point the work became too tedious. I googled for a Coda plugin that would make my life a whole lot easier by automatically compressing (using the YUI Compressor) and saving my...


Platforms: Mac

License: Freeware Size: 2.72 MB Download (36): YUIcompress Download

Added: September 09, 2013 | Visits: 524

CGI::AppBuilder::Config This class provides methods for reading and parsing configuration files. new (ifn => 'file.cfg', opt => 'hvS:') This is a inherited method from CGI::AppBuilder. See the same method in CGI::AppBuilder for more details. get_inputs($ifn, $opt) Input variables: $ifn - input/initial file name....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): CGI::AppBuilder::Config Download

Released: October 18, 2006  |  Added: November 24, 2006 | Visits: 2.541

DocMoto DocMoto is an internet ready, multi-user document and file management system. Fully integrated into Window's native file manager, Windows Explorer, DocMoto is as simple to work with as a network drive. Users can drag and drop files in and out of a DocMoto repository using familiar windows...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 3.62 MB Download (217): DocMoto Download

Added: August 25, 2008 | Visits: 852

Pelcon Backup Pelcon Backup is a small and easy to use program for backing up your files. I developed this app when I couldn't find a small, cheap, easy-to-use program for backing up my files, especially jpegs. Digital cameras are great, but you need bo back-up your images or you're in for a big surprise some...


Platforms: Windows

License: Freeware Size: 235 KB Download (94): Pelcon Backup Download

Added: June 19, 2010 | Visits: 896

DuMP3 0.2.16 DuMP3 (derived from Duplicate MP3) is a Java program to find any duplicate or similar file. It finds files by calculating a fingerprint based on the image, audio or text data for each file and then comparing the fingerprints. The project does not compare filenames or even ID3 tags (even though...


Platforms: *nix

License: Freeware Download (107): DuMP3 0.2.16 Download

Added: November 11, 2010 | Visits: 1.033

MP3::Icecast MP3::Icecast is a Perl module to generate Icecast streams, as well as M3U and PLSv2 playlists. SYNOPSIS use MP3::Icecast; use MP3::Info; use IO::Socket; my $listen_socket = IO::Socket::INET->new( LocalPort => 8000, #standard Icecast port Listen => 20, Proto => tcp, Reuse => 1,...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (108): MP3::Icecast Download

Added: September 15, 2010 | Visits: 875

Getopt::Tiny Getopt::Tiny is yet another command line argument parsing module. SYNOPSIS use Getopt::Tiny; my $arg = default value; my @list; my %hash; my $flag; my %set; # begin usage info my (%flags) = ( argx => $arg, # set a parameter listx => @list, # fill in a list hashx => %hash, # set...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Getopt::Tiny Download

Added: September 16, 2010 | Visits: 822

Readonly Readonly is a Perl module that offers the facility for creating read-only scalars, arrays, hashes. SYNOPSIS use Readonly; # Read-only scalar Readonly::Scalar $sca => $initial_value; Readonly::Scalar my $sca => $initial_value; # Read-only array Readonly::Array @arr => @values;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (89): Readonly Download

Added: July 20, 2010 | Visits: 1.187

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): File::Find::Rule::XPath Download

Added: May 18, 2010 | Visits: 1.266

Sub::Slice::Manual Sub::Slice::Manual is a Perl module with user guide for Sub::Slice. USING Sub::Slice Sub::Slice is a way of breaking down a long-running process and maintaining state across a stateless protocol. This allows the client to draw a progress bar or abort the process part-way through. The...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (98): Sub::Slice::Manual Download

Added: September 13, 2010 | Visits: 1.025

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Added: April 14, 2010 | Visits: 1.188

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): File::Find::Rule Download

Released: June 03, 2010  |  Added: May 28, 2013 | Visits: 2.034

C-Uneraser Unerase files and folders in a few easy steps! C-Uneraser makes file recovery safe, simple yet reliable. The convenient step-by-step wizard guides users through the entire process of discovering and undeleting lost files and folders, while C-Uneraser sophisticated data recovery engine allows for...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 3.73 MB Download (201): C-Uneraser Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 551

Md5deep md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. md5deep is similar to the md5sum program found in the GNU Coreutils package, but has the following additional features: Recursive operation - md5deep is able to...


Platforms: Windows

License: Freeware Size: 3.6 MB Download (46): Md5deep Download

Added: May 10, 2013 | Visits: 456

rename_files_by_age Automatically rename files by age from a set date. I use it to date pictures and videos of my kid.% function rename_files_by_age()%% function to automatically rename pictures and videos to start with age% from specified date. Written for baby pictures.% Change name to from 'foo' to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): rename_files_by_age Download

Added: August 01, 2013 | Visits: 419

Things Folders Things Folders creates and manages a folder structure based on your Things projects and areas. Things is great for managing projects. But often you???*a*?ll create or receive files that belong to these projects. It???*a*?s important that you???*a*?ll organize these files in a clean system.Things...


Platforms: Mac

License: Freeware Size: 1.92 MB Download (37): Things Folders Download

Added: October 10, 2013 | Visits: 349

MyPCBackup "MyPCBackup is so easy to use. I clicked one button to install it and it automatically backed up my whole computer. I can now access my files anywhere in the world online."


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 20.22 MB Download (34): MyPCBackup Download

< 1 2 3 4 5 >