- 1,233 categories
- 40,467 scripts
Updated: 08/26/2002
- This JavaScript, based on Unique Random Numbers II, picks Unique Random Sets. Here, there are more than one arrays (need not be of same length). First, we pick a number of unique random elements from the first array, numArr1 to form the array pickArr1. Now each element of pickArr1 picks another element from the second array numArr2, which again is unique and random. Thus we form the array pickArr2. Similarly each element of pickArr2 picks unique random elements from numArr3 to form pickArr3.
- Categories
- Tags
- Platforms
- Licenses
- The ASPSort ASP component provides a simple way to quick sort ASP arrays. The routines are written in C++ and are quick. The module can sort up to 12 single dimension ASP arrays deep, or a single multi-dimensioned array of any legal size.
- This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
- PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the
meta name and value of the a...
- PCCS NRM is a Network Resource Manager designed to managed PCs, Network Printers, and Software. Features include: PhpLib Security System, Advance Search Query Tool, Graphic Creation on the fly, Multi-Select Arrays during Data Entry, Check before Entr...
- HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass...