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

Filename Shorten software
Filter: All | Freeware | Demo
 

Filename Shorten

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

Filesys::DiskFree Filesys::DiskFree is a Perl module to perform the Unix command df in a portable fashion. SYNOPSIS use Filesys::DiskFree; $handle = new Filesys::DiskFree; $handle->df(); print "The root device is ".$handle->device("/")."n"; print "It has ".$handle->avail("/")." bytes availablen"; print...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Filesys::DiskFree Download

Added: May 13, 2010 | Visits: 969

Convert::UU Convert::UU is a Perl module for uuencode and uudecode. SYNOPSIS use Convert::UU qw(uudecode uuencode); $encoded_string = uuencode($string,[$filename],[$mode]); ($string,$filename,$mode) = uudecode($string); $string = uudecode($string); # in scalar context uuencode() takes as the first...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Convert::UU Download

Added: June 08, 2010 | Visits: 868

yadia2sql Yet Another dia2sql is a tool that generates SQL statements from Dia XML files. yadia2sql is intended to process diagrams that are compatible with dia2sql.php to some point, and provide features that would allow generation of SQL code for different database systems from single Dia source....


Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): yadia2sql Download

Added: July 12, 2010 | Visits: 1.040

massrename massrename is a general-purpose utility for batch-renaming file extensions, as well as strings within the base filename (for example, "SomeblehFile.mp3" to "SomeblahFile.mp3") Usage: /usr/bin/massrename [ ARGUMENTS ] ... Examples: massrename --from mp3 --to ogg # rename *.mp3 to *.ogg...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): massrename Download

Added: January 17, 2010 | Visits: 1.064

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 (115): File::Flock Download

Added: January 05, 2010 | Visits: 910

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

Added: July 26, 2010 | Visits: 748

HUM HUM is a CGI module that processes multipart/form-data input, extracts a file being uploaded and saves it under compiled-in dir preserving original filename. If the file already exists, HUM calls tmpnam() function to generate unique file name. Note that this can result in saving the file in...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (90): HUM Download

Added: November 22, 2010 | Visits: 1.530

CAD::Drawing::IO::Compressed CAD::Drawing::IO::Compressed is a Perl module to load and save compressed data. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "compressed" or $filename has a ".gz" extension (probably the best way.)...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (103): CAD::Drawing::IO::Compressed Download

Added: January 27, 2010 | Visits: 1.347

CAD::Drawing::IO::Split CAD::Drawing::IO::Split is a Perl module that allows fast distributed text file methods. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "split" or $filename is a directory (need a tag?) $fact =...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (100): CAD::Drawing::IO::Split Download

Added: January 08, 2010 | Visits: 780

PGPLOT::Simple PGPLOT::Simple is a simple Perl Interface to PGPLOT. SYNOPSIS use strict; use PGPLOT::Simple qw(:essential); die "Must provide a filename.n" unless @ARGV; my $filename = shift; chomp $filename; unless ( $filename =~ /.ps$/ ) { $filename .= ".ps"; } set_begin({ file =>...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): PGPLOT::Simple Download

Added: October 18, 2010 | Visits: 1.121

text-vimcolor text-vimcolor is a command-line program to syntax color a file in HTML, XML or PDF. SYNOPSIS $ text-vimcolor --format html --full-page FILENAME > OUTPUT.html $ text-vimcolor --format xml FILENAME > OUTPUT.xml $ text-vimcolor --format pdf FILENAME --output OUTPUT.pdf This program uses the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): text-vimcolor Download

Added: January 13, 2010 | Visits: 1.175

Title Save Title Save is a Firefox extension that replicates IEs default behavior when saving a webpage, placing the pages title as filename. Also, if the page is saved as "Complete", the corresponding URL is inserted as an HTML comment at the top of the file..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Title Save Download

Added: June 21, 2010 | Visits: 1.377

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 (107): Archive::Ar Download

Added: June 03, 2010 | Visits: 1.953

File::LockDir File::LockDir is a Perl basic filename-level lock utility. SYNOPSIS use File::LockDir; INTERFACE new Initializes the class. Returns the singleton object. nflock($file, $nap_till, $locker, $lockhost) Locks the supplied filename. Only $file is required. $file is the file to be...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (460): File::LockDir Download

Added: April 18, 2010 | Visits: 702

sysconf This utility makes the "sysconf", "pathconf", and "strconf" POSIX system calls available on the command-line. Report sysconf, pathconf, and confstr system variables. Variable names from the sysconf(3) call start with ``_SC. Variable names from the pathconf(3) call start with ``_PC. Variable...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (96): sysconf Download

Added: April 09, 2010 | Visits: 782

KRename Krename is a powerful batch renamer for KDE. KRename project allows you to easily rename hundreds or even more files in one go. The filenames can be created by parts of the original filename, numbering the files or accessing hundreds of informations about the file, like creation date or Exif...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (115): KRename Download

Added: February 23, 2010 | Visits: 763

Apache::MP3::Resample Apache::MP3::Resample can downsample MP3/FLAC/Shorten files during streaming. SYNOPSIS # httpd.conf or access.conf AddType audio/shorten .shn .SHN AddType audio/flac .flac Alias /apache_mp3 /usr/share/libapache-mp3-perl < Location /songs > SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (110): Apache::MP3::Resample Download

Added: October 22, 2010 | Visits: 1.089

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: January 17, 2010 | Visits: 839

yafc Yafc is yet another FTP client which features a directory cache, remote filename completion, aliases, colorized ls, recursive get/put/ls/rm, nohup mode transfers, tagging (queueing), multiple connections, proxy support, and more. It has also support for Kerberos authentication and SSH2 (sftp).....


Platforms: *nix

License: Freeware Size: 1.1 MB Download (91): yafc Download

Added: March 01, 2010 | Visits: 959

POE::Component::Client::FTP POE::Component::Client::FTP is a Perl module that implements an FTP client POE Component. SYNOPSIS use POE::Component::Client::FTP; POE::Component::Client::FTP->spawn ( Alias => ftp, Username => test, Password => test, RemoteAddr => localhost, Events => [ qw( authenticated put_connected...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): POE::Component::Client::FTP Download

< 1 2 3 4 5 >