Main > Free Download Search >

Free handlers software for mac

handlers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 90
Sort Handlers

Sort Handlers


A small Applescript for Script Editor more>> A small Applescript for Script Editor

Sort Handlers extracts handlers (subroutines) from ScriptEditors current selection, sorts them by handler name, and places them in a new ScriptEditor document.
The current selection must contain at least one handler (three lines), and it must not include any script-level elements other than handlers.

Caveats:

- The selection must not contain any script-level elements (e.g., script objects, try statements, repeat statements, etc.) other than handlers. If it does, the results are less than useful.
- Comments outside handlers are lost.

System requirements:
- Script Editor

<<less
Download (8KB)
Added: 2008-11-22 License: Freeware Price: FREE
198 downloads
FinderSort 0.6

FinderSort 0.6


FinderSort - stand-in for the Finder sort command more>>
FinderSort is a stand-in for the Finders still missing sort command.
This handler takes a Finder reference to items on disk and returns a list of those items sorted by name, kind, comment, version, label index, modification date, creation date, or one of two different interpretations of size.
Enhancements:
- Version 0.6 more closely follows the way the OS X Finder handles certain signs, diacriticals and ligatures when sorting by name.
<<less
Download (47KB)
Added: 2006-01-04 License: Freeware Price:
1392 downloads
Yahoo Mailto Handler 1.1.1

Yahoo Mailto Handler 1.1.1


Yahoo Mailto Handler - handle mailto URLs more>>
Yahoo Mailto Handler is an AppleScript that opens Yahoos mail page from mailto URLs.

This script can be used to handle mailto URLs. So, when you click on an email address on a web page, it goes to the Yahoo web mail Send Message page, with the email address filled in.

If there are other parts, they will also be filled in (subject, cc, bcc, body, and perhaps other).


<<less
Download (26KB)
Added: 2005-12-14 License: Freeware Price:
1415 downloads
aRounderRound 1.3

aRounderRound 1.3


aRounderRound - A set of rounding handlers more>>
aRounderRound is a set of rounding handlers that are much faster than the Standard Additions round command, offer a few more options, and should work with any version of AppleScript.

Completly freeware for non-commercial use.
<<less
Download (23KB)
Added: 2006-05-27 License: Freeware Price:
1245 downloads
iChat XMPP URI handler 1.02

iChat XMPP URI handler 1.02


iChat XMPP URL handler - Fixes XMPP in iChat more>>
iChat XMPP URI handler is a simple URI handler that allows iChat to handle common XMPP URIs from web browsers.

The XMPP URI can be useful in many contexts. For instance as a way to contact, get information, or call a person, or to contact consumer support for some broken gadget or service.

It is as easy as installing a XMPP handler, storing it somewhere on your harddrive, running it once, and never have to think about it again. XMPP URIs will just work.

With a XMPP URI compable client, users send a message to user@provider.tld with the message Test.

<<less
Download (36.6KB)
Added: 2007-07-16 License: Freeware Price:
831 downloads
Schnibbles 1.0.1

Schnibbles 1.0.1


Schnibbles - Desktop notepad/scrapbook, handles text, HTML, & images (OS X Server and DP3) more>>
Schnibbles is a desktop notepad/scrapbook with an expandable plugin architecture. Includes content handlers/editors for text, RTF, RTFD, HTML, TIFF, EPS,sounds, and can read other NSImage formats such as gif and jpeg. It will accept file and content drags from both the Workspace and OmniWeb.
Enhancements:
- This version adds support for printing and assignment of command keys by plugins.
<<less
Download (228KB)
Added: 2006-05-12 License: Freeware Price:
1261 downloads
iChat XMPP URL handler 1.02

iChat XMPP URL handler 1.02


iChat XMPP URL handler is an URL handler for iChat to manage common XMPP URLs from web browsers. more>> <<less
Download (37K)
Added: 2007-07-14 License: Free Price:
downloads
KFAppleScript Handler Additions 2.3

KFAppleScript Handler Additions 2.3


KFAppleScript Handler Additions - Call subroutines (with arguments) of compiled AppleScript scripts more>>
KFAppleScript Handler Additions makes it easy to call subroutines (with arguments) of compiled AppleScript scripts. Certain simple argument types and returns are translated.
Version 2 is greatly expanded in scope from version 1. We now translate all types that cocoa scripting knows how to handle (though independently of the unexposed built in functions). Also, the mechanism is now extensible. You can fairly easily set up your own objects (or other ObjC/AS objects) for automatic translation to and from applescript.
Enhancements:
- Fixed a memory leak.
<<less
Download (55KB)
Added: 2006-03-27 License: Freeware Price:
1307 downloads
Webmailer 1.0.1

