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

List Manipulation freeware
Filter: All | Freeware | Demo
 

List Manipulation

1 2 3 4 5 > 
Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 1.302

LM Pro - Email List Management Software ListMate Pro is an ULTRA-HIGH-SPEED e-mail list management suite of tools to manipulate, organize and process your large files of emails in ways you never thought possible...for all Windows platforms. Possessing many of the capabilities of its big brother PLATINUM, ListMate Pro provides a more...



Platforms: Windows, Other

License: Freeware Size: 3.33 MB Download (70): LM Pro - Email List Management Software Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 1.236

LM Plat- Email List Management Software ListMate Pro Platinum is an ULTRA-HIGH-SPEED e-mail list management suite of tools to manipulate, organize and process UNLIMITED size files of emails in ways you never thought possible...for all Windows platforms. Platinum provides innovative and comprehensive feedback/summary reports for all...





Platforms: Windows, Other

License: Freeware Size: 4.08 MB Download (597): LM Plat- Email List Management Software Download

Added: May 10, 2013 | Visits: 405

Lazy streams using generators This class allows you to use generators as more list-like streams. The chief advantage is that it is impossible to iterate through a generator more than once, while a stream can be re-used like a list.


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

License: Freeware Download (51): Lazy streams using generators Download

Added: May 10, 2013 | Visits: 512

Getting th permutation of a sequence This script contains a function that given a sequence and a number n as parameters, returns the th permutation of the sequence (always as a list).


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

License: Freeware Download (54): Getting th permutation of a sequence Download

Added: May 10, 2013 | Visits: 530

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: July 28, 2013 | Visits: 564

Advanced Category Excluder This plugin was born because there was a no other real alternative to enable content sparationd and some CMS like functionalities in WordPress. The main goal was, to enhance WordPressd-deOaos functionalities, to hide some unwanted categories, from defined parts of the blog.Today, ACE can override...


Platforms: PHP

License: Freeware Size: 10 KB Download (53): Advanced Category Excluder Download

Added: May 10, 2013 | Visits: 186

Recursive sorting This script allows you to sort recursively nested lists if iterable is a mutable sequence type.


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

License: Freeware Download (56): Recursive sorting Download

Added: May 10, 2013 | Visits: 313

Fifo as single linked lists Fifo mean "First In First Out". This script  creates a container, which only allows element insertion and removal and where the first element inserted is the first element removed.


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

License: Freeware Download (51): Fifo as single linked lists Download

Added: September 22, 2006 | Visits: 3.651

NovaHouse List Manager NovaHouse List Manager allows you to keep an unlimited number of lists such as to-do lists, project lists, shopping lists, or any kind of list that needs to be updated, rearranged, or prioritized. You can work with multiple lists simultaneously, each in a separately controlled window which...


Platforms: Windows

License: Freeware Size: 758 KB Download (368): NovaHouse List Manager Download

Added: February 27, 2006 | Visits: 2.604

Free List Splitter Free List Separator, is a full featured professional mailinglist manager software. It splits huge email lists into smaller ones.


Platforms: Windows

License: Freeware Size: 800 KB Download (139): Free List Splitter Download

Released: August 11, 2005  |  Added: May 14, 2006 | Visits: 4.392

Free Mailing List Splitter Free Mailing List Splitter, is a full featured professional mailinglist manager software. It splits huge email lists into smaller ones.


Platforms: Windows

License: Freeware Size: 703 KB Download (707): Free Mailing List Splitter Download

Added: May 27, 2006 | Visits: 4.208

Free Mailing List Manager Free List Manager, merge smaller email lists into one big list. It is a full featured professional mailinglist manager software.


Platforms: Windows

License: Freeware Size: 689 KB Download (737): Free Mailing List Manager Download

Released: December 19, 2013  |  Added: January 01, 2014 | Visits: 2.902

Swift To-Do List Lite Swift To-Do List Lite is a free and hierarchical to-do list software with reminder and to-do lists organized by tree structure with icons. Application is suitable both for personal and business use. All tasks can have customized priority level, task type, due date, and reminder. There is an...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 16.92 MB Download (205): Swift To-Do List Lite Download

Released: June 08, 2009  |  Added: June 10, 2009 | Visits: 4.023

File List Generator ReStoring Data's File List Generator Freeware software filters, prints, and organizes via a file's: name, type, size, created date, and date last modified. It was developed by the Research and Development team to aid data recovery service clients to ensure their files have been recovered....


Platforms: Windows

License: Freeware Size: 5.63 MB Download (328): File List Generator Download

Released: May 29, 2018  |  Added: June 09, 2018 | Visits: 4.654

Efficient To-Do List Free Efficient To-Do List Free is a professional, cross-platform and handy task management software package. By specifying the priorities or order of to-dos (tasks) or specifying different colors for different task labels, Efficient To-Do List Free makes every effort to assist you in following the...


Platforms: Windows, Windows 8, Windows 7, iOS, Android, iPhone

License: Freeware Size: 15.12 MB Download (934): Efficient To-Do List Free Download

Added: May 25, 2010 | Visits: 954

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: August 19, 2010 | Visits: 972

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: November 06, 2010 | Visits: 1.389

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: May 13, 2010 | Visits: 1.677

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: November 19, 2010 | Visits: 959

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

1 2 3 4 5 >