pipe
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.
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
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.
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.
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.
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
USB-TCP Bridge 1.2
USB-TCP Bridge - Bridge Palm USB to TCP/IP sockets more>>
The software can also be redistributed with predefined settings. As an example, "AvantGo USB Sync" is a repackaging of USB-TCP Bridge with built-in AvantGo synchronization for Mac OS X.
Enhancements:
- New UI with predefined selections in the pop-up menu, and a separate field for custom TCP port editing
- The bridge now supports a Connection Type selection which determines which USB pipes will be used for reading/writing
- The bridge can now execute a unix command line upon connection.
- Preferences are now remembered accross sessions
- New forced settings mechanism for distributing a locked binary with presets (see documentation)
- Quit the application when the window closes
- French translation by Michel Poulain.
Sphinx 0.9.8
Free open-source SQL full-text search engine more>> Free open-source SQL full-text search engine
Sphinx is a full-text search engine, distributed under GPL version 2. Commercial license is also available for embedded use
Generally, its a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages.
Currently built-in data sources come with support for fetching data either via direct connection to PostgreSQL or MySQL, or using XML pipe mechanism (a pipe to indexer in special XML-based format which Sphinx recognizes).
Sphinx distribution includes the following programs:
- indexer: an utility to create fulltext indices;
- search: a simple (test) utility to query fulltext indices from command line;
- searchd: a daemon to search through fulltext indices from external software (Web scripts using Sphinx API; or MySQL with SphinxSE; or your application server);
- sphinxapi: a set of API libraries for popular Web scripting languages (there are native API ports for PHP, Python, Java, Perl, and Ruby).
Main features:>
- high indexing speed (upto 10 MB/sec on modern CPUs)
- high search speed (avg query is under 0.1 sec on 2-4 GB text collections)
- high scalability (upto 100 GB of text, upto 100 M documents on a single CPU)
- supports distributed searching (since v.0.9.6)
- supports MySQL natively (MyISAM and InnoDB tables are both supported)
- supports phrase searching
- supports phrase proximity ranking, providing good relevance
- supports English and Russian stemming
- supports any number of document fields (weights can be changed on the fly)
- supports document groups
- supports stopwords
- supports different search modes ("match all", "match phrase" and "match any" as of v.0.9.5)
- generic XML interface which greatly simplifies custom integration
- pure-PHP (ie. NO module compiling etc) search client API
Maya Paint Effects 1.0
Maya Paint Effects - Screen saver based on the Maya engine more>>
Make your screen come alive with amazingly detailed flowers, pretzels, vines, galaxies, feathers, copper pipes, or any of the other fascinating Presets provided, or expand your fun by down-loading new Presets.
ActionItem 1.0
ActionItem - Menubar does-it-all more>>
I, search
Thinking of something and decide you want to search for it online? First you have to fire up a web browser, navigate to the search engine you want, type it in, then wait for the results. ActionItem makes it much easier. Simply click on the search engine you want from menu, type in your search terms into the text field, and hit return. ActionItem opens your default web browser and searches using the engine you selected. Adding new search items is easy so you can customize it to suit your preferences.
Add it up
ActionItem lets you do simple (and fairly complex) calculations directly from the text field. ActionItem pipes the text entered in ActionItem into the command-line program bc. The results are placed right back in the text field. Open Terminal and type "man bc" for more information on what is possible.
Applescript? Absolutely.
With ActionItem, you can send text to applescripts. This is a handy way to route text through other scriptable applications such as BBEdit or Considera. If the text field looks a bit small, press the "TEXT" button next to it to reveal a window with a larger text view. As long as that window is open, ActionItem will take information from that text view instead of the smaller text field. It couldnt be easier to pass text around.
Create file here
ActionItem also includes a handy feature which lets you create files instantly, anywhere. Better yet, you can define your own templates for inserting text into standardized files. ActionItem creates the files in the selected format in the currently open Finder window. If there isnt an open window, ActionItem creates files on the Desktop.
Inter-application support or product plug?
ActionItem includes one last feature, but only if youve got MacDialer installed. If you do, ActionItem can dial numbers using MacDialer. If you like ActionItem, give a small donation and you can get MacDialer for free. Give a bit to support ActionItems development and Ill gladly return the gesture.
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.
Hedge Backup Script 1.1.0
Simple and easy-to-use backup script for your Unix systems more>>
Note: For a better understanding of how to use this script, please refer to the readme file in the archive.
Major Features:
- Backs up filesystems with tar
- Compresses its archives with gzip
- Encrypts its archives with openssl
- Pipes the archive to remote storage using ssh
- Uses simple Y-M-D date-stamps to housekeep its archives
- Is just a shell script. Hopefully a fairly legible one.
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
Traffic.com Hotspot Widget 1.0
Traffic.com Hotspot Widget gives real-time traffic information for the 50 largest cities in the US more>> Description:
10 freeware icons designed in cartoon style.
Content:
Ball, Bike, Flash Light, Gift, Joystick, Picture, Pipe, Roler, Skate, Toy<<less