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

Tibetan Prayer Flags Blessings freeware
Filter: All | Freeware | Demo
 

Tibetan Prayer Flags Blessings

< 1 2 3 4 5 > 
Added: October 15, 2006 | Visits: 3.613

Pope Pope John Paul II Tribute Few who have met him will ever forget him. From his gentleness in prayer, to his strength of character, the world will always be touched by his leadership. This free screensaver pays pictorial homage to a great man and an inspiration to the masses. Ave Maria plays softly throughout the... Platforms: Windows

License: Freeware Size: 1.41 MB Download (195): Pope Pope John Paul II Tribute Download

Added: March 03, 2006 | Visits: 2.339

BitShape Service Manager A tool for managing services on NT system. With the help of this program you can easily and quickly install/remove any service. Set flags and priority for services. Platforms: Windows

License: Freeware Size: 359 KB Download (163): BitShape Service Manager Download

Released: February 02, 2003  |  Added: April 11, 2006 | Visits: 2.311

BlockBuster The playing field consists of rectangular blocks, activated and non- activated bombs and bonus flags. From time to time one of the bombs activates. Your goal is to move your sapper to a block with the activated bomb before its fuse stops burning. The sapper moves with the help of arrows.... Platforms: Windows

License: Freeware Size: 457 KB Download (519): BlockBuster Download

Added: August 28, 2008 | Visits: 873

aXiebal 2004 Control a little ball in a strange world filled with dangers, try to collect all the flags and find your way to the exit. Fast and colourful animations, funny sound effects, nice music and good gameplay, that's what aXiebal 2004, a remake of our very first game, is all about! aXiebal 2004 is... Platforms: Windows

License: Freeware Size: 2.5 MB Download (511): aXiebal 2004 Download

Added: August 07, 2008 | Visits: 778

aXiebal Winter Try to collect all the flags and find your way to the exit. In aXiebal Winter, the sequel of aXiebal 2004, you must lead the little ball through 75 new levels filled with puzzles and action! Play alone or with a friend, select one of many gametypes and difficulties. Platforms: Windows

License: Freeware Size: 2.46 MB Download (497): aXiebal Winter Download

Added: August 29, 2008 | Visits: 2.839

Salaat Time Salaat Time is a FREE multi-function Islamic application that calculates the prescribed five daily Muslim prayer times as well as Qiblah direction for anywhere in the world. It rests in the system tray and at the prescribed times the Athan sounds and/or displays visual alerts. In addition you... Platforms: Windows

License: Freeware Size: 11.4 MB Download (579): Salaat Time Download

Added: August 18, 2008 | Visits: 1.290

Creator Source Healer Are you in need of instant prayer or healing? You might be able to get help via the new free Distance Healing Software! This software is not just about healing, but about getting rid of what you dont need anymore. With a single click you are able to send healing to yourself or another person with... Platforms: Windows

License: Freeware Size: 1005 KB Download (591): Creator Source Healer Download

Added: August 14, 2008 | Visits: 1.271

On-Screen Keyboard Magic 1.0 build CloudEight's "Blessings" screen saver, features beautiful images by John Bell. Each image features an inspirational Biblical quote. "Blessings" has many user configurable settings. You can change the order in which the images appear, turn music on and off, set your desktop wallpaper, change your... Platforms: Windows

License: Freeware Size: 1.4 MB Download (103): On-Screen Keyboard Magic 1.0 build Download

Added: January 18, 2010 | Visits: 1.669

Religion::Islam::PrayerTimes Religion::Islam::PrayerTimes is a Perl module that calculates Muslim Prayers Times and Sunrise. SYNOPSIS use Religion::Islam::PrayerTimes; #create new object with default options my $prayer = Religion::Islam::PrayerTimes->new(); #Juristic Methods: # 1 = Standard (Imams Shafii, Hanbali,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (166): Religion::Islam::PrayerTimes Download

Added: August 20, 2010 | Visits: 1.025

