Main > Free Download Search >

Free compatible software for linux

compatible

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1014
Bio::Tree::Compatible 1.5.2_102

Bio::Tree::Compatible 1.5.2_102


Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. more>>
Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa.

SYNOPSIS

use Bio::Tree::Compatible;
use Bio::TreeIO;
my $input = new Bio::TreeIO(-format => newick,
-file => input.tre);
my $t1 = $input->next_tree;
my $t2 = $input->next_tree;

my ($incompat, $ilabels, $inodes) = $t1->is_compatible($t2);
if ($incompat) {
my %cluster1 = %{ $t1->cluster_representation };
my %cluster2 = %{ $t2->cluster_representation };
print "incompatible treesn";
if (scalar(@$ilabels)) {
foreach my $label (@$ilabels) {
my $node1 = $t1->find_node(-id => $label);
my $node2 = $t2->find_node(-id => $label);
my @c1 = sort @{ $cluster1{$node1} };
my @c2 = sort @{ $cluster2{$node2} };
print "label $label";
print " cluster"; map { print " ",$_ } @c1;
print " cluster"; map { print " ",$_ } @c2; print "n";
}
}
if (scalar(@$inodes)) {
while (@$inodes) {
my $node1 = shift @$inodes;
my $node2 = shift @$inodes;
my @c1 = sort @{ $cluster1{$node1} };
my @c2 = sort @{ $cluster2{$node2} };
print "cluster"; map { print " ",$_ } @c1;
print " properly intersects cluster";
map { print " ",$_ } @c2; print "n";
}
}
} else {
print "compatible treesn";
}

Bio::Tree::Compatible is a Perl tool for testing compatibility of phylogenetic trees with nested taxa represented as Bio::Tree::Tree objects. It is based on a recent characterization of ancestral compatibility of semi-labeled trees in terms of their cluster representations.

A semi-labeled tree is a phylogenetic tree with some of its internal nodes labeled, and it can represent a classification tree as well as a phylogenetic tree with nested taxa, with labeled internal nodes corresponding to taxa at a higher level of aggregation or nesting than that of their descendents.

Two semi-labeled trees are compatible if their topological restrictions to the common labels are such that for each node label, the smallest clusters containing it in each of the trees coincide and, furthermore, no cluster in one of the trees properly intersects a cluster of the other tree.

Future extensions of Bio::Tree::Compatible include a Bio::Tree::Supertree module for combining compatible phylogenetic trees with nested taxa into a common supertree.

<<less
Download (5.6MB)
Added: 2007-06-28 License: Perl Artistic License Price:
848 downloads
mscompress 0.3

mscompress 0.3


mscompress is a Microsofts compress.exe/expand.exe compatible (de)compressor. more>>
mscompress is a Microsofts "compress.exe/expand.exe" compatible (de)compressor.
mscompress project contains two programs:
- msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files)
- mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).
To install it on your Unix box, configure the package ("./configure") and then type "make all test install".
<<less
Download (0.006MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
1000 downloads
Annotatio 1.1 Beta 2

Annotatio 1.1 Beta 2


Annotatio provides an Annotea-compatible annotation system for Web pages and XML files. more>>
Annotatio provides an Annotea-compatible annotation system for Web pages and XML files.

It allows you to create and share annotations to various types of documents. Most people can use this program to save comments to HTML documents, but it also supports other types of annotations and XML-like documents.

In opposition to the current implementation of the W3C, Annotatio will save enhanced information of the annotations positioning within the document, which will allow positing the annotation even if the location or structure of the original document has changed.

In local mode, it will save all annotations locally, and in remote mode, it will save the annotations on a central Annotea-compatible server, such as Annotatio Server.

<<less
Download (2.0MB)
Added: 2007-02-16 License: BSD License Price:
980 downloads
Aubit 4GL compiler 1.00.44

Aubit 4GL compiler 1.00.44


Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. more>>
Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. Aubit 4GL compiler translates 4GL source into executable programs, enabling fast creation of screen/form-based applications.

With support for SQL statements forming an intrinsic part of the language, its especially suitable for developing database-oriented applications. Database connectivity is provided for PostgreSQL, Informix, and ODBC. It supports both ncurses (console mode) and GTK+ (GUI mode) output.

<<less
Download (5.5MB)
Added: 2007-06-18 License: LGPL (GNU Lesser General Public License) Price:
546 downloads
TERMatrix 0.1

TERMatrix 0.1


TERMatrix software emulates The Matrix on your VT-100 compatible terminal 8^). more>>
TERMatrix software emulates "The Matrix" on your VT-100 compatible terminal 8^).

It has been tested on GNU/Linux.

Installation:

To compile, just type ``make.
To enter the matrix, just type ``./termatrix.
To end it, just press CTRL-c .

