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 49.597.187 Times

Dual Time Zone Clock freeware
Filter: All | Freeware | Demo
 

Dual Time Zone Clock

< 1 2 3 4 5 > 
Added: October 26, 2013 | Visits: 372

FoxClocks FoxClocks is an extension for Firefox and Thunderbird to display world times in your statusbar (or any toolbar). Download FoxClocks at addons.mozilla.org. FoxClocks is simple but powerful: if you like, you can just have your local time in your statusbar. Or you can keep an eye on the time...



Platforms: Mac

License: Freeware Size: 747.52 KB Download (37): FoxClocks Download

Added: September 03, 2013 | Visits: 324

zntpdate This tool is like ntpdate but I added a feature to make an offset before set system date and time. It is particulary interesting when your system is configured without TIMEZONE and when you could not set nothing else but GMT0. If you are localized into an European Summer Time zone don't forget to...





Platforms: Mac

License: Freeware Size: 194.56 KB Download (37): zntpdate Download

Added: August 24, 2008 | Visits: 1.100

System Spec System Spec is a system information program which can produce a specification of your Windows PC without listing lots of useless memory address and unnecessary information. It run without needing to be installed first which means you can run it on your customers PC. This utility can be used for...


Platforms: Windows

License: Freeware Size: 1.3 MB Download (455): System Spec Download

Added: August 22, 2008 | Visits: 2.346

Laptop Analyzer Software Laptop configuration software is finest tool to retrieve complete information about the system. User not only can gather information about his own computer but also be able to retrieve the information of others system. PC analyzer software has developed to generate report of operating system,...


Platforms: Windows

License: Freeware Size: 194 KB Download (532): Laptop Analyzer Software Download

Added: August 27, 2008 | Visits: 1.629

Moonphase Moonphase - displays the current moon phase of the current day as an icon in the Activity field. You can change the time zone, latitude and longitude (just click on the map) to get a more accurate moon rise and set time and also the sunrise and sunset. A little bonus: If you like to fish, mark...


Platforms: Windows

License: Freeware Size: 1.45 MB Download (205): Moonphase Download

Added: August 15, 2008 | Visits: 921

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 (100): ClanWatch Download

Added: August 12, 2008 | Visits: 1.318

PC Analyzer Software System analyzer software is easy and complete solution to analysis your system and provides details about your system in a secure manner. Computer analyzer tool analyze system and give information about memory status, drive configuration, operating system, locale information. PC analysis tool is...


Platforms: Windows

License: Freeware Size: 194 KB Download (470): PC Analyzer Software Download

Released: January 26, 2011  |  Added: January 31, 2011 | Visits: 2.419

BestSync BestSync is a professional utility for synchronizing/backup file and mail between net drive, shared folder, FTP server and USB drive with security and advanced features. BestSync is a professional utility for following solutions: 1. Synchronize files between PCs by utilizing network...


Platforms: Windows

License: Freeware Size: 6.23 MB Download (201): BestSync Download

Added: March 20, 2010 | Visits: 973

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: November 26, 2010 | Visits: 1.145

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: June 20, 2010 | Visits: 1.529

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 (94): DateTime::Format::Epoch::DotNet Download

Added: September 08, 2010 | Visits: 1.236

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 (94): DateTime::Format::Epoch::MacOS Download

Added: June 14, 2010 | Visits: 1.233

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 (101): File::Listing Download

Added: March 18, 2010 | Visits: 905

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: February 15, 2010 | Visits: 912

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 (92): Rose::DateTime Download

Added: April 11, 2010 | Visits: 843

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 (97): Freesco Download

Added: January 22, 2010 | Visits: 836

Kalyp Kalyp project is a roguelike game written in Java. Its design is based on traditions set by popular roguelike games, especially Nethack. It is single player and runs in a text terminal. The project focuses mostly on the Artificial Intelligence engine for the non-player characters. Most of the...


Platforms: *nix

License: Freeware Download (92): Kalyp Download

Added: November 20, 2010 | Visits: 1.002

DateTime::Astro::Sunrise DateTime::Astro::Sunrise is a Perl DateTime extension for computing the sunrise/sunset on a given day. SYNOPSIS use DateTime; use DateTime::Astro::Sunrise; ^ my $dt = DateTime->new( year => 2000, month => 6, day => 20, ); my $sunrise = DateTime::Astro::Sunrise ->new(-118,33,undef,1);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): DateTime::Astro::Sunrise Download

Added: August 16, 2010 | Visits: 1.097

SmileTAG SmileTAG is a shoutbox written in PHP. It has a powerful template system; its easy-to-modify templates using only simple tags, and no programming skill is needed. Smart auto-refresh automatically refreshes whenever a new message is posted. No database is needed. SmileTAG includes profanity...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (104): SmileTAG Download

Added: January 25, 2010 | Visits: 865

MLB Schedule MLB Schedule widget is a simple dashboard widget which provides a small glimpse at the course of any Major League Baseball team's schedule.You can choose your favorite baseball team and the widget will display a five day range of both completed and upcoming games, providing information such as...


Platforms: Mac

License: Freeware Download (106): MLB Schedule Download

< 1 2 3 4 5 >