plugin
fp Plugin 2.5
fp Plugin provides users with a very useful utility which adds two new data types, BigInteger and BigFloat. more>>
fp Plugin 2.5 provides users with a very useful utility which adds two new data types, BigInteger and BigFloat. Except for available memory, there is no limitation on the size of a BigInteger. BigFloat is a multi--precision floating point number. You can set both the internal precision and the decimal output precision for BigFloat, with no limitation except for available memory.
fp Plugin itself allows you to construct programs which can handle the two new data types much like doubles and integers are handled. To a large extent the new data types can be freely used with the +, -, *, and / operators, and can be used in comparisons. And most of REALbasic's functions have been overloaded to take the new data types, where it makes sense to do so.
Enhancements:
- Adds the Beta Function, the Incomplete Beta Function, the Error Functions, the Exponential Integral, the Fresnel Integrals, and the Confluent Hypergeometric Function.
CRC Plugin 1.2
CRC Plugin - REALbasic methods for calculating CRCs more>>
Theres three versions of CRC calculation: One for 16 Bit, one for 32 Bit and one for 16 to 64 Bit wide checksums. If you are free to choose, I suggest that you use the 32 Bit version because of its accuracy and performance.
Completly freeware for personal use.
Enhancements:
- Added Carbon (OS X) support.
MKS Plugin 1.2
MKS Plugin - RB plugin for units like doubles and integers more>>
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS X, Mac OS 9.x, or Windows applications.
Enhancements:
- Version 1.2 adds the energy unit "tonsTNT" and the speed unit "mph".
AVC Plugin 1.2
FireWire framework development plug-in. more>>
The AVCbundle.bundle, developed with Project Builder, is a shared library; the plugins CFM runtime requires the MachO runtime the AVCbundle provides. Most of the work is done by the MachO bundle, which delivers a callback function the FWNotification class implements.
Hex Plugin 1.1
Hex Plugin - REALBasic plugin with four methods more>>
Enhancements:
- Version 1.1 adds two functions, HexFromChar and CharFromHex.
- With these functions you can give the plugin a UTF8 or UTF16 encoded string, and the plugin will give back a string containing the hex representation of that input string. And you can do the reverse.
MMrng Plugin 1.1
MMrng Plugin - Pseudo-random number generator more>>
It is meant for scientific work, generating doubles (>= 0 and<<less
NoIP Plugin 1.0
NoIP Plugin keeps your No-IP account updated more>>
Take the NoIP.properties file an edit it with a text editor. Then put it, and the NoIP.class file in your CrushFTP "plugins" folder. (If the plugins folder does not exist, make one named "plugins".)
There is no need to run a separate update client if you use this plugin with a CrushFTP server.
Now your No-IP DNS hostname can never be out of synch with CrushFTP.
EncFS.plugin 0.2
EncFS.plugin is a plugin for MacFusion, a front end to the ever useful MacFuse. more>>
EncFS.plugin is based on EncFS, an encrypted FUSE file-system by Valient Gough.
ROT13 Plugin 1.0
ROT13 Plugin - Encodes and decodes a string in the ROT13 format and back to plain text more>>
ROT13 Plugin is useful, if you want to make it more difficult to recognize a message text
ROT13 Encoding was used on the internet for ages, and its now available as a plugin for the REALbasic IDE.
Matrix Plugin 2.5
Matrix Plugin is a powerful, perfect and popular math and science program. more>>
Matrix Plugin 2.5 is a powerful, perfect and popular math and science program. Matrix Plugin for REALbasic 2008 and higher allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled. Matrix elements are doubles.
MPCalc Plugin 3.0
MPCalc Plugin is a smart program which brings the features of multi-precision RPN calculator to a REALbasic program. more>>
MPCalc Plugin 3.0 is a smart program which brings the features of multi-precision RPN calculator to a REALbasic program. It can handle numbers with up to 30,000 decimal digits. It can also handle numbers whose absolute values lie between 1e-167100000 and 1e+167100000. It is a Universal plugin for Mac OS X. Over forty scientific functions are now available.
iMage Plugin 1.0.7
iMage Plugin is considered as a professional and helpful plugin for use with Ecamms iMage USB Webcam. more>> iMage Plugin 1.0.7 is considered as a professional and helpful plugin for use with Ecamms iMage USB Webcam. It enables the webcam to be recognized by iChat AV and iMovie.
Requirements: Mac OS X 10.4.3 or later.
DivTV Plugin 0.2b1
DivTV Plugin offers a fast, reliable and easy to use plugin for AlchemyTVDVR. This plugin enables you to automatically post-process a recorded file and export it to VCD more>>
DivTV Plugin 0.2b1 offers a fast, reliable and easy to use plugin for AlchemyTVDVR. This plugin enables you to automatically post-process a recorded file and export it to VCD (MPEG-1) or S-VCD (MPEG-2). The created file is then ready to be burned onto a CD-R/W.
Requirements:
- AlchemyTVDVR 2.11
Complex Plugin 1.7
Complex Plugin - Construct programs which can handle complex numbers more>>
Complex Plugin for REALbasic 5 allows you to construct programs which can handle complex numbers much like doubles and integers are handled. Complex numbers are represented by two doubles, not by the multi-precision numbers used by my MPCalc and Precision plugins.
Enhancements:
- Faster square root function.
- Corrects a possible error in the Pow function.
Plugin Starter 1.0
Plugin Starter - Skeleton for writing your own RB plugins more>>
Enhancements:
- Added a project file for CW Pro 6;
- added code to show how to catch C++ exceptions (which works with this code, but not with the demo projects from RS) and how to raise RB exceptions from a plugin;
- updated to use the latest SDK from RS (supports RB 5).