combination

How to pass a checkbox array from form to results page.

Im trying to build a page that will allow a user to select a maximum of 8 out of 20 checkboxes, in a specific order, on a single form. Im trying to make a page that will only be viewable if the right sequence of checkboxes are clicked, a neat way to let only those who have the checkbox sequence in on a certain part of my website. What ...

Finding combination in Python without importing itertools

Hi everyone, I want following task to be done in Python without importing any modules. My Code consists Two List --------- list1=['aun','2ab','acd','3aa'] list2=['ca3','ba2','dca','aa3'] Function --------- Where it will: Generates 2 items combination from list1 Generates 2 items combination from list2 Generates 2 items combinatio...

Combination of list in Python

Possible Duplicate: Finding combination in Python without importing itertools Hi everyone, I want following task to be done in Python without importing any modules. My Code consists Two List --------- list1=['aun','2ab','acd','3aa'] list2=['ca3','ba2','dca','aa3'] Function --------- Where it will *Generates 2 items ...

python, functions combination via names and chain them to invoke in-a-go?

All, I have confuse below may need your help suppose I have a row based variable length data matrix 93 77 96 85 50 69 54 16 39 91 59 38 64 30 18 50 43 9 74 94 44 87 95 89 ... I want to generate result data via above source with different generating algorithms while the different range selection algorithms, take ...