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

Sub Directory freeware
Filter: All | Freeware | Demo
 

Sub Directory

< 1 2 3 4 5 > 
Added: June 02, 2010 | Visits: 1.606

Directory Server NT Authentication Module Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users domain credentials (including password) and...



Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Directory Server NT Authentication Module Download

Added: April 03, 2010 | Visits: 1.114

Acme::EyeDrops Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Acme::EyeDrops Download

Added: March 18, 2010 | Visits: 1.452

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: October 09, 2010 | Visits: 1.396

EnderUNIX Hafiye Hafiye is a POSIX-compliant, customizable TCP/IP packet sniffer. When I looked at the source code for various famous sniffers, Ive noticed that they all had all seperate .C files for interpreting various protocols. Why not have a sniffer that can understand user-supplied protocol details? Here it...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): EnderUNIX Hafiye Download

Added: February 01, 2010 | Visits: 1.114

Search Into Directory With this service menu you will be able to search into directory by right-clicking on it. Search Into Directory starts a kfind window (part of kdebase) ready to search into the selected directory. Note : This servicemenu is in fact duplicated of an existing one on kde-apps. So Ive removed mine...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (95): Search Into Directory Download

Added: May 10, 2013 | Visits: 1.133

Web Directory Script PHP This is a web directory suitable for small to medium size directory. It comes in with an admin panel where you can administer your web directory. Below are some of its features: - Create as many categories as you like - Unlimited web site listing - Offer web site submission from other...


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

License: Freeware Download (95): Web Directory Script PHP Download

Added: November 16, 2010 | Visits: 785

Sub::Curry Sub::Curry is a Perl module to create curried subroutines. SYNOPSIS use Sub::Curry; use Sub::Curry qw/ :CONST curry /; # Import spice constants # and the &curry function. #my $f1 = Sub::Curry::->new(&foo, 1, 2); # Same as below. my $f1 = curry(&foo, 1, 2); my $f2 = $cb1->new(3, 4); my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Sub::Curry Download

Added: July 16, 2010 | Visits: 936

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: February 26, 2010 | Visits: 845

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: January 18, 2010 | Visits: 823

Sub::PatMat Sub::PatMat can call a version of subroutine depending on its arguments. SYNOPSIS use Sub::PatMat; # basics: sub fact : when($_[0] <= 1) { 1 } sub fact { my ($n) = @_; $n*fact($n-1) } print fact(6); # referring to things other than @_: sub mysort : when($a < $b) { -1 } sub mysort :...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Sub::PatMat Download

Added: June 18, 2010 | Visits: 851

Sub::Assert Sub::Assert - Design-by-contract like pre- and postconditions, etc. SYNOPSIS use Sub::Assert; sub squareroot { my $x = shift; return $x**0.5; } assert pre => $PARAM[0] >= 1, # for the sake of simplicity post => $VOID or $RETURN <= $PARAM[0], sub => squareroot, context => novoid,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Sub::Assert Download

Added: March 06, 2010 | Visits: 733

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 (92): File::FindByRegex Download

Added: July 20, 2013 | Visits: 1.320

Yet Another Link Directory for Scripts Yet Another Link Directory (YALD) is a link directory script much like DMOZ which allows you to organize your links into unlimited categories and subcategories. YALD was designed with ease of use, simplicity, efficiency and performance in mind.Features:- Unlimited categories and subcategory...


Platforms: PHP

License: Freeware Size: 184.32 KB Download (87): Yet Another Link Directory for Scripts Download

Added: April 17, 2010 | Visits: 709

shwild shwild provides a platform-independent library for pattern matching. shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper. Building: Makefiles for all the main supported...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (86): shwild Download

Added: October 06, 2010 | Visits: 627

Sub::Timebound Sub::Timebound is a Perl extension for timebound computations. SYNOPSIS use Sub::Timebound; sub fun { my $i = shift; if ($i =~ /7$/) { die "Simulated internal errorn"; } while ($i) { $i--; } return "All is well"; } my $x = timeboundretry(10, 3, 5, &fun, 10); ### Returns { value...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Sub::Timebound Download

Released: February 09, 2013  |  Added: March 05, 2013 | Visits: 1.198

Web 2.0 Directory CMS Seller options: - Post Classified Ads, seller selects type and level of ads, e.g. Listings, Articles, Promotions, e.t.c. - Upload Images to Ads AJAX, based upload; - Upload or attach AJAX based upload; - Upload and attach Files to Ads, AJAX based upload; - Set location on the Google...


Platforms: Windows, *nix

License: Freeware Size: 7.08 MB Download (76): Web 2.0 Directory CMS Download

Added: June 12, 2013 | Visits: 1.417

Article Directory Plugin Article Directory Plugin for WordPress allows contributors to add articles to your WordPress blog. You have the control to allow or reject the article and publish it on your web site. Add customizable content to your WordPress blog in the shortest period of time. From user-friendly customization...


Platforms: PHP

License: Freeware Size: 10 KB Download (75): Article Directory Plugin Download

Added: May 10, 2013 | Visits: 1.013

WordPress Link Directory The plugin can be easily translated into other languages.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "WordPress Link Directory": - Automatically checks for reciprocal links on pages specified by...


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

License: Freeware Download (74): WordPress Link Directory Download

Added: May 10, 2013 | Visits: 939

WebSight Directory System WebSight Directory System is a PHP/MySQL link directory system. It can be used to keep track of your favorite links, or to offer a link-portal to the outside world.


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

License: Freeware Download (71): WebSight Directory System Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 1.125

Reverse cell phone number directory Reverse cell phone number directory The Mobile Phone Directory may be the one of the most extensive directory all-around where you are able to search by cell phone number as opposed to by name. Now whenever you get a call in your cellular phone and you don't recognize the cell mobile phone...


Platforms: Windows

License: Freeware Size: 1.31 MB Download (70): Reverse cell phone number directory Download

< 1 2 3 4 5 >