pipe centralizer
PipeAlert 0.6.1
PipeAlert is a utility that reads data from a Unix pipe and displays it in a regular Aqua window more>>
Enhancements:
- Fixed insufficient escaping of spaces when PipeAlert displays its own path.
GPipes 1.0
Gpipes is a modification of the Pipes screensaver by epicware more>>
Well this modification fixes it. The screen now clears after 50 generations instead of just 5. You end up with a big cube of pipes at then end.
MediaPipe 0.8.9r2
MediaPipe - Flexible framework to manipulate media more>>
Additionally, if a format is not supported, or a filter not available, it features a SDK that let you to quickly implement the pipe you want.

Gaztrans Lite 1.1
Rotate pipes to connect houses with the main pump. Native iPhone version of the game is available. more>> <<less
peacePipe 1.2
peacePipe - Re-connect Applescript CGIs to the apache Web more>>
Unfortunately, with the advent of OS-X, server support for Applescript went away. Personal Web Sharing is now reliant on the very robust apache server, which is great, but apache does not directly support "sdoc" (AppleEvent) CGIs such as Applescripts. Further, the apache server is run as an invisible background process (usually owned by "www").
Due to the way Apple implemented OS-X, neither apache, nor any apache (shell) CGI scripts are able to directly access AppleEvent applications such as Applescripts. Applescript CGIs are locked behind a wall, or have been.
peacePipe was created to free them.
Enhancements:
- Changed delimiter character on cgi-pipe to tab.
- Flush log file more.

