pipe
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
pscal 1.16
pscal is a shell script to create PostScript calendars. more>>
pscal is a Bourne shell script that produces simple, nice-looking PostScript calendars.
The PostScript code is sent to stdout, so either pipe it to your printer or redirect it to a file.
Version restrictions:
- `Pscal doesnt work for months before 1753. (Weird stuff happened in September, 1752.) It also wont work right as of January 1, 9600. (Bump up the epoch date if you want it to.)
- A better format for the dates of holidays would be nice.
- An escape to allow holiday messages to be raw PostScript would also be nice.
- The holiday messages should be handled more intelligently (i.e., the messages should be clipped to the day).
- Some of the message translations are incomplete.
Enhancements:
- added %%Orientation comment to the prolog (thanks to Ken Pizzini < ken@gnu.org >)
- added Slovak translation and .holiday file (thanks to M.F. PSIkappa < psi@platon.atlantis.sk >)
- added Russian translation (thanks to Alexei A. Gaidioukov < lexey@cda.ipmce.su >) released by Mark Hanson 2005-01-01, mbh@panix.com
<<lessThe PostScript code is sent to stdout, so either pipe it to your printer or redirect it to a file.
Version restrictions:
- `Pscal doesnt work for months before 1753. (Weird stuff happened in September, 1752.) It also wont work right as of January 1, 9600. (Bump up the epoch date if you want it to.)
- A better format for the dates of holidays would be nice.
- An escape to allow holiday messages to be raw PostScript would also be nice.
- The holiday messages should be handled more intelligently (i.e., the messages should be clipped to the day).
- Some of the message translations are incomplete.
Enhancements:
- added %%Orientation comment to the prolog (thanks to Ken Pizzini < ken@gnu.org >)
- added Slovak translation and .holiday file (thanks to M.F. PSIkappa < psi@platon.atlantis.sk >)
- added Russian translation (thanks to Alexei A. Gaidioukov < lexey@cda.ipmce.su >) released by Mark Hanson 2005-01-01, mbh@panix.com
Download (0.018MB)
Added: 2005-04-01 License: Freely Distributable Price:
1668 downloads
pipebench 0.40
pipebench is a utility that shows the status and a benchmark of piped commands. more>>
Pipebench shows the current throughput and amount of data going through a pipe. It can be used to show the progress of a large md5sum process: cat bigfile | pipebench | md5sum.
Pipebench measures the speed of a pipe, by sitting in the middle passing the data along to the next process. Works on at least Linux, OpenBSD, NetBSD, Solaris and x86, Alpha, HPPA, Sparc and Sparc64.
Compiling
Just type make to compile.
Type make install to have pipebench be installed in /usr/local/bin
<<lessPipebench measures the speed of a pipe, by sitting in the middle passing the data along to the next process. Works on at least Linux, OpenBSD, NetBSD, Solaris and x86, Alpha, HPPA, Sparc and Sparc64.
Compiling
Just type make to compile.
Type make install to have pipebench be installed in /usr/local/bin
Download (0.011MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1656 downloads
Tstat 1.0.1
Tstat provides information about classic and novel performance indexes and statistical data about Internet traffic. more>>
Tstat provides information about classic and novel performance indexes and statistical data about Internet traffic.
It collects measurement indexes at both the network (IP) layer and transport (TCP/UDP) layer.
Real time protocols (RTP/RTCP) are also analyzed, allowing you to get statistical measurements on VOIP traffic, for example.
Tstat analyzes either real-time captured packet traces, or previously recorded packet-level traces in various dump formats.
Enhancements:
- erf.c was updated so that VLAN encapsulation over SSH should also be correctly decoded. An experimental and quick patch was added that allows reading from two separate files when using the ERF file formats.
- A bug in address.c that caused wrong hit counter updates was fixed.
- Some #ifdef errors when GROK_TCPDUMP was not defined were fixed.
- Some problems when reading from a pipe were fixed.
<<lessIt collects measurement indexes at both the network (IP) layer and transport (TCP/UDP) layer.
Real time protocols (RTP/RTCP) are also analyzed, allowing you to get statistical measurements on VOIP traffic, for example.
Tstat analyzes either real-time captured packet traces, or previously recorded packet-level traces in various dump formats.
Enhancements:
- erf.c was updated so that VLAN encapsulation over SSH should also be correctly decoded. An experimental and quick patch was added that allows reading from two separate files when using the ERF file formats.
- A bug in address.c that caused wrong hit counter updates was fixed.
- Some #ifdef errors when GROK_TCPDUMP was not defined were fixed.
- Some problems when reading from a pipe were fixed.
Download (0.29MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1555 downloads
KABC Client 0.8.1
KABC Client is a command line tool that provides access to the KDE address book. more>>
KABC Client is a command line tool that provides access to the KDE address book, which is also used by applications like KAddressBook.
It can take its input from either the command line or through standard input, allowing its use in Unix shell pipe and filter constructs. Input and output text is interpreted and formatted by filters.
kabcclient can perform the following operations:
- List: --list or -L
Write all contacts of the addressbook to stdout
- Search: --search or -S
Search for contacts matching the programs input
- Add: --add or -A
Add new contacts to the addressbook
- Remove: --remove or -R
Remove contacts matching the programs input from the addressbook
- Merge: --merge or -M
Add data from the programs input to matching contacts in the addressbook
Enhancements:
- Adding installation instructions and build files for creating Debian packages.
- No changes to the program itself!
<<lessIt can take its input from either the command line or through standard input, allowing its use in Unix shell pipe and filter constructs. Input and output text is interpreted and formatted by filters.
kabcclient can perform the following operations:
- List: --list or -L
Write all contacts of the addressbook to stdout
- Search: --search or -S
Search for contacts matching the programs input
- Add: --add or -A
Add new contacts to the addressbook
- Remove: --remove or -R
Remove contacts matching the programs input from the addressbook
- Merge: --merge or -M
Add data from the programs input to matching contacts in the addressbook
Enhancements:
- Adding installation instructions and build files for creating Debian packages.
- No changes to the program itself!
Download (0.25MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1514 downloads
Apache2GDL 1.2
Apache2GDL is a Perl script that parses an Apache log file. more>>
Apache2GDL is a Perl script that parses an Apache log file and generates a directed graph of visitors movement in GDL format for visualization with aiSee.
It also allows you to pipe the graph directly through aiSee and get a mapped SVG or PNG image of the layout.
The generated images help you find out how people actually browse your site -- which paths they take to get from page A to page B, which paths are more popular than others, which pages get the most hits, and whether there are one-way paths and dead-end pages.
Installation:
> gunzip apache2gdl.pl.gz
> chmod 755 apache2gdl.pl
Usage:
> cat | apache2gdl.pl >
Example:
> cat /var/log/absint_com_2004_access.log |
apache2gdl.pl absint.com/aisee/download >
graph.gdl
Enhancements:
- This release works around a PNG image mapping bug in aiSee.
- The list of search engine bots has been updated.
- HTTP requests containing (illegal) unmasked arrow brackets no longer cause corrupted SVG files to be produced.
<<lessIt also allows you to pipe the graph directly through aiSee and get a mapped SVG or PNG image of the layout.
The generated images help you find out how people actually browse your site -- which paths they take to get from page A to page B, which paths are more popular than others, which pages get the most hits, and whether there are one-way paths and dead-end pages.
Installation:
> gunzip apache2gdl.pl.gz
> chmod 755 apache2gdl.pl
Usage:
> cat | apache2gdl.pl >
Example:
> cat /var/log/absint_com_2004_access.log |
apache2gdl.pl absint.com/aisee/download >
graph.gdl
Enhancements:
- This release works around a PNG image mapping bug in aiSee.
- The list of search engine bots has been updated.
- HTTP requests containing (illegal) unmasked arrow brackets no longer cause corrupted SVG files to be produced.
Download (0.002MB)
Added: 2005-09-20 License: Freely Distributable Price:
1494 downloads
Cammgr 1.5
Cammgr manages a collection of web cameras. more>>
Cammgr manages a collection of web cameras. It will bring cameras online or offline, and initiate or suspend image capture operations.
Any camera can be controlled provided a driver is available. Cammgr supports multiple images per camera, default images for inactive cameras, per- user/host/camera notifications, and an easy-to- use configuration file.
Cammgr can scan Apache log files to auto-initiate image capture, and tune capture frequency can to the minimum needed to ensure that clients receive a new image on request.
Enhancements:
- Support for Axis network cameras was added.
- A bug where the pipe file descriptor was left open across shell exec was fixed.
- A client capture manager from where all capture processes are dispatched and monitored was created.
- A bug where the capture process did not go away when cammgr exited was fixed.
- Other miscellaneous cleanups were done.
<<lessAny camera can be controlled provided a driver is available. Cammgr supports multiple images per camera, default images for inactive cameras, per- user/host/camera notifications, and an easy-to- use configuration file.
Cammgr can scan Apache log files to auto-initiate image capture, and tune capture frequency can to the minimum needed to ensure that clients receive a new image on request.
Enhancements:
- Support for Axis network cameras was added.
- A bug where the pipe file descriptor was left open across shell exec was fixed.
- A client capture manager from where all capture processes are dispatched and monitored was created.
- A bug where the capture process did not go away when cammgr exited was fixed.
- Other miscellaneous cleanups were done.
Download (0.083MB)
Added: 2005-11-23 License: BSD License Price:
1430 downloads
spam.pl 0.25
spam.pl is a perl script that extracts all relaying hosts from the headers of a spam mail. more>>
spam.pl is a perl script that extracts all relaying hosts from the headers of a spam mail and sends a complaint mail to all the responsible mail server administrators.
spam.pl is free software released under the GPL license.
There is no warranty, neither expressed nor implied, that spam.pl would do what it is said to do. It is up to you to use it.
Main features:
- Use your own complaint message
- Enter your own list of friendly hosts (probably the friendly hosts that relayed the mail to you)
- You should also instruct spam.pl what email-address it should put in the From: line when it mails its complaints.
- Run the script without sending any mail to see what receivers it could extract.
- Run the script with only one specified receiver, so that you can mail yourself and see what it looks good.
- Invoke the script from inside your favorite mail program. Just pipe the whole mail including headers into this script. You can of course just save the whole mail first and then pipe it manually into this script.
- Complain through the abuse.net service.
- Resolves IP-only addresses
- Optionally extract host names to complain to from the mail bodys http:// links.
- Can be made to use the whois.abuse.net lookup service.
<<lessspam.pl is free software released under the GPL license.
There is no warranty, neither expressed nor implied, that spam.pl would do what it is said to do. It is up to you to use it.
Main features:
- Use your own complaint message
- Enter your own list of friendly hosts (probably the friendly hosts that relayed the mail to you)
- You should also instruct spam.pl what email-address it should put in the From: line when it mails its complaints.
- Run the script without sending any mail to see what receivers it could extract.
- Run the script with only one specified receiver, so that you can mail yourself and see what it looks good.
- Invoke the script from inside your favorite mail program. Just pipe the whole mail including headers into this script. You can of course just save the whole mail first and then pipe it manually into this script.
- Complain through the abuse.net service.
- Resolves IP-only addresses
- Optionally extract host names to complain to from the mail bodys http:// links.
- Can be made to use the whois.abuse.net lookup service.
Download (0.016MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1394 downloads
Zip 2.32
Zip is a compression and file packaging utility for Unix, VMS, DOS, OS/2, Windows 9x/NT, Amiga, Atari, Macintosh. more>>
Zip is a compression and file packaging utility for Unix, VMS, DOS, OS/2, Windows 9x/NT, Amiga, Atari, Macintosh, BeOS, SMS/QDOS, MVS, VM/CMS, and others.
Zip is analogous to a combination of the Unix commands tar(1) and compress(1) and is compatible with PKWAREs PKZIP and Nico Maks WinZip. Its part of the Info-ZIP project.
Main features:
- creating zipfiles in a pipe or on a device
- VMS and OS/2 extended file attributes
- conversion between Unix, MS-DOS and Macintosh text file formats
- the ability to run on most of your favorite operating systems.
Enhancements:
- fixed -R operation to match the supplied file patterns in all recursed subdirectories, like PKZIP 2.04 "-p -r" (or PKZIPC 4+ "-recurse")
- handle cases where -x, -R, and -i patterns are mixed
- new example C-Sharp code for using DLLs
- added some directory-search speedups
- fixed bug when encrypting large uncompressible files
- fixed Windows NTFS time problem
- fixed VMS logical name parse problem
- added VMS DEBUG option
- updated VMS help
- fixed selection of files to delete by date
- added -MM option where each input file pattern must match at least one file and all input files must be readable
- added check for when Zip tries to exceed seek limit in output file
- minor changes to compile with Visual C++ 2005
- added support for Unix FIFOs (named pipes)
- other minor fixes
<<lessZip is analogous to a combination of the Unix commands tar(1) and compress(1) and is compatible with PKWAREs PKZIP and Nico Maks WinZip. Its part of the Info-ZIP project.
Main features:
- creating zipfiles in a pipe or on a device
- VMS and OS/2 extended file attributes
- conversion between Unix, MS-DOS and Macintosh text file formats
- the ability to run on most of your favorite operating systems.
Enhancements:
- fixed -R operation to match the supplied file patterns in all recursed subdirectories, like PKZIP 2.04 "-p -r" (or PKZIPC 4+ "-recurse")
- handle cases where -x, -R, and -i patterns are mixed
- new example C-Sharp code for using DLLs
- added some directory-search speedups
- fixed bug when encrypting large uncompressible files
- fixed Windows NTFS time problem
- fixed VMS logical name parse problem
- added VMS DEBUG option
- updated VMS help
- fixed selection of files to delete by date
- added -MM option where each input file pattern must match at least one file and all input files must be readable
- added check for when Zip tries to exceed seek limit in output file
- minor changes to compile with Visual C++ 2005
- added support for Unix FIFOs (named pipes)
- other minor fixes
Download (0.96MB)
Added: 2006-07-18 License: BSD License Price:
1389 downloads
DShaper 0.2.1
DShaper is a variable bandwidth traffic shaper. more>>
DShaper is a variable bandwidth traffic shaper that can be configured to adjust the size of a DUMMYNET pipe, depending on traffic volume flowing through the pipe.
TODO:
- Add feature: autonegote
Feature will give ability to adjust dshaper ruleset based on actual pipe usage. This is a discipline function.
- Add feature: snmpstat
Feature will enable dshaper statistics to be exported via snmpd.
Useful for monitoring pipe traffic via an snmp application such as cacti or mrtg.
NOTE: Unless requested, these features and additional features will NOT be actively worked on.
Currently Im reviewing my license options, and should have source code available shortly. I am leaning toward the BSD license. Please read the license file for Current binary release.
Enhancements:
- ReStructed Code
- Cleaned Code
- minbw, maxbw, burst, pointpercent, minempty supported
- Tested on FreeBSD4.11
<<lessTODO:
- Add feature: autonegote
Feature will give ability to adjust dshaper ruleset based on actual pipe usage. This is a discipline function.
- Add feature: snmpstat
Feature will enable dshaper statistics to be exported via snmpd.
Useful for monitoring pipe traffic via an snmp application such as cacti or mrtg.
NOTE: Unless requested, these features and additional features will NOT be actively worked on.
Currently Im reviewing my license options, and should have source code available shortly. I am leaning toward the BSD license. Please read the license file for Current binary release.
Enhancements:
- ReStructed Code
- Cleaned Code
- minbw, maxbw, burst, pointpercent, minempty supported
- Tested on FreeBSD4.11
Download (0.019MB)
Added: 2006-01-13 License: Other/Proprietary License Price:
1381 downloads
TCPDuP 0.50b
TCPDuP is a command-line networking utility that can proxy TCP service to a remote host:port pair. more>>
TCPDuP is a command-line networking utility that can proxy TCP service to a remote host:port pair, thus duplicating the availability of that service.
TCPDuP project differs from using netcat and a named pipe in that it supports multiple concurrent connections. It is also faster than using a pipe and netcat due to less overhead and use of asynchronous I/O.
Other features include local command execution, a daemon mode, and verbose output/logging.
Enhancements:
- A modular framework by which new functionality can be easily developed is now used.
- Two modules are built in: pair and cmd, which duplicate a remote service and capture the I/O of a locally executed command respectively.
- It is now possible to limit bandwidth to a specified amount in bits per second, regardless of the module used.
<<lessTCPDuP project differs from using netcat and a named pipe in that it supports multiple concurrent connections. It is also faster than using a pipe and netcat due to less overhead and use of asynchronous I/O.
Other features include local command execution, a daemon mode, and verbose output/logging.
Enhancements:
- A modular framework by which new functionality can be easily developed is now used.
- Two modules are built in: pair and cmd, which duplicate a remote service and capture the I/O of a locally executed command respectively.
- It is now possible to limit bandwidth to a specified amount in bits per second, regardless of the module used.
Download (0.016MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1329 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
XMMS InfoPipe 1.3
XMMS InfoPipe is a plugin that reports XMMS status via named pipe. more>>
XMMS InfoPipe is a plugin that reports XMMS status via named pipe. XMMS InfoPipe is handy if you want to add interesting real-time information for a personal web page, or a web cam page.
While theres a possibility of setting up programs to be executed by XMMS when changing songs, XMMS InfoPipe provides better introspection: You can get information on song position, song length, playlist position, status (stopped/playing/paused), song title as displayed by XMMS, and file name. The information is reported in easily parseable textual format.
The possibilities for information use are limitless. So far, here are some of the things people have been using InfoPipe for:
Showing information of XMMS on home page, webcam page, or something related (script included)
Showing player information on IRC (spotted one script for Irssi)
Using any speech synthetizer to say the song information, reducing the need for external displays, and helping listening to unfamiliar music in bed when all you have is a remote control =) (script included).
Yeah, LIRC plugin seems to support this already, but it only supports ViaVoice - this allows you to use any speech synth... or any other types of output. Just an example of flexibility - I created the script to do that at 4 oclock in the morning, and even got 99% of Perl recommendations of good coding right, even when I wasnt fully awake.
<<lessWhile theres a possibility of setting up programs to be executed by XMMS when changing songs, XMMS InfoPipe provides better introspection: You can get information on song position, song length, playlist position, status (stopped/playing/paused), song title as displayed by XMMS, and file name. The information is reported in easily parseable textual format.
The possibilities for information use are limitless. So far, here are some of the things people have been using InfoPipe for:
Showing information of XMMS on home page, webcam page, or something related (script included)
Showing player information on IRC (spotted one script for Irssi)
Using any speech synthetizer to say the song information, reducing the need for external displays, and helping listening to unfamiliar music in bed when all you have is a remote control =) (script included).
Yeah, LIRC plugin seems to support this already, but it only supports ViaVoice - this allows you to use any speech synth... or any other types of output. Just an example of flexibility - I created the script to do that at 4 oclock in the morning, and even got 99% of Perl recommendations of good coding right, even when I wasnt fully awake.
Download (0.17MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1307 downloads
Anagram Solver 0.1
Anagram Solver is a simple anagram solver program. more>>
Anagram Solver is a simple anagram solver program.
You can use it against any spelling dictionary that is formatted:
- one word per line
- in alphabetical order
If its not in alphabetical order, you could send it through pipe.
The basic algorithm tries all possible combinations of a word, in such a way that the combinations are generated in alphabetical order.
It also knows the next real word in the list, so it can tell whether or not it is futile to pursue a certain node. These optimizations make it possible for it to solve a 8+ letter word in a few seconds
To use it, simply point it to your aspell dictionary file, usually located in /usr/share/dict/linux.words
<<lessYou can use it against any spelling dictionary that is formatted:
- one word per line
- in alphabetical order
If its not in alphabetical order, you could send it through pipe.
The basic algorithm tries all possible combinations of a word, in such a way that the combinations are generated in alphabetical order.
It also knows the next real word in the list, so it can tell whether or not it is futile to pursue a certain node. These optimizations make it possible for it to solve a 8+ letter word in a few seconds
To use it, simply point it to your aspell dictionary file, usually located in /usr/share/dict/linux.words
Download (0.47MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1306 downloads
yublib 1.11b
yublib is a simple Python library that allows developers to integrate yubnub into their applications. more>>
yublib is a simple Python library that allows developers to integrate yubnub into their applications.
yubutils project is a grouped project that houses three main downloads.
1. yubController - a GUI front end for yubnub that works on Windows, Linux and OS X. It may also work on other POSIX systems such as FreeBSD, OpenBSD, NetBSD, Solaris, etc..
2. yncs - a text interface for yubnub and pipe developers (included in the yublib downloads). It works with the same platforms as yubConroller.
3. yublib - the core of yubutils front ends. Python library to interface with yubnub. It is ment for developers who wish to interface with yubnub in their own applications.
<<lessyubutils project is a grouped project that houses three main downloads.
1. yubController - a GUI front end for yubnub that works on Windows, Linux and OS X. It may also work on other POSIX systems such as FreeBSD, OpenBSD, NetBSD, Solaris, etc..
2. yncs - a text interface for yubnub and pipe developers (included in the yublib downloads). It works with the same platforms as yubConroller.
3. yublib - the core of yubutils front ends. Python library to interface with yubnub. It is ment for developers who wish to interface with yubnub in their own applications.
Download (0.040MB)
Added: 2006-03-31 License: LGPL (GNU Lesser General Public License) Price:
1303 downloads
mod_auth_pipe 1.0
mod-auth-pipe is a module of authentication written for Apache 1 (it hasnt been tested with Apache 2, but it may work). more>>
mod-auth-pipe is a module of authentication written for Apache 1 (it hasnt been tested with Apache 2, but it may work).
Actually, this module is just mod-auth-shadow with a few modifications in order to accept any program as a pipe, letting this one validate both users andr groups.
mod_auth_pipe contents the module itself and an example pipe.
mod-auth-pipe can be configured independantly for whole server, for any VirtualHost or just per Location/Directory. It has very few configuration variables and its format is very simple. In order to configure apache to authenticate, for example, access to the administrative interface of oscommerce you can type this on your httpd.conf:
< Directory /var/www/oscommerce/catalog/admin >
AuthType Basic
AuthName osCommerce admin site
AuthPipe on
AuthPipeProgram /usr/local/bin/auth-pipe
require group oscommerce-admins
< /Location >
This way, and with a well-made auth-pipe program you can be sure that only those within the group oscommerce-admins could enter that section of your web.
<<lessActually, this module is just mod-auth-shadow with a few modifications in order to accept any program as a pipe, letting this one validate both users andr groups.
mod_auth_pipe contents the module itself and an example pipe.
mod-auth-pipe can be configured independantly for whole server, for any VirtualHost or just per Location/Directory. It has very few configuration variables and its format is very simple. In order to configure apache to authenticate, for example, access to the administrative interface of oscommerce you can type this on your httpd.conf:
< Directory /var/www/oscommerce/catalog/admin >
AuthType Basic
AuthName osCommerce admin site
AuthPipe on
AuthPipeProgram /usr/local/bin/auth-pipe
require group oscommerce-admins
< /Location >
This way, and with a well-made auth-pipe program you can be sure that only those within the group oscommerce-admins could enter that section of your web.
Download (0.019MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1289 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 pipe 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