source revision control system
Photoshop Camera Raw Version Control 1.0
Photoshop Camera Raw Version Control - Create raw file versions more>>
The Photoshop Camera Raw Version Control package is a set of simple droplets that allow you to easily create and delete new versions, specify any version as the current version, and even automatically create batches of thumbnails or full resolution renderings of an entire set of versions. WIth just a few simple drag and drop operations, you can easily create and maintain several completely different interpretations of the same raw file.
Included in the pacakge are two Automator Actions that allow you to add some version control functions to your Automator workflows.
For users who like to experiement with their raw files, or who need to create multiple, different versions with the goal of creating composites, the Photoshop Camera Raw Version Control System makes it possible to easily switch back and forth between different sets of Camera Raw parameters.
AddRemoveButtons Control 1.0
AddRemoveButtons Control - Custom REALbasic control more>>
Device Control Device 0.14
Remote telescope client program compatible with the INDI standard more>> Remote telescope client program compatible with the INDI standard
Device Control Device is a client program compatible with the INDI standard (see http://indi.sourceforge.net) for remote telescope and device control. Device Control Device is writen in Python and uses the GTK in order to display the GUI.
System requirements:
- Internet Connection

Logitech Control Center 2.7
Driver software for Logitech?s USB pointing devices and keyboards. more>>
Supports Mac OS X and allows you to program your keyboard and/or mouse buttons to perform different functions and to take full advantage of your Logitech keyboard, mouse, or trackball.
With the LCC and your Logitech keyboard, you can:
- Browse the Internet using dedicated keys that provide one-touch access to your favorite sites.
- Launch your email application by pressing a button.
- Play music and control the system speaker using built-in buttons.
- Open frequently used items, such as documents, folders, and applications, with a single keystroke.
License:Freeware
Capslock to Control 1.7
Capslock to Control will remap the capslock and the enter keys to control more>> Capslock to Control will remap the capslock and the enter keys to control.
Mac OS X 10.2.8 or later, PowerBook.
Adobe Premiere FireWire DV device control 1.3
Adobe Premiere FireWire DV device control - Take advantage of new Apple FireWire enablers more>>
Knob Control 1.0.2
Free Yahoo! volume widget for your Mac more>> Free Yahoo! volume widget for your Mac
Knob Control is a free Yahoo! widget that features an analog volume knob.
System requirements:
-
Enhancements
- Change marker position.

DateControl 3.8
DateControl is such a real and useful basic control plugin tool that is designed to enable users to create a Date-picker. more>>
DateControl 3.8 is such a real and useful basic control plugin tool that is designed to enable users to create a Date-picker.
The Control is displayed according to control panel date settings, or in exclusive mm.dd.yyyy, exclusive dd.mm.yyyy or exclusive SQL format mode. "NULL" dates or what some would call no selection is supported. The control uses Native Windows control on Windows systems and native
Enhancements:
- Made adjustments so that font sizes work correctly with REALbasic 2009r4.
- MacFontSize, WinFontSize and LinuxFontSize properties now have the type Single instead of Integer.
- Added a WinTextUnit property.
- Added a LinuxTextUnit property.
- Windows fonts can now be nailed down to normal size pixels.
Requirements:
- MacOS X PPC - (Mach-O)
- MacOS X Universal Binary (Mach-O)
- Win32 - Windows
- Linux x86
- REALbasic 2006r4 or later.

JumpBox for the Drupal 5.x Content Management System 1.1.15
JumpBox for the Drupal 5.x Content Management System offers you an effective, open Source, web content management (WCM) system. more>> <<less

Icarus Camera Control 20090425
Camera control software for Nikon D80 and other PTP cameras. more>>
This program allows users of PTP cameras to remote control the camera, i.e. for tethered capture. It is intended as a replacement for vendor supplied camera control software that performs badly on portable computers.
This is open source software, not closed shareware. Easy-to-install bundles are available, or you can retrieve the source and build yourself.
to remote control the camera, i.e. for tethered capture. Icarus Camera Control 090425 - Icarus ... control software that performs badly on portable computers. This is open source software, notdSniff Control 0.3.2 build 121
dSniff Control is a front end for the open source command line utility suite. dSniff allows network administrators to test their networks for the most common sniffing and spoofing techniques more>>
dSniff Control 0.3.2 build 121 is such an useful application which offers a front end for the open source command line utility suite. dSniff allows network administrators to test their networks for the most common sniffing and spoofing techniques. dSniff Control includes a basic graphical interface for using dsniff, mailsnarf, msgsnarf, urlsnarf, arpspoof and tcpdump.
View Browser Source Scripts 1.3
View Browser Source Scripts provides you with a powerful and useful lack of support in OS X browsers for viewing web page source code in an external editor. more>> <<less
MacPerfect Updater 4.1
MacPrefect is a desktop control system used to protect shared machines from the ravages of naive or malicious users the world over more>> MacPrefect is a desktop control system used to protect shared machines from the ravages of naive or malicious users the world over. Used extensively within the education environment MacPrefect maintains machines in a standard state. Once a machine has been configured to look and work as required, MacPrefect keeps it that way - folder structures are maintained, the system folder is protected, control panel settings are maintained and software cannot be added or deleted from the machine.<<less
Subversion 1.4.4
Subversion - version control system that is a compelling replacement for CVS in the open source community more>>
Most current CVS features.
Subversion is meant to be a better CVS, so it has most of CVSs features. Generally, Subversions interface to a particular feature is similar to CVSs, except where theres a compelling reason to do otherwise.
Directories, renames, and file meta-data are versioned.
Lack of these features is one of the most common complaints against CVS. Subversion versions not only file contents and file existence, but also directories, copies, and renames. It also allows arbitrary metadata (properties) to be versioned along with any file or directory, and provides a mechanism for versioning the `execute permission flag on files.
Commits are truly atomic.
No part of a commit takes effect until the entire commit has succeeded. Revision numbers are per-commit, not per-file; log messages are attached to the revision, not stored redundantly as in CVS.
Apache network server option, with WebDAV/DeltaV protocol.
Subversion can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the Apache web server to provide repository-side network service. This gives Subversion an advantage over CVS in interoperability, and provides various key features for free: authentication, wire compression, and basic repository browsing.
Standalone server option.
Subversion also offers a standalone server option using a custom protocol (not everyone wants to run Apache 2.x). The standalone server can run as an inetd service, or in daemon mode, and offers basic authentication and authorization. It may also be tunnelled over ssh.
Branching and tagging are cheap (constant time) operations
There is no reason for these operations to be expensive, so they arent.
Branches and tags are both implemented in terms of an underlying copy operation. A copy takes up a small, constant amount of space. Any copy is a tag; and if you start committing on a copy, then its a branch as well. (This does away with CVSs branch-point tagging, by removing the distinction that made branch-point tags necessary in the first place.)
Natively client/server, layered library design
Subversion is designed to be client/server from the beginning; thus avoiding some of the maintenance problems which have plagued CVS. The code is structured as a set of modules with well-defined interfaces, designed to be called by other applications.
Client/server protocol sends diffs in both directions
The network protocol uses bandwidth efficiently by transmitting diffs in both directions whenever possible (CVS sends diffs from server to client, but not client to server).
Costs are proportional to change size, not data size
In general, the time required for a Subversion operation is proportional to the size of the changes resulting from that operation, not to the absolute size of the project in which the changes are taking place. This is a property of the Subversion repository model.
Choice of database or plain-file repository implementations
Repositories can be created with either an embedded database back-end (BerkeleyDB) or with normal flat-file back-end, which uses a custom format.
Versioning of symbolic links
Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies.
Efficient handling of binary files
Subversion is equally efficient on binary as on text files, because it uses a binary diffing algorithm to transmit and store successive revisions.
Parseable output
All output of the Subversion command-line client is carefully designed to be both human readable and automatically parseable; scriptability is a high priority.
Localized messages
Subversion uses gettext() to display translated error, informational, and help messages, based on current locale settings.
NetLinx Diagnostic and Control 0.1.0
Control NetLinx interfaces. more>>