"The Matrix" is a movie from Warner Bros. Inc. Warner Bros. Inc. isnt affiliated in any way with TERMatrix.
<<less
Download (0.008MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1365 downloads
mod_coredumper 0.1.0

mod_coredumper 0.1.0


mod_coredumper uses the CoreDumper library from Google to fetch a GDB compatible core file from Apache, over HTTP. more>>
mod_coredumper uses the CoreDumper library from Google to fetch a GDB compatible core file from Apache, over HTTP.

Warning: Do not enable mod_coredumper on a public server without access control in place!

This module allows a remote user to possibly download passwords or other sensitive information stored inside Apache.

<<less
Download (0.19MB)
Added: 2006-05-15 License: The Apache License 2.0 Price:
1257 downloads
FreeBASIC Compiler 0.16 / 0.18.1b

FreeBASIC Compiler 0.16 / 0.18.1b


FreeBASIC Compiler is an open-source, free, 32-bit, MS-QuickBASICs syntax-compatible compiler. more>>
FreeBASIC - as the name suggests - is a free, open-source, 32-bit, MS-QuickBASICs syntax-compatible compiler, that adds new features such as pointers, unsigned data types, inline-assembly and many others.
Main features:
- syntax compatible with Microsofts QBASIC/QuickBASIC/PDS/VBDOS interpreters/compilers
- clean syntax
- great number of variables types, like BYTE/SHORT/INTEGER, SINGLE/DOUBLE and STRING
- user defined types (UDTs)
- enums (Enumerations)
- arrays
- pointers
- optional function arguments (numeric only)
- inline assembly
- pre-processor
- creates OBJs, LIBs, DLLs/Shared Libs, console and GUI EXEs
- as a 32-bit application
- optimized code generation
- completely *FREE*
- portability
<<less
Download (3.1MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
803 downloads
Gnome-Blog 0.9.1

Gnome-Blog 0.9.1


Gnome-blog project is a panel applet that can post to BloggerAPI compatible blogs. more>>
Gnome-blog project is a panel applet that can post to BloggerAPI compatible blogs.

* Clean interface doesnt get in the way of what youre writing
* WYSIWYG styled text support
* Entries can be written gradually over the course of a day, popping gnome blog open and closed as you have thoughts to jot down and then posting at the end of the day
* Operates as a panel object/applet or a standalone application
* Supports many different kinds of blogs
* New Spell checking
* New Drag and drop images into your blog entry (if your blog supports it)

Supported Blogs:
* Blogger.com / Blogspot.com
* Advogato.org
* Movable Type
* New WordPress
* New LiveJournal.com
* Pyblosxom
* Any other blog using bloggerAPI or MetaWeblog

<<less
Download (0.19MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Teacher Control Panel 0.1

Teacher Control Panel 0.1


Teacher Control Panel allows a teacher to monitor, lock, and operate student computers. more>>
Teacher Control Panel allows a teacher to monitor, lock, and operate student computers and broadcast the teachers screen to the students.
Teacher Control Panel can work with a mix of Windows and Linux workstations. The screens are captured using VNC, and the teachers screen is broadcast using multicast.
Main features:
- Supervise the activity of the students (view student screens)
- Lock student screens
- Broadcast the teacher screen to students (all students or a subset) fullscreen or in a window (this feature uses multicast therefore can scale to many computer very well)
- Control remotely a student computer
- Run a script for every student computers
- Compatible with any Java compatible OS (default configuration is for Linux)
<<less
Download (0.17MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1111 downloads
qscore 0.0.6

qscore 0.0.6


qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics. more>>
qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics.
Options:
--version output version information and exit
--help display this help and exit
Strip & Sort:
--sort=HOW sort player results
HOW=0 do not sort (default)
HOW=1 sort by frags
HOW=2 sort by rounds
HOW=3 sort by average
-r sort reverse
Output:
-o=FILE output into FILE (default: stdout)
--txt output as plain text (default)
--ansi output as text with ANSI colors
--html output as html
--csv output as comma-separated values CSV
Enhancements:
- The whole code was optimized a bit.
- Total game time statistics were added.
- A remote console for Quake3:Arena (and compatible) server administration was added.
<<less
Download (0.022MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
ClikMenu 0.9

ClikMenu 0.9


ClikMenu is a library of functions for creating drop-down and popup menus with JavaScript. more>>
ClikMenu project is a library of functions for creating drop-down and popup menus with JavaScript.

Support for multi-level (i.e. cascading or hierarchical) menus is standard, and entries can be URI links, "onmousedown"-type function calls, plaintext labels, or submenus.

ClikMenu is compatible with Firefox, Internet Explorer 6, and other recent browsers. There are no server-side requirements.
<<less
Download (0.031MB)
Added: 2006-08-15 License: LGPL (GNU Lesser General Public License) Price:
1166 downloads
Parallel BZIP2 1.0.2

Parallel BZIP2 1.0.2


Parallel BZIP2 project is a parallel implementation of the bzip2 block. more>>
Parallel BZIP2 project is a parallel implementation of the bzip2 block- sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 1.0.2 (ie: anything compressed with PBZIP2 can be decompressed with bzip2).

PBZIP2 should work on any system that has a pthreads compatible C++ compiler (such as gcc). It has been tested on: Linux, Windows (cygwin & MinGW), Solaris, Tru64/OSF1, HP-UX, and Irix.

<<less
Download (0.026MB)
Added: 2007-07-26 License: BSD License Price:
828 downloads
OggCarton for Linux 1.0 Beta

OggCarton for Linux 1.0 Beta


CD ripper, database, and web server for Ogg Vorbis and MP3 Files more>>
OggCarton is a free, open source, home jukebox system that rips, indexes, and manages playlists for Ogg Vorbis music files.
Includes a web server for playing files on your home network. Compatible with existing MP3 files.
<<less
Download (770KB)
Added: 2009-04-18 License: Freeware Price:
188 downloads
Postfix 2.4.5

Postfix 2.4.5


Postfix is Wietse Venemas mailer that started life as an alternative to the widely-used Sendmail program. more>>
Postfix project is Wietse Venemas mailer that started life as an alternative to the widely-used Sendmail program.

Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different.
<<less
Download (2.8MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
829 downloads
PHPBibMan 0.4

PHPBibMan 0.4


PHPBibMan is a Web-based literature database for scientific purposes. more>>
PHPBibMan is a Web-based literature database for scientific purposes. It is fully compatible with BibTex and offer comfortable exchange of references for scientists.
Main features:
- multiple users with different access rights
- localisation
- "Carts"
- BibTex import and export
- meta data like: abstracts, notes, library, topical classification file attachments
- access rules
<<less
Download (1.3MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1215 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5