powerpivots plugin
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 959
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
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
DivTV Plugin 0.2b1
DivTV Plugin brings you a convenient and useful plugin for AlchemyTVDVR which enables you to automatically post-process a recorded file and export it to VCD (MPEG-1) or S-VCD (MPEG-2). more>> DivTV Plugin 0.2b1 brings you a convenient and useful plugin for AlchemyTVDVR which 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.
Enhancements:
- Based on DivIllusion 0.21b1
- The installer installs both DivTV and DivIllusion which is used for the video post-processing
Requirements: AlchemyTVDVR 2.11 or later.
Download (1.2MB)
Added: 2005-01-08 License: Free Price:
downloads
Other version of DivTV Plugin
License:Freeware
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

Folder Quick Look Plugin .02
Folder Quick Look Plugin delivers an advanced folder.qlgenerator which is capable of showing pretty good file list on Quick Look window. more>> Folder Quick Look Plugin .02 delivers an advanced folder.qlgenerator which is capable of showing pretty good file list on Quick Look window.
Requirements: Mac OS X 10.5 or later.
Download (159K)
Added: 2007-11-27 License: Free Price:
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
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
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
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
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
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
Free Flickr eXporter iPhoto Plugin 0.4.3
Free Flickr eXporter iPhoto Plugin is created as an iPhoto export plugin for Flickr, which can provide a convenient way to upload descriptions, titles, keywords (tags), and ratings along with your photos. more>> <<less
Download (4.3MB)
Added: 2008-09-30 License: Freeware Price:
downloads
Aperture to Picasa Export Plugin 0.1
Aperture to Picasa Export Plugin is a really superior and tractable export plugin for Aperture. more>> Aperture to Picasa Export Plugin 0.1 is a really superior and tractable export plugin for Aperture. Just unpack the downloaded file in ~/Library/Application Support/Apperture/Plugin/Export/
Enhancements: First public version
Requirements: Aperture 2.0 or later.
Download (922K)
Added: 2009-02-01 License: Free Price:
downloads
MovieGate EvolutionTV plugin 1.0
MovieGate EvolutionTV plugin provides a diversified and effective way to create your DVD with chapter marker from your EvolutionTV MPEG-2 recordings more>>
MovieGate EvolutionTV plugin 1.0 provides a diversified and effective way to create your DVD with chapter marker from your EvolutionTV MPEG-2 recordings. This plugin can also burn the DVD.
Download (4.5MB)
Added: 2005-09-29 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 powerpivots 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