Webmailer 1.0.1


Webmailer is an enhanced tool specifically designed to help you fix the problem that ever click on a mailto: link, only to scream in frustration as Apple Mail opens yet again. more>>

Webmailer 1.0.1 is an enhanced tool specifically designed to help you fix the problem that ever click on a mailto: link, only to scream in frustration as Apple Mail opens yet again. You can set it to open any URL or run any shell script, complete with the parameters lifted from the mailto link. Webmailer comes with links for several possible Webmail sites, including Yahoo Mail, Gmail, Hotmail, and several Webmail programs, such as SquirrelMail or Roundcube.

But you can always add your own configuration. (There are two versions of Webmailer, one for Mac OS X v10.3 (Panther) and one for Mac OS X v10.4 (Tiger). The Tiger version includes a feature that allows you to choose your default email handler.)

Requirements: Mac OS X 10.4

<<less
Download (148.8KB)
Added: 2007-04-22 License: Freeware Price: $0.00
downloads
 
Other version of Webmailer
Webmailer 1.0The Tiger version includes a feature that allows you to choose your default email handler, be it Webmailer or some other program. Unfortunately, this capability is not available on Panther
License:Freeware
Download (149KB)
1042 downloads
Added: 2007-01-09
Broadcaster 1.1

Broadcaster 1.1


Broadcaster will provide support for delegation of event handlers more>>
Broadcaster will provide support for delegation of event handlers and thus allows a modular design of programming.
For instance, a checkboxs action event is fired. You normally are forced to implement the action event of the checkbox with code belonging to your class. This is not necessary, because the CheckboxBroadcaster delegates the action event to an ActionListener your class can implement. Likewise the TimerBroadcaster delegates its action event to an actionlistener, and your class can implement such a listener keeping more code private.
The plugin does not do anything magically; a timer-broadcaster can be developed in pure RB by subclassing a timer and creation of an interface, cluttering your project window with additional classes. All these are tucked away in the plugin, including code maintaining the reference to the handler, which in this example implements the actionlistener interface.
While this is the principal purpose of the plugin, making a class "timer aware", or "thread aware", or "pushbutton aware", etc, you also can register a bunch of listeners with one timer. This bunch can be put into an array of listeners and as such be registered.
You do not need to maintain a list of actionlistener objects for proper disposal, nor do you need to provide circular references. That is because the plugin appropriately will take care of these references "under the hood".
Enhancements:
- Added RBScript support.
<<less
Download (233KB)
Added: 2005-11-07 License: Freeware Price:
1456 downloads
Oakland Raiders Widget 1.8

Oakland Raiders Widget 1.8


Oakland Raiders Widget - Displays news from the raiderfans.net RSS feed on your Dashboard more>>

Any Video Converter for Mac 2.10 provides a powerful and multifunctional tool for video conversion for Mac users. This Mac video converter can convert between almost all video formats including ASF, AVI, MPEG1/2/4, WMV, MOV, MP4, 3GP as an excellent Mac AVI MPEG converter. With various outputs, Any Video Converter is excellent for almost all popular video players such as PSP, PS3, iPod, iPhone, Apple TV, Zune, Archos, iRiver PMP, Creative Zen, etc.
Any Video Converter for Mac bridges the gap between numerous complicated video formatting standards, and people that just want to get the job done - just what you would expect from the Mac.
Major Features:

  1. Super fast speed conversion from nearly every video format to iPod, PSP, DV, DVD, Tivo, AVI, MP4, WMV, MPEG and Flash.
  2. Multithreading and batch conversion are supported. The conversion speed is no limit and will be improved with better performance of your Mac;
  3. Diverse preset profiles to fit various devices
  4. There are several optimized profiles for PSP, PS3, iPod, iPhone, Apple TV, Zune, Archos, iRiver PMP, Creative Zen, BlackBerry mobile phone, etc. with different quality in the software which can be used directly without any further settings.
  5. Provide advanced settings for output
  6. Besides the default settings, experienced user can set the advanced settings such as video size, bit rate, frame rate, etc.
  7. Convert any file in three steps. Click, drag, click.
  8. Almost all popular video and audio formats are supported like AVI, MPEG, MP4, ASF, MOV, WMV, MP3, AAC, M4A, etc.
  9. Batch Processing of multiple files. Save in-place, or to a different folder.
  10. Dynamic Preview - See results before beginning a long encode.
  11. Stitch multiple files together to combine videos.
  12. Universal Binary for PowerPC and Intel Macs.

Enhancements:

  1. Adds Japanese and Chinese GUIs.
  2. Fixes bug concerning the MPEG1 Video Size handler error and the YouTube video download error.


