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

Bio Rhythm software
Filter: All | Freeware | Demo
 

Bio Rhythm

1 2 3 4 5 > 
Released: March 05, 2003  |  Added: January 13, 2006 | Visits: 6.064

BioLot Biolot is powerful easy-to-use Lottery and Casino number selection software. Using Biolot you can select numbers based on a lucky person's biorhythm, select numbers using ESP,or even select numbers totally at random. BioLot does NOT use statistical analysis. Been there, done that. LUCK is...



Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 2.66 MB Download (328): BioLot Download

Added: August 17, 2008 | Visits: 869

Sleepy Sound The imagination and skill of programmers seems endless, and software applications now cover health and well-being. This is the case with Sleepy Sound, a utility that has been designed following set medical recommendations, and works to relax you more and let you sleep better.If you get home after...





Platforms: Windows

License: Freeware Size: 3 KB Download (115): Sleepy Sound Download

Released: May 26, 2008  |  Added: October 01, 2009 | Visits: 3.241

MusicGoals Rhythm Rhythm training software for beginners to professional, develop timing and coordination, learn to play, read, and notate rhythms. Activities: Play Along, Repeat After, Reading, and Dictation. All standard time signatures and divisions + fully customize. Practice and measure rhythmic performance....


Platforms: Windows

License: Commercial Cost: $49.95 USD Size: 6.48 MB Download (173): MusicGoals Rhythm Download

Added: January 18, 2010 | Visits: 1.138

Bio::Tree::NodeNHX Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new Bio::Tree::NodeNHX(); my $nodeL = new Bio::Tree::NodeNHX(); my $nodeR = new Bio::Tree::NodeNHX(); my $node = new Bio::Tree::NodeNHX(); $node->add_Descendents($nodeL);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (114): Bio::Tree::NodeNHX Download

Added: January 24, 2010 | Visits: 3.101

Bio::Graphics::Glyph::alignment Bio::Graphics::Glyph::alignment is the "alignment" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This is identical to the "graded_segments" glyph, and is used for drawing features that consist of discontinuous segments. The color intensity of each segment is...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::Glyph::alignment Download

Added: April 02, 2010 | Visits: 870

Bio::OntologyIO::simplehierarchy Bio::OntologyIO::simplehierarchy is a base class parser for simple hierarchy-by-indentation type formats. SYNOPSIS use Bio::OntologyIO; # do not use directly -- use via Bio::OntologyIO my $parser = Bio::OntologyIO->new ( -format => "simplehierarchy", -file => "pathology_terms.csv",...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (86): Bio::OntologyIO::simplehierarchy Download

Added: March 15, 2010 | Visits: 1.721

Bio::Tools::Run::PiseWorkflow Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. A workflow is defined by a set of methods which all instanciate the class PiseApplication. SYNOPSIS # First, create a Bio::Tools::Run::AnalysisFactory::Pise object: my $factory = new...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (97): Bio::Tools::Run::PiseWorkflow Download

Added: January 14, 2010 | Visits: 1.387

Bio::Tools::AlignFactory Bio::Tools::AlignFactory is a base object for alignment factories. SYNOPSIS You wont be using this as an object, but using a dervied class like Bio::Tools::pSW Holds common Alignment Factory attributes in place.


Platforms: *nix

License: Freeware Size: 4.7 MB Download (165): Bio::Tools::AlignFactory Download

Added: March 27, 2010 | Visits: 1.878

Bio::Tools::Run::TribeMCL Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. SYNOPSIS use Bio::Tools::Run::TribeMCL; use Bio::SearchIO; # 3 methods to input the blast results # straight forward raw blast output (NCBI or WU-BLAST) my @params =...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (213): Bio::Tools::Run::TribeMCL Download

Added: February 19, 2010 | Visits: 1.185

