Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.256.829 Times

Jquery Combobox Clear List freeware
Filter: All | Freeware | Demo
 

Jquery Combobox Clear List

< 1 2 3 4 5 > 
Added: May 25, 2010 | Visits: 951

List::MRU List::MRU is a Perl module that implements a simple fixed-size MRU-ordered list. SYNOPSIS use List::MRU; # Constructor $lm = List::MRU->new(max => 20); # Constructor with explicit eq subroutine for obj equality tests $lm = List::MRU->new(max => 20, eq => sub { $_[0]->stringify eq...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): List::MRU Download

Added: May 22, 2010 | Visits: 1.449

List::Compare List::Compare is a Perl module to compare elements of two or more lists. SYNOPSIS The bare essentials: @Llist = qw(abel abel baker camera delta edward fargo golfer); @Rlist = qw(baker camera delta delta edward fargo golfer hilton); $lc = List::Compare->new(@Llist, @Rlist);...





Platforms: *nix

License: Freeware Size: 184.32 KB Download (100): List::Compare Download

Added: February 24, 2010 | Visits: 855

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Released: September 24, 2012  |  Added: October 10, 2012 | Visits: 856

DTM JDBC Driver List DTM JDBC Driver List is a free command line tool that enumerates or export to text file the list of installed JDBC drivers. The tool is compatible with Windows, Unix/Linux and MacOS systems. The output file generated by the tool is ready to open by Microsoft Excel or Open Office Calc. There...


Platforms: Windows

License: Freeware Size: 3 KB Download (98): DTM JDBC Driver List Download

Added: November 06, 2010 | Visits: 1.384

dialog-mp3-list dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats. You can modify the source file .tex and...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (97): dialog-mp3-list Download

Added: October 03, 2010 | Visits: 756

List::Comprehensions List::Comprehensions is a Perl module that allows for list comprehensions in Perl. SYNOPSIS use List::Comprehensions; use warnings; my @res = (); @res = comp1 { [ @_ ] } [0..4], [0..4], [0..4]; no warnings once; @res = comp2 { [$i, $j, $k] } i => [0..4], j => [0..4], k => [0..4];...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): List::Comprehensions Download

Added: October 21, 2010 | Visits: 784

List::Util::Superpositions List::Util::Superpositions is a Perl module that provides any and all for lists. Synopsis This module extends the methods provided by List::Util to offer the any() and all() operators from Quantum::Superpositions as part of the List::Util feature set. use List::Util::Superpositions; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): List::Util::Superpositions Download

Added: April 25, 2010 | Visits: 908

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: September 16, 2010 | Visits: 1.123

Notes List Notes List is a simple and easy way to take Notes. - Change SIZE (width and height) - tun on/off the background image - Auto save notes. IPmonitor KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Notes List Download

Added: February 18, 2010 | Visits: 999

XMMS Album List XMMS Album List is a Unix application for loading directories of audio files into XMMS, similar in concept to the Winamp plugin AlbumList. XMMS Album List is written in Perl using Gtk2-Perl, MP3::Info, and Xmms::Perl (the latter being available on CPAN). This is my first application using GTK+,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XMMS Album List Download

Added: March 07, 2010 | Visits: 985

List::Intersperse List::Intersperse Perl module can intersperse / unsort / disperse a list. SYNOPSIS use List::Intersperse qw/intersperseq/; @ispersed = intersperseq {substr($_[0],0,1)} qw/A1 A2 B1 B2 C1 C2/; @ispersed = List::Intersperse::intersperse qw/A A B B B B B B C/; intersperse and intersperseq...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (93): List::Intersperse Download

Added: August 19, 2010 | Visits: 969

List::Part List::Part is a Perl module that allows you to partition one array into several. SYNOPSIS use List::Part; ($good, $bad)=part { !/substring/ } @array; #store arrayrefs into $good and $bad (*good, *bad)=part { !/substring/ } @array; #store into @good and @bad ABSTRACT List::Part...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (92): List::Part Download

Added: May 10, 2013 | Visits: 1.046

jQuery Autocomplete Mod jQuery Autocomplete Mod will autofill pre-populates text box as you type.Features:- Supports local data array (can now use w/out AJAX). - Limit dropdown to XX number of results (good for limiting the results to users) - Autofill pre-populates text box as you type - New findValue() method can be...


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (92): jQuery Autocomplete Mod Download

Added: August 04, 2010 | Visits: 714

List::Pairwise List::Pairwise is a Perl module with map/grep arrays and hashes pairwise. SYNOPSIS use List::Pairwise qw(:all); my %a = ( snoogy1 => 4, snoogy2 => 2, NOT => 4, snoogy3 => 5, hehe => 12, ); # keys/values emulation (only slower) my @keys = mapp {$a} %a; my @values = mapp {$b} %a;...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): List::Pairwise Download

Added: November 19, 2010 | Visits: 955

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: May 02, 2010 | Visits: 824

I18N::LangTags::List I18N::LangTags::List Perl module contains tags and names for human languages. SYNOPSIS use I18N::LangTags::List; print "Parlez-vous... ", join(, , I18N::LangTags::List::name(elx) || unknown_language, I18N::LangTags::List::name(ar-Kw) || unknown_language, I18N::LangTags::List::name(en) ||...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): I18N::LangTags::List Download

Released: January 23, 2013  |  Added: January 23, 2013 | Visits: 1.507

jQuery CSS Drop Down Menu Style 12 Create modern menu for your website with PalmPre style absolutely free using jQuery CSS Drop Down Menu. Select one of 6 color schemes. You don't need to have any design skills, know HTML, JavaScript, CSS, flash or any other coding, no photoshoping and image editing. Use ready to use jQuery CSS...


Platforms: Windows, Mac, Unix, Linux

License: Freeware Size: 48 KB Download (85): jQuery CSS Drop Down Menu Style 12 Download

Added: May 10, 2013 | Visits: 536

Refining an FTP Site List This script introducesĀ a pair of functions for checking whether FTP sites are up. The refineFTPList() function will take in a list of FTP sites and returns a list of sites that are not down. The isFTPSiteUp() function checks a particular FTP site to see if it is up.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (83): Refining an FTP Site List Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 1.332

Autoresponder and Mailing List Manager Searching for a free email autoresponder software or a free mailing list management script? The Autoresponder and Mailing List Manager (AMLM) combines the best features of both. The most important features are: You can import/export your mailing list easily and quickly. There is no monthly...


Platforms: Windows, Unix, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open

License: Freeware Size: 122 KB Download (82): Autoresponder and Mailing List Manager Download

Added: May 10, 2013 | Visits: 632

A fast prime number list generator This is a fast prime number list generator using sieve algorithm. This function returns a list of prime numbers which are lower than a specified argument.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (76): A fast prime number list generator Download

< 1 2 3 4 5 >