pipe pelaez
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.
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.
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.
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
Eddie 1.1
Eddie - An editor designed for programmers for Mac OS X, inspired by MPW, it is ideal for C/C++ development. more>> Eddie - An editor designed for programmers for Mac OS X, inspired by MPW, it is ideal for C/C++ development.
Eddie is an editor designed for programmers for Mac OS X. Inspired by MPW on the Macintosh, it is ideal for C/C++ development. Supports a Worksheet -- a full-featured shell that combines the power of bash and the ease of editing in a normal text window-like mode.
Host of developer-oriented features including the C++ prototyper that makes writing code a snap. Eddie is also a great tool if you want to edit HTLM, .kon, JavaScript, and .widget files.
Main features:
- Full featured editor with an extensive set of keyboard shortcuts, unlimited Undo, etc.
- Worksheet windows with a full bash shell support, enhanced Tab-completion support
- Syntax coloring for C/C++, makefiles, assembly, HTML, JavaScript, Konfabulator and many other file formats
- Function popup with full C/C++ support, JavaScript
- Magic prototyper greatly simplifies C++ development
- Ifdef balancing, Commenting, fast Symbol lookup and completion through plugins
- Multiple clipboards with an extended feature set for complex copy-paste jobs
- Search/Replace supports regular expressions, multi-file, incremental search
- Windows may be split horizontally and vertically into several panes
- Extensive plugin API gives plugins full control over the application
- Every keyboard shortcut fully configurable, (includes plugin commands)
- Workset window allows organizing files into project-like groups
- Worksets support makefile generation, import from a makefile
- Support for source control systems like Perforce, Subversion, CVS
- Optional Emacs-like keymap support.
Enhancements
- Python function popup.
- Commenter Python support.
- Ruby syntax coloring and commenter support.
- Added a "Tab inserts spaces" preference.
- Added a "Auto save Worksheet Path" preference.
- Exported TARGET selection to the shell as $_TS and $TS_
- Selection in the TARGET window can now be addressed as a pipe in the Worksheet
You can now for instance do the following commands:
- "cat < $_TS"... to print the selection from your TARGET window into the Worksheet
- "date > $TS_"... to paste the date/time into your TARGET window
- "sort < $_TS > $TS_"... to sort selected lines in the TARGET window (great for sorting #includes, etc.)
- Show full file paths in declaration popup windows when showing duplicate symbols
- Added a menu item to reopen all documents that were open at last quit.
- Resize the window to avoid the Dock after moving the window
- Status panel shows hex values of short selections
- Faster ReplaceAll.
- Fixed a crash in the colors pref pane
- Fixed pathname tab completion to understand env variables
- Use ~/.bash_logout (if present) when quitting a shell or Worksheet
- Improved AutoIndent and ExtendOrShrinkToLineRight keyboard shortcuts
- Many other misc bug fixes
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.
MSI Man 1.0
MSI Man is the key to easily burning multi-session discs. Using a new .msi package format, it can take MSI (MultiSession Image) packages, and burn them in one easy step more>> MSI Man is the key to easily burning multi-session discs. Using a new .msi package format, it can take MSI (MultiSession Image) packages, and burn them in one easy step. It pipes all the needed data and information on how to burn the image to Toast and lets it do the hard work for you.
Instructions on how to create *.msi packages and an example Multisession Disc Image is included in the download.
Mac OS X 10.2 or later.
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
WildLands Hockey 1.0
WildLands Hockey - Play hockey with elk and bear in arcade style game more>>
WilldLands Hockey is based on the arcade hockey games of the 80s. Of course their are a few modern conveniences. So come out and play from the warm comfort of your computer. WildLands Hockey is rated for everyone.
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.

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
Portable Gimp.app 2.2.10-svg r1.0
Portable Gimp.app - Gimp.app packeged for portable drive more>>
How to install
1. Drag "Portable Gimp.app" folder to your portable device, USB thumb drive, iPod, portable hard drive, memory card, other portable device (also to your internal hard disk) as long as it has 125 MB of free space.
2. Clicking "Portable Gimp.app" will open Gimp.app from your portable device, wait a while before Gimp start. Portable Gimp.app requires that either Apples X11 or XDarwin be installed. Apples X11 is included in the "Optional Installs" package on the OS X install disk.
There is a bug currently that Gimp.app will not work from within a folder containing any of the following characters: pipe |, forward slash /, backslash , ampersand &, pound #, or double quote ". Any other printable characters should be fine.
Gimp.app is packaged using the Platypus script wrapper from
http://sveinbjorn.sytes.net/platypus
Support Forum
Post questions, tips, suggestions, clues, helps, bugs to our OS X Portable Applications support forum.
Enhancements:
- First public release
- 100%stand alone.