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

Path Argument software
Filter: All | Freeware | Demo
 

Path Argument

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 312

EasyFilter 5.x-1.8 It works by configuring a path for any node type in the Drupal system. Once this path has been configured, you can easily filter the node type by simply adding arguments to that path. Using this module each node type can have a path that supports filtering arguments.InstallationUnpack in your...



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

License: Freeware Download (47): EasyFilter 5.x-1.8 Download

Added: April 06, 2010 | Visits: 831

rtldi rtldi is an ELF program interpreter that enables each main executable program to use its own runtime loader and shared libraries, independent of the default versions installed in /lib, and independent of any other main executable program. Thus rtldi facilitates the simultaneous interoperation...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (108): rtldi Download

Added: September 12, 2013 | Visits: 411

CCK Freetagger This module creates a free tagging field from any CCK field that can contain a comma separated string value.Instructions:1) Create a view* or some other means of searching via a path argument.2) Configure freetagger. Give it a path with a replacement token %, which will be used to search.3)...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): CCK Freetagger Download

Added: September 13, 2010 | Visits: 597

Jifty::Client Jifty::Client is a subclass of WWW::Mechanize with extra Jifty features. This module is a base for building robots to interact with Jifty applications. It currently contains much overlapping code with Jifty::Test::WWW::Mechanize, except that it does not inherit from Test::WWW::Mechanize....


Platforms: *nix

License: Freeware Size: 532.48 KB Download (87): Jifty::Client Download

Added: February 10, 2010 | Visits: 973

Symlinker Symlinker is a minimalistic file manager that is built to primarily operate with symlinks. The project is written in PHP. Why would I use it? There are many PHP hosting providers nowadays. Unfortunately most of them only provides you FTP to upload your files to their servers which imposes...


Platforms: *nix

License: Freeware Download (101): Symlinker Download

Added: January 25, 2010 | Visits: 601

Aqueiss Aqueiss is an internet access contextual menu.Aqueiss provides access to the internet from any application that supports contextual menus. With Aqueiss you will be able to open URL's which accept a single search argument, such as a search site or online dictionary. The value of the argument is...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (91): Aqueiss Download

Released: November 03, 2020  |  Added: January 02, 2022 | Visits: 2.155

Copy Path to Clipboard 4dots Copy Path to Clipboard is a free small shell extension that extends the right click menu of Windows Explorer and allows you to copy the path of the selected files or folders (one or multiple) to the clipboard. This is very useful when you just quickly need the path of the file , for...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Free Cost: $0.00 USD Size: 12.92 MB Download (147): Copy Path to Clipboard Download

Added: May 01, 2013 | Visits: 343

Sub-pathauto (Sub-path URL Aliases) The Drupal Path module matches only full URLs when creating SEO-friendly aliases. This module extends that behavior by also matching known sub-paths and replacing them with their respective alias.For example, if user/1 is aliased to users/admin, this module rewrites the link to the user contact...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Sub-pathauto (Sub-path URL Aliases) Download

Added: July 16, 2006 | Visits: 3.469

Relative Path Relative Path is a simple utility for displaying relative path between two selected directories.


Platforms: Windows

License: Freeware Size: 2.58 MB Download (513): Relative Path Download

Added: September 08, 2010 | Visits: 1.762

Copy file or directory path Copy file or directory path is a service menu that can copy the full path of file or directory to klipper.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security Utilities...


Platforms: *nix

License: Freeware Download (115): Copy file or directory path Download

Added: July 15, 2010 | Visits: 1.423

Radio Shortest Path First Radio Shortest Path First (RSPF) is a routing protocol for wireless networks. This particular implementation is written for Linux and conforms to version 2.2 of the protocol specification. There are many reasons why our networks are complicated, but one significant thing is that you can no longer...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Radio Shortest Path First Download

Added: March 21, 2010 | Visits: 1.097

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: May 11, 2010 | Visits: 942

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: June 12, 2010 | Visits: 1.719

PATH programming language PATH is a very different programming language than what you are probably used to if youre an average programmer. If youve programmed in the language Brainf*ck, youll recognize the memory cell architecture. Also, Befunge programmers will recognize the two-dimensional way that PATH programs are...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PATH programming language Download

Added: August 15, 2010 | Visits: 1.373

Snow Path Formation Simulator Snow Path Formation Simulator is a program that models the process of people forming very distinct, and yet not always altogether logical looking, paths in the snow as they walk across open spaces. The evolving condition of the snow is displayed graphically. This project may eventually mature...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Snow Path Formation Simulator Download

Added: November 27, 2010 | Visits: 1.011

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path Download

Released: January 03, 2012  |  Added: January 21, 2013 | Visits: 1.343

Path too long tool PRO Path Too Long PRO Windows tool to copy, rename or delete files and folders with path too long or 1320 error. To handle the problem just browse to the file and press a button to copy or detele it! This useful tool solves the problem with inability to copy, rename and delete files and folders...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 755 KB Download (120): Path too long tool PRO Download

Released: October 02, 2012  |  Added: October 23, 2012 | Visits: 1.117

LONG PATH TOOL PRO Long Path Tool is powerful tool to delete long path files. Also it displays what programs are locking a file, allows to unlock a file from these programs or close these programs or even delete programs physically from disk. The main difference from other similar tools is that Too Long Path Fixer...


Platforms: Windows, Mac, *nix, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Not Applicable,Handheld/Mobile Other,Java,Symbian,OpenVMS,Netware

License: Demo Cost: $0.00 USD Size: 764 KB Download (246): LONG PATH TOOL PRO Download

Released: January 03, 2012  |  Added: January 16, 2013 | Visits: 772

Path too long tool Path Too Long is a Windows file and folder unlocker tool to copy or delete files and folders with path too long or "filename too long" error 1320. Just browse to the file and press a button to copy or detele it, thats it! The application solves the problem with inability to copy and delete files...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.08 MB Download (86): Path too long tool Download

Released: June 08, 2012  |  Added: June 08, 2012 | Visits: 636

GE Path GE Path is a simple and easy-to-use application that was built to create paths and add various descriptions to placemarks saved in Google Earth. The data can also be typed into the application or pasted/exported to the clipboard. Files generated by GE-Path are exported to Google Earth.


Platforms: Windows

License: Freeware Download (417): GE Path Download

1 2 3 4 5 >