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

File Hippo freeware
Filter: All | Freeware | Demo
 

File Hippo

< 1 2 3 4 5 > 
Added: August 27, 2010 | Visits: 1.007

File::pushd File::pushd is a Perl module to change directory temporarily for a limited scope. SYNOPSIS use File::pushd; chdir $ENV{HOME}; # change directory again for a limited scope { my $dir = pushd( /tmp ); # working directory changed to /tmp } # working directory has reverted to $ENV{HOME}...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): File::pushd Download

Added: November 04, 2010 | Visits: 1.202

gFast File gFast File is a file manager like Konqueror or Nautilus. You can work with your files with classical operations: Copy, Move, Rename and Open like others but with gFast File you have a work queue with all your operations. gFast File work to complete all task without your attention. gFast File is...





Platforms: *nix

License: Freeware Size: 829.44 KB Download (100): gFast File Download

Added: June 14, 2010 | Visits: 1.211

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Net::FTP::File Download

Added: February 04, 2010 | Visits: 768

File::VirtualPath File::VirtualPath is a portable abstraction of a file/dir/url path. SYNOPSIS Content of thin shell "startup.pl": #!/usr/bin/perl use strict; use warnings; my $root = "/home/johndoe/projects/aardvark"; my $separator = "/"; if( $^O =~ /Win/i ) { $root = "c:projectsaardvark";...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): File::VirtualPath Download

Added: May 13, 2010 | Visits: 829

File::Repl File::Repl is a Perl module that provides file replication utilities. SYNOPSIS use File::Repl; %con = { dira => C:/perl, dirb => M:/perl, verbose => 1, age => 10, }; $ref=File::Repl->New(%con); $r1 = $ref->Update(.p(l|m),a<>b,1); $r2 = $ref->Update(.t.*,a<>b,1,.tmp$); The...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): File::Repl Download

Added: January 17, 2010 | Visits: 1.058

File::Flock File::Flock is a Perl module for file locking with flock. SYNOPSIS use File::Flock; lock($filename); lock($filename, shared); lock($filename, undef, nonblocking); lock($filename, shared, nonblocking); unlock($filename); my $lock = new File::Flock /somefile;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (114): File::Flock Download

Added: January 05, 2010 | Visits: 906

File::BasicFlock File::BasicFlock is a Perl module for file locking with flock. SYNOPSIS use File::BasicFlock; lock($filename); lock($filename, shared); lock($filename, undef, nonblocking); lock($filename, shared, nonblocking); unlock($filename); Lock files using the flock() call. The file to be...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): File::BasicFlock Download

Added: January 12, 2010 | Visits: 729

File::RdistByRsync File::RdistByRsync is a Perl module that can read rdist distfiles, emulate using rsync. SYNOPSIS use File::RdistByRsync @dist_blocks = parse_rdist($distfile, %options) ($args, $extras, @dist_blocks) = rdist(@ARGV); rsync(@ARGV) perl -MFile::RdistByRsync -e rsync(qw/rdist command...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): File::RdistByRsync Download

Added: January 01, 2010 | Visits: 1.294

File::Stat::ModeString File::Stat::ModeString - conversion file stat mode to/from string representation. SYNOPSIS use File::Stat::ModeString; $string = mode_to_string ( $st_mode ); $st_mode = string_to_mode ( $string ); $type = mode_to_typechar( $st_mode ); $record = < IN >; chomp $record; $record =~...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): File::Stat::ModeString Download

Added: August 17, 2010 | Visits: 1.308

Audio::TagLib::MPEG::File Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. SYNOPSIS use Audio::TagLib::MPEG::File; my $i = Audio::TagLib::MPEG::File->new("sample file.mp3"); print $i->tag()->artist()->toCString(), "n"; # got artist This implements the generic...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (117): Audio::TagLib::MPEG::File Download

Added: March 05, 2010 | Visits: 1.169

Audio::TagLib::MPC::File Audio::TagLib::MPC::File is an implementation of Audio::TagLib::File with MPC specific methods. SYNOPSIS use Audio::TagLib; my $i = Audio::TagLib::MPC::File->new("sample mpc file.mpc"); print $i->tag()->title()->toCString(), "n"; # got title This implements and provides an interface for...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (100): Audio::TagLib::MPC::File Download

Added: February 03, 2010 | Visits: 1.205

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file....


Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: March 17, 2010 | Visits: 1.506

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (293): Audio::TagLib::Vorbis::File Download

Added: June 24, 2010 | Visits: 1.287

Audio::TagLib::Ogg::FLAC::File Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. SYNOPSIS use Audio::TagLib::Ogg::FLAC::File; my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac"); print $i->tag()->album()->toCString(), "n"; # got album This implements...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::Ogg::FLAC::File Download

Added: May 10, 2013 | Visits: 1.326

PHP File Manager phpFileManager is a complete filesystem management tool on a single file. Among the features of phpFileManager: . server info . directory tree . copy/move/delete/create/rename/edit/view/chmod files and folders . tar/zip/bzip/gzip . multiple uploads . shell/exec . works on linux/windows ....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (121): PHP File Manager Download

Added: May 22, 2010 | Visits: 1.229

File::LckPwdF File::LckPwdF is a Perl module to lock and unlock the passwd and shadow files with lckpwdf and ulckpwdf. SYNOPSIS use File::LckPwdF; (lock_passwd(15)) || (die "Cant lock password file:n$! stopped"); # ... do stuff with the passwd file ... (unlock_passwd()) || (die "Cant unlock password...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): File::LckPwdF Download

Added: February 02, 2010 | Visits: 995

wgrab http file fetcher wgrab http file fetcher provides a small, fast, and cross platform wget alternative. wgrab is an HTTP file fetcher similar to wget that is designed to be small, fast, and cross-platform compatible natively. The compiled wgrab is approximately 1/10th the size of wget, making it ideal for...


Platforms: *nix

License: Freeware Download (93): wgrab http file fetcher Download

Added: March 06, 2010 | Visits: 727

File::FindByRegex File::FindByRegex is a Perl wrapper for File::Find that finds a directory tree and runs some action for each file whose name matchs a regex. SYNOPSYS use File::FindByRegex; $find = File::FindByRegex->new( { -srcdir => [C:tmpteradata-sql], -tardir => C:tmpteradata-sqldoc, -find =>...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (86): File::FindByRegex Download

Added: August 13, 2010 | Visits: 1.483

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: August 24, 2010 | Visits: 1.099

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (107): File::Basename Download

< 1 2 3 4 5 >