extended plugin
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1378
Extended Plugin 3.1
Extended Plugin - REALbasic plug-in adds new data types more>>
ExtInteger is the type ZZ of Victor Shoups multi-precision library, NTL. Except for available memory, there is no limitation on the size of an ExtInteger. So you can multiply a 100 digit integer by another 100 digit integer giving the exact 200 digit integer.
ExtFloat is the type RR of NTL. You can set both the bit precision and the decimal output precision for ExtFloat, with no limitation except for available memory. It might take awhile, but you can now calculate pi in a REALbasic program to a million decimal places, or more. The power of 10 for ExtFloat can range from about -60,000,000 to +60,000,000 as compared to -308 to +308 for a Double.
ExtComplex doesnt exist in NTL. I made it from two ExtFloats. So the real and imaginary parts of an ExtComplex use the bit precision and the decimal output precision set for ExtFloat. So you can now use complex numbers with almost unlimited precision.
IAExtFloat also doesnt exist in Victor Shoups NTL. It is a data type which is used for Interval Arithmetic, which is arithmetic with inequalities. An IAExtFloat number is represented by two ExtFloat numbers (a, b), where one thinks of an ExtFloat number x being in the interval between a and b. That is: a<<less
ExtFloat is the type RR of NTL. You can set both the bit precision and the decimal output precision for ExtFloat, with no limitation except for available memory. It might take awhile, but you can now calculate pi in a REALbasic program to a million decimal places, or more. The power of 10 for ExtFloat can range from about -60,000,000 to +60,000,000 as compared to -308 to +308 for a Double.
ExtComplex doesnt exist in NTL. I made it from two ExtFloats. So the real and imaginary parts of an ExtComplex use the bit precision and the decimal output precision set for ExtFloat. So you can now use complex numbers with almost unlimited precision.
IAExtFloat also doesnt exist in Victor Shoups NTL. It is a data type which is used for Interval Arithmetic, which is arithmetic with inequalities. An IAExtFloat number is represented by two ExtFloat numbers (a, b), where one thinks of an ExtFloat number x being in the interval between a and b. That is: a<<less
Download (1.2MB)
Added: 2007-01-26 License: Freeware Price:
1003 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
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
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
TypesChange CM Plugin 1.0.5
Contextual menu allows you to change file creator and type codes. more>>
TypesChange CM Plugin is a fast and small Contextual Menu plugin to change files type and creator codes.
<<less Download (51KB)
Added: 2004-11-10 License: Freeware Price:
1816 downloads
Other version of TypesChange CM Plugin
License:Freeware
EncodeText Plugin 1.4.1
FileMaker ISOLatin, Unicode or US-ASCII text converter. more>>
EncodeText Plugin an encode your text from Max format into ISOLatin, Unicode or US-ASCII and more.And also you can create fixed size fields for fast export.Requires Text Encoding Manager.
<<less Download (0.176MB)
Added: 2004-05-14 License: Freeware Price:
1990 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
EncFS.plugin 0.2
EncFS.plugin is a plugin for MacFusion, a front end to the ever useful MacFuse. more>>
EncFS.plugin is a plugin for MacFusion, a front end to the ever useful MacFuse.
EncFS.plugin is based on EncFS, an encrypted FUSE file-system by Valient Gough.
<<lessEncFS.plugin is based on EncFS, an encrypted FUSE file-system by Valient Gough.
Download (422KB)
Added: 2007-05-28 License: Freeware Price:
911 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
Thunderbird GroupDAV Plugin 0.58
Thunderbird GroupDAV Plugin - connects an address book to a GroupDAV server such as SOGo, OpenGroupware.org or Citadel more>>
This Mozilla Thunderbird extension connects an address book to a GroupDAV server such as SOGo, Citadel or OpenGroupware.org, in order to synchronize contacts information using the vCard format.
<<less Download (82.3KB)
Added: 2007-06-27 License: GPL Price:
855 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
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.
Download (147.5KB)
Added: 2008-08-18 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 extended 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
Contact Us | Submit Software | Advertise with us | Terms and Conditions | Privacy Policy | Publisher List | Browse Categories | Blog | Discussion Board
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.