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

Mini Desktopstop Watch freeware
Filter: All | Freeware | Demo
 

Mini Desktopstop Watch

1 2 3 4 5 > 
Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 569

5 Realms of Cards for Mac OS Nothing like an ordinary solitaire game - it's visually nice, story-driven and features an addictive new game mechanic. The game begins in the land of five card realms, where malevolent force has awakened after a 100-year slumber, plunging the realms into darkness. This is where you step in. Your...



Platforms: Mac

License: Freeware Size: 16 MB Download (472): 5 Realms of Cards for Mac OS Download

Added: January 22, 2006 | Visits: 4.430

Alpha Poljot Watch "Alpha Commando Watch" screensaver from series of Poljot watches. This 23-ruby jewel mechanical chronograph Poljot was produced to honor Russia's crack Alpha Special Forces. They may go through fire and water, jump from planes and climb tall buildings. In 1993 Alpha troops defended Russia's...





Platforms: Windows

License: Freeware Size: 1.1 MB Download (182): Alpha Poljot Watch Download

Added: January 18, 2010 | Visits: 1.771

CPAN::Mini::Extract CPAN::Mini::Extract is a Perl module that can create CPAN::Mini mirrors with the archives extracted. SYNOPSIS # Create a CPAN extractor my $cpan = CPAN::Mini::Extract->new( remote => http://mirrors.kernel.org/cpan/, local => /home/adam/.minicpan, trace => 1, extract =>...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): CPAN::Mini::Extract Download

Added: August 13, 2010 | Visits: 1.555

K ISDN Watch K ISDN Watch is a universal ISDN monitor for KDE 3, and can be used with each AVM ISDN-Controller and the CAPI4Linux driver. K ISDN Watch is an "open source" program: the complete source code is available under the GNU Public License. The program is based on the ISDN monitor "kimon", written by...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (125): K ISDN Watch Download

Added: March 19, 2010 | Visits: 1.844

K ADSL Watch K ADSL Watch is a universal ADSL monitor for KDE 3, and can be used with the AVM DSL/ISDN-Controller and the CAPI4Linux driver. K ADSL Watch is an "open source" program: the complete source code is available under the GNU Public License. The program is based on the ISDN monitor "kimon", written...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (85): K ADSL Watch Download

Added: July 08, 2010 | Visits: 1.418

GoblinX Mini Edition GoblinX Mini Edition is a son of GoblinX and contains only XFCE as windows manager and GTK2/GTK based applications. The edition is indicated for those users whose want to remaster the distro and also those with difficulties to download more than three hundreds of megabytes, original size of...


Platforms: *nix

License: Freeware Size: 167 MB Download (130): GoblinX Mini Edition Download

Added: July 25, 2010 | Visits: 1.382

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: January 26, 2010 | Visits: 966

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: August 12, 2010 | Visits: 1.174

XML::Mini::Element::Comment XML::Mini::Element::Comment is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements comment() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): XML::Mini::Element::Comment Download

Added: March 01, 2010 | Visits: 1.192

XML::Mini::Element XML::Mini::Element is a Perl implementation of the XML::Mini Element API. SYNOPSIS use XML::Mini::Document; my $xmlDoc = XML::Mini::Document->new(); # Fetch the ROOT element for the document # (an instance of XML::Mini::Element) my $xmlElement = $xmlDoc->getRoot(); # Create an tag my...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (157): XML::Mini::Element Download

Added: April 17, 2010 | Visits: 951

XML::Mini::Element::DocType XML::Mini::Element::DocType Perl module is used internally to represent < !DOCTYPE bla bla [ ... ] >. You shouldnt need to use it directly, see XML::Mini::Elements docType() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (104): XML::Mini::Element::DocType Download

Added: January 09, 2010 | Visits: 991

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini Download

Added: June 14, 2010 | Visits: 1.085

XML::Mini::Element::CData XML::Mini::Element::CData Perl module is used internally to represent < ![CDATA [ CONTENTS ]] >. You shouldnt need to use it directly, see XML::Mini::Elements cdata() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (101): XML::Mini::Element::CData Download

Added: February 25, 2010 | Visits: 977

XML::Mini::Element::Entity XML::Mini::Element::Entity Perl module is used internally to represent < !ENTITY name "stuff" >. You shouldnt need to use it directly, see XML::Mini::Elements entity() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): XML::Mini::Element::Entity Download

Added: April 22, 2010 | Visits: 1.073

XML::Mini::Element::Header XML::Mini::Element::Header Perl module is used internally to represent < ? xml blah="hohoho" ? > type headers. You shouldnt need to use it directly, see XML::Mini::Elements header() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): XML::Mini::Element::Header Download

Added: November 17, 2010 | Visits: 962

XML::Mini::TreeComponent XML::Mini::TreeComponent is a Perl implementation of the XML::Mini TreeComponent API. SYNOPSIS Dont use this class - only presents an interface for other derived classes. This class is only to be used as a base class for others. It presents the minimal interface we can expect from any...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (87): XML::Mini::TreeComponent Download

Added: January 08, 2010 | Visits: 1.026

XML::Mini::Document XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string $xmlDoc->parse($XMLString);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): XML::Mini::Document Download

Added: July 23, 2010 | Visits: 2.513

Amazon Mini Shop Amazon Mini Shop allows you to search Amazon.com, .co.uk, .de, .fr, .ca or .co.jp from the sidebar..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (179): Amazon Mini Shop Download

Added: February 25, 2010 | Visits: 1.091

Claros Mini Claros Mini is a multi-protocol (POP3/IMAP) Web mail client with a user interface that is specially designed for devices with small screens. Claros Mini can parse HTML and extract text to reduce the size of messages. The installation process takes less than two minutes, and no database setup is...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (127): Claros Mini Download

Added: January 25, 2010 | Visits: 1.705

Islands Mini-golf The Islands Mini-Golf ADD-ON 1 is a free expansion pack that adds a new Egyptian theme with 18 new holes to our Islands Mini-Golf game.TO PLAY WITH THIS EXPANSION PACK, THE FULL VERSION OF THE GAME IS REQUIRED. 18 new wacky holes Egyptian theme Online hi-scores Original soundtrack


Platforms: Mac

License: Freeware Download (134): Islands Mini-golf Download

1 2 3 4 5 >