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.187.462 Times

Find Duplicate Tracks freeware
Filter: All | Freeware | Demo
 

Find Duplicate Tracks

< 1 2 3 4 5 
Added: August 13, 2008 | Visits: 1.170

Duplicate Cleaner Duplicate cleaner is a tool to assist anyone in cleaning up the contents of their personal hard drive or corporate network. You'd be surprised just how many redundant files you could find forgotten in an obscure documents folder. Photos, mp3s, Word documents, PowerPoint presentations, videos -...



Platforms: Windows

License: Freeware Size: 1.77 MB Download (524): Duplicate Cleaner Download

Added: June 19, 2010 | Visits: 900

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: January 07, 2010 | Visits: 1.533

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: June 12, 2010 | Visits: 1.054

Dupseek Dupseek is a command-line interactive perl program to find and remove duplicate files. A few strategies are possible for finding duplicate files in a big set, such as a heavily populated directory. One of the most widely used consists of grouping files by size (because files of different size...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Dupseek Download

Added: August 22, 2010 | Visits: 1.436

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ......


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): File::Find::Closures Download

Added: August 13, 2010 | Visits: 1.494

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: March 18, 2010 | Visits: 1.452

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: July 20, 2010 | Visits: 1.196

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 (102): File::Find::Rule::XPath Download

Added: March 12, 2010 | Visits: 954

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: November 09, 2010 | Visits: 852

MP3::Find::Filesystem MP3::Find::Filesystem is a File::Find-based backend to MP3::Find. SYNOPSIS use MP3::Find::Filesystem; my $finder = MP3::Find::Filesystem->new; my @mp3s = $finder->find_mp3s( dir => /home/peter/music, query => { artist => ilyaimy, album => myxomatosis, }, ignore_case => 1, );.


Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find::Filesystem Download

Added: August 15, 2010 | Visits: 952

MP3::Find::Base MP3::Find::Base is a base class for MP3::Find backends. SYNOPSIS package MyFinder; use base MP3::Find::Base; sub search { my $self = shift; my ($query, $dirs, $sort, $options) = @_; # do something to find and sort the mp3s... my @results = do_something(...); return @results; }...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (89): MP3::Find::Base Download

Added: July 13, 2010 | Visits: 1.087

MP3::Find MP3::Find is a Perl module to search and sort MP3 files based on their ID3 tags. SYNOPSIS # select with backend you want use MP3::Find qw(Filesystem); print "$_n" foreach find_mp3s( dir => /home/peter/cds, query => { artist => ilyaimy, title => deep in the am, }, ignore_case => 1,...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find Download

Added: January 21, 2010 | Visits: 1.171

NetAddr::IP::Find NetAddr::IP::Find is a Perl module to find IP addresses in plain text. SYNOPSIS use NetAddr::IP::Find; $num_found = find_ipaddrs($text, &callback); This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): NetAddr::IP::Find Download

Added: April 14, 2010 | Visits: 1.194

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 (101): File::Find::Rule Download

Released: July 06, 2015  |  Added: July 31, 2015 | Visits: 4.991

Auslogics Duplicate File Finder Most computer users create and download different files on a daily basis. As time goes by, hard disks get packed with documents, pictures, music, videos, and other files. And then suddenly there is almost no free disk space left! But that is only partly true. Most people are unaware of how...


Platforms: Windows, Windows 7

License: Freeware Size: 7.18 MB Download (1374): Auslogics Duplicate File Finder Download

Released: December 26, 2010  |  Added: January 02, 2011 | Visits: 1.716

Instant File Find Free Instant File Find is a search tool that lets you find files instantly on your computer. It is designed to speed up your daily work by helping you locate files instantly. With quick buttons, you can list all music or document files (or other types) on your computer instantly. You can get search...


Platforms: Windows

License: Freeware Size: 1.25 MB Download (1576): Instant File Find Free Download

Released: October 01, 2011  |  Added: October 25, 2011 | Visits: 1.742

Find My Windows Key Find My Windows Key is a free software that can find your Windows Product key. Find My Windows Key is a totally free software that finds your windows product key on Windows XP, Windows Vista and Windows 7, easy to use and simple to install, compact and self contained freeware that can be used...


Platforms: Windows

License: Freeware Size: 383.92 KB Download (179): Find My Windows Key Download

Released: June 08, 2012  |  Added: July 21, 2012 | Visits: 850

BitNami Tracks Stack Tracks is a Ruby on Rails web-based application to help you implement David Allen's Getting Things Done methodology. Tracks is Open Source and licensed under the GNU GPL. Here are some key features of the BitNami Stacks Native Installers: Easy to Install: BitNami Stacks are built with one...


Platforms: Windows

License: Freeware Size: 101.4 MB Download (85): BitNami Tracks Stack Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 832

Find Your Own Way Home for Mac OS In Find Your Own Way Home, the player takes the role of Ruby, a hip Hollywood reporter for the entertainment television program, Entertainment Now. For the past few weeks, Ruby has been on assignment with the legendary rock band, REO Speedwagon. On the day the game takes place, the band is...


Platforms: Mac

License: Freeware Size: 131 MB Download (535): Find Your Own Way Home for Mac OS Download

Released: August 22, 2022  |  Added: September 27, 2022 | Visits: 1.647

Remove Duplicate Contacts for Outlook Free and easy way to move, remove or delete duplicate contacts in Outlook folders. The whole operation is completely safe, because you can always reverse the removal action. Advanced version allows you to select fields to compare, finds duplicates across different folders and storages and...


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

License: Freeware Size: 333.36 KB Download (275): Remove Duplicate Contacts for Outlook Download

< 1 2 3 4 5