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

Pathname freeware
Filter: All | Freeware | Demo
 

Pathname

1 2 > 
Added: June 27, 2010 | Visits: 460

Libopennet Libopennet is a library that provides the function open_net() which accepts the same parameters as the open() system call, but the pathname argument can be an FTP or HTTP URL. Libopennet project allows you to open_net() files the same way you open() them now. Whats New in This Release: -...



Platforms: *nix

License: Freeware Size: 102.4 KB Download (93): Libopennet Download

Added: April 14, 2010 | Visits: 814

CL-EMB CL-EMB is a library to embed Common Lisp and special template tags into normal text files. CL-EMB library can be used for dynamically generated HTML pages. Installation: CL-EMB can be installed with ASDF-INSTALL. See http://weitz.de/asdf-install/ for further information. Usage: [generic...





Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): CL-EMB Download

Added: April 18, 2010 | Visits: 904

mod_vhost_alias mod_vhost_alias is an Apache module that creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of the HTTP request to be used as part of the pathname to determine what files to serve. This allows for easy use of a huge number of virtual hosts with...


Platforms: *nix

License: Freeware Download (98): mod_vhost_alias Download

Added: June 29, 2013 | Visits: 553

htmlBarh HTMLBARH(DATA,FILENAME,LABELS,WIDTH) writes DATA out to FILENAME as an HTML fragment that creates a horizontal stacked bar graph labeled with the cell array LABELS. WIDTH scales the bar graph to be so many pixels wide. It returns the full pathname of the file.DATA defaults to "magic(5)". FILENAME...


Platforms: JavaScript

License: Freeware Size: 10 KB Download (45): htmlBarh Download

Added: September 27, 2013 | Visits: 193

mimeattachment for Linux mimeattachment is a Python library that takes a pathname (or file pointer and filename) and return a "message object model" object for a MIME Attachment.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): mimeattachment for Linux Download

Added: April 26, 2006 | Visits: 5.671

ID3KILL ID3 is a general tagging format for audio, which makes it possible to store meta data (album, year, genre, ...) about the song inside the audio file itself. This freeware tool removes and lists ID3v1 and ID3v2 tags from MP3 files. This is useful if you encounter incorrect tags in your MP3...


Platforms: Windows

License: Freeware Size: 186 KB Download (813): ID3KILL Download

Added: October 02, 2010 | Visits: 855

AppleII::ProDOS AppleII::ProDOS is a Perl module created to access files on Apple II ProDOS disk images. SYNOPSIS use AppleII::ProDOS; my $vol = AppleII::ProDOS->open(image.dsk); # Open an existing disk print $vol->catalog; # List files in volume directory my $file = $vol->get_file(Startup); # Read file...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): AppleII::ProDOS Download

Added: August 27, 2010 | Visits: 1.013

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

Added: May 26, 2010 | Visits: 556

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: June 16, 2010 | Visits: 938

DirHandle DirHandle is a Perl module created to supply object methods for directory handles. SYNOPSIS use DirHandle; $d = new DirHandle "."; if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; } The...


Platforms: *nix

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

Added: March 22, 2010 | Visits: 1.010

Nemiver Nemiver is an project to write a standalone graphical debugger that integrates well in the GNOME desktop environment. The project currently features a backend which uses the well known GNU Debugger gdb. General - In addition to the toolbar buttons, you can toggle breakpoints simply by...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): Nemiver Download

Added: May 02, 2010 | Visits: 828

FileCache FileCache is a Perl module to keep more files open than the system permits. SYNOPSIS use FileCache; # or use FileCache maxopen => 16; cacheout $mode, $path; # or cacheout $path; print $path @data; $fh = cacheout $mode, $path; # or $fh = cacheout $path; print $fh @data; The...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): FileCache Download

Added: November 22, 2010 | Visits: 1.032

Sys::Gamin Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). SYNOPSIS use Sys::Gamin; my $fm=new Sys::Gamin; $fm->monitor(/foo); $fm->monitor(/foo/bar.txt); while (1) { my $event=$fm->next_event; # Blocks print "Pathname: ", $event->filename, " Event: ", $event->type,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Sys::Gamin Download

Added: August 14, 2010 | Visits: 1.159

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): File::Signature Download

Added: June 03, 2010 | Visits: 1.956

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: August 17, 2010 | Visits: 911

Powerbox for Gtk Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog Powerbox is a normal file chooser dialog box, except that it dynamically grants the application the right to access the file that the user picks. This helps provide security because the application can be run without...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (91): Powerbox for Gtk Download

Added: May 22, 2010 | Visits: 770

rdup rdup is a utility inspired by rsync and the plan9 way of doing backups. rdup itself does not backup anything. rdup project only prints a list of files that are changed, or all files in case of a null dump, to standard output. rdup prints a filelist to standard output. This list is relative to...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (97): rdup Download

Added: November 14, 2010 | Visits: 923

libtecla The tecla library provides UNIX and LINUX programs with interactive command line editing facilities, similar to those of the unix tcsh shell. In addition to simple command-line editing, it supports recall of previously entered command lines, TAB completion of file names, and in-line wild-card...


Platforms: *nix

License: Freeware Size: 512 KB Download (99): libtecla Download

Added: August 11, 2010 | Visits: 869

File::BSDGlob File::BSDGlob is a Perl extension for BSD glob routine. SYNOPSIS use File::BSDGlob :glob; @list = glob(*.[ch]); $homedir = glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (even with -T) use File::BSDGlob globally;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): File::BSDGlob Download

Added: August 12, 2010 | Visits: 634

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): File::Glob Download

1 2 >