Bio::NEXUS::Block Bio::NEXUS::Block is a Perl module that provides useful functions for blocks in NEXUS file (parent class). SYNOPSIS This module is the super class of all NEXUS block classes. It is not used specifically from a program; in other words, you dont create a new Bio::NEXUS::Block object. Other...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): Bio::NEXUS::Block Download

Added: November 27, 2010 | Visits: 1.345

Bio::NEXUS::Node Bio::NEXUS::Node is a Perl module that provides functions for manipulating nodes in trees. SYNOPSIS new Bio::NEXUS::Node; METHODS new Title : new Usage : $node = new Bio::NEXUS::Node(); Function: Creates a new Bio::NEXUS::Node object Returns : Bio::NEXUS::Node object Args : none...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (98): Bio::NEXUS::Node Download

Added: October 11, 2010 | Visits: 876

Bio::NEXUS::TaxaBlock Bio::NEXUS::TaxaBlock is a Perl module that represents TAXA block of a NEXUS file. SYNOPSIS if ( $type =~ /taxa/i ) { $block_object = new Bio::NEXUS::TaxaBlock($type, $block, $verbose); } If a NEXUS block is a taxa block, this module parses the block and stores the taxonomic data....


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): Bio::NEXUS::TaxaBlock Download

Added: May 21, 2010 | Visits: 913

Bio::NEXUS::TreesBlock Bio::NEXUS::TreesBlock is a Perl module that represents TREES block of a NEXUS file. SYNOPSIS if ( $type =~ /trees/i ) { $block_object = new Bio::NEXUS::TreesBlock( $block_type, $block, $verbose ); } If a NEXUS block is a Trees Block, this module parses the block and stores the tree data....


Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::TreesBlock Download

Added: August 26, 2010 | Visits: 1.430

Bio::Restriction::Enzyme Bio::Restriction::Enzyme is a single restriction endonuclease (cuts DNA at specific locations). SYNOPSIS # set up a single restriction enzyme. This contains lots of # information about the enzyme that is generally parsed from a # rebase file and can then be read back use...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (141): Bio::Restriction::Enzyme Download

Added: September 24, 2010 | Visits: 935

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (96): Bio::Root::Object Download

Added: November 26, 2010 | Visits: 1.226

Bio::Tree::Compatible 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...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

Added: November 05, 2010 | Visits: 934

Bio::TreeIO::svggraph Bio::TreeIO::svggraph is a simple output format that converts a Tree object to an SVG output. SYNOPSIS use Bio::TreeIO; my $in = new Bio::TreeIO(-file => input, -format => newick); my $out = new Bio::TreeIO(-file => >output, -format => svggraph); while( my $tree = $in->next_tree ) { my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (91): Bio::TreeIO::svggraph Download

Added: October 24, 2010 | Visits: 1.519

Bio::Tools::Run::PiseApplication::fasta Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. Parameters: fasta (Excl) Fasta program query (Sequence) Query sequence File pipe: seqfile seqtype (Excl) Is it a DNA or protein sequence (-n) protein_db (Excl) Protein Database nucleotid_db...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (101): Bio::Tools::Run::PiseApplication::fasta Download

Added: August 02, 2010 | Visits: 1.805

Bio::Tools::Run::PiseApplication::align2model Bio::Tools::Run::PiseApplication::align2model is a Bioperl class for align2model - create a multiple alignment of sequences to an existing model. Parameters: align2model (String) run (String) Run name db (Sequence) Sequences to align (-db) model_file (InFile) Model (-i) pipe:...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (95): Bio::Tools::Run::PiseApplication::align2model Download

Added: January 07, 2010 | Visits: 1.747

Bio::Tools::Run::PiseApplication::consensus Bio::Tools::Run::PiseApplication::consensus is a Perl module. Bioperl class for: CONSENSUS Identification of consensus patterns in unaligned DNA and protein sequences (Hertz, Stormo) References: G.Z. Hertz and G.D. Stormo. Identification of consensus patterns in unaligned DNA and protein...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (100): Bio::Tools::Run::PiseApplication::consensus Download

1 2 3 4 5 >