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

Stdout software
Filter: All | Freeware | Demo
 

Stdout

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

Multiple STDOUT This script demonstrates how to open STDOUT twice so you can echo to the console and also write to a file.Usage - >perl stdout.pl



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

License: Freeware Download (67): Multiple STDOUT Download

Added: May 10, 2013 | Visits: 583

Sending binary data to stdout This script allows you to send binary data, such as for an image, to stdout under Windows.If you are reading or writing binary data under Windows, such as for an image, then the file must specifically be opened in binary mode (Unix doesn't make a distinction between text and binary modes). But...





Platforms: Windows, Python,

License: Freeware Download (57): Sending binary data to stdout Download

Added: July 30, 2013 | Visits: 3.153

proxytunnel Proxytunnel is a program that connects stdin and stdout to an origin server somewhere in the Internet through an industry standard HTTPS proxy.This will allow you for example to access SSH servers when you normally only have http(s) access.


Platforms: *nix

License: Freeware Size: 1.42 MB Download (445): proxytunnel Download

Added: June 23, 2010 | Visits: 1.082

ipsort ipsort script sorts a STDIN of IP addresses to STDOUT. It sorts by the first octet, then by the second, the third and the fourth. Usage: Takes Standard in or a file or list of files. So ipsort < file1 > < file2 > or cat < file > | ipsort Its quite clever and looks for an IP address on each...


Platforms: *nix

License: Freeware Download (97): ipsort Download

Added: October 27, 2013 | Visits: 206

SWebget SWebget is a simple program that prints a webpage to stdout. It was meant to be ultra lightweight, so don't look for any (unnecessary) features here. The syntax is: SWebget (port) (additional header lines) request-string: is the page to be gotten on the server (NOT the url, at least not in a...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (33): SWebget Download

Added: August 14, 2013 | Visits: 378

dvdfilter dvdfilter is a tool that reads data from an encrypted DVD device and sends to stdout the same data decrypted. It uses libdvdread and libdvdcss to do this job. Obviously it works with unencrypted dvds too.


Platforms: *nix

License: Freeware Size: 40.96 KB Download (38): dvdfilter Download

Added: November 17, 2013 | Visits: 433

ansi2txt Ansi2txt converts a stream of vt100 (ansi) codes on the stdin into readable text on the stdout. It can also output html that looks quite a lot like your terminal did. Works fine with ncurses output. Compile the C source into the command line tool.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): ansi2txt Download

Added: November 14, 2013 | Visits: 358

CGI::SpeedUp The CGI::SpeedUp module provides a simple way to speed up any CGI application by managing its STDOUT and STDERR. This module was tested in a production environment. SYNOPSIS : # ONLY THIS use CGI::SpeedUp;


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): CGI::SpeedUp Download

Added: August 11, 2013 | Visits: 379

Capture::Tiny Capture::Tiny provides a simple, portable way to capture anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original handles. Yes, it even...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): Capture::Tiny Download

Released: May 22, 2017  |  Added: May 29, 2017 | Visits: 3.038

FireDaemon Pro FireDaemon Pro is a system utility that allows you to install and run any 32-bit or 64-bit application or script (EXE, DLL, BAT CMD, .NET, Perl, Java, Python, TCL/TK) as a Windows service. FireDaemon Pro features easy service configuration via the GUI or command line, a low memory and CPU...


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

License: Shareware Cost: $49.00 USD Size: 16.49 MB Download (1151): FireDaemon Pro Download

Added: January 18, 2010 | Visits: 1.357

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: January 18, 2010 | Visits: 860

Sys::OutPut Sys::OutPut is a Perl module to help make output easier. SYNOPSIS usage Sys::OutPut; talk $fmtstr [, @args]; out $fmtstr [, @args]; put $fmtstr [, @args]; err $fmtstr [, @args]; debug $fmtstr [, @args]; $Sys::OutPut::quiet = $::quiet; $Sys::OutPut::debug = $::debug; These...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Sys::OutPut Download

Added: February 14, 2010 | Visits: 1.161

IO::Interactive IO::Interactive is a Perl module with utilities for interactive I/O. SYNOPSIS use IO::Interactive qw(is_interactive interactive busy); if ( is_interactive() ) { print "Running interactivelyn"; } # or... print {interactive} "Running interactivelyn"; $fh = busy {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): IO::Interactive Download

Added: July 08, 2010 | Visits: 1.261

Puppet::Log Puppet::Log provides a log facility with an optional Tk display. This class implements a log facility with an optional Tk display. I .e once the class is created, you can log messages in it, but the Tk display does no need to be created at the same time. You may invoke later only when you...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Puppet::Log Download

Added: September 24, 2010 | Visits: 982

Libtubo Interprocess Communication Libtubo Interprocess Communication is a small and simple library that can run processes in the background and communicate via the stdout, stderr, and stdin file descriptors. The functionality of libtubo is similar to the glib function g_spawn_async_with_pipes(), except that all pipe setup and...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (92): Libtubo Interprocess Communication Download

Added: April 16, 2010 | Visits: 1.225

Convert::BinHex Convert::BinHex can extract data from Macintosh BinHex files. ALPHA WARNING: this code is currently in its Alpha release. Things may change drastically until the interface is hammered out: if you have suggestions or objections, please speak up now! SYNOPSIS Simple functions: use...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (126): Convert::BinHex Download

Added: October 15, 2010 | Visits: 1.045

MIME::Head MIME::Head is a MIME message header (a subclass of Mail::Header). SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Construction ### Create a new,...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): MIME::Head Download

Added: October 13, 2010 | Visits: 1.152

Safe::World Safe::World can create multiple virtual instances of a Perl interpreter that can be assembled together. SYNOPSIS See USE section for complexer example and the test.pl script. use Safe::World ; my $world = Safe::World->new( stdout => $stdout , ## - redirect STDOUT to this scalar. stderr...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): Safe::World Download

Added: February 24, 2010 | Visits: 860

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: October 18, 2010 | Visits: 1.075

sersnoop serialsnoop is a command-line tool for Linux that echoes bytes to and from any two serial ports, PTYs, or network sockets , and prints all traffic to stdout in hex and ASCII. to install (binary, debian): get the latest x86 .deb file and dpkg -i the thing. to install (from source): youll...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (105): sersnoop Download

1 2 3 4 5 >