|
|
|
Our bar code software is simple and easy to setup. barcodeZONE gives you the ability to integrate the following bar codes into your site: Supported Bar Code Styles (1) Code 128 B (2) 2 of 5 (3) 2 of 5 Interleaved (4) Codabar (5) Postnet (6) UPC-(A) (7) UPC-(E) (8) EAN 13 (9) Code 39. Bar code images are generated as the are requested by the server. Each is usually 1-3k in file size depending on the amount of data you request to be encoded.
Version: 2.0
Platforms: windows
Last Updated: April 30, 2006 |
|
|
|
|
Weighted random is a CFC that I created to use for the CFSudoku project. The main function of this CFC is to allow a developer to pass in an structure of values and their "weight".
The weight structure is then used to build a weight array. The length of the array is equal to the sum of weights and the corresponding value is stored in each array element. RandRange() is then used to get a random array key and the corresponding value is returned as the weighted random value.
Version: 1.0
Platforms: linux, windows
Last Updated: May 28, 2007 |
|
|
|
|