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

Stdin freeware
Filter: All | Freeware | Demo
 

Stdin

< 1 2 3 4 5 
Added: June 03, 2010 | Visits: 701

SGMLS SGMLS is a Perl class for postprocessing the output from the sgmls and nsgmls parsers. SYNOPSIS use SGMLS; my $parse = new SGMLS(STDIN); my $event = $parse->next_event; while ($event) { SWITCH: { ($event->type eq start_element) && do { my $element = $event->data; # An object of...



Platforms: *nix

License: Freeware Size: 93.18 KB Download (92): SGMLS Download

Added: October 24, 2010 | Visits: 1.341

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: January 25, 2010 | Visits: 605

play play is a command line utility for playing audio files. You can specify paths to sound files either as command line arguments or through stdin.play should be compatible with all audio file formats supported by Quicktime and is distributed as freeware.


Platforms: Mac

License: Freeware Size: 35 KB Download (92): play Download

Added: June 01, 2010 | Visits: 892

FFmpeg::StreamGroup FFmpeg::StreamGroup is a group of related media streams, typically encapsulated in a single file. SYNOPSIS $ff = FFmpeg->new() #see FFmpeg; #... $sg = $ff->build_streamgroup(); Objects of this class are not intended to be instantiated directly by the end user. Access FFmpeg::StreamGroup...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (91): FFmpeg::StreamGroup Download

Added: March 23, 2010 | Visits: 836

GnuPG::Interface GnuPG::Interface is a Perl interface to GnuPG. SYNOPSIS # A simple example use IO::Handle; use GnuPG::Interface; # settting up the situation my $gnupg = GnuPG::Interface->new(); $gnupg->options->hash_init( armor => 1, homedir => /home/foobar ); # Note you can set the recipients even...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): GnuPG::Interface Download

Added: April 16, 2010 | Visits: 674

Text::EP3 EP3 Perl module is the Extensible Perl PreProcessor. SYNOPSIS # Use options and files from command-line use Text::EP3; [use Text::EP3::{Extension}] # Language Specific Modules # create the PreProcessor object my $preprocessor = new Text::EP3 file; # do the preprocessing, using...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Text::EP3 Download

Added: March 16, 2010 | Visits: 815

Querylog Querylog project is a console tool for performing SQL queries on a (log) file. Lines from one or more text files or stdin are matched, using regular expressions to an in memory database on which SQL queries can be performed. You also specify queries in the config file (SELECTs, INSERTs,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Querylog Download

Added: June 03, 2010 | Visits: 815

KSayit KSayIt is a small KDE3 utilitiy for Linux that simply speaks a given textfile in a very high quality, i.e. sound and pronounciation of the spoken text should be as (human) natural as possible. To achieve this, KSayIt uses natively Text-To-Speech systems like MBrola, any TTS system that can be...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (90): KSayit Download

Added: January 18, 2010 | Visits: 428

Pod::PXML Pod::PXML is a Perl module that contains pxml2pod and pod2pxml. SYNOPSIS use Pod::PXML; # Take from a file... open(XMLOUT, ">foo.xml") || die "cant wropen foo.xml: $!"; binmode(XMLOUT); print XMLOUT Pod::PXML::pod2xml(foo.pod); close(XMLOUT); # Take from a file, going the other way:...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Pod::PXML Download

Added: March 13, 2010 | Visits: 698

splitmastream splitmastream reads an MPEG stream from stdin, writes a copy of it to a file named YYMMDD.HH-streamname.mp3 and then writes the stream to stdout. Think of it as a hourly-file-cutting tee for MPEG audio. Files are switched on every hour at a frame boundary so that every file should be playable...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): splitmastream Download

Added: June 08, 2010 | Visits: 872

yadia2sql Yet Another dia2sql is a tool that generates SQL statements from Dia XML files. yadia2sql is intended to process diagrams that are compatible with dia2sql.php to some point, and provide features that would allow generation of SQL code for different database systems from single Dia source....


Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): yadia2sql Download

Added: January 02, 2010 | Visits: 823

packet2sql packet2sql converts any text file/log file which contains ipchains packet logs into a stream of SQL inserts. If called with no options, packet2sql will read the log input from stdin. Since syslog dates do not include the year, packet2sql will assign one. If the month of a log entry comes after...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): packet2sql Download

Added: April 25, 2010 | Visits: 872

Veldfire Veldfire project is a collection of C code aimed at simplifying email functionality. The project aims to provide interfaces for sending email, attaching files, and sending to lists. Compiling: make; make install Solaris will need to uncomment LIBS line at the top of the makefile, as well...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Veldfire Download

Added: April 02, 2010 | Visits: 802

Storable Storable package contains persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Storable Download

Added: January 18, 2010 | Visits: 712

Crikey Crikey Map Strings to Keys is a program to generate key events under X11 on a Linux/Unix system, in order to provide a "QuickKeys"-like way to bind strings to a function key or other window manager event. Usage: crikey [-t] [-s sleeptime] args Acts as if args was typed in whatever X window...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (88): Crikey Download

Added: January 18, 2010 | Visits: 942

XML::DocStats XML::DocStats is a Perl module to produce a simple analysis of an XML document. SYNOPSIS Analyze the xml document on STDIN, the STDOUT output format is html: use XML::DocStats; my $parse = XML::DocStats->new; $parse->analyze; Analyze in-memory xml document: use XML::DocStats; my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): XML::DocStats Download

Added: May 26, 2010 | Visits: 556

reclinker reclinker is a recursive symlinking utility. The project mirrors a hierarchy of files by means of symlinks. The program has a linker, a deleter and a test mode. By default its in linker mode. It gets into deleter mode if its invoked as recdeleter, and into test mode if its invoked as...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (88): reclinker Download

Added: November 03, 2010 | Visits: 727

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: September 10, 2010 | Visits: 868

POE::Component::Audio::Mad::Handle POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder. SYNOPSIS use POE; use POE::Component::Audio::Mad::Handle; ## create an IPC bridge on stdin/stdout create POE::Component::Audio::Mad::Handle(); ## create a custom IPC...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): POE::Component::Audio::Mad::Handle Download

Added: June 07, 2010 | Visits: 567

PApp::Storable Storable module is a persistence for Perl data structures. SYNOPSIS use Storable; store %table, file; $hashref = retrieve(file); use Storable qw(nstore store_fd nstore_fd freeze thaw dclone); # Network order nstore %table, file; $hashref = retrieve(file); # There is NO nretrieve() #...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (88): PApp::Storable Download

< 1 2 3 4 5