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

Global Time Zone Map freeware
Filter: All | Freeware | Demo
 

Global Time Zone Map

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 619

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

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 666

OfficeTime for Mac OS Powerful, intuitive time and expense tracking, team timesheet reporting, and billing software. You shouldn't have to think about how to track your time. You should just do it. OfficeTime elegantly manages multiple overlapping projects. - Rich, flexible time sheets, reports, and pie graphs at... Platforms: Mac

License: Freeware Size: 14 MB Download (46): OfficeTime for Mac OS Download

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

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

Added: April 19, 2013 | Visits: 557

Sun Azimuth Data Using this script, you can generate a set of data regarding Sun Azimuth Positions at various instants of time for any location on Earth. This data can be used in many applications, like, in determination of orientation of any plane's azimuth from True North.The syntax is 'sun_azimuth_data' (no... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Sun Azimuth Data Download

Added: September 03, 2013 | Visits: 336

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 (38): zntpdate Download

Added: August 22, 2008 | Visits: 837

UTool UTool is a utility software. You can use it to calculate file MD5/CRC32/SHA1, Show time zone. With alarm clock, can play popular music file formats including MP3, MIDI, CDA and WAV. Shut Down PC at one time. Easy way to delete file use wildcard. Platforms: Windows

License: Freeware Size: 528 KB Download (106): UTool Download

Added: August 24, 2008 | Visits: 1.112

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 (461): System Spec Download

Added: August 22, 2008 | Visits: 2.362

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 (536): Laptop Analyzer Software Download

Added: August 15, 2008 | Visits: 932

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: August 12, 2008 | Visits: 1.330

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

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 (211): BestSync Download

Added: March 20, 2010 | Visits: 987

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

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

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

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: June 14, 2010 | Visits: 1.243

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: April 10, 2010 | Visits: 966

Gtk2::Ex::MindMapView::Graph Gtk2::Ex::MindMapView::Graph is a Perl module that manages a directed graph. SYNOPSIS use Gtk2::Ex::MindMapView::Graph; This is internal to Gtk2::Ex::MindMapView. Its a wrapper around Jarkko Heitaniemis nice Graph module. This module is instantiated by Gtk2::Ex::MindMapView. INTERFACE... Platforms: *nix

License: Freeware Size: 50.18 KB Download (99): Gtk2::Ex::MindMapView::Graph Download

Added: March 18, 2010 | Visits: 915

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

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: April 11, 2010 | Visits: 856

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

< 1 2 3 4 5 >