SomaMdD Somamddd come from Soma MetaData Daemon and is a daemon that gets input from the current song scheduled by somad and updates the icecast (1 and 2) flags. So, the clients can show info about the current song of your radio. Soma project started in summer 2003 to manage the digital version of an... Platforms: *nix

License: Freeware Size: 317.44 KB Download (89): SomaMdD Download

Added: August 10, 2010 | Visits: 804

Gtk Gtk enums, flags, object types, arguments and signals. Gnome::AppBar (Gtk::HBox) Signals undef clear-prompt (Gnome::AppBar) undef user-response (Gnome::AppBar) Gnome::AppletWidget (Gtk::Plug) Signals undef back-change (Gnome::AppletWidget, Gtk::Enum, gpointer, gpointer) undef... Platforms: *nix

License: Freeware Size: 440.32 KB Download (88): Gtk Download

Added: August 09, 2010 | Visits: 849

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: August 11, 2010 | Visits: 871

File::BSDGlob File::BSDGlob is a Perl extension for BSD glob routine. SYNOPSIS use File::BSDGlob :glob; @list = glob(*.[ch]); $homedir = glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (even with -T) use File::BSDGlob globally;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): File::BSDGlob Download

Added: June 20, 2010 | Visits: 886

DB_File DB_File is a Perl5 access to Berkeley DB version 1.x. SYNOPSIS use DB_File; [$X =] tie %hash, DB_File, [$filename, $flags, $mode, $DB_HASH] ; [$X =] tie %hash, DB_File, $filename, $flags, $mode, $DB_BTREE ; [$X =] tie @array, DB_File, $filename, $flags, $mode, $DB_RECNO ; $status =... Platforms: *nix

License: Freeware Size: 87.04 KB Download (97): DB_File Download

Added: January 18, 2010 | Visits: 1.510

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);... Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: January 02, 2010 | Visits: 877

Socket6 Socket6 is a Perl module for IPv6 related part of the C socket.h defines and structure manipulators. SYNOPSIS use Socket; use Socket6; @res = getaddrinfo(hishost.com, daytime, AF_UNSPEC, SOCK_STREAM); $family = -1; while (scalar(@res) >= 5) { ($family, $socktype, $proto, $saddr,... Platforms: *nix

License: Freeware Size: 55.3 KB Download (89): Socket6 Download

Added: January 06, 2010 | Visits: 1.189

GCViewer GCViewer is a Swing-based application that visualizes the verbose garbage collection output generated by the IBM and Sun Java VMs (-verbose:gc/-Xloggc:-flags). The data can also be exported as CSV for forther processing with a spreadsheet application. Visualizing the data can help when one is... Platforms: *nix

License: Freeware Size: 450.56 KB Download (237): GCViewer Download

Added: May 02, 2010 | Visits: 929

Getopt::GUI::Long Getopt::GUI::Long is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module. SYNOPSIS use Getopt::GUI::Long; # pass useful config options to Configure Getopt::GUI::Long::Configure(qw(display_help no_ignore_case capture_output)); GetOptions(%opts,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Getopt::GUI::Long Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 623

Universalis Liturgy of the Hours Includes Morning Prayer (Lauds), Evening Prayer (Vespers), Night Prayer (Compline), the Office of Readings, readings at Mass, and a full liturgical calendar with local variations for English-speaking countries including the UK and the USA. View today's content or browse through the calendar far... Platforms: Windows

License: Freeware Size: 2.5 MB Download (487): Universalis Liturgy of the Hours Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 596

World Flag Icons for Mac OS Bring your digital projects to life with this fantastic set of professionally designed world flag icons that represent the flags of all of the major and lesser known countries, states and territories of the world. Each icon has been individually designed with a stylish glossy button effect,... Platforms: Mac

License: Freeware Size: 1.6 MB Download (53): World Flag Icons for Mac OS Download

< 1 2 3 4 5 >