dynamic languages toolkit
System Language 1.1
AppleScript extension can determine what OS language is running. more>>
A numerical language code, or the name of the language in plain text is returned based on how System language is called by the scripter. One possible use of System Language might be to allow scripts to automatically detect and adjust to running on systems in different languages.
Dynamic Formula 1.0
Dynamic Formula allow end users to enter in their own variables and values more>>
Completly freeware for non-commercial use.
Language Translator 1.3
Easily translate any text between different languages using the Google language translation service more>> Easily translate any text between different languages using the Google language translation service
The Language Translator is a free Dashboard widget that will allow you to easily translate any text between different languages using the Google language translation service.
The Language Translator widget can also detect the source language so that you will only have to select the language you want the widget to translate your text to.
Enhancements
- Added support for Albanian, Estonian, Hungarian, Maltese, Thai and Turkish.
AdBlocker Toolkit 1.0
AdBlocker Toolkit - Terminal toolkit to prevent Internet ads from appearing more>>
Popup ads wont load (nor will they spawn new ads), and most banner ads will never appear.
Do not use this, however, if you are not comfortable using the Terminal program in OS X.
XML Toolkit 2.0.2
XML Toolkit - REALbasic plug-in for parsing XML code more>>
A comprehensive and customisable framework for parsing and creating XML code to and from object structures.
Main features:
- Fully XML 1.0 compliant.
- Intuitive class structure.
- Highly customisable.
- Support for incremental parsing.
- Automatic output formatting.
- Support for HTML parsing.
- Support for text encodings.
- Cross-platform compatible.
Enhancements:
- Now compatible with RB5
- Fixed a problem that would lead to a crash in Windows builds (TextConverters only work on the Mac).
- Added SetAttribute(name as string, value as variant) method to XMLElement class. Creates a new attribute if none of that name exist.
- Added XMLContainer constructor which takes only source text (rather than source text and the HTML flag) and defaults to strict syntax.
- Now opens files using binary stream, improving performance on large files.
- Fixed an obscure bug that would occasionaly cause decoding of special characters to fail.
- The documentation is now much easier to navigate.
No-IP Dynamic DNS Update Client 3.1.3b4
No-IP Dynamic DNS Update Client is one of the most marvelous tools which sits in the back ground and monitors your dynamic IP address. more>>
No-IP Dynamic DNS Update Client 3.1.3b4 is one of the most marvelous tools which sits in the back ground and monitors your dynamic IP address.
Whenever it changes it sends up update to the system to update your No-IP.com account DNS host names. The client supports multiple hosts, group updates and also runs as a daemon running in the background when you are not logged into the system insuring that your IP address is always current.
License:Freeware
License:Freeware
License:Freeware
Google Web Toolkit 1.7.1
Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who dont speak browser quirks as a more>>
Google Web Toolkit 1.7.1 is designed to bring users a simple-to-use and effective open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language.
Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.
GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
Enhancements:
- Adds support for Mac OS X version 10.6 (Snow Leopard) by allowing hosted mode to run with a 1.6 JRE in 32-bit mode (using the -d32 flag).
License:GPL
Big Brother Mashup Toolkit
Big Brother Mashup Toolkit offers you a useful tool that can create the ultimate Big Brother mashup video. more>>
Big Brother Mashup Toolkit offers you a useful tool that can create the ultimate Big Brother mashup video. Give it your best shot and your mashup could be featured on air during a Big Brother episode!
The mashup with the most votes at the end of each weekly voting period wins and could be broadcast on air during a Big Brother episode!
Major Features:
- Download the mashup toolkit to get this week's set of clips and music.
- Create a 30-second mashup using your favorite video-editing software and the download toolkit.
- Upload your mashup to CBS.com.
- Vote for your favorite mashup and get friends and fans to vote for yours!
iPhoneDbg Toolkit 1.01
Debug running (or newly created) native processes inside your iPhone more>> Debug running (or newly created) native processes inside your iPhone
This set of tools will enable you to delve into iPhone Binary Reversing. The iPhone Debugger allows you to debug running or newly-created native processes inside iPhone.
The Library Loader Patcher will allow to debug iPhone libraries. You can also build a tunnel from your PC to your iPhone through USB.
iPhoneDbg Toolkits design divides the tool into two parts, the C class for debugging and the interface, this enabling the possibility of making another debugging tools with different interfaces.This design is simple and the debugger could be easily ported to another platforms.
System requirements:
- iPhone
- iPhone firmware v1.1.4, should work on earlier firmware versions (drop a line if positive).
- Some iPhone Console application (local Term-vt100, remote OpenSSH via WiFi or remote OpenSSH via USB).
NOTE: dyld_patcher and iphone_tunnel are provided under a slightly modified version of the Apache Software License.
Digital Invisible Ink Toolkit 1.5
Digital Invisible Ink Toolkit provides a simple tool that can hide a message inside a 24-bit colour image more>>
There are four highly customisable algorithms in the tool, as well as an open-source implementation of RS Analysis (an extremely good steganalysis method). The tool has the additional advantage of being able to simulate hiding - so you can get an accurate map of where the information is hidden.
The compiled version can be run by simply double clicking the .jar file, or by running at a command line with the following options (you will need to run at the command line if you are using big pictures, such as those greater than 500x500 pixels or it will run out of memory):
java -jar -Xmx512m diit_1-1.jar
Where -Xmx512m tells the virtual machine to use 512MB of physical RAM (at most) - please change to suit your own machine specifications.
Enhancements:
- A working copy of sample pairs, tuned BattleSteg algorithm and a few bug fixes to the algorithm.

