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

Sub Command software
Filter: All | Freeware | Demo
 

Sub Command

< 1 2 3 4 5 
Added: May 18, 2010 | Visits: 1.281

Sub::Slice::Manual Sub::Slice::Manual is a Perl module with user guide for Sub::Slice. USING Sub::Slice Sub::Slice is a way of breaking down a long-running process and maintaining state across a stateless protocol. This allows the client to draw a progress bar or abort the process part-way through. The... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Sub::Slice::Manual Download

Added: October 21, 2010 | Visits: 1.036

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { < Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Term::Shell Download

Added: August 26, 2010 | Visits: 1.321

Remote Secure Command System Remote Secure Command System project is a remote asynchronous and secure command system based on a file configuration. A standalone server sends and receives commands through files, and a batch system launch ssh and scp commands.. Get A Remote Secure Command System at SourceForge.net. Fast,... Platforms: *nix

License: Freeware Size: 40.96 KB Download (97): Remote Secure Command System Download

Added: January 25, 2010 | Visits: 1.282

Aqua For Command-Line Tools Aqua For Command-Line Tools provides point-and-click user interfaces for controlling the command-line tools shipped with Mac OS X. Use it to:Run powerful Unix tools with point-and-click ease.Quickly see what each tool does and which options are available.Skip the manual and have correct command... Platforms: Mac

License: Shareware Cost: $0.00 USD Download (97): Aqua For Command-Line Tools Download

Added: August 01, 2008 | Visits: 1.078

Sothink Flash Video Encoder Command-Line 1.3 Build Sothink Video Encoder for Adobe Flash Command-Line version uses the encoder for batch conversions, server applications/scripts (PHP, ASP, PERL and etc.), or other certain task when you would prefer the program to accomplish it automatically without the graphical user interface. Sothink Video... Platforms: Windows

License: Shareware Cost: $600.00 USD Size: 5.77 KB Download (96): Sothink Flash Video Encoder Command-Line 1.3 Build Download

Added: April 10, 2010 | Visits: 1.654

Command Line WRAPper Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs. clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like... Platforms: *nix

License: Freeware Size: 43.01 KB Download (95): Command Line WRAPper Download

Added: August 09, 2010 | Visits: 1.076

Gnome Workstation Command Center GWCC allows users to execute network utilities (ping, nslookup, traceroute) and workstation commands (netstat, df, process grep) from a single tabbed window. Welcome to GWCC.This program is designed to provide an easy to use interface to your Unix system. I dont know about you, but perform the... Platforms: *nix

License: Freeware Size: 174.08 KB Download (95): Gnome Workstation Command Center Download

Added: January 12, 2010 | Visits: 1.199

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Released: November 22, 2011  |  Added: November 28, 2011 | Visits: 508

ParmisPDF Command-Line Complete PDF solution designed to enable developers to create 100% standard and adobe compatible PDF documents and perform wide range of operations on PDF files. Flexible XML based command file system enables you to programmatically and dynamically control every aspects of the operations'... Platforms: Windows

License: Shareware Cost: $299.95 USD Size: 8.83 MB Download (94): ParmisPDF Command-Line Download

Added: November 16, 2010 | Visits: 790

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: 943

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: 852

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

Released: April 05, 2012  |  Added: April 12, 2012 | Visits: 1.514

File Transfer Command Line File Transfer Command Line (FTCL) is a platform independent utility for scripting file transfers. FTCL requires no programming experience and has an intuitive scripting language that can be used to automate routine file transfers. FTCL supports various file transfer protocols including AFTP,... Platforms: Windows

License: Shareware Cost: $299.00 USD Size: 2.75 MB Download (93): File Transfer Command Line Download

Added: February 07, 2010 | Visits: 804

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Net::Server::Mail::ESMTP::XFORWARD Download

Added: January 18, 2010 | Visits: 829

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: 860

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: August 03, 2008 | Visits: 807

Time Command Time Command takes you through several different periods of time in which you protect Time Orbs from a villain named Draconius. Your enemy has control of the most powerful animals, people, and weapons of each of these time periods and will use it all to defeat you. This game gives you a unique... Platforms: Windows

License: Shareware Cost: $7.99 USD Size: 5.37 MB Download (92): Time Command Download

Added: November 14, 2010 | Visits: 796

Getopt::OO Getopt::OO is an object oriented command line parser. It handles short, long and multi (--x ... -) value options. Getopt::OO module also incorporates help for options to simplify generation of usage statements. SYNOPSIS use Getopt::OO qw(Debug Verbose); my ($handle) = Getopt::OO->new(@ARGV,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Getopt::OO Download

Added: January 18, 2010 | Visits: 1.037

AFS::Command::VOS AFS::Command::VOS is a OO API to the AFS vos command.. Platforms: *nix

License: Freeware Size: 77.82 KB Download (91): AFS::Command::VOS Download

Added: June 23, 2010 | Visits: 1.024

SVK::Command::Help SVK::Command::Help is a Perl module to show help. OPTIONS Optionally svk helps can pipe through a pager, for it is easier to read if the output is too long. For using this feature, please set environment variable SVKPAGER to some pager program. For example: # bash, zsh users export... Platforms: *nix

License: Freeware Size: 266.24 KB Download (89): SVK::Command::Help Download

< 1 2 3 4 5