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

Time Zone Calculator Widget freeware
Filter: All | Freeware | Demo
 

Time Zone Calculator Widget

< 1 2 3 4 5 > 
Added: August 19, 2008 | Visits: 1.371

Karen's Zone Manager Take control of Windows' Time Zones, create a desktop shortcut to any time zone, allowing you to switch between zones with just the double-click of your mouse. You can even create your own custom time zones, enabling or disabling settings such as Daylight Saving Time. When you change zones, your...



Platforms: Windows

License: Freeware Size: 1.5 MB Download (104): Karen's Zone Manager Download

Added: August 15, 2008 | Visits: 931

ClanWatch Nowadays there are many users who participate in on-line gaming, organizing themselves into clans or teams. To organize themselves correctly, these teams usually have a "leader" or someone responsible for the group. For this there is an application designed to help them: ClanWatch. It works so...





Platforms: Windows

License: Freeware Size: 2 KB Download (104): ClanWatch Download

Added: April 11, 2010 | Visits: 849

Freesco FREESCO (stands for FREE ciSCO) is a free replacement for commercial routers supporting up to 10 ethernet/arcnet/token_ring/arlan network cards and up to 10 modems..


Platforms: *nix

License: Freeware Size: 86.02 KB Download (103): Freesco Download

Added: June 14, 2010 | Visits: 1.241

File::Listing File::Listing is a Perl module to parse directory listing. SYNOPSIS use File::Listing qw(parse_dir); for (parse_dir(`ls -l`)) { ($name, $type, $size, $mtime, $mode) = @$_; next if $type ne f; # plain file #... } # directory listing can also be read from a file open(LISTING, "zcat...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (102): File::Listing Download

Added: June 20, 2010 | Visits: 1.540

DateTime::Format::Epoch::DotNet DateTime::Format::Epoch::DotNet is a Perl module that can convert DateTimes to/from .NET epoch seconds. SYNOPSIS use DateTime::Format::Epoch::DotNet; my $dt = DateTime::Format::Epoch::DotNet->parse_datetime( 1051488000 ); DateTime::Format::Epoch::DotNet->format_datetime($dt); #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::DotNet Download

Added: September 08, 2010 | Visits: 1.247

DateTime::Format::Epoch::MacOS DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. SYNOPSIS use DateTime::Format::Epoch::MacOS; my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 ); DateTime::Format::Epoch::MacOS->format_datetime($dt); # 1051488000...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (100): DateTime::Format::Epoch::MacOS Download

Added: January 25, 2010 | Visits: 616

WorldTimes WorldTimes is a clear and compact world clock that displays up to 12 different time zones from a database of more than 420 worldwide locations. Emphasizing ease of use, WorldTimes handles each locationls daylight savings changes automatically, lets the user customize any location name, and...


Platforms: Mac

License: Freeware Download (98): WorldTimes Download

Added: February 15, 2010 | Visits: 916

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: January 25, 2010 | Visits: 467

miniCalc a mini version of the Apple Calculator widget!(I modified the RetroCalc widget from Macintalk Studio: http://widgets.macintalk.com/ )


Platforms: Mac

License: Freeware Download (97): miniCalc Download

Added: January 25, 2010 | Visits: 938

JIKANKEI JIKANKEI is a software of Art Project. The word JIKANKEI is the Time System in Japanese. JIKANKEI does not express scientifically accurate data. It is only an Art work. Linger in the morning brightness, in the afternoon glow, and enjoy the gradually changing seasons on this globe. JIKANKEI is...


Platforms: Mac

License: Freeware Download (97): JIKANKEI Download

Added: March 21, 2010 | Visits: 1.223

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: March 20, 2010 | Visits: 981

MirBSD #10 MirBSD originated as a patch set against OpenBSD-current, an ultra secure operating system and NetBSD derivate, and has since also incorporated changes from NetBSD, a 4.4BSD-derived ultra portable operating system. It features bugfixes, code removal for the sake of simplicity, and feature...


Platforms: *nix

License: Freeware Download (95): MirBSD #10 Download

Added: January 25, 2010 | Visits: 1.143

Log::Log4perl::DateFormat Log::Log4perl::DateFormat is a Log4perl advanced date formatter helper class. SYNOPSIS use Log::Log4perl::DateFormat; my $format = Log::Log4perl::DateFormat->new("HH:mm:ss,SSS"); # Simple time, resolution in seconds my $time = time(); print $format->format($time), "n"; # =>...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (94): Log::Log4perl::DateFormat Download

Added: November 26, 2010 | Visits: 1.159

DateTime::Format::Pg DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times. SYNOPSIS use DateTime::Format::Pg; my $dt = DateTime::Format::Pg->parse_datetime( 2003-01-16 23:12:01 ); # 2003-01-16T23:12:01+0200 DateTime::Format::Pg->format_datetime($dt); This module understands...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): DateTime::Format::Pg Download

Added: August 08, 2008 | Visits: 1.215

World time Dubbed "The 'Swiss Army Knife' of world clocks" with unlimited configurable clocks, each with it's own time zone, configurable Daylight Saving Time, Lat Long, and description in a 12 or 24 hour analog/digital user configurable display, that minimizes to the system tray; 2D/3D World...


Platforms: Windows

License: Freeware Size: 2.31 MB Download (89): World time Download

Added: March 18, 2010 | Visits: 913

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: August 08, 2010 | Visits: 1.074

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (87): Tk::after Download

Added: May 10, 2013 | Visits: 5.112

ScareCrow Message Board ScareCrow Message Board  application allows you to run a full featured forum on your website.General Features - User profiles that include: AIM, MSN, Yahoo! and ICQ identifications, locations, interests, homepage. - The option to hide email addresses from view in a profile. - On-server last...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (78): ScareCrow Message Board Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 724

Forex Market Hours Monitor Forex Market Hours is a handy freeware program that allows keeping track on active Forex market sessions worldwide. London, New York, Sydney, Tokyo - major trading sessions with the biggest volume of trades are depicted in friendly dialog window with active hours tracking tool. Program needs no...


Platforms: Windows

License: Freeware Size: 491.52 KB Download (71): Forex Market Hours Monitor Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 751

Free Astrology Natal Chart & Full Report It is free Astrology Software with natal chart and full report. Just enter your birth data: year, month, day, hour, minute, time zone and the geographical coordinates of the city where you were born. The program will generate your natal chart. Then click on the buttons and read planets meanings....


Platforms: Windows

License: Freeware Size: 1.43 MB Download (70): Free Astrology Natal Chart & Full Report Download

< 1 2 3 4 5 >