Quick Dicom Toolkit 1.0.7
Quick Dicom Toolkit is a full featured and advanced Dicom medical imaging package for Mac OS X which provides QuickLook, Spotlight, Quartz Composer, Window/Level Plugins and a Dicom file analyzer. more>> <<less
Undo Toolkit 1.3.1
Undo Toolkit - REALbasic toolkit providing unlimited undo/redo more>>
Undo Toolkit supports application-wide or window-specific undo -- you can choose the undo solution thats right for your project -- and provides customizable language constants for multi-lingual apps.
Enhancements:
- [New] UndoStack: When calling a controls Undo method, now moves the controls window to the foreground, and if necessary sets the value of the controls TabPanel or PagePanel to make the control visible.
- [Fix] UndoStack: Fixed a bug where the "dirty" boolean was improperly set FALSE if the user performed an action while there were no actions to redo.
- [Fix] Application-wide Undo: Added documentation about menu handling code needed in the App.EnableMenuItems event.
- [Fix] UndoableEditField: Now captures the styles of text dragged into an UndoableEditField from another application, instead of just capturing the text.
- [Kis] UndoableEditField: The StyledText object associated with text dragged or copied from another application will have incorrect color settings and will not honor the bold setting, due to a bug in REALbasic itself (Feedback ID: jrnziewx). This will become visible after undoing and redoing the insertion of styled text.
- [Fix] UndoableEditField: Fixed a bug where an undo or redo could change the style settings of a non-styled UndoableEditField.
- [Fix] UndoableEditField: The Modified event no longer fires when pressing the backspace key while the cursor is at position zero.
- [Fix] UndoableEditField: Now checks whether StyledText = nil instead of relying on the value of the styled property, which apparently returns TRUE when it shouldnt under certain (not yet isolated) conditions in a compiled Windows app.
- [Fix] Compiler: Removed some REALbasic 5.5-specific syntax (e.g., "dim x as new y") for better compatibility with REALbasic 5.0 and higher.
- [Chg] Debugging Tools: Renamed UndoStackDisplay to UndoStackViewer.
- [New] Debugging Tools: Added the StyledTextViewer class, which displays the contents of a StyledText object. You can click on a StyledText object in the UndoStackViewer to display its contents.
Adobe GoLive Dynamic ASP Link 1.0b1
Create dynamically driven websites that connect to back-end databases. more>>
Visually build complex, database-driven Web sites with drag-and-drop ease. Perfect for e-commerce storefronts, online catalogs, personalized content, or any database-driven information.
GoLive Dynamic Link for ASP can deliver content from any ODBC-compliant database, including Oracle, FileMaker Pro, Microsoft SQL Server, and Microsoft Access. GoLive Dynamic Link for ASP will automatically generate ASP code to interact with leading e-commerce solutions, such as Microsoft Commerce Server.
License:Freeware
Dutch Byki Express Language Learning 4.0
Dutch Byki Express Language Learning services you one of the most advantageous language tools which is available in over 70 languages, Byki is a powerful and personalized language-learning system that locks Dutch words and phrases into your memory so that you can recall them perfectly and remember them forever. more>> <<less
SOAP Toolkit 1.0a1
SOAP Toolkit is a set of custom classes that allows a REALbasic developer to include a SOAP client in their REALbasic projects. At this time only the client version is included more>> SOAP Toolkit is a set of custom classes that allows a REALbasic developer to include a SOAP client in their REALbasic projects. At this time only the client version is included. Future versions will contain a class to construct a SOAP server.
REALbasic 3.0 or later.