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

Pictorial Directories software
Filter: All | Freeware | Demo
 

Pictorial Directories

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.226

File::Remove File::Remove is a Perl module to remove files and directories. SYNOPSIS use File::Remove qw(remove); # removes (without recursion) several files remove qw( *.c *.pl ); # removes (with recursion) several directories remove 1, qw( directory1 directory2 ); # removes (with recursion)...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (167): File::Remove Download

Added: September 08, 2010 | Visits: 1.585

Quick and Dirty Sync Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you dont need to supply a "from" and "to" directory. Quick and Dirty Sync project works for local and (some) FTP directories. Your mileage may...





Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Quick and Dirty Sync Download

Added: January 07, 2010 | Visits: 1.532

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 04, 2010 | Visits: 760

gimmage gimmage is an image viewer that is perfect for command line usage as it accepts directories and image filenames as arguments. It has an in-application file browser that allows users to select and drag images and directories into the image viewing area in order to have them displayed..


Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): gimmage Download

Added: April 02, 2010 | Visits: 1.077

File::DirCompare File::DirCompare is a Perl module to compare two directories using callbacks. SYNOPSIS use File::DirCompare; # Simple diff -r --brief replacement use File::Basename; File::DirCompare->compare($dir1, $dir2, sub { my ($a, $b) = @_; if (! $b) { printf "Only in %s: %sn", dirname($a),...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): File::DirCompare Download

Added: November 06, 2010 | Visits: 1.381

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: September 10, 2010 | Visits: 930

lftpsearch lftpsearch is a set of Perl scripts that are searching for files and directories on FTP servers. There is the searcher, the indexer for getting the lists of all the files and directories at remote FTP servers, and the onliner for checking whether FTP servers are online. It supports <<+>> (or <<...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): lftpsearch Download

Added: September 09, 2010 | Visits: 676

Backer-upper Backerupper is a simple program for backing up selected directories over a local network. Backer-uppers main intended purpose is backing up a users personal data. It doesnt have to be installed - it can be run from the directory where you extracted the archive - but if you wish to install it,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 829.44 KB Download (93): Backer-upper Download

Added: November 12, 2013 | Visits: 790

Komparator Komparator is a KDE application that searches and synchronizes two directories. It discovers duplicate, newer or missing files and empty folders. It works on local and network / kioslave protocol folders (like smb:/, ftp://, media:/ or fonts:/).


Platforms: *nix

License: Freeware Size: 829.44 KB Download (103): Komparator Download

Added: February 18, 2010 | Visits: 999

XMMS Album List XMMS Album List is a Unix application for loading directories of audio files into XMMS, similar in concept to the Winamp plugin AlbumList. XMMS Album List is written in Perl using Gtk2-Perl, MP3::Info, and Xmms::Perl (the latter being available on CPAN). This is my first application using GTK+,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XMMS Album List Download

Added: July 01, 2010 | Visits: 1.305

Archive sort Archive sort is a bash script that sorts directories into manageable 4.4GB directories for the purpose of archiving onto DVDs. It is useful if you have several tens or hundreds of GBs of data to archive. It can also be configured to sort into 700MB directories for archiving onto CDs. Usage:...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Archive sort Download

Added: May 20, 2010 | Visits: 866

DigicaMerge DigicaMerge project is a commandline tool to merge directories of pictures taken with digital cameras. If youve got a digital camera, your hard disk probably contains many directories full of pictures all named with the same names. This utility allows you to merge such directories contents into...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): DigicaMerge Download

Added: February 25, 2010 | Visits: 961

Dir::Purge Dir::Purge is a Perl module to purge directories to a given number of files. SYNOPSIS perl -MDir::Purge -e purgedir (5, @ARGV) /spare/backups use Dir::Purge; purgedir ({keep => 5, strategy => "by_age", verbose => 1}, "/spare/backups"); use Dir::Purge qw(purgedir_by_age); purgedir_by_age...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Dir::Purge Download

Released: June 17, 2012  |  Added: June 17, 2012 | Visits: 1.008

MP3::Podcast MP3::Podcast is a Perl extension for podcasting directories full of MP3 files. SYNOPSIS use MP3::Podcast; my $dirbase = shift; my $urlbase = shift; my $dir = shift; my $pod = MP3::Podcast->new($dirbase,$urlbase); my $rss = $pod->podcast( $dir, "This is a test" ); print $rss->as_string;...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): MP3::Podcast Download

Added: January 08, 2010 | Visits: 1.023

Apache::MP3::Playlist Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Playlist PerlSetVar SortField...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (104): Apache::MP3::Playlist Download

Added: November 04, 2010 | Visits: 799

Apache::MP3 Apache::MP3 is a Perl module that can generate streamable directories of MP3 and Ogg Vorbis files. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 AddType audio/playlist m3u M3U AddType audio/x-scpls pls PLS AddType application/x-ogg ogg OGG # httpd.conf or access.conf <...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (102): Apache::MP3 Download

Added: April 07, 2010 | Visits: 1.346

Shell Directory Manager Shell Directory Manager is a small tool for managing often-visited directories using a shell like bash. I offer two new commands: dm is a manager for a small database, where you name directories with a short alias. And dmcd is a function for your current shell, which lets you go to a directory...


Platforms: *nix

License: Freeware Download (98): Shell Directory Manager Download

Added: March 09, 2010 | Visits: 1.566

Directory Analysis Tool Directory Analysis Tool is used to analyze LDAP directories and report on their contents. Useful if you want to find inactive accounts, people who havent changed passwords, or who has administrator privileges..


Platforms: *nix

License: Freeware Download (178): Directory Analysis Tool Download

Added: March 25, 2010 | Visits: 760

p300 p300 is an utility to share directories with other hosts on your network (and only there).. Homepage of the p300 file sharing software


Platforms: *nix

License: Freeware Size: 245.76 KB Download (92): p300 Download

Added: July 27, 2010 | Visits: 1.195

KBackup KBackup is a program that lets you back up any directories or files, whereby it uses an easy to use directory tree to select the things to back up. The program was designed to be very simple in its use so that it can be used by non-computer experts. The storage format is the well known TAR...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (92): KBackup Download

< 1 2 3 4 5 >