sorcerer plugin
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 965
CRC Plugin 1.2
CRC Plugin - REALbasic methods for calculating CRCs more>>
CRC Plugin provides functions to calculate CRCs over a range of bytes in a MemoryBlock, in the MacOS memory space or in a String.
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.
<<lessTheres 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.
Download (88KB)
Added: 2006-06-28 License: Freeware Price:
1228 downloads
SearchField Plugin 1.0b3
SearchField Plugin - Implements rounded search field more>>
The SearchField Plugin implements the rounded search field commonly found in applications on Mac OS X. It requires Mac OS X 10.3 both when developing an application and when the final application is run.
The control also only works in Mach-O built applications which in turn requires REALbasic.
Enhancements:
- Now obeys Lock properties
- Draws a box in the IDE window
- Responds to the Control.SetFocus method.
<<lessThe control also only works in Mach-O built applications which in turn requires REALbasic.
Enhancements:
- Now obeys Lock properties
- Draws a box in the IDE window
- Responds to the Control.SetFocus method.
Download (80KB)
Added: 2006-05-26 License: Freeware Price:
1251 downloads
Startmovie PlugIn 0.7
Startmovie PlugIn - Sherlock plugin more>>
Startmovie PlugIn is a Plug in for Sherlock under Mac OS X. It enables the binding to the search to the Thread data base of the German Director mailing list Startmovie.net.
<<less Download (76KB)
Added: 2006-04-05 License: Freeware Price:
1331 downloads
Hex Plugin 1.1
Hex Plugin - REALBasic plugin with four methods more>>
Hex Plugin for REALbasic 5 and higher is a small plugin with four methods. You can give the plugin a string containing an unsigned decimal integer of essentially unlimited length and the plugin will give back a string containing the hexadecimal equivalent of that integer. And you can do the reverse. Also 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.
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.
<<lessEnhancements:
- 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.
Download (30KB)
Added: 2006-03-23 License: Freeware Price:
1317 downloads
MKS Plugin 1.2
MKS Plugin - RB plugin for units like doubles and integers more>>
MKS Plugin for REALbasic 5 allows you to construct programs which can handle numbers with units much like doubles and integers are handled. The basic MKS units are Meters, Kilograms, Seconds, Coulombs, Kelvin, and Dollars. You can use the arithmetic operators +, -, *, / with any valid combination of MKSs, doubles, and integers. And MKSs can be compared in if statements.
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".
<<lessAs 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".
Download (152KB)
Added: 2006-03-23 License: Freeware Price:
1318 downloads
ExportUserPass Plugin 1.0
ExportUserPass Plugin exports a simple text document containing all usernames and their passwords more>>
ExportUserPass is CrushFTP plugin that exports a simple text document containing all usernames and their passwords.
When its loaded (generally when CrushFTP starts up), it will export a file named "UserPassListing.txt" in the same directory as the plugin. If a file with that name exist, it will be overwritten.
<<lessWhen its loaded (generally when CrushFTP starts up), it will export a file named "UserPassListing.txt" in the same directory as the plugin. If a file with that name exist, it will be overwritten.
Download (4KB)
Added: 2006-02-12 License: Freeware Price:
1353 downloads
Complex Plugin 1.7
Complex Plugin - Construct programs which can handle complex numbers more>>
Complex Plugin is a plugin for REALbasic 5 which, because of operator and function overloading, allows complex numbers to be used much like doubles and integers in REALbasic programs.
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.
<<lessComplex 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.
Download (87KB)
Added: 2006-05-15 License: Freeware Price:
1261 downloads
SJPhone Quicksilver Plugin 1.0
SJphone Module is a plug-in for Quicksilver that enables dialing to SJphone more>>
SJphone Module is a plug-in for Quicksilver that enables dialing to SJphone.
Send text to Quicksilver with the Dial with SJphone action.
<<lessSend text to Quicksilver with the Dial with SJphone action.
Download (116KB)
Added: 2007-06-18 License: Freeware Price:
864 downloads
MovieCat Plugin 1.0
MovieCat Plugin - joins seperate movies in to one single QuickTime Movie more>>
MovieCat requires JigSaw 2.5 or greater and MacOS 10.4 or greater.
MovieCat Plugin is a useful program that joins seperate movies in to one single QuickTime Movie (.mov).
<<lessMovieCat Plugin is a useful program that joins seperate movies in to one single QuickTime Movie (.mov).
Download (20KB)
Added: 2007-03-08 License: Freeware Price:
971 downloads
Fraction Plugin 1.0
Fraction Plugin - Construct programs which can handle fractions more>>
Fraction Plugin is a plugin for REALbasic 5 which, because of operator and function overloading, allows fractions to be used much like doubles and integers in REALbasic programs.
Fraction Plugin for REALbasic 5 allows you to construct programs which can handle fractions much like doubles and integers are handled.
A fraction is represented by two integers, num/den.
<<lessFraction Plugin for REALbasic 5 allows you to construct programs which can handle fractions much like doubles and integers are handled.
A fraction is represented by two integers, num/den.
Download (79KB)
Added: 2006-01-29 License: Freeware Price:
1368 downloads
MMrng Plugin 1.1
MMrng Plugin - Pseudo-random number generator more>>
MMrng Plugin is a REALbasic plugin which provides a pseudo-random number generator which can be reseeded.
It is meant for scientific work, generating doubles (>= 0 and<<less
It is meant for scientific work, generating doubles (>= 0 and<<less
Download (24KB)
Added: 2006-01-27 License: Freeware Price:
1370 downloads
ROT13 Plugin 1.0
ROT13 Plugin - Encodes and decodes a string in the ROT13 format and back to plain text more>>
The ROT13 Plugin for REALbasic v3.0 or newer encodes and decodes a string in the ROT13 format and back to plain text.
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.
<<lessROT13 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.
Download (418KB)
Added: 2005-12-02 License: Freeware Price:
1426 downloads
Precision Plugin 1.8
Precision Plugin - MPCalc plugin more>>
Precision Plugin is a REALbasic plugin which is a light version of my MPCalc plugin. It has a different and easier to use interface.
It can handle numbers with up to 30,000 decimal digits. It can also handle numbers whose absolute values lie between about 1e-40000000 and 1e+40000000.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS 9.x, Mac OS X, or Windows applications. It has almost all the REALbasic built in functions at much higher precisions.
<<lessIt can handle numbers with up to 30,000 decimal digits. It can also handle numbers whose absolute values lie between about 1e-40000000 and 1e+40000000.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS 9.x, Mac OS X, or Windows applications. It has almost all the REALbasic built in functions at much higher precisions.
Download (365KB)
Added: 2006-01-29 License: Freeware Price:
1366 downloads

Simon the Sorcerer II 1.1
You are Simon the Sorcerer in this entertaining, amusing, and fun adventure. more>>
You?ll have to put up with useless old wizards, unattractive heroines, and baddies that simply don?t know when to stay dead, armed only with a pointy hat, a pony tail, and a tendency to irritate people twice your size. You are Simon the Sorcerer in this entertaining, amusing, and fun adventure.
Download (111K)
Added: 2003-02-17 License: Update Price:
23 downloads
Netscape MRJ plugin X 1.0
Netscape MRJ plugin X is a simple plugin allowing Java under OS X for Mozilla/Netscape 6.x browsers. more>>
Netscape MRJ plugin X 1.0 is a simple plugin allowing Java under OS X for Mozilla/Netscape 6.x browsers.
Download (71.3KB)
Added: 2002-09-02 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sorcerer plugin search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed