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

Hello freeware
Filter: All | Freeware | Demo
 

Hello

1 2 3 4 5 > 
Added: January 01, 2010 | Visits: 1.138

Apache Hello World Benchmarks Apache Hello World Benchmarks is a benchmarking tool that seeks to give a sense of Web application execution speed on various software platforms running under the Apache Web server. Benchmarks can vary greatly from system to system, so this tool allows one to get numbers on ones own platform....



Platforms: *nix

License: Freeware Size: 37.89 KB Download (100): Apache Hello World Benchmarks Download

Released: July 18, 2012  |  Added: July 18, 2012 | Visits: 696

Hello Kitty Screensaver Cute little screensaver for Hello Kitty fans. Full size screensaver. Contains 18 wallpaper size images and also features customisable transition effects. Download it now and have it on your desktop within minutes.





Platforms: Windows

License: Freeware Size: 2.23 MB Download (89): Hello Kitty Screensaver Download

Added: April 21, 2006 | Visits: 5.911

Hello Hello combines instant photo sharing and instant messaging to create a one-click picture sharing software product. Hello is made for digital camera owners who are ready to think outside the e-mail box when it comes to sharing digital pictures online: you can share pictures with friends and family...


Platforms: Windows

License: Freeware Size: 1.62 MB Download (338): Hello Download

Released: October 03, 2012  |  Added: October 03, 2012 | Visits: 569

Hello Kitty Hello Kitty Super-cute icons based the mega hit from Japan.


Platforms: Mac

License: Freeware Size: 1.1 MB Download (53): Hello Kitty Download

Added: July 08, 2013 | Visits: 488

Hello Message Box This program displays the message "Your Message" in a small default Windows message box. It performs no other function.


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (43): Hello Message Box Download

Added: September 07, 2013 | Visits: 584

Hello Captcha Hello Capttcha is a free PHP security system that can generate CAPTCHAs with animated images. It can send HTTP requests to the Web services API Web server of the HelloCAPTCHA site retrieve HTML to embed form fields and display an animated CAPTCHA image.This script can also send a request to...


Platforms: PHP

License: Freeware Size: 337.92 KB Download (41): Hello Captcha Download

Added: August 03, 2013 | Visits: 630

Hello Dolly This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Hello Dolly Download

Added: August 17, 2013 | Visits: 560

The Hello Bar The Hello Bar for WordPress plugin is a really simple plugin that allows you to copy and paste your Hello Bar code snippet from HelloBar.com, straight to your WordPress admin interface. The plugin also allows you to choose whether you'd like your code snippet to be placed in the tag or at the...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (53): The Hello Bar Download

Added: September 09, 2013 | Visits: 457

Hello User Plugin The Hello User Plugin provides the possibility to adress the logged-in website user with his name in a content item.After the plugin is installed and activated, a tag has to be placed inside a content item. When the page is rendered, the tag is replaced by the user`s nameA second tag allows to...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Hello User Plugin Download

Added: January 25, 2010 | Visits: 452

Hello Newman Hello Newman is a Dashboard widget that displays a random quote from Seinfeld. Quotes are fed from SeinfeldQuotes.com.


Platforms: Mac

License: Freeware Download (104): Hello Newman Download

Added: August 25, 2008 | Visits: 1.150

AnalogX DCOffset Say hello to AnalogX DCOffset, and say goodbye to DC offset headaches forever! DCOffset is the ONLY DirectX Audio plugin capabable of not only correcting DC offset, but detecting and analyzing DC offset audio in realtime! Forget using a seperate application that has to scan the entire file before...


Platforms: Windows

License: Freeware Size: 188 KB Download (116): AnalogX DCOffset Download

Added: August 15, 2010 | Visits: 716

Locale::Maketext::Lexicon Locale::Maketext::Lexicon is a Perl module to use other catalog formats in Maketext. SYNOPSIS As part of a localization class, automatically glob for available lexicons: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { * => [Gettext =>...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (92): Locale::Maketext::Lexicon Download

Added: March 02, 2010 | Visits: 1.574

Chatbot::Alpha::Tutorial Chatbot::Alpha::Tutorial is a beginners guide to Chatbot::Alpha 2.x. INTRODUCTION What is Chatbot::Alpha? Chatbot::Alpha is a Perl module for reading and processing Alpha code. Alpha code is a command-driven response language, primarily used for chatterbots. The language format is quite...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Chatbot::Alpha::Tutorial Download

Added: April 25, 2010 | Visits: 1.293

Chatbot::Alpha Chatbot::Alpha provides a simple chatterbot brain. The Alpha brain was developed by AiChaos, Inc. for our chatterbots. The Alpha brains language is line-by-line, command-driven. Alpha is a simplistic brain yet is very powerful for making impressive response systems. // Test Replies //...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (134): Chatbot::Alpha Download

Added: March 06, 2010 | Visits: 614

PurpleWiki::InlineNode PurpleWiki::InlineNode Perl module offers inline node object. SYNOPSIS use PurpleWiki::InlineNode; # Create node of type text and content Hello, world! my $inlineNode1 = PurpleWiki::InlineNode->new(type => text, content => Hello, world!); # Represent bolded and italicized Hello,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (90): PurpleWiki::InlineNode Download

Added: June 16, 2010 | Visits: 911

Locale::TextDomain Locale::TextDomain is a Perl Interface to Uniforum Message Translation. SYNOPSIS use Locale::TextDomain (my-package, @locale_dirs); use Locale::TextDomain qw (my-package); my $translated = __"Hello World!n"; my $alt = $__{"Hello World!n"}; my $alt2 = $__->{"Hello World!n"}; my @list...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (100): Locale::TextDomain Download

Added: January 07, 2010 | Visits: 1.274

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (153): GD::Graph::Polar Download

Added: May 22, 2010 | Visits: 1.153

Got Word Database Maker Hello! Thank you for donating your knowledge and time to our cause. Pariahware, Inc. is currently working on a Bible trivia game that is a cross between the TV game show "Who Wants to be a Millionaire?" and the electronic game series "You Dont Know Jack!" As one might imagine, this can be a...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (108): Got Word Database Maker Download

Added: January 09, 2010 | Visits: 995

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: January 24, 2010 | Visits: 1.696

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

1 2 3 4 5 >