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

Bsnl Hello Tunes software
Filter: All | Freeware | Demo
 

Bsnl Hello Tunes

< 1 2 3 4 5 > 
Added: August 11, 2008 | Visits: 1.272

Looney Tunes Christmas Screen Saver 9 Full Screen images of your Favorite Looney Characters. Bugs, Taz, Daffy, Tweety,Sylvester, Road Runner and more. All characters in vivid colored Holiday Dress!



Platforms: Windows

License: Freeware Size: 1.73 MB Download (114): Looney Tunes Christmas Screen Saver Download

Added: July 13, 2013 | Visits: 2.348

Frets on Fire Frets on Fire is a game of musical skill and fast fingers. The aim of the game is to play guitar with the keyboard as accurately as possible. Features: . Unique inverted keyboard gameplay style . Support for guitar controllers and generic joysticks . Includes a song editor for making your...





Platforms: Mac

License: Freeware Size: 39.51 MB Download (467): Frets on Fire Download

Added: August 25, 2008 | Visits: 1.147

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 06, 2008 | Visits: 1.291

MusicTime Deluxe With the MusicTime Deluxe program, any user will be able to compose their own rhythms and tunes, and listen to them, play instruments and even print scores. It is a very useful tool for musical creation.You can connect to external devices, and it is really simple to use. MusicTime Deluxe is...


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 5 KB Download (826): MusicTime Deluxe Download

Added: August 22, 2008 | Visits: 1.063

My PC Accelerator My PC Accelerator automatically fine-tunes all your resources including hardware, system settings and internet usage to operate at peak performance at all times. Your PC will instantly become faster, cleaner and more stable. It provides a vast set of easy-to-use and powerful tools to deliver true...


Platforms: Windows

License: Shareware Cost: $79.95 USD Size: 3.81 KB Download (103): My PC Accelerator Download

Released: November 06, 2008  |  Added: November 18, 2008 | Visits: 4.897

BearShare Music BearShare Music is a free files sharing software that helps you download all your favorite tunes from its infinite community. It uses latest technology for file sharing, and getting your desired music files will be easier than ever, downloading your files at maximum speed. The main goals of...


Platforms: Windows

License: Freeware Size: 2.56 MB Download (323): BearShare Music Download

Released: December 16, 2008  |  Added: May 08, 2009 | Visits: 1.230

Factory Audio Converter Convert between multiple audio file formats with a multi-format MP3 converter! Factory Audio Converter makes it simple to convert between audio formats. Recognizing all popular and a wide variety of exotic audio formats, the utility is the most universal MP3 converter developed. Convert multiple...


Platforms: Windows

License: Shareware Cost: $25.50 USD Size: 6.9 MB Download (160): Factory Audio Converter Download

Released: May 01, 2009  |  Added: June 02, 2009 | Visits: 1.617

ZeoOptimizer Optimize Windows performance and speed up your PC in a safe way. ZeoOptimizer offers deep customizations of Windows internals done in a completely safe way. No need to manually tweak Windows Registry or to mess with system-critical files! ZeoOptimizer knows everything about your system, detects...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 205.5 KB Download (112): ZeoOptimizer Download

Added: August 16, 2013 | Visits: 1.243

IABC iabc is a free (open source) program for editing music. It uses the ABC music notation language to produce high-quality graphical notation or MIDI output. The music notation and the ABC notation can be updated in real-time, making the construction of tunes using the ABC language hassle-free (or...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (138): IABC Download

Added: August 15, 2010 | Visits: 713

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

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

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 (128): Chatbot::Alpha Download

Added: March 06, 2010 | Visits: 609

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

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 (99): Locale::TextDomain Download

Added: January 07, 2010 | Visits: 1.269

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 (152): GD::Graph::Polar Download

Added: May 22, 2010 | Visits: 1.147

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 (104): Got Word Database Maker Download

Added: January 09, 2010 | Visits: 990

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

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

Added: March 17, 2010 | Visits: 924

Regexp::Ignore Regexp::Ignore is a Perl module that let us ignore unwanted parts, while parsing text. WARNING This is an alpha code. Really. It was written in the end of 2001. It is not yet checked much. The only reason I submit it to CPAN that early is to get feedback about the idea, and hopefully to get...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (87): Regexp::Ignore Download

Added: March 03, 2010 | Visits: 1.310

IO::Pipe::Producer IO::Pipe::Producer is a Perl module that provides two modules getSubroutineProducer and getSystemProducer. SYNOPSIS # Module which provides 2 methods: getSubroutineProducer # and getSystemProducer. They take a subroutine reference # (with associated arguments) and a system call #...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): IO::Pipe::Producer Download

< 1 2 3 4 5 >