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

Basename freeware
Filter: All | Freeware | Demo
 

Basename

1 2 > 
Added: August 24, 2010 | Visits: 1.105

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 (113): File::Basename Download

Added: August 11, 2010 | Visits: 963

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): File::Basename::Object Download

Added: May 10, 2013 | Visits: 823

extract filename from a full path string extract filename from a full path string easily returns the filename component of a path with the built-in PHP basename() function. Useful for splitting a string path to get the filename.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): extract filename from a full path string Download

Added: January 18, 2010 | Visits: 1.042

ZWS ZWS is a simple Web server written in ZSH. ZWS project requires only a recent version of ZSH (4.2.0 or newer) and some common commands (specifically tr, cut, dd, sed, grep, file, basename, and dirname)..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): ZWS Download

Added: July 21, 2010 | Visits: 901

Apache::Wyrd Apache::Wyrd is a Perl module for HTML embeddable perl objects under mod_perl. Apache::Wyrd is the core module in a collection of interoperating modules that allow the rapid object-oriented development of web sites in Apaches mod_perl environment (LAMP). This collection includes a very...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (88): Apache::Wyrd 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 24, 2010 | Visits: 1.438

Normalize Normalize is a tool for adjusting the volume of audio files to a standard level. This is useful for things like creating mixed CDs and mp3 collections, where different recording levels on different albums can cause the volume to vary greatly from song to song. Installation instructions: 1....


Platforms: *nix

License: Freeware Size: 378.88 KB Download (191): Normalize Download

Added: February 24, 2010 | Visits: 1.254

chaplin chaplin is a dvd chapter tool for Linux (and all other *ixes with libdvdread support). The tool parses a DVD disc or image and extracts the exact duration for each chapter of a given title. Then the total list of chapters is split into a user-selectable number of subsets. Each subset should...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (102): chaplin Download

Added: May 26, 2010 | Visits: 554

reclinker reclinker is a recursive symlinking utility. The project mirrors a hierarchy of files by means of symlinks. The program has a linker, a deleter and a test mode. By default its in linker mode. It gets into deleter mode if its invoked as recdeleter, and into test mode if its invoked as...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (88): reclinker Download

Added: January 03, 2010 | Visits: 497

xpidl xpidl project is an XPIDL parser. SYNOPSIS xpidl -m mode [-a] [-w] [-v] [-t version number] [-I path] [-o basename | -e filename.ext] filename.idl OPTIONS -a Emit annotations to typelib. -w Turn on warnings (recommended). -v Display version. -t version number Create a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (88): xpidl Download

Added: July 02, 2010 | Visits: 1.055

Apache::ImageMagick Apache::ImageMagick is a Perl module that can convert and manipulate images on the fly. SYNOPSIS In httpd.conf or .htaccess < Location /images > PerlFixupHandler Apache::ImageMagick PerlSetVar AIMCacheDir /var/aimcache < /Location > Then request...


Platforms: *nix

License: Freeware Size: 256 KB Download (106): Apache::ImageMagick Download

Added: August 27, 2010 | Visits: 1.306

FindBin FindBin is a Perl module that can locate directory of original perl script. SYNOPSIS use FindBin; use lib "$FindBin::Bin/../lib"; or use FindBin qw($Bin); use lib "$Bin/../lib"; Locates the full path to the script bin directory to allow the use of paths relative to the bin directory....


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): FindBin Download

Added: April 06, 2010 | Visits: 1.065

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Added: April 09, 2010 | Visits: 922

perlrpcgen perlrpcgen is a Perl module that can generate Perl interfaces from ONC RPC interface definitions. SYNOPSIS perlrpcgen [--makefile] [--all] [--client] [--server] [--data] [--constants] [--module module] [--typemap typemap] [--fork] [--perl perl] [--cc cc] [--rpclibs rpclibs] rpcfile.x...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): perlrpcgen Download

Added: September 02, 2010 | Visits: 2.488

Geo::ShapeFile Geo::ShapeFile is a Perl extension for handling ESRI GIS Shapefiles. SYNOPSIS use Geo::ShapeFile; my $shapefile = new Geo::ShapeFile("roads"); for(1 .. $shapefile->shapes()) { my $shape = $shapefile->get_shp_record($_); # see Geo::ShapeFile::Shape docs for what to do with $shape my...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (147): Geo::ShapeFile Download

Added: July 09, 2010 | Visits: 1.784

Linux::Input Linux::Input is a Linux input event interface. SYNOPSIS Example: 1 joystick using event API my $js1 = Linux::Input->new(/dev/input/event3); while (1) { while (my @events = $js1->poll(0.01)) { foreach (@event) { } } } Example: 2 joysticks using joystick API (different event...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Linux::Input Download

Added: June 14, 2010 | Visits: 665

MP3::Daemon::Simple MP3::Daemon::Simple is a daemon for the mp3(1p) client. SYNOPSIS Fork a daemon MP3::Daemon::Simple->spawn($socket_path); Start a server, but dont fork into background my $mp3d = MP3::Daemon::Simple->new($socket_path); $mp3d->main; Youre a client wanting a socket to talk to the daemon...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (103): MP3::Daemon::Simple Download

Added: March 04, 2010 | Visits: 2.763

Jar::Signer Jar::Signer Perl module ease the process of creating a signed Jar file. SYNOPSIS # using FindBin is just a suggestion. use FindBin qw( $RealBin ); use Jar::Signer; my $signer = Jar::Signer->new; # location of the keystore, created if needed. $signer->keystore("$RealBin/MyKeyStore"); #...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (762): Jar::Signer Download

Added: April 21, 2010 | Visits: 1.215

chkrootkit chkrootkit is a tool to locally check for signs of a rootkit. It contains: - chkrootkit: shell script that checks system binaries for rootkit modification. - ifpromisc.c: checks if the interface is in promiscuous mode. - chklastlog.c: checks for lastlog deletions. - chkwtmp.c: checks for...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (112): chkrootkit Download

Added: March 16, 2010 | Visits: 1.243

Ariadne Ariadne is an Application Platform for the Web, built entirely on Open Source technology. What this means is that Ariadne is a Content Management System, using a WYSIWYG HTML editor, its also a Group Calendar, a Photo Album, an Addressbook, a Weblog and anything else you want it to be....


Platforms: *nix

License: Freeware Size: 2.5 MB Download (100): Ariadne Download

1 2 >