v1.0.0.4 (July 19th, 2007)
by Carroll Dearstone - [hamradio]
Copyright ©2007 Carroll Dearstone
Plugin License Agreement
This Plugin License Agreement is an agreement between the user (You) and
Carroll Dearstone (The Author).
* You may not alter this plugin in any way.
* DATA GENERATOR IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS
EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK. THE AUTHOR WILL NOT BE
LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS
WHILE USING OR MISUSING THIS SOFTWARE.
* You are hereby licensed to make unlimited copies of the ''donationware''
version of this plugin and documentation; give exact copies of the
original ''donationware'' version to anyone you wish as long as it is
given to the person or alien free.
* Data Generator is Copyright ©2007 Carroll Dearstone
* Downloading, Extracting, and/or using Data Generator signifies
acceptance of these terms and conditions of the license. If you do not
agree with the terms of this license you must remove/uninstall Data
Generator files from any storage devices that it is on and cease to use
the product.
* This License Agreement is current as of July 17th, 2007 at 06:00 AM UTC
Description
- Allows you to generate random while useful data.
Configuring the Advanced Options
- Number of data entries to generate. (200 entries max)
- Allows you to generate random while useful data. (Copies generated data to clipboard)
Well how do I use this Find and Run Robot v2+ plugin?
- Type dgen for a list of the common uses.
- You may also create your own by typing datagen and then use the mask syntax style.
- Even better idea is to create your own aliases to produce custom masks and use them too!
- See the dgen alias which is in the default datagenerator.alias file.
Mask Syntax
- {#} = Numeric - (0-9)
- {A} = Alpha - (A-Z)
- {a} = Alpha - (a-z)
- {N} = Alphanumeric - (A-Z, a-z, or 0-9)
- {V} = Vowels Only - (AEIOUaeiou)
- {W} = Consonants Only - (BCDFGHJKLMNPQRSTVWXYZbcdfghjklmnpqrstvwxyz)
- {?} = Punctuation - (~`!@#$%^&*()_+-={}|[]\:";'<>?,./)
- {%} = Special - (~!@#$%^&*()_+`1234567890-={}|[]\:";'<>?,./)
- {ALL} = All - (A-Z, a-z, ~!@#$%^&*()_+`1234567890-={}|[]\:";'<>?,./)
- If it is not listed above the text works as normal.
Discuss this plugin at...
- Data Generator Forum Topic
Version History
[+] = Added
[*] = Improvement/Modification
[!] = Bug fixed
1.0.0.4
- [*] - Some of the Turbo C++ Professional hotfixes that I installed included some of
the includes in this plugin, therefore I decided it was best to recompile the dll.
1.0.0.3
- [!] - Fixed part of the randomizing code.
1.0.0.2
- [!] - Cleaned up the plugin dll shutdown code.
1.0.0.1
- [*] - A few optimizations and a few changes preparing for releasing as open source.