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.481.332 Times

Searches Lists freeware
Filter: All | Freeware | Demo
 

Searches Lists

1 2 3 4 5 > 
Added: July 09, 2010 | Visits: 1.065

Tudu Lists Tudu Lists is a Web application for managing todo lists. With Tudu Lists, todo lists can be easily accessed, edited, and shared on the Web. Tudu Lists project is a simple but effective project management tool. If you want your very own install of Tudu Lists, or if you are a programmer and... Platforms: *nix

License: Freeware Size: 20 MB Download (96): Tudu Lists Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 705

Ta-da Lists Widget Ta-da Lists Widget is a Dashboard widget that offers quick access to 37signals Ta-da Lists. How do I use it? * Sign up for a free Ta-da Lists account * Login to your account in Safari and check “Remember Me” * Download the widget * Enter your username and password on the widget * Enjoy... Platforms: Mac

License: Freeware Size: 317.44 KB Download (49): Ta-da Lists Widget Download

Added: May 10, 2013 | Visits: 922

Converting a list of equal length lists into XML This module takes a list of equal length lists and converts it into XML. If the first sublist is a list of headings, these are used to form the element names of the rest of the data, or these can be defined in the function call. Root and "row" elements can be named if required. If you want to use... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 532

Implementation of sets using sorted lists This script implements set operations using sorted lists as the underlying data structure. Advantages: - Space savings -- lists are much more compact than a dictionary based implementation. - Flexibility -- elements do not need to be hashable, only __cmp__ is required. - Fast operations... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Implementation of sets using sorted lists Download

Added: May 10, 2013 | Visits: 436

Splicing of lists This script splices any number of nonempty lists as one list. Each input list may be of different length.Elements of shorter lists may be recycled when the keyword argument recycle is set to True. Any error result in an empty output list. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Splicing of lists Download

Added: May 10, 2013 | Visits: 872

Transposing a List of Lists This script allows you to transpose a list of lists of different lengths. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Transposing a List of Lists Download

Added: April 27, 2013 | Visits: 509

Popularity Lists Widget Popularity Lists Widget is a wordPress widget, Operates by using Popularity Contest Plugin. And, a popular article is output as a list.# Installation :AttentionPlease install Popularity Contest before installing this plugin. 1. Unziped and Upload directory popularity-lists-widget to the... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Popularity Lists Widget Download

Added: July 15, 2013 | Visits: 381

Hot Searches This plug is used to show hot searches in blog.If anyone use wordpress intergrated search engineer or intergrated Google Adsense Search to search your post,it will recorde the key. And place the hot searches widget in the sidebar,you can see it.Installation : 1. Upload the full directory to the... Platforms: PHP

License: Freeware Size: 20.48 KB Download (39): Hot Searches Download

Added: July 25, 2013 | Visits: 516

Flag Lists Flag lists allows regular users to create unlimited private flags called lists. Flag lists extends Flag. In Flag, a site administrator creates the flags that any authorized users may use. In Flag lists, users create their own lists, and they may only add to their own lists.An example use case... Platforms: Ruby

License: Freeware Size: 20.48 KB Download (43): Flag Lists Download

Added: May 21, 2010 | Visits: 980

Thesaurus Thesaurus is a Perl module that maintains lists of associated items. SYNOPSIS use Thesaurus; my $th = Thesaurus->new( -files => [ file1, file2 ], -ignore_case => 1 ); @words = $th->find(vegan); %words = $th->find( Faye ); foreach $word ( @{ $words{Faye} } ) { #something ... }... Platforms: *nix

License: Freeware Size: 16.38 KB Download (90): Thesaurus Download

Added: February 03, 2010 | Visits: 851

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 296

Java FoldMap Lists Java FoldMap Lists is a translation to Java of, and a sizable expansion upon, the original FoldMap list package (http://hackage.haskell.org/package/fmlist). Uses the Functional Java library (http://functionaljava.org/) in its implementation and interface. Platforms: Windows, Mac, Linux

License: Freeware Size: 89.45 KB Download (44): Java FoldMap Lists Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 520

jGroups Mailing Lists Server The jGroups mailing lists server will be a yahoo groups clone written in Java, and using the James mail server and JSPs (Tomcat). THIS PROJECT IS ABANDONED. HAVE A NICE DAY Platforms: Windows, Mac, Linux

License: Freeware Size: 6.48 MB Download (56): jGroups Mailing Lists Server Download

Added: May 10, 2013 | Visits: 401

Smart Lists Smart Lists is light-weight (8KB) script that lets you convert "flat" HTML lists of information into categorized, paginated lists. In essence, it's a presentation layer for improving the readability of related information, without requiring a database or server-side script. It's extremely browser... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (56): Smart Lists Download

Added: May 10, 2013 | Visits: 326

Views Saved Searches Whenever a View is changed, all saved searches for that View are deleted, to prevent corruption. If the user has JavaScript enabled, the saving and deleting process happens through AHAH, and the new section is displayed below the exposed filters section. When JavaScript is disabled, the new... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Views Saved Searches Download

Added: May 10, 2013 | Visits: 421

Manipulating infinite lists This script contains some useful functions which work on infinite lists, including generalized versions of map, filter, zip on gLists. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Manipulating infinite lists Download

Added: April 04, 2013 | Visits: 534

Twitter Lists for WordPress This is basically an extended version of http://wordpress.org/extend/plugins/twitter-for-wordpress/. All credit goes to http://rick.jinlabs.com/Twitter for WordPress displays yours latest tweets in your WordPress blog.Features* Simple* Customizable* Widget support* No options page (yes, its a... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Twitter Lists for WordPress Download

Added: September 26, 2013 | Visits: 461

HashCatalog HashCatalog searches for duplicate files in folders or between two lists of one or more folders. ie. All of the duplicate files in the folder /Foo/Bar, and all of its subdirectories, or all of the duplicates between /Foo/Bar and /Foo/Bar2. HashCatalog supports a regular expression mask to select... Platforms: *nix

License: Freeware Size: 1.33 MB Download (34): HashCatalog Download

Released: April 16, 2018  |  Added: August 01, 2018 | Visits: 1.407

LetsExtract Email Extractor LetsExtract Email Extractor is free all-in-one email harvester software. It is a simple and ultimate tool created to harvest mail addresses, phones skype and any custom items from various sources: websites, google, yahoo, Gmail and other search engines. Now it becomes simpler to extract free... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 51.4 MB Download (936): LetsExtract Email Extractor Download

Released: November 04, 2014  |  Added: November 26, 2014 | Visits: 4.719

Desktop Calendar Record anything by double-click on desktop. It's very convenient and useful. Desktop Calendar help you manage appointments, to-do lists, schedules, and more... And, Desktop Calendar also offers a variety of common festivals, anniversaries and other information. Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.83 MB Download (701): Desktop Calendar Download

1 2 3 4 5 >