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

Find Photos software
Filter: All | Freeware | Demo
 

Find Photos

< 1 2 3 4 5 > 
Released: May 09, 2010  |  Added: May 26, 2010 | Visits: 2.351

Find Duplicate Music Find Duplicate Music - how to Find duplicate music? What is the best way to find duplicate music files? Find duplicate music, automatically find duplicate music files, remove duplicate music in MP3 collection and delete music duplicates with automatic duplicate music remover. Duplicate music... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 19.28 MB Download (137): Find Duplicate Music Download

Released: August 01, 2015  |  Added: September 05, 2015 | Visits: 2.325

Duplicate Checker Duplicate file finder and remover. Imagine that you are trying to find a certain file on your computer and you have five files with the same name and same size! Confusing, isn't it? What file do you really need? To avoid such problems, organize files and save hard disk space you should remove... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $20.00 USD Size: 1.48 MB Download (190): Duplicate Checker Download

Released: January 29, 2009  |  Added: November 10, 2009 | Visits: 3.193

Automatically Organize Photos Automatically Organize Photos - download automatic photo organizer. This tool is designed specially to automatically organize photos of any kind, automatically organize photos by different parameters, easily and automatically organize photos in any specified location you want and even... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 3.21 MB Download (510): Automatically Organize Photos Download

Released: August 21, 2009  |  Added: November 14, 2009 | Visits: 4.442

Organize Old Photos Organize Old Photos - and organize old photos automatically! Choose right software to organize old photos in your home collections. Do you make a lot of photos but don't know how to organize old photos in your huge photo albums? Organize old photos using this award-winning old photo organizer... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 11.51 MB Download (855): Organize Old Photos Download

Added: January 07, 2010 | Visits: 1.542

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: August 22, 2010 | Visits: 1.444

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 (100): File::Find::Closures Download

Added: August 13, 2010 | Visits: 1.503

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

Added: March 18, 2010 | Visits: 1.460

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.203

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: 961

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: 857

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: 958

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 (90): MP3::Find::Base Download

Added: July 13, 2010 | Visits: 1.093

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.176

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.202

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

Added: April 02, 2010 | Visits: 1.372

File::Find::Similars File::Find::Similars is a Similar files locator. SYNOPSIS use File::Find::Similars; File::Find::Similars->init(0, @ARGV); similarity_check_name(); Similar-sized and similar-named files are picked as suspicious candidates of duplicated files. What descirbes it better than a actual... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): File::Find::Similars Download

Released: November 08, 2009  |  Added: March 25, 2010 | Visits: 1.902

AllDup Scan your drives for duplicates files and remove them to free up hard disk space. The powerful search engine enables you to find duplicates with a combination of the following criteria: file name, file extension, file content, file dates, file attributes! Flexible scan settings allow you to... Platforms: Windows

License: Freeware Size: 3.42 MB Download (166): AllDup Download

Released: May 23, 2010  |  Added: June 02, 2010 | Visits: 1.482

Find Duplicate MP3 Find Duplicate MP3 - How to find duplicate MP3 music? What is the best way to find duplicate MP3 files? Find duplicate MP3 on computer with the best duplicate MP3 finding software. Automatically find duplicate MP3 tracks and delete duplicate MP3 files, find duplicate MP3 music and remove... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 19.27 MB Download (119): Find Duplicate MP3 Download

Released: June 27, 2014  |  Added: July 02, 2014 | Visits: 22.854

Easy Duplicate File Finder This award winning duplicate file comparison program, supports unlimited number of files, folders, drives or mobile devices! Easy Duplicate Finder is a precision software program created to help you locate and resolve duplicate files, photos, You may be surprised by how many duplicate music... Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $39.95 USD Size: 25.75 MB Download (703): Easy Duplicate File Finder Download

Released: June 27, 2010  |  Added: July 08, 2010 | Visits: 2.246

Resize My Photos Resize My Photos is a freeware application for resizing multiple images. The interface is easy and intuitive to use and allows you to batch resize your photos just the way you like it. Resize My Photos even allows you to drag and drop files or folders from the Windows Explorer or through a... Platforms: Windows

License: Freeware Size: 5.07 MB Download (246): Resize My Photos Download

< 1 2 3 4 5 >