









Serving Software Downloads in 976 Categories, Downloaded 38.880.265 Times
If your application has more than one window - and that is most probably the case - and relies on multiple input forms and report pages, smooth and fast navigation becomes one of the key factors determining the value of your application for clients. Few things irritate people more than complete...
License: Demo | Cost: $49.95 USD | Size: 2.01 MB | Download (190): Navigation Toolbar Icons Download |
URank is a Free browser toolbar that enables ranking/rating several aspects in websites and categorizing them. Currently supports IE (Internet Explorer) web browser only.
Get to know what others think about the website you are visiting. Is the website reliable? Is it free? Is it Ad-free? Is...
License: Freeware | Size: 390.62 KB | Download (106): URank IE toolbar for website rating Download |
Coupon Search Toolbar for Firefox, find some of the best deals around from the best retailers on the net. Coupons, discount codes and more.
Platforms: Windows
License: Freeware | Size: 321.87 KB | Download (145): Firefox Coupon Search Toolbar Download |
Get the Prize Live Toolbar v3 today and start earning money faster! Login to your personal account and view your points and game credits. View the newest offers added to Prize Live. View a list of random offers that you have never completed before. Receive a daily bonus just for using our...
Platforms: Windows
License: Freeware | Size: 488.76 KB | Download (201): Prize Live Toolbar Download |
The level of competition on today's software market is so high that flexibility and the ability to adjust to rapidly changing requirements are the factors that define the success of any software product. It often happens that an application loses a significant fraction of its potential user base...
Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java
License: Demo | Cost: $49.95 USD | Size: 3.81 MB | Download (108): Small Toolbar Icons Download |
Each software developer wants his application to be unique and easily recognized by customers. To achieve that, creating a set of handy functions and features is usually not enough. You will also need to consider creating an original graphic interface, which will allow users easily navigate...
Platforms: OS/2, Windows, Mac, *nix, Windows 8, Windows Phone, Windows 7, Windows Server, Palm OS, iOS, Android, Symbian, Pocket PC, Handheld, Other,BlackBerry,iPhone,iPod,iTouch,Palm,Java,AS/400
License: Demo | Cost: $49.95 USD | Size: 1.21 MB | Download (137): Application Toolbar Icons Download |
Unofficial Myspace Toolbar provides a way to automatically login to Myspace. Automatically login to Myspace, instantly access your messages, view hidden comments, create styled comments/bulletins and more with this intuitive and customizable toolbar! NEW! Myspace Notifications: Find out if...
Platforms: *nix
License: Freeware | Size: 60.42 KB | Download (216): Unofficial Myspace Toolbar Download |
Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...
Platforms: *nix
License: Freeware | Size: 12.29 KB | Download (115): Games::SGF::Tournament Download |
Tk::ToolBar is a toolbar widget for Perl/Tk. SYNOPSIS use Tk; use Tk::ToolBar; my $mw = new MainWindow; my $tb = $mw->ToolBar(qw/-movable 1 -side top -indicatorcolor blue/); $tb->ToolButton (-text => Button, -tip => tool tip, -command => sub { print "hin" }); $tb->ToolLabel (-text...
Platforms: *nix
License: Freeware | Size: 56.32 KB | Download (84): Tk::ToolBar Download |
Firevine Toolbar is a toolbar for Mozilla Firefox web browser, that helps to improve the user experience at newsvine.com. Multiple site functions have been included in this toolbar, including a quick link to both your column and the frontpage as well as a site search, automatically updating...
Platforms: *nix
License: Freeware | Size: 25.6 KB | Download (82): Firevine Toolbar Download |
Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...
Platforms: *nix
License: Freeware | Size: 91.14 KB | Download (108): Games::Cards Download |
Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:...
Platforms: *nix
License: Freeware | Size: 4.1 KB | Download (84): Games::Quakeworld::Query Download |
Monalo Toolbar Firefox extension lets you: 1) Show RSS feed headlines directly in the toolbar with a slick fade-in effect. You can also select from a list of topics (i.e. Technology, Video Gaming, Star Wars) to get headlines from feeds relating to the chosen topic. 2) Be notified when there...
Platforms: *nix
License: Freeware | Size: 33.79 KB | Download (91): Monalo Toolbar Download |
Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...
Platforms: *nix
License: Freeware | Size: 348.16 KB | Download (170): Games::Baseball::Scorecard Download |
Games::Euchre is an Euchre card game for humans and computers. SYNOPSIS Simply run my game wrapper: % euchre.pl or write your own: use Games::Euchre; use Games::Euchre::AI::Simple; use Games::Euchre::AI::Human; my $game = Games::Euchre->new(); foreach my $i (1..3) {...
Platforms: *nix
License: Freeware | Size: 21.5 KB | Download (217): Games::Euchre Download |
Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick....
Platforms: *nix
License: Freeware | Size: 21.5 KB | Download (153): Games::Euchre::Trick Download |
Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...
Platforms: *nix
License: Freeware | Size: 21.5 KB | Download (89): Games::Euchre::AI Download |
Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and...
Platforms: *nix
License: Freeware | Size: 21.5 KB | Download (102): Games::Euchre::Player Download |
comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english. comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published...
Platforms: *nix
License: Freeware | Size: 7.9 MB | Download (102): comisat Games Collection Download |
Games::Othello is a Perl extension for modelling a game of Othello. SYNOPSIS use Games::Othello; my $game = Games::Othello->new(); while( !game->over ) { printf "It is presently %ss move", ($game->whos_move eq b) ? black, white; my @possible_moves = values $game->possible_moves(); if...
Platforms: *nix
License: Freeware | Size: 5.12 KB | Download (84): Games::Othello Download |