stdin
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 163
degtodec.sh 070427
degtodec.sh is a script which does conversion between decimal numbers and degree values. more>>
degtodec.sh is a script which does conversion between decimal numbers and degree values (degrees, minutes, seconds, or hours, minutes, seconds). Possible input methods are interactively, by parameter, or directly via stdin. The project can be used, for example, for geographical conversions or for special astrological calculations.
<<less Download (0.011MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
908 downloads
PipeBandwidth 0.1
PipeBandwidth is a program that measures the speed at which data goes through a pipe and prints statistics to stderr. more>>
PipeBandwidth is a program that measures the speed at which data goes through a pipe and prints statistics to stderr.
Basically, it just reads from stdin, writes data back to stdout, and measures the speed. PipeBandwidth can be useful to measure transfer rates while sending data through netcat or compressing with gzip or bzip2.
<<lessBasically, it just reads from stdin, writes data back to stdout, and measures the speed. PipeBandwidth can be useful to measure transfer rates while sending data through netcat or compressing with gzip or bzip2.
Download (0.002MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1321 downloads
ipsort
ipsort script sorts a STDIN of IP addresses to STDOUT. more>>
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 line, rejecting if it doesnt find one
Options:
-c or --commas Separate the list by space-separated commas, rather than one IP per line.
-u or --unique Uniquely sort the list as well, to avoid duplicate IPs.
-s or --string Use this string to separate the IPs. Eg. -s :
-m or --multiple Search for multiple IP addresses per line.
-h or --help Display this usage message.
<<lessUsage: 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 line, rejecting if it doesnt find one
Options:
-c or --commas Separate the list by space-separated commas, rather than one IP per line.
-u or --unique Uniquely sort the list as well, to avoid duplicate IPs.
-s or --string Use this string to separate the IPs. Eg. -s :
-m or --multiple Search for multiple IP addresses per line.
-h or --help Display this usage message.
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
934 downloads
Amigadepacker 0.02
Amigadepacker uncompresses various compression formats used on AmigaOS. more>>
Amigadepacker uncompresses various compression formats used on AmigaOS.
The supported formats are PowerPacker, XPK SQSH, and MMCMP. Amigadepacker can also decrypt PowerPacker encrypted data files.
Usage: amigadepacker [-c] [-h] [-p] [-v] FILE ...
-c Unpack to stdout.
-h Print this.
-p Do not depack anything, just pretend to. Useful for searching packed
files. Names of packed files will be printed to stderr. Pretend mode
always returns success if arguments are valid.
-v Print version information.
Example 1: Depack file:
amigadepacker foo
Example 2: Depack file from stdin to stdout:
amigadepacker -c < foo > outfile
Enhancements:
- StoneCracker 4.04 format support was added, and decompressing a file through stdin was fixed.
<<lessThe supported formats are PowerPacker, XPK SQSH, and MMCMP. Amigadepacker can also decrypt PowerPacker encrypted data files.
Usage: amigadepacker [-c] [-h] [-p] [-v] FILE ...
-c Unpack to stdout.
-h Print this.
-p Do not depack anything, just pretend to. Useful for searching packed
files. Names of packed files will be printed to stderr. Pretend mode
always returns success if arguments are valid.
-v Print version information.
Example 1: Depack file:
amigadepacker foo
Example 2: Depack file from stdin to stdout:
amigadepacker -c < foo > outfile
Enhancements:
- StoneCracker 4.04 format support was added, and decompressing a file through stdin was fixed.
Download (0.16MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1384 downloads
proxytunnel 1.7.2.161
This is proxytunnel, a program that connects stdin and stdout to an origin server through HTTPS proxy. more>>
This is proxytunnel, a program that connects stdin and stdout to an origin server through HTTPS proxy.
Short guide to installing proxytunnel
On most modern unix systems, use the normal Makefile
On MAC OS X, use Makefile.darwin
If you dont have gnu-getopts, use Makefile.no-gnu-getopts
If you want to enable setproctitle functionality, add a CFLAGS define -DSETPROCTITLE (uncomment sample in Makefile)
Run make and optionally make install.
If you manually want to install, copy proxytunnel to /usr/local/bin and optionally the manual-page from the debian-subdirectory to your manpath.
Enhancements:
- Fixed buffer/malloc issue
- Clean-up usage info/help text
- Remove spurious syslog
- Added build-number to versionstring
<<lessShort guide to installing proxytunnel
On most modern unix systems, use the normal Makefile
On MAC OS X, use Makefile.darwin
If you dont have gnu-getopts, use Makefile.no-gnu-getopts
If you want to enable setproctitle functionality, add a CFLAGS define -DSETPROCTITLE (uncomment sample in Makefile)
Run make and optionally make install.
If you manually want to install, copy proxytunnel to /usr/local/bin and optionally the manual-page from the debian-subdirectory to your manpath.
Enhancements:
- Fixed buffer/malloc issue
- Clean-up usage info/help text
- Remove spurious syslog
- Added build-number to versionstring
Download (0.042MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
504 downloads
GINS 0.9.0
GINS is a way to add GTK interfaces to script languages that dont have any GTK bindings, like BASH scripts. more>>
GINS a.k.a. Gtk INterface for Script is a way to add GTK interfaces to scrpit languages that doesnt have any GTK bindigs, like BASH scripts. GINS load a GLADE xml file, using libglade. Then run the script, linking to his stdin & stdout.
Now script can communicate to GINS simply writting to stdin and reading from stdinput.
GINS pass to script every events that occours to gtk widgets, and script can react.
Enhancements:
- BradC: This version of GINS adds the ability to get boolean and double and the ability to set ints. So we can both get and set; int, str, double and boolean.
<<lessNow script can communicate to GINS simply writting to stdin and reading from stdinput.
GINS pass to script every events that occours to gtk widgets, and script can react.
Enhancements:
- BradC: This version of GINS adds the ability to get boolean and double and the ability to set ints. So we can both get and set; int, str, double and boolean.
Download (0.014MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
964 downloads
upgpverify 0.3.8
upgpverify verifies a PGP signed or encrypted and signed message on stdin. more>>
upgpverify verifies a PGP signed or encrypted and signed message on stdin, checks the user id or key id against a database, if wanted, and starts another program, providing the payload of the PGP message on an own file descriptor.
upgpverify is designed to work under qmail. It can handle MIME and non-MIME (traditional PGP format) messages. It handles base64 and quoted-printable.
upgpverify also sets a few environment variables containing various header of the incoming email.
Supported PGP / GPG versions:
- GPG 1.0.4 (earlier version are possibly okay, too, but have not been tested).
- PGP 2.6.x (tested with 2.6.3is)
- PGP 5.0i (tested with some 5.0i1b version)
Enhancements:
- added a --max-len option to restrict the size of the incoming messages
<<lessupgpverify is designed to work under qmail. It can handle MIME and non-MIME (traditional PGP format) messages. It handles base64 and quoted-printable.
upgpverify also sets a few environment variables containing various header of the incoming email.
Supported PGP / GPG versions:
- GPG 1.0.4 (earlier version are possibly okay, too, but have not been tested).
- PGP 2.6.x (tested with 2.6.3is)
- PGP 5.0i (tested with some 5.0i1b version)
Enhancements:
- added a --max-len option to restrict the size of the incoming messages
Download (0.090MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1240 downloads
Daniels Colorize.pl 0.3a
Daniels Colorize.pl is a short script that reads from stdin and writes to stdout. more>>
Daniels Colorize.pl is a short script that reads from stdin and writes to stdout. Rows that match a users search strings will be colorized with user-defined colors. Command line options are available. Colorization is done via ANSI escape codes.
Use any kind of stdin text stream and it will send it on stdout colorized.
e.g.: ls -lF | colorize.pl [options]
colorize.pl will print out every line from stdin to stdout. However rows with matching strings, will be colorized with your choice of color.
Options:
Options format: -[style][foreground][background]:[searchstring]
[style]
n = normal, l = light, u=underscore, i = inverted, b = blinking
[foreground color]
0= black, 1= red, 2= green, 3= yellow, 4= blue, 5= purple, 6= cyan, 7= white
[background color]
0= black, 1= red, 2= green, 3= yellow, 4= blue, 5= purple, 6= cyan, 7= white
[searchstring]
string
Example:
cat debug.txt | colorize.pl -u17:error -n37:warning -b10:funny
will colorize lines with the word:
- "error" underscored in red front color and white background
- "warning" in green front color and white background
- "funny" blinking in red front color with black background
Enhancements:
- Allows no background colors.
- Support for choosing between colorizing whole rows or just the matching words.
<<lessUse any kind of stdin text stream and it will send it on stdout colorized.
e.g.: ls -lF | colorize.pl [options]
colorize.pl will print out every line from stdin to stdout. However rows with matching strings, will be colorized with your choice of color.
Options:
Options format: -[style][foreground][background]:[searchstring]
[style]
n = normal, l = light, u=underscore, i = inverted, b = blinking
[foreground color]
0= black, 1= red, 2= green, 3= yellow, 4= blue, 5= purple, 6= cyan, 7= white
[background color]
0= black, 1= red, 2= green, 3= yellow, 4= blue, 5= purple, 6= cyan, 7= white
[searchstring]
string
Example:
cat debug.txt | colorize.pl -u17:error -n37:warning -b10:funny
will colorize lines with the word:
- "error" underscored in red front color and white background
- "warning" in green front color and white background
- "funny" blinking in red front color with black background
Enhancements:
- Allows no background colors.
- Support for choosing between colorizing whole rows or just the matching words.
Download (0.002MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1249 downloads
corkscrew 2.0
Corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. more>>
Corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, exactly like netcat.
Corkscrew has been compiled on :
HPUX
Solaris
FreeBSD
OpenBSD
Linux
Win32 (with Cygwin)
Corkscrew has been tested with the following HTTP proxies :
Gauntlet
CacheFlow
JunkBuster
Apache mod_proxy
Enhancements:
- Added GPL license to distribution.
- Added support for GNU autoconf and automake.
- corkscrew now compiles on Solaris with GNU tools.
<<lessCorkscrew has been compiled on :
HPUX
Solaris
FreeBSD
OpenBSD
Linux
Win32 (with Cygwin)
Corkscrew has been tested with the following HTTP proxies :
Gauntlet
CacheFlow
JunkBuster
Apache mod_proxy
Enhancements:
- Added GPL license to distribution.
- Added support for GNU autoconf and automake.
- corkscrew now compiles on Solaris with GNU tools.
Download (0.009MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1214 downloads
sudoku solver by darsie 1.6
sudoku solver by darsie is a console-based sudoku solver. more>>
sudoku solver by darsie project is a console-based sudoku solver.
sudoku solver by darsie is a console program that reads data from stdin (typically redirected from a file) and prints a possibly partial result. Definitive numbers are printed all over their fields.
Other fields contain the numbers that are not yet excluded.
Three solving rules are implemented and most sudokus are solved in a few milliseconds.
Usage:
sudoku<<less
sudoku solver by darsie is a console program that reads data from stdin (typically redirected from a file) and prints a possibly partial result. Definitive numbers are printed all over their fields.
Other fields contain the numbers that are not yet excluded.
Three solving rules are implemented and most sudokus are solved in a few milliseconds.
Usage:
sudoku<<less
Download (0.035MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1029 downloads
Text::EtText::EtText2HTML 2.2
Text::EtText::EtText2HTML is a Perl module to convert from the simple EtText editable-text format into HTML. more>>
Text::EtText::EtText2HTML is a Perl module to convert from the simple EtText editable-text format into HTML.
SYNOPSIS
my $t = new Text::EtText::EtText2HTML;
print $t->text2html ($text);
or
my $t = new Text::EtText::EtText2HTML;
print $t->text2html (); # from STDIN
ettext2html will convert a text file in the EtText editable-text format into HTML.
<<lessSYNOPSIS
my $t = new Text::EtText::EtText2HTML;
print $t->text2html ($text);
or
my $t = new Text::EtText::EtText2HTML;
print $t->text2html (); # from STDIN
ettext2html will convert a text file in the EtText editable-text format into HTML.
Download (0.14MB)
Added: 2006-08-11 License: Perl Artistic License Price:
1169 downloads
ivcall 0.4
ivcall is a small utility which may be used to make automated telephone calls with your isdn4linux supported ISDN card. more>>
ivcall is a small utility which may be used to make automated telephone calls with your isdn4linux supported ISDN card. Outgoing calls are supported as well as incoming calls.
The audio data recieved from the peer is written to STDOUT, audio data read from STDIN is send to the peer. The audio data is in raw 8 bit uLaw 8 KHz format, without any headers.
Installation:
./configure
make
make install
Enhancements:
- cleanups
- add softfax support using spandsp.
<<lessThe audio data recieved from the peer is written to STDOUT, audio data read from STDIN is send to the peer. The audio data is in raw 8 bit uLaw 8 KHz format, without any headers.
Installation:
./configure
make
make install
Enhancements:
- cleanups
- add softfax support using spandsp.
Download (0.11MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
Text::EtText::HTML2EtText 2.2
Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format. more>>
Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format.
SYNOPSIS
my $t = new Text::EtText::HTML2EtText;
print $t->html2text ($html);
or
my $t = new Text::EtText::HTML2EtText;
print $t->html2text (); # from STDIN
ethtml2text will convert a HTML file into the EtText editable-text format, for use with webmake or ettext2html.
<<lessSYNOPSIS
my $t = new Text::EtText::HTML2EtText;
print $t->html2text ($html);
or
my $t = new Text::EtText::HTML2EtText;
print $t->html2text (); # from STDIN
ethtml2text will convert a HTML file into the EtText editable-text format, for use with webmake or ettext2html.
Download (0.14MB)
Added: 2006-08-11 License: Perl Artistic License Price:
1169 downloads
icecream 1.2
icecream is a non-interactive stream download utility. more>>
icecream project is a non-interactive stream download utility.
It connects to icecast and shoutcast servers and redirects all fetched content to an stdin-capable player or to media files on your disk.
With an option turned on, it can save the stream into different files, each representing the played track. It is also possible to tee the input to both disk and stdout.
Enhancements:
- Support was added for formatted filenames (such as "podcast-%Y-%m-%d").
<<lessIt connects to icecast and shoutcast servers and redirects all fetched content to an stdin-capable player or to media files on your disk.
With an option turned on, it can save the stream into different files, each representing the played track. It is also possible to tee the input to both disk and stdout.
Enhancements:
- Support was added for formatted filenames (such as "podcast-%Y-%m-%d").
Download (0.017MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1376 downloads
multpsx 0.1
multpsx is a project used to generate long multiplication worksheets in PostScript. more>>
multpsx is a project used to generate long multiplication worksheets in PostScript.
It also generates a self-checking answer key.
Usage: echo "123 456" | multpsx | lpr up to 6 multiplication problems can be specified on stdin. The output sheet is intended to have the sides fold back.
(The banner is supposed to mark the fold lines). The pupil can work the problems, then open out the sides to check his/her work.
Many parameters (e.g., size and spacing) are easily adjusted in the initialization section of this program.
<<lessIt also generates a self-checking answer key.
Usage: echo "123 456" | multpsx | lpr up to 6 multiplication problems can be specified on stdin. The output sheet is intended to have the sides fold back.
(The banner is supposed to mark the fold lines). The pupil can work the problems, then open out the sides to check his/her work.
Many parameters (e.g., size and spacing) are easily adjusted in the initialization section of this program.
Download (0.004MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1087 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above stdin search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed