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

Fast Food Carbohydrate List freeware
Filter: All | Freeware | Demo
 

Fast Food Carbohydrate List

< 1 2 3 4 5 > 
Released: March 25, 2010  |  Added: May 15, 2010 | Visits: 9.989

Web Proxy Checker Free and fast proxy checking software. Supports SOCKS4/SOCKS5/HTTP/HTTPS proxies with/without authentication. Check for connect to host or load URL. Combine proxies. Proxy location (country) detection. Multithreaded. Handle redirects. Can download proxy list from the given URL. Built-in proxy...



Platforms: Windows, Other

License: Freeware Size: 1.06 MB Download (636): Web Proxy Checker Download

Added: August 12, 2008 | Visits: 1.362

BySoft Food Additives Check to see if the food you buy contains additives dangerous to your health. This free application contains a list of food additives by e-number or by name telling you which to avoid. Also additives that children, asthmatics, vegetarians and people with health problems should avoid. Search by...





Platforms: Windows

License: Freeware Size: 157 KB Download (492): BySoft Food Additives Download

Released: September 01, 2008  |  Added: September 16, 2008 | Visits: 3.674

Handy Uninstaller Handy Uninstaller is a simple, but powerful FREEWARE uninstaller. It shows a list of installed programs on your computer and helps to uninstall and remove unwanted programs. Handy Uninstaller is a fast and powerful alternative to the "Windows Add or Remove Programs". It has many powerful...


Platforms: Windows

License: Freeware Size: 1010 KB Download (366): Handy Uninstaller Download

Released: June 03, 2009  |  Added: June 08, 2009 | Visits: 6.058

Pantry Pantry is a simple, synchronized inventory manager for your kitchen. Pair with Pantry for the iPhone to have your shopping list always up to date on the go! Know What You Have: With Pantry, you can see at a glance how much spaghetti sauce, dog food, or toilet paper you have left. When you...


Platforms: Windows

License: Freeware Size: 2.67 MB Download (808): Pantry Download

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

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

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

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: October 27, 2010 | Visits: 1.716

Fast User Switch Applet Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser. The applet can display...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (125): Fast User Switch Applet 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: 1.578

Fast Date Picker Fast Date Picker project is a calendar which is easy to integrate into pages that require the users to select a date like on travel sites. Written in ECMAScript, it responds faster to the users clicks than most of the server-side-based or Java-applet-based date pickers often found on travel...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (140): Fast Date Picker Download

Released: November 09, 2012  |  Added: March 30, 2013 | Visits: 2.060

Fast File Search Free Fast File Search Utility for Windows. Works with Windows XP onwards. This freeware utility lets you to search your files superfast and quick. Is of great use when searching something urgently.


Platforms: Windows

License: Freeware Size: 4.43 MB Download (120): Fast File Search 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: 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

< 1 2 3 4 5 >