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

Bubble Sort Algorithm freeware
Filter: All | Freeware | Demo
 

Bubble Sort Algorithm

< 1 2 3 4 5 > 
Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 1.448

Algorithm::Pair::Best Algorithm::Pair::Best is a Perl module to select pairings (designed for Go tournaments, but can be used for anything, really). SYNOPSIS use Algorithm::Pair::Best; my $pair = Algorithm::Pair::Best->new( ? options ? ); $pair->add( item, ? item, ... ? ); @pairList = $pair->pick( ? $window... Platforms: *nix

License: Freeware Size: 10.24 KB Download (118): Algorithm::Pair::Best Download

Added: May 10, 2010 | Visits: 999

Bubble system Bubble system superkaramba theme is based on my own sk theme Rounded debian (avalible on kde-look.org). Bubble system has two versions - big and small. You can change backgroud and bar image for each every single buble. Background can be with debian logo or with tux. Selection can be done by... Platforms: *nix

License: Freeware Size: 51.2 KB Download (93): Bubble system Download

Added: February 03, 2010 | Visits: 851

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: January 01, 2010 | Visits: 933

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Added: January 14, 2010 | Visits: 1.738

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: May 23, 2010 | Visits: 869

Sort::ArbBiLex Sort::ArbBiLex is a Perl module that can make sort functions for arbitrary sort orders. SYNOPSIS use Sort::ArbBiLex ( fulani_sort, # ask for a &fulani_sort to be defined "a A c C ch Ch CH ch Ch CH e E l L lh Lh LH n N r R s S u U z Z " ); @words = <>; @stuff =... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Sort::ArbBiLex Download

Added: April 19, 2010 | Visits: 1.831

Tk::Bubble Tk::Bubble are pop up help windows. SYNOPSYS use Tk::Bubble; ... $bubble = new Bubble( ); $bubble->attach( , ); $bubble->configure( , ); Bubble is a bubble help system (or sometimes called tooltips/balloon help) which allows a window to be displayed after a certain amount of... Platforms: *nix

License: Freeware Size: 33.79 KB Download (181): Tk::Bubble Download

Added: November 04, 2010 | Visits: 949

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: May 02, 2010 | Visits: 1.067

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second... Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: February 09, 2010 | Visits: 903

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences... Platforms: *nix

License: Freeware Size: 5.12 KB Download (144): Algorithm::AhoCorasick Download

Added: February 01, 2010 | Visits: 1.230

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: February 27, 2010 | Visits: 917

Algorithm::Combinatorics Algorithm::Combinatorics Perl module is an efficient generator of combinatorial sequences. SYNOPSIS use Algorithm::Combinatorics qw(permutations); my @data = qw(a b c); # scalar context gives an iterator my $iter = permutations(@data); while (my $p = $iter->next) { # ... } # list... Platforms: *nix

License: Freeware Size: 15.36 KB Download (153): Algorithm::Combinatorics Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 599

Bubble Go for Mac Bubble Go! is classic arcade game with time proven gameplay and simple rules - aim and shoot bubbles, get the colors to match! The only objective of the game is to remove all the bubbles from the field by shooting bubbles to match three or more. You are ready to start popping those bubbles now,... Platforms: Windows

License: Freeware Size: 7.31 MB Download (55): Bubble Go for Mac Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 580

Bubble Crusher * Bubble Crusher is the most thrilling bubble popping game. Pop, pop, pop those bubbles! Bubble Crusher is an extremely fun bubble popping game that requires you to be quick. Pop the bubble, but don't pop them twice! There is a simple fun elements with the different twists and challenges that is... Platforms: iPhone, iPod

License: Freeware Size: 5 MB Download (53): Bubble Crusher Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 738

Bubble Crusher HD " Bubble Crusher Was Top 10 Overall Free App In 17 Countries (07-31-11), Thank You! * Bubble Crusher HD is the most thrilling bubble popping game. Pop, pop, pop those bubbles! Bubble Crusher HD is an extremely fun bubble popping game that requires you to be quick. Pop the bubble, but don't pop... Platforms: iPhone, iPod

License: Freeware Size: 11.1 MB Download (470): Bubble Crusher HD Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 627

Burst My Bubble Burst My Bubble is a truetype font that will allow you to change the regular appearance of your written documents. All you have to do is install the font onto your PC then use it when writing your texts to see how it will give them a new aspect. To install it, you can simply right-click the file... Platforms: Windows

License: Freeware Download (51): Burst My Bubble Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 651

Contacts Sort Order Everyone knows that the contacts (and address book) sort order can be changed from first name, last name order (which is the default) to last name, first name order. However, once the order is set, confusion sets in because it only works for new entries. All your existing entries must be... Platforms: Windows, Windows Vista, 7

License: Freeware Download (52): Contacts Sort Order Download

Added: May 10, 2013 | Visits: 463

CSS Bubble Tooltips CSS Bubble Tooltips alllows you to avoid cross-browser javascript to make tooltips with less code. The code is very easy to implement and customize.The scripts are compatible with all modern web browsers. Platforms: Windows, Mac, *nix, CSS, BSD Solaris

License: Freeware Download (54): CSS Bubble Tooltips Download

Added: May 10, 2013 | Visits: 544

Column Sort Arrows This simple mod replaces the /- symbols that are used to show the sort order on the product listing pages with small dark gray arrows. The provided arrows are transparent and should work with all color schemes. They could easily be replaced with your own arrows as well. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): Column Sort Arrows Download

Added: May 10, 2013 | Visits: 949

Sort Option Values Module Simply set the sort order for the option values in admin. Every product with attributes will reflect the sort order in the option values dropdown box on the product page. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Sort Option Values Module Download

< 1 2 3 4 5 >