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

Beloit College Mindset List software
Filter: All | Freeware | Demo
 

Beloit College Mindset List

< 1 2 3 4 5 > 
Released: June 04, 2010  |  Added: June 09, 2010 | Visits: 3.417

Mailing List Express Mailing List Express is a powerful software tool in any marketing and communications arsenal. You simply write one message and send it to your whole mailing list. The program's real power, however, is in its ability to personalize your communications. You can address everyone on your list by...



Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 897.78 KB Download (168): Mailing List Express Download

Released: December 19, 2013  |  Added: January 04, 2014 | Visits: 3.002

Swift To-Do List Number one to-do list software for Windows suitable for personal and business use. All your tasks and notes in one place. Powerful yet simple and easy to use. Can be used as a light-weight project management tool. Swift To-Do List has many unique features and it has been developed and...





Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $44.95 USD Size: 17.55 MB Download (162): Swift To-Do List Download

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

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: January 30, 2010  |  Added: January 13, 2014 | Visits: 2.767

Word List Creator Word List Creator is a handy tool that enables the user to extract a word list from any given text. The list can be extracted alphabetically, showing each case of the word found in the text, or by word frequency, beginning with the least, and ending with the most used word. There is also an...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.34 MB Download (323): Word List Creator Download

Released: September 08, 2011  |  Added: September 29, 2011 | Visits: 1.710

Power To-Do List Do you have the Power To Do? Power To-Do List is a powerful, easy-to-use, GTD-friendly to-do list program that helps you get more done in less time than ever before. Group your tasks by next actions, projects, contexts, and more - eight different views in all. With snoozable reminders, a fully...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 4.82 MB Download (117): Power To-Do List Download

Released: September 12, 2008  |  Added: September 25, 2008 | Visits: 3.020

College Vocabulary SAT Words College: This vocabulary software covers high-frequency SAT vocabulary words with engaging backgrounds and constant interactive learning situations. Studying these words improves performance on any verbal standardized test, including the ACT and GRE. Full scoring and tracking of all...


Platforms: Windows, *nix, Windows CE

License: Demo Cost: $39.95 USD Size: 13.23 MB Download (143): College Vocabulary Download

Released: December 24, 2010  |  Added: September 20, 2013 | Visits: 8.292

SharePoint List Collection SharePoint List Collection consolidates list items into a single grid view web part. All kinds of SharePoint lists from different sites can be selected in a SharePoint list collection web part. To create a list collection web part, you can select a site, a list and a list view, and select list...


Platforms: Windows

License: Shareware Cost: $135.00 USD Size: 1.73 MB Download (471): SharePoint List Collection Download

Released: December 24, 2008  |  Added: January 26, 2009 | Visits: 2.225

Word List Expert Advanced Tool to create word list from any given text. Word frequency counter. The list can be customized and exported to Excel, text file or Clipboard.Indispensable tool to: web designers,writers, psychologists, students, teachers, redactors, politial analysts... Features: -Open text file,...


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 798.96 KB Download (247): Word List Expert Download

Released: May 29, 2018  |  Added: June 21, 2018 | Visits: 4.930

Efficient To-Do List Efficient To-Do List 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 makes every effort to assist you in following the "First Things...


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

License: Shareware Cost: $29.95 USD Size: 15.92 MB Download (708): Efficient To-Do List Download

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

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 (322): File List Generator Download

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

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 (933): Efficient To-Do List Free Download

Released: March 10, 2016  |  Added: March 15, 2016 | Visits: 3.904

Directory List & Print Directory List & Print Pro is a software for Windows and enables listing and printing of a directory structure in a simplest way. By copying to the clipboard the directory listing can be exported into other programs or opened directly in Word, Excel and HTML. Directory List & Print Pro can...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $0.00 USD Size: 5.72 MB Download (532): Directory List & Print Download

Added: May 25, 2010 | Visits: 948

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: 967

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.381

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.672

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: 954

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: September 11, 2010 | Visits: 965

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: July 03, 2010 | Visits: 1.844

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: February 18, 2010 | Visits: 997

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

< 1 2 3 4 5 >