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

Grocery Shopping List freeware
Filter: All | Freeware | Demo
 

Grocery Shopping List

< 1 2 3 4 5 
Added: August 30, 2008 | Visits: 1.171

List Alphabetizer List Alphabetizer lets you create any kind of lists, sort them alphabeticaly with a single button click or manually move items up & down the list, & print or save them as TXT, RTF & PDF. Editing and Numbering of Lists' items with the same name is also supported.



Platforms: Windows

License: Freeware Size: 1.4 MB Download (107): List Alphabetizer Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 1.205

Karaoke Song List Creator Free Edition Karaoke Song List Creator provides a fast and easy way to catalogue all your Karaoke discs. The excellent interface consists of a toolbar, pull down menus, a disc code window, and the song list window. The software holds a complete list of all Karaoke discs. When you select a disc's manufacturer...





Platforms: Windows, Other

License: Freeware Size: 5.94 MB Download (106): Karaoke Song List Creator Free Edition Download

Added: January 25, 2010 | Visits: 1.262

Shop'NCook Reader Shop'NCook Cookbook Reader is a free software to read the cookbooks created with Shop'NCook Shopping List & Recipe Manager software. Shop'NCook Cookbook Reader makes it easy to share your cookbooks with friends and family or distribute them over the Internet. With Shop'NCook Reader, you can view...


Platforms: Mac

License: Freeware Download (104): Shop'NCook Reader Download

Added: February 16, 2010 | Visits: 1.458

closedShop - Open Source Shopping closedShop is a solution for a free shopping cart that is easy to install, maintain and customize. closedShop - Open Source Shopping uses Perl and mySQL to provide a full featured online e-commerce solution that is free..


Platforms: *nix

License: Freeware Size: 1.1 MB Download (104): closedShop - Open Source Shopping Download

Added: January 25, 2010 | Visits: 684

Meal Planning Meal Planning was developed to help you adjust ingredient portions and make a shopping list for multiple menu items and events. Hundreds of ingredients are built-in and you can add others.


Platforms: Mac

License: Freeware Size: 2.6 MB Download (103): Meal Planning Download

Added: July 03, 2010 | Visits: 1.847

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: January 01, 2010 | Visits: 1.347

ADDRESS LIST print web.de dict one slide ADDRESS LIST print web.de dict one slide allows users of web.de can print up to 85 addresses on one sheet of paper! If you use the printing function of web.de, you get a lot of pages to print but never all informations stored before. It is much more convenient to have all informations on one...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (103): ADDRESS LIST print web.de dict one slide Download

Added: September 11, 2010 | Visits: 966

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: 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: August 12, 2008 | Visits: 1.101

Rapid Reference Creator The Reminder section and some features of this software is absolutely FREE. Create your personal and/or business refer information including contacts, reminders, appointments ...even recipes and golf scores. In fact anything at all by installing your copy of this International 5 Star software....


Platforms: Windows

License: Freeware Size: 17.1 KB Download (99): Rapid Reference Creator Download

Added: February 24, 2010 | Visits: 854

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: May 27, 2010 | Visits: 777

Dataxi Dataxi project is a collection of tools for developing form-based information systems. Dataxi enables one to quickly build an application based on forms with which the user can access the underlying database in order to query, read, edit and write. Dataxi is the link between the user interface...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (97): Dataxi Download

Added: November 06, 2010 | Visits: 1.382

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

< 1 2 3 4 5