MidiPipe 1.4.3
Modify MIDI messages in real-time. more>>
MidiPipe is freeware and comes with no warranties. MidiPipe can be useful in a music studio or live on stage to route, map, filter, convert, display, input and output MIDI messages in real-time. Mac OS X 10.3.9 (Panther) or higher is required - 10.5 (Leopard) is recommended. Right now it comes with the following tools:
- Midi In - connects a MIDI input to the pipe
- Midi Out - connects a MIDI output to the pipe
- AList - outputs messages to the screen
- Message Converter - converts messages from one type to an other
- Delay - delays the time for when the message is scheduled
- Transpose - transposes note to multiple keys, set velocity, delay and channel for each
- Message Filter - filters by messages
- Channel Filter - filters by channel
- Channel Router - routes channels
- Keyboard Split - moves note on/off messages above/below a split point to a different channel
- Randomizer - randomly changes any parameter value(s) of any channel message(s)
- Many more features
WarpPipe 0.3.5b
WarpPipe allows you to trick your Nintendo Gamecube into thinking you are on a local area network (LAN) so you can play against other players over the internet more>> WarpPipe allows you to trick your Nintendo Gamecube into thinking you are on a local area network (LAN) so you can play against other players over the internet. WarpPipe currently supports Kirbys Air Ride and Mario Kart: Double Dash!!.
- A Nintendo GameCube console
- A Nintendo GameCube Broadband Adapter
- Kirbys Air Ride or Mario Kart: Double Dash!!
- A FAST broadband connection. You will need at least 128kbps upstream bandwidth for most games, although Kirby Air Ride can require up to 256kbps upstream bandwidth per player in the game. If your connection is not fast enough you WILL experience lag and connection loss problems. No dial-up modem support is available or planned.
- A supported network configuration.
Version 0.3.5b:
- New Interface: A nice, uniform, friendly graphical user interface for Windows, Linux, OS X, and BSD.
- Auto Ping: Once you are connected to someone, the GUI will ping the other person so you can see approximately how the game will perform.
- Auto Port Forwarding: Now there is functionality so that you dont have to open ports for the UDP game traffic. This is a step to 0.4. Until then if you want to listen for connections you still have to open port 4000 TCP. This should help individuals with routers.
- Automatic NIC Selection: Now you dont need to select the network card (NIC) that the GameCube is on. Warp Pipe will figure that out for itself.
- Wireless Network Support: If your PC or Mac is wireless, WarpPipe will now work. However, wireless game adapters are not yet officially supported, although some do work. We look forward to supporting wireless game adapters in version 0.4 to allow your GameCube to be connected to your network wirelessly.
- Improved 1080°: Avalanche Stability: Grind the pipe! Your favorite snowboarding game on the GameCube is much more stable on Warp Pipe. Although not all of the kinks have been worked out, this is part one of a significant stability increase we hope to completely solve with version 0.4
- Bug Fixes: Per usual a slew of stuff to make it more compatible and not crash on peoples systems.
Peers 0.3
A free and very minimalistic SIP User-Agent more>> A free and very minimalistic SIP User-Agent
Peers is a minimalistic and free softphone, developed using Java. Peers will allow a user to call from one PC to another on a local area network, using SIP/RTP/SDP with Ulaw encoding for voice.
System requirements:
-
Enhancements
New features:
- register management (initial register, register refresh, unregister)
- authentication using message digest (RFC2617)
Improved features:
- media capture/sending using pipes and three threads
- using TestNG for tests
- no singleton is used anymore
- xxxRequestManagers and xxxMethodHandlers are instanciated only once for uas and uac
- provisional responses can create or update dialog info (remote target, etc.)
Bugs fixed:
- 1994625 provisional responses with to-tag
CodeIgniter 1.7.1
Free and simple toolkit to create full-featured web applications more>> Free and simple toolkit to create full-featured web applications
CodeIgniter is a free and powerful PHP framework with a very small footprint, created for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
CodeIgniter is right for you if:
- You want a framework with a small footprint.
- You need exceptional performance.
- You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
- You want a framework that requires nearly zero configuration.
- You want a framework that does not require you to use the command line.
- You want a framework that does not require you to adhere to restrictive coding rules.
- You are not interested in large-scale monolithic libraries like PEAR.
- You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
- You eschew complexity, favoring simple solutions.
- You need clear, thorough documentation.
Enhancements
- Libraries
- Fixed an arbitrary script execution security flaw (#6068) in the Form Validation library (thanks to hkk)
- Changed default current page indicator in the Pagination library to use instead of
- A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters are encountered.
- Added , , , and to the Typography parsers inline elements.
- Added more accurate error reporting for the Email library when using sendmail.
- Removed a strict type check from the rotate() function of the Image Manipulation Class.
- Added enhanced error checking in file saving in the Image library when using the GD lib.
- Added an additional newline between multipart email headers and the MIME message text for better compatibility with a variety of MUAs.
- Made modest improvements to efficiency and accuracy of explode_name() in the Image lib.
- Database
- Added where_in to the list of expected arguments received by delete().
- Helpers
- Added the ability to have optgroups in form_dropdown() within the form helper.
- Added a doctype() function to the HTML helper.
- Added ability to force lowercase for url_title() in the URL helper.
- Changed the default "type" of form_button() to "button" from "submit" in the form helper.
- Changed redirect() in the URL helper to allow redirections to URLs outside of the CI site.
- Updated get_cookie() to try to fetch the cookie using the global cookie prefix if the requested cookie name doesnt exist.
- Other Changes
- Improved security in xss_clean() to help prevent attacks targeting Internet Explorer.
- Added application/msexcel to config/mimes.php for .xls files.
- Added proxy_ips config item to whitelist reverse proxy servers from which to trust the HTTP_X_FORWARDED_FOR header to to determine the visitors IP address.
- Improved accuracy of Upload:is_allowed_filetype() for images (#6715)
Bug fixes for 1.7.1:
- Database
- Fixed a bug when doing random on order_by() (#5706).
- Fixed a bug where adding a primary key through Forge could fail (#5731).
- Fixed a bug when using DB cache on multiple databases (#5737).
- Fixed a bug where TRUNCATE was not considered a "write" query (#6619).
- Fixed a bug where csv_from_result() was checking for a nonexistent method.
- Fixed a bug _protect_identifiers() where it was improperly removing all pipe symbols from items
- Fixed assorted user guide typos or examples (#5998, #6093, #6259, #6339, #6432, #6521).
- Fixed a bug in the MySQLi driver when no port is specified
- Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.
- Fixed a bug in which identifers were not being escaped properly when reserved characters were used.
- Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.
- Fixed a bug where double dashes within tag attributes were being converted to em dash entities.
- Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.
- Fixed some accuracy issues with curly quotes in Typography:format_characters()
- Changed a few docblock comments to reflect actual return values.
- Fixed a bug with high ascii characters in subject and from email headers.
- Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.
- Fixed a bug where HTML comments and tags were being parsed in Typography:auto_typography().
- Fixed a bug with non-breaking space cleanup in Typography:auto_typography().
- Fixed a bug in database escaping where a compound statement (ie: SUM()) wasnt handled correctly with database prefixes.
- Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.
- Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.
- Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.
- Fixed a bug (#6342) with plural() in the Inflection helper with words ending in "y".
- Fixed bug (#6517) where Routed URI segments returned by URI:rsegment() method were incorrect for the default controller.
- Fixed a bug (#6706) in the Security Helper where xss_clean() was using a deprecated second argument.
- Fixed a bug in the URL helper url_title() function where trailing periods were allowed at the end of a URL.
- Fixed a bug (#6669) in the Email class when CRLFs are used for the newline character with headers when used with the "mail" protocol.
- Fixed a bug (#6500) where URI:A_filter_uri() was exit()ing an error instead of using show_error().
- Fixed a bug (#6592) in the File Helper where get_dir_file_info() where recursion was not occurring properly.
- Tweaked Typography:auto_typography() for some edge-cases.
GNU Tar 1.22
Free and open source utility that will help you manipulate tar archives more>> Free and open source utility that will help you manipulate tar archives
GNU Tar program provides the ability to create tar archives, as well as various other kinds of manipulation.
Tar can be used on previously created archives to store additional files, to extract files, or to update or list files which were already stored.
Initially, tar archives were used to store files conveniently on magnetic tape. The name "Tar" comes from this use; it stands for tape archiver. Despite the utilitys name, Tar can direct its output to available devices, files, or other programs (using pipes), it can even access remote devices or files (as archives).
Enhancements
- Support for xz compression (--xz option)
- Short option -J is reassigned as a shortcut for --xz
- The option -I is a shortcut for --use-compress-program
- The --no-recursive option works with --incremental
XaoS Videator Enabled 3.2.7
XaoS Videator Enabled - a freeware fractal generation tool more>>
Main features:
- compatible with Videator 3.0
- you can automate menu items on launch
Commander 1.2
Commander is an enhanced version of the original Commander more>>
The tool executes UNIX shell commands standalone with each new open window working in its own pipe and eventually with windows added to share a same pipe. Additionally it offers some basic yet flexible features, easy to use and set, which make possible to achieve by simply point and click, batch of commands and harnessing their power without resorting to or knowing shell scripting.
Main features:
- Multiple windows for running shell commands and keeping their result at hand
- Windows bound to pipes or sharing them can be indifferently mixed and used
- Possibility did chain in sequence multiple command windows for batch execution
- multiple way to control chained sequence
- Possibility to achieve pseudo-interactivity in some cases
- Possibility to detach window from its command in case of blocking conditions
- Aids for finding any pending processes holding a pipe after the detach
- Searchable result
- Possibility to save and reuse most frequent or complex formatted commands and parameters
- Possibility to print results
- Access to a dictionary of common or custom commands
- Possibility to edit and customize the dictionary included in the bundle
- Possibility to filter the dictionary for fast finding and access
- Possibility to drag & drop text from the dictionary to the command fields.
Enhancements:
- Commander contains both visual and functional improvements for enhancing the user experience without changing its basic interface and use.
- Newly open windows by default allocate a private pipe for communicating with the underneath command being executed; by selecting the new "New Alias" menu item, a new window will open without allocating a new pipe but sharing the same one from the window parent.
- By reusing a same window or by entering commands in a cluster of windows identified by the same pipe number commands will run and re-use the same context.
- A new field in the command window makes possible under certain conditions to handle some extent of interactivity in commands.
- In case of dead-locks, as commands not responding or any other condition where windows do not get replied, it is possible to detach them from their process.
- If some process after the detach is still holding a pipe this can be detected visually and eventually more details displayed.
- Some internal bugs are cleared.

WireTap Anywhere 1.0.5
WireTap Anywhere can be considered to be a virtual audio patchbay for your Macintosh. more>>
WireTap Anywhere 1.0.5 can be considered to be a virtual audio patchbay for your Macintosh. Any program on your computer that generates audio can show up as a virtual audio input device, allowing you to record or process it in any other application that works with audio.
For instance, you could record both sides of a Skype or iChat conversation directly into Peak for editing... or go the other way, and pipe the audio output of ProTools over Skype or iChat for a friend to listen to.
With WireTap Anywhere, your applications are instantly transformed into audio inputs. Record the audio output of any application from within your favorite audio application. Tap your audio -- anytime, anyplace, anywhere.
Major Features:
- Record Anything, Anywhere
- WireTap Anywhere is a suite of components that lets you take the audio output from any Mac application or hardware input device and bring it into your favorite audio recording application.
- For instance, record both sides of a Skype or iChat conversation directly into Peak for editing... or go the other way, and pipe the audio output of Logic Pro over Skype or iChat for a friend to listen to.
- Grab the audio from specific applications, all system audio, any hardware input connected to your machine or any combination of the three!
- It's as seamless as plugging in a microphone.
- Aggregate Devices, No Aggravation
- For the first time ever, mix any combination of applications and input devices into a single, logical device!
- Simply select the software or hardware inputs you want, and WireTap Anywhere will handle the rest.
- Finally, aggregate devices without the aggravation.
- Industrial Strength
- A professional, low latency solution enabling you to mix and record all of your audio sources into your favorite audio recording application -- with efficiency and quality.
- Also included is an Audio Unit generator which provides even more flexibility and control from applications with Audio Unit generator support.
Requirements:
- Mac OS X 10.4.11 or later, PowerPC G4, G5, or any Intel Mac
Indigo/Phlink Scripts 1.1
Indigo/Phlink Scripts - Control your home using touch tone phone more>>
Ovolab Phlink automatically answers telephone calls and identifies the caller based on Caller ID. The caller can interact with Ovolab Phlink by pressing touch tone key sequences, which in turn trigger actions in Indigo. Indigo then communicates with devices throughout the house by using X10 technology.
Main features:
- Execute Indigo Action Groups (lighting scenes, house modes, etc.)
- Hear the on/off status of Devices
- Hear the brightness level of lamp and light modules
- Turn on or off any Device
- Brighten or dim lamp and light modules.
Enhancements:
- new call-out script for calling your mobile or office phone to remotely notify you of emergencies, such as motion detected alarms, power failures, or pipes freezing.
MPWFoundation 3.0
MPWFoundation is a simple to use Objective-C framework that provides an implementation of Higher Order Messaging (HOM) for convenient processing of collections more>>
MPWFoundation 3.0 is a simple to use Objective-C framework that provides an implementation of Higher Order Messaging (HOM) for convenient processing of collections, ObjectStreams for pipe-filter style programming, object caches for fast temporary object allocation, archiving support and more.
Requirements: Mac OS X Developer ToolsGNUstep