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

Date Counter freeware
Filter: All | Freeware | Demo
 

Date Counter

1 2 3 4 5 > 
Released: June 06, 2018  |  Added: June 25, 2018 | Visits: 2.668

Date Time Counter Date Time Counter is a 100% FREE software that used to count years, months, weeks, days, hours, minutes and seconds for your past/future important events based on current time, such as birth, marriage and anniversary. For the future events, it is just like a countdown timer, for the past events,... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 667 KB Download (369): Date Time Counter Download

Added: May 28, 2013 | Visits: 414

SimpleCounter A simple counter that counts how much time remains/passed from a spcified date and time. The class was inspired by a joomla pugin called util_counter, which can be found here Platforms: JavaScript

License: Freeware Size: 10 KB Download (47): SimpleCounter Download

Added: November 13, 2013 | Visits: 756

Maverick Meerkat Countdown Counter Maverick Meerkat Countdown Counter is a bash script which notifies how many days left for Ubuntu 10.10. It notifies on every GNOME session start (after 90 seconds) You can also check status from a terminal, by typing 'maverick' command, anytime. On release date (October 10, 2010) Script will... Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Maverick Meerkat Countdown Counter Download

Added: January 07, 2006 | Visits: 7.138

Word Counter Plus With the advancements in today’s word processors one would come to believe that they would include simple features like character, word, and line counting. Unfortunately, some of the latest and greatest office applications do not actually utilize such routines. Word Counter Plus not only... Platforms: Windows

License: Freeware Size: 810 KB Download (964): Word Counter Plus Download

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

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

Added: September 14, 2010 | Visits: 1.427

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: March 09, 2010 | Visits: 1.989

Animated Counter Animated Counter provides a nice animated counter. Each time when a page is reloaded the counter increases the digits "live".. Free perl and php scripts for your homepage. Counter, guestbook, poll, download systems, link indexing and more. Platforms: *nix

License: Freeware Size: 31.74 KB Download (315): Animated Counter Download

Added: February 12, 2010 | Visits: 1.167

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

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

Added: October 21, 2010 | Visits: 1.588

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

Added: September 02, 2010 | Visits: 979

Date::Roman Date::Roman is a Perl OO extension for handling roman style dates. SYNOPSIS use Date::Roman; $caesar_death = Date::Roman->new(roman => id 3 702); print $caesar_death->ical(),"n"; #prints -520315 This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (124): Date::Roman Download

Added: September 06, 2010 | Visits: 1.176

Usage Counter Usage Counter is a Firefox extension that tells you how much time you have spent using Firefox and browsing sites. (Previously known as Wasted Time Counter).. Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Usage Counter Download

Added: February 17, 2010 | Visits: 1.797

Cable Modem Counter Cable Modem Counter is a cable modem (or any Ethernet connection) IP byte logger. It is not a packet sniffer, it just gathers network statistics. It is composed of two parts: A daemon, which logs all the incoming/outgoing connections and creates pairs of source/destination IP addresses with a... Platforms: *nix

License: Freeware Size: 102.4 KB Download (174): Cable Modem Counter Download

Added: January 12, 2010 | Visits: 2.683

Date::Formatter Date::Formatter Perl module is a simple Date and Time formatting object. SYNOPSIS use Date::Formatter; # create a Date::Formatter object with the current date and time. my $date = Date::Formatter->now(); # create a formatter routine for this object # see formatter mini-language... Platforms: *nix

License: Freeware Size: 12.29 KB Download (112): Date::Formatter Download

Added: July 25, 2010 | Visits: 954

Class::Date Class::Date is a perl module, which provides a simple date type for perl. You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g.,... Platforms: *nix

License: Freeware Size: 34.82 KB Download (89): Class::Date Download

Added: November 15, 2010 | Visits: 1.120

Date::ICal Date::ICal is a Perl extension for ICalendar date objects. SYNOPSIS use Date::ICal; $ical = Date::ICal->new( ical => 19971024T120000 ); $ical = Date::ICal->new( epoch => time ); $ical = Date::ICal->new( year => 1964, month => 10, day => 16, hour => 16, min => 12, sec => 47 ); $hour =... Platforms: *nix

License: Freeware Size: 44.03 KB Download (104): Date::ICal Download

Released: January 21, 2010  |  Added: January 23, 2010 | Visits: 4.720

BPM Counter BPM Counter is a fast and accurate beats per minute detector for MP3 music. It may be helpful for DJs who need to get information about entire music collection quickly and for any kind of remixing/sampling stuff. Don't waste your time for manual tapping, just navigate to any folder with music... Platforms: Windows

License: Freeware Size: 940.26 KB Download (437): BPM Counter Download

Released: December 08, 2009  |  Added: July 20, 2010 | Visits: 4.106

PHP hit counter Use this free php hit counter code on you site and host many stat counters. This package comes with many unique digit images and enables you to make your own counter hosting. It comes with 16 different digit styles in 4 languages including regular digits, Arabic digits, Japanese digits and Thai... Platforms: Windows, *nix

License: Freeware Size: 93.28 KB Download (274): PHP hit counter Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 844

Line Counter Line Counter is a command-line tool for software developers. It reports the total number of lines of code and comment lines in C, C++, C#, Java, JavaScript and PHP source files. The output may be redirected to a text file. Platforms: Windows

License: Freeware Download (541): Line Counter Download

1 2 3 4 5 >