Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
WeBuilder 2014 12.1
Alvas.Audio 9.0
Advanced RSS2Email Enterprise 3.24.89
.NET Bounce Inspector Component CS VB 5.1.4028
VISCOM Video Chat Pro ActiveX SDK 5.52
VISCOM VideoCap Live ActiveX OCX SDK 5.05
.NET ZIP Component for CS VB.NET ASP.NET 5.1.4028
VISCOM Screen Recorder ActiveX SDK 4.56
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
Top Code
Realguestbooks
Login.php
Ticket Booking System 1.0
Source Code Scanners for C++ Builder 5 4.0 Std
Elite News Pro2 PHP RSS Reader 2.0
Free Code Generators
Jlgui : Java Music Player 2.0
PHP script for SMS sending 1.0
Login & User Management System 1.0
WebGuestbook 8.II
GdPicture Pro OCX - Image Processing ActiveX 3.9.0
Virtual Guestbook 1.I
Easy CSS Menu Free Edition 3.2
We create a guestbook
PHP Video Search Script 1.0
Top Rated
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Details

List Chooser 

by Vladimir Geshanovaaaa


Advertisement



Similar to Microsoft help files - type the first letter of a word and all words starting with that letter are returned in a drop-down field, type the next letter - the words starting with these two letters are returned, and so on, and so on.

License: Freeware

Downloads: 56

Submit Rating:
Download List Chooser  Report Error Link
More Similar Code


FAST AOL Contact List Grabber and Invitation System

This is one of the most demanded modules for especially dating websites and web portals. User can login to AOL directly from your website and then his AOL Contact List will be...


Advertisement




What if you had a list like this: [1, -10, [1,2,[3,4]], xrange(200)], and you just wanted to go through each element in order (wanted it to return a simple list of [1,-10,1,2,3,4,1,2,3,4...199])

I've seen a couple of attempts to flatten...



This code lets you retrieve multiple elements from a list at one time



This recipe returns a list of size n such that the contents of the returned list are random 0s and 1s. It returns a random binary list of size n.



This algorithm searches for more than one element in a list. The input is a list that you want to search through and a list of elements that you want to search for. The output is a multidimensional list with the positions of the elements you are...



This module/function lets you find a 2 dimensional list of indices for elements you are looking for in a super list.
Example:

find([1,1,1,2,1,2,3,3],[1,2,3])

returns: [[0, 1, 2, 4], [3, 5], [6, 7]]



Return a list from a ConfigParser option. By default, split on a comma and strip whitespaces.



Given an arbitrary list (of length >= 1) of positive integers, return the greatest common divisor (gcd) of the list.



Linked list implementation based on Python 2.7 collections.MutableSequence with a few benchmarks comparing the linked list with the built-in list type.



This function takes a range in form of "a-b" and generate a list of numbers between a and b inclusive.
Also accepts comma separated ranges like "a-b,c-d,f" will build a list which will include numbers from a to b, a to d...

User Review for List Chooser
- required fields
     

Please enter text on the image