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

Iffunction Exists Easy Relative Date Comment freeware
Filter: All | Freeware | Demo
 

Iffunction Exists Easy Relative Date Comment

< 1 2 3 4 5 > 
Added: July 16, 2006 | Visits: 3.473

Relative Path Relative Path is a simple utility for displaying relative path between two selected directories. Platforms: Windows

License: Freeware Size: 2.58 MB Download (513): Relative Path Download

Added: July 19, 2006 | Visits: 11.729

#1 Easy Invoice - Free download Easy to setup, and very easy to learn Invoicing program with powerful features. This is a perfect solution for small to mid-size Business. Easy Invoice provides Product Sales, Services and Professional Invoice format, Quotations and Packing-Lists, Sales History Reports, Inventory Control, Bar... Platforms: Windows

License: Freeware Size: 4.93 MB Download (1487): #1 Easy Invoice - Free download

Added: November 01, 2006 | Visits: 3.743

Easy Go Back Easy Go Back is an Internet Explorer add-on that allows you to conveniently navigate the browser back and forward. Now you can navigate Internet Explorer back & forward with intuitive mouse movements. Press and hold down the right mouse button, move the mouse cursor to the left (backward), then... Platforms: Windows

License: Freeware Size: 213 KB Download (147): Easy Go Back Download

Released: October 07, 2004  |  Added: January 14, 2006 | Visits: 7.966

Easy Erase File Cleaner Easy Erase File Cleaner is a simple file cleaning utility. Easily erase your temporary internet files, temp files, browser histories, and other personal information. With an option to perform at startup, Easy Erase File Cleaner also allows you to easily clear your documents menu and your start... Platforms: Windows

License: Freeware Size: 335 KB Download (1292): Easy Erase File Cleaner Download

Released: September 30, 2006  |  Added: January 20, 2007 | Visits: 6.362

Easy Text To HTML Converter Easy Text To HTML Converter provides fast and easy conversion of Text Files (in *.txt, *.rtf formats) and Text Blocks pasted from Clipboard to HTML. The conversion is being performed in four different modes , placed on separate tabs of the main window: 'Single File', 'Files List', 'Text Block'... Platforms: Windows

License: Freeware Size: 253.86 KB Download (341): Easy Text To HTML Converter Download

Released: March 25, 2006  |  Added: April 21, 2007 | Visits: 7.619

Inletex Easy Remote Control (ERC) InletEX ERC-Easy Remote Control can help you eliminate problem to effectual remote support. Easy Remote Control (ERC) is one of the best programs for remote administration under Windows that allow you to work remotely on a computer using the regular graphic user interface (GUI). Easy Remote... Platforms: Windows

License: Freeware Size: 535 KB Download (654): Inletex Easy Remote Control (ERC) Download

Released: March 31, 2007  |  Added: March 07, 2008 | Visits: 6.345

EXIF Date Changer Exchangeable Image File (EXIF) data is stored within JPEG images. Almost all digital cameras record and store the cameras settings, scene information, date/time the photo was taken etc within this EXIF data. This information can be really useful when it comes to sorting and viewing your digital... Platforms: Windows

License: Freeware Size: 592.75 KB Download (627): EXIF Date Changer Download

Released: March 25, 2008  |  Added: March 27, 2008 | Visits: 1.715

DayAdder Day Adder features two point-and-click easy calendars that show you the expected date visually. All you need is to choose your starting day on the left calendar, enter how many days to add then you get the new calculated date on the right calendar. We want to add 213 days to April Fools day.... Platforms: Windows

License: Freeware Size: 378.91 KB Download (156): DayAdder Download

Released: September 07, 2008  |  Added: September 12, 2008 | Visits: 13.226

Comment Client for WordPress Manage WordPress blogs easier with free Comment Client for WordPress. View, edit, delete, and moderate comments without opening a Web browser. No more lengthy delays and no need to open WordPress every time you need to approve or flag a comment as spam! Save Internet bandwidth and make edits... Platforms: Windows

License: Freeware Size: 1.61 MB Download (153): Comment Client for WordPress Download

Added: September 14, 2010 | Visits: 1.429

Date::Hijri Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. SYNOPSIS use Date::Hijri; # convert gregorian to hijri date my ($hd, $hm, $hy) = g2h($gd, $gm, $gy); # convert hijri to gregorian date my ($gd, $gm, $gy) = h2g($hd, $hm, $hy); This simple module converts... Platforms: *nix

License: Freeware Size: 4.1 KB Download (374): Date::Hijri Download

Added: April 08, 2010 | Visits: 1.252

Relative-Scoring Relative-Scoring is a scoring script which sets the score for tracks based on the number of times a song has been listened to compared to the most played song. Increase the score by listening to a track more! It was modified from the default script by Gábor Lehel.. Content KDE-Apps.org... Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Relative-Scoring Download

Added: November 01, 2010 | Visits: 1.517

Easy various links manager Easy various links manager or Everest Linux Links Manager (evlinks) is a network manager and config toolkit that aims to replace network services and networkmanager. Tthe design of evlinks: 1. use mac address as config file names to avoid interface name change. 2. multi profile support, for... Platforms: *nix

License: Freeware Download (99): Easy various links manager Download

Added: January 09, 2010 | Visits: 2.849

WWW::Curl::Easy WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl... Platforms: *nix

License: Freeware Size: 22.53 KB Download (137): WWW::Curl::Easy Download

Added: November 08, 2010 | Visits: 1.094

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP... Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: May 04, 2010 | Visits: 1.122

Exporter::Easy Exporter::Easy is a Perl module that takes the drudgery out of Exporting symbols. SYNOPSIS In module YourModule.pm: package YourModule; use Exporter::Easy ( OK => [ $munge, frobnicate ] # symbols to export on request ); In other files which wish to use YourModule: use ModuleName... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Exporter::Easy Download

Added: June 12, 2010 | Visits: 2.325

Easy Hosting Control Panel Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP). Easy Hosting Control Panel aims to be easy to install and use, simple, and functional. Whats New in This Release: - The installer was improved. - Known bugs were... Platforms: *nix

License: Freeware Size: 501.76 KB Download (155): Easy Hosting Control Panel Download

Added: August 25, 2010 | Visits: 2.611

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes... Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: February 12, 2010 | Visits: 1.168

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: February 27, 2010 | Visits: 1.008

Date::Pcalc Date-Pcalc is a Perl module and is a direct translation of Steffen Beyers excellent Date::Calc module to use Perl only instead of a combination of Perl and C. This package consists of a Perl module for all kinds of date calculations based on the Gregorian calendar (the one used in all western... Platforms: *nix

License: Freeware Size: 61.44 KB Download (89): Date::Pcalc Download

Added: October 14, 2010 | Visits: 991

Date::Convert::French_Rev Date::Convert::French_Rev can convert from / to French Revolutionary Calendar. SYNOPSIS use Date::Convert::French_Rev; Converting from Gregorian (or other) to Revolutionary $date=new Date::Convert::Gregorian(1799, 11, 9); convert Date::Convert::French_Rev $date; print $date->date_string,... Platforms: *nix

License: Freeware Size: 36.86 KB Download (93): Date::Convert::French_Rev Download

< 1 2 3 4 5 >