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

Sys Command software
Filter: All | Freeware | Demo
 

Sys Command

< 1 2 3 4 5 > 
Added: January 12, 2010 | Visits: 1.187

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

Added: November 22, 2010 | Visits: 1.029

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: July 20, 2010 | Visits: 862

Sys::AlarmCall Sys::AlarmCall is a package to handle the logic in timing out calls with alarm() and an ALRM handler, allowing nested calls as well. SYNOPSIS use Sys::AlarmCall; $result = alarm_call($timeout1,$func1,@args1); @result = alarm_call($timeout2,$func2,@args2); Sys::AlarmCall provides a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Sys::AlarmCall Download

Added: September 15, 2010 | Visits: 861

Devel::Command::NewF Devel::Command::NewF is a Perl module with the extended f command for the debugger. SYNOPSIS # In .perldb (or perldb.ini on Windows) use Devel::Command; # Devel::Command::NewF loaded automatically perl -de0 Patching with Devel::Command::DBSub::DB_5_8_5 Loading DB routines from...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Devel::Command::NewF Download

Added: November 24, 2010 | Visits: 723

Sys::Lastlog Sys::Lastlog is a Perl module to provide a moderately Object Oreiented Interface to lastlog files on some Unix-like systems. SYNOPSIS use Sys::Lastlog; my $ll = Sys::Lastlog->new(); while(my $llent = $ll->getllent() ) { print $llent->ll_line(),"n"; } The lastlog file provided on most...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Sys::Lastlog Download

Added: January 04, 2010 | Visits: 1.278

Missile Command Missile Command project is a game in which you have to save your city from nuclear doom. Missile Command is a clone of the Atari save-your-city-from-impending-nuclear-doom game.. A Linux port of the save-your-city-from-impending-nuclear-doom game.


Platforms: *nix

License: Freeware Size: 204.8 KB Download (151): Missile Command Download

Added: October 25, 2010 | Visits: 3.913

Penguin Command Penguin Command is a clone of the classic "Missile Command" Game, but it has better graphics and music. The gameplay has only been slightly modified. Penguin Command is free software licensed under the GPL. Whats New in This Release: - fixed a possible freeze in Help/Options menu.


Platforms: *nix

License: Freeware Size: 1.1 MB Download (378): Penguin Command Download

Added: February 26, 2010 | Visits: 755

POE::Component::ControlPort::Command POE::Component::ControlPort::Command is a Perl module with register control port commands. SYNOPSIS use POE::Component::ControlPort::Command; POE::Component::ControlPort::Command->register( name => test, topic => sample_commands, usage => test [ text to echo ] help_text => test command....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): POE::Component::ControlPort::Command Download

Added: January 23, 2010 | Visits: 1.036

Sys::CPU Sys::CPU is a Perl extension for getting CPU information. Currently only number of CPUs supported. SYNOPSIS use Sys::CPU; $number_of_cpus = Sys::CPU::cpu_count(); printf("I have %d CPUsn",$number_of_cpus); print " Speed : ",Sys::CPU::cpu_clock(),"n"; print " Type :...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (171): Sys::CPU Download

Added: March 15, 2010 | Visits: 737

Sys::Filesystem Sys::Filesystem project is intended to be a portable interface to list and query filesystem names and their properties. It hopes to provide a consistent API to list all, mounted, unmounted, and special filesystems on a system, and query as many properties as possible with common aliases...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): Sys::Filesystem Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 1.228

Sys::Hostname::Long Sys::Hostname::Long is a Perl module to try every conceivable way to get full hostname. SYNOPSIS use Sys::Hostname::Long; $host_long = hostname_long; How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc) DISCUSSION This is the SECOND release of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Sys::Hostname::Long Download

Added: August 26, 2010 | Visits: 1.314

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: April 02, 2010 | Visits: 1.138

Proc::Command Proc::Command is a backtick that does not use the shell for Perl under Windows. SYNOPSIS use Proc::Command @reponse = Proc::Command->command($command) @reponse = Proc::Command->command($command, $trys) @reponse = Proc::Command->command($command, $trys, $sleep) use Proc::Command...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Proc::Command Download

Added: March 09, 2010 | Visits: 1.070

Sys::MemInfo Sys::MemInfo is a Perl module for memory informations. SYNOPSIS use Sys::MemInfo qw(totalmem freemem totalswap); print "total memory: ".(&totalmem / 1024)."n"; print "free memory: ".(&freemem / 1024)."n"; print "total swap: ".(&totalswap / 1024)."n"; print "free swap:...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Sys::MemInfo Download

Added: January 25, 2010 | Visits: 1.271

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 (91): Aqua For Command-Line Tools Download

Released: January 13, 2012  |  Added: February 04, 2012 | Visits: 1.354

eePDF PCL to BMP Converter Command Line VeryDOC eePDF PCL to BMP Converter Command Line provides multiple editing options. It allows you to set image resolution, color depth, image width and height, etc. as you convert PCL to BMP. With the help of eePDF PCL to BMP Converter Command Line, you can create BMP image files with high quality...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 6.44 MB Download (548): eePDF PCL to BMP Converter Command Line Download

Released: January 13, 2012  |  Added: February 14, 2012 | Visits: 1.397

PCL to PDF Command Line application PCL to PDF Command Line application can convert the pcl to pdf keep hing quaility and similarity with the source pcl file. Meanwhile, you can adjust the converted pdf file according to your needs. Key parameters of PCL to PDF Command Line application: 1.-width int : Set page width for...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 6.44 MB Download (577): PCL to PDF Command Line application Download

Released: January 13, 2012  |  Added: February 14, 2012 | Visits: 1.358

PRN to BMP Converter Command Line PRN to BMP Converter Command Line does not require any third party software allocation like Adobe Acrobat and Adobe reader when you use this software.It can well preserve the original color of the PCL files and can create high quality PDF and image files after batch conversion. Key...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 6.44 MB Download (546): PRN to BMP Converter Command Line Download

Released: January 13, 2012  |  Added: February 14, 2012 | Visits: 1.358

PCL to TIF Converter Command Line PCL to TIF Converter Command Line enables users to set parameters when they convert PCL to TIF or TIFF raster image files. For instance, users are allowed to change the image size by setting image width and height via command line; they are allowed to set color depth and image resolution via...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 6.44 MB Download (546): PCL to TIF Converter Command Line Download

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

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 (87): File Transfer Command Line Download

< 1 2 3 4 5 >