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

Least Common Ancestors freeware
Filter: All | Freeware | Demo
 

Least Common Ancestors

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 396

Range minima and least common ancestors This script implements data structures for solving the following two problems: - Range minimization: given an array X of data, quickly find min(X[i:j]) for different ranges i:j. - Least common ancestors: given a tree, quickly find the lowest tree node that is an ancestor of all of a given set... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Range minima and least common ancestors Download

Added: May 10, 2013 | Visits: 399

Find the most frequent elements This script returns a sorted list of the most common to least common elements and their counts. If n is specified, return only the n most common elements. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Find the most frequent elements Download

Released: March 04, 2008  |  Added: March 19, 2008 | Visits: 3.642

ModelRight community Do you need to design, visualize or document your database? ModelRight 3 can reverse engineer your existing database to get a graphical view of it, generate all the SQL statements to create the database, or synchronize your database model with the database to keep your design up to date. Do... Platforms: Windows

License: Freeware Size: 26 MB Download (700): ModelRight community Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 723

Mathematics Tools Mathematics Tools is a tools that help people in solving Mathematical problems such as: - Solving quadratic equation and cubic equation - Solving System of equations (2 or 3 unknowns) - Working in the Base Number System - Practice: Calculate the value of PI using the Probability - Explore the... Platforms: Windows

License: Freeware Size: 1.6 MB Download (523): Mathematics Tools Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 454

QuickGraph The QuickGraph package will provide generic directed / undirected graph datastructures and algorithms for .Net 2.0 and up. QuickGraph comes with algorithms such as depth first seach, breath first search, A search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common... Platforms: Windows

License: Freeware Download (51): QuickGraph Download

Added: August 26, 2008 | Visits: 799

DeliPlayer If you want to enjoy your music on the PC, without giving up any of the comforts and options you are accustomed to, but reducing consumption of resources notably, it+s time to try DeliPlayer.DeliPlayer is a totally free music player with support for multiple formats. It is characterized by... Platforms: Windows

License: Freeware Size: 3 KB Download (105): DeliPlayer Download

Added: May 07, 2010 | Visits: 868

Text::Diff3::DiffHeckel Text::Diff3::DiffHeckel is a two-way diff plug-in. SYNOPSIS use Text::Diff3; my $f = Text::Diff3::Factory->new; my $p = $f->create_diff; my $mytext = $f->create_text([ map{chomp;$_} < F0 > ]); my $original = $f->create_text([ map{chomp;$_} < F1 > ]); my $diff2 = $p->diff( $origial,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): Text::Diff3::DiffHeckel Download

Added: February 12, 2010 | Visits: 882

Scsh Scsh is an open-source Unix shell embedded within Scheme, running on all major Unix platforms including AIX, Linux, FreeBSD, GNU Hurd, Cygwin, HP-UX, Irix, Mac OS X, Solaris, and some others. Scsh is a variant of Scheme 48 (an R5RS compliant new-tech Scheme system) Scsh is designed for writing... Platforms: *nix

License: Freeware Size: 4.2 MB Download (90): Scsh Download

Released: December 15, 2014  |  Added: April 05, 2015 | Visits: 542

Common Goldfish Wallpaper Common Goldfish Wallpaper is an interactive and smoothly desktop background which let you click of your mouse to guide Common Goldfish fish in any given direction. Common Goldfish is a very gracious and beautiful aquarium fish of the goldfish species. The common goldfish is the simplest variation... Platforms: Windows, Windows 7

License: Freeware Size: 3.31 MB Download (45): Common Goldfish Wallpaper Download

Added: June 06, 2010 | Visits: 1.465

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application... Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: November 08, 2010 | Visits: 1.093

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP... Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: February 09, 2010 | Visits: 1.123

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and... Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: November 18, 2010 | Visits: 1.232

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of... Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: April 13, 2010 | Visits: 1.097

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time... Platforms: *nix

License: Freeware Size: 35.84 KB Download (94): Regexp::Common::time Download

Added: October 08, 2010 | Visits: 1.025

CMU Common Lisp CMU Common Lisp is a free implementation of the Common Lisp programming language which runs on most major Unix platforms. CMU Common Lisp project mainly conforms to the ANSI Common Lisp standard.. CMUCL is a high-performance, freeCommon Lisp implementation. Platforms: *nix

License: Freeware Size: 3.44 MB Download (145): CMU Common Lisp Download

Added: July 31, 2013 | Visits: 1.572

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD. Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: November 26, 2010 | Visits: 1.327

Common Text Transformation Library Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. Common Text Transformation Library implementation is based on STL classes and algorithms. Concept of a substring plays major role in design of the text transformation... Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): Common Text Transformation Library Download

Added: March 17, 2010 | Visits: 1.377

Ubuntu Common Hooker Ubuntu Common Hooker project aims to provide an interface for unknown file extensions to automatically install a certain packages when its called. Use cases Eduard is a schizophrenic, however his only obession and a way to calm him down is listening to "Veronika Plays Piano, volume 1" which... Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Ubuntu Common Hooker Download

Added: July 13, 2010 | Visits: 1.023

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible... Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: October 08, 2010 | Visits: 1.273

Emacs Common Lisp Emacs Common Lisp is an implementation of Common Lisp, written in Emacs Lisp. It does not yet purport to conform to the ANSI standard since, among other things, CLOS, and pretty printing are missing. However, most other Common Lisp features like lexical closures, packages, readtables, multiple... Platforms: *nix

License: Freeware Size: 184.32 KB Download (120): Emacs Common Lisp Download

1 2 3 4 5 >