WareSeeker Editor



<<less
Download (282KB)
Added: 2008-07-09 License: Freeware Price: FREE
178 downloads
iTunes and Screensavers 1.2

iTunes and Screensavers 1.2


iTunes and Screensavers - Pause iTunes when screensaver activates more>>
iTunes keeps information about how often a song was played, but this information is not correct if it still plays my music when Im away from my Mac.
So this application will run silently in the background and watch for the screensaver. If the screensaver starts and iTunes is playing the playback is paused. As soon as the screensaver stops the music plays again.
This application was made in Realbasic in only 10 minutes. Some classes from the MBS Realbasic Plugin helped:
First we have a subclass of the CarbonApplicationEventsMBS class which receives an event from the system whenever an application is launched.
Using the ProcessMBS class we check whether the launched application is the screen saver and whether iTunes is running. In case iTunes runs we stop the music using an AppleScript which is compiled and executed using the AppleScriptMBS class.
In the event handler for terminating applications we check if this is the screen saver. In case the screen saver quits we tell iTunes to play again.
This application has no interface and it will quit if you log out but if you want to quit this app without logging out you can use the Process Viewer to quit the process.
Enhancements:
- Moved project to Realbasic 5.5 and newer plugins.
- Fixed problem with users of Script Debugger from latenightsw.com.
<<less
Download (925KB)
Added: 2006-04-05 License: Freeware Price:
1299 downloads
OpenDS 1.2

OpenDS 1.2


OpenDS offers you an open source community project creating a free and easy-to-use next generation directory service. more>>

OpenDS 1.2 offers you an extremely useful open source community project building a free and comprehensive next generation directory service. OpenDS is designed to address large deployments, to provide high performance, to be highly extensible, and to be easy to deploy, manage and monitor.

Initial development of OpenDS was done by Sun Microsystems, but is now available under the open source Common Development and Distribution License (CDDL).

Enhancements:
  • Fix: Control Panel does not display correctly connection handlers listen addresses
  • aggregation constraints are now correctly generated
  • Fix broken unit tests discovered when attempting to port OpenDS to IBM JVM
  • Fixes the remaining occurences of Latin1 characters, and replace them with valid escaped UTF-8 characters in DNs/RDNs.
  • Many more enhancements.
Requirements: Mac OS X 10.4 or later, Java 5.
<<less
Download (13.6MB)
Added: 2009-02-18 License: Free Price:
downloads
CB Shapedraw 1.0

CB Shapedraw 1.0


CB Shapedraw - Parses ESRI shapefiles and draws their contents to the Chipmunk Basic graphics window more>>
CB Shapedraw is a Chipmunk Basic program that parses ESRI shapefiles and draws their contents to the Chipmunk Basic graphics window. Multiple shapefiles can be drawn together using different line weights and colors, allowing simple map overlays to be constructed.
CB Shapedraw supports point, multipoint, polyline, and polygon shape types.
This program is intended as a Chipmunk Basic programming example. Please see the web site for additional information including usage help.
Main features:
- unnumbered lines
- catching and handling open errors using on error (the open commands optional "else goto" error handler appears to be incompatible with labelled goto targets; itll only go to a hard-coded line number - blah!)
- use of the fseek command to navigate around a file (not put to terribly effective use in cb-shpdraw as the shapes are drawn sequentially anyway, but in place to facilitate future modifications where particular shapes are requested but not others - possibly according to attribute values)
- use of named subroutines
- parsing of a fairly complex binary file format - in accordance with ESRIs specification, shapefiles contain a combination of "big endian" and "littleendian" byte ordering. This means that some values are stored "backwards" (most, actually, relative to the Macs native "big endian" byte order), which is the reason for the byte-by-byte math in the Read subroutines. Otherwise, input could probably be lots faster, using get to read a typed structure directly from file. Maybe thats possible anyway. Regardless, figuring out how to read a little-endian eight-byte double with Chipmunk Basic seemed pretty tricky.
<<less
Download (6KB)
Added: 2005-11-25 License: Freeware Price:
1433 downloads
hashLib 1.0

hashLib 1.0


hashLib - A collection of handlers for records more>>
hashLib is a collection of handlers that allow records to be created, modified and read as if they were hash arrays (If ever youve wanted to get "a" of {a:1}, now you can!).

It can create new record properties during runtime (not possible in regular AppleScript). It can also get and set record properties using strings to refer to property labels.

Included in the package is a very detailed documentation for full story (commented in the script).
<<less
Download (31KB)
Added: 2006-05-29 License: Freeware Price:
1251 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5