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

George Walker Bush Bio freeware
Filter: All | Freeware | Demo
 

George Walker Bush Bio

1 2 3 4 5 > 
Added: August 03, 2008 | Visits: 3.547

Dependency Walker 2.1 Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are...



Platforms: Windows

License: Freeware Size: 415 KB Download (1053): Dependency Walker 2.1 Download

Added: March 27, 2010 | Visits: 1.877

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: January 20, 2006 | Visits: 2.855

Moorhuhn - foots of Bush Moorhuhn - foots of Bush (Foots of Roasted Bush). This is a super-puper patch to known game Moorhuhnjagd. The game "Moorhuhnjagd" INCLUDED in distributive packet. This is a 4,8Mb. FREEWARE. Professional graphics, audio and music. ALL graphics and audio NEW!! Roasted Annan and Robertson fly above...


Platforms: Windows, Windows CE

License: Freeware Size: 4.57 MB Download (171): Moorhuhn - foots of Bush Download

Added: January 14, 2010 | Visits: 1.386

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: May 23, 2006 | Visits: 3.889

President Bush Pretzel Shell Game Test your luck with this hilarious game of chance, with President Bush and snack food. Watch as three shells are shuffled and one snack food is chosen for the Prez. He loves his broccoli and cheese puffs, but be careful of those pretzels! Bush has a tendency not to chew his food properly and may...


Platforms: Windows

License: Freeware Size: 722 KB Download (163): President Bush Pretzel Shell Game Download

Added: October 19, 2010 | Visits: 1.437

Bio::MAGE::Protocol::Software Bio::MAGE::Protocol::Software - Software represents the software used. SYNOPSIS use Bio::MAGE::Protocol::Software; # creating an empty instance my $software = Bio::MAGE::Protocol::Software->new(); # creating an already populated instance my $software =...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (148): Bio::MAGE::Protocol::Software Download

Added: August 26, 2010 | Visits: 1.429

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: April 11, 2010 | Visits: 1.016

Bio::Tree::Tree Bio::Tree::Tree is an implementation of TreeI interface. SYNOPSIS # like from a TreeIO my $treeio = new Bio::TreeIO(-format => newick, -file => treefile.dnd); my $tree = $treeio->next_tree; my @nodes = $tree->get_nodes; my $root = $tree->get_root_node; This object holds handles to Nodes...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (136): Bio::Tree::Tree Download

Added: November 23, 2010 | Visits: 893

Bio::NEXUS::CodonsBlock Bio::NEXUS::CodonsBlock is a Perl module that represents CODONS block in NEXUS file. METHODS new Title : new Usage : block_object = new Bio::NEXUS::CodonsBlock(); Function: Creates a new Bio::NEXUS::CodonsBlock object Returns : Bio::NEXUS::CodonsBlock object Args :.


Platforms: *nix

License: Freeware Size: 153.6 KB Download (133): Bio::NEXUS::CodonsBlock Download

Added: February 11, 2010 | Visits: 932

Bio::DB::Flat::BDB::swissprot Bio::DB::Flat::BDB::swissprot is a swissprot adaptor for Open-bio standard BDB-indexed flat file. SYNOPSIS See Bio::DB::Flat. This module allows swissprot files to be stored in Berkeley DB flat files using the Open-Bio standard BDB-indexed flat file scheme. You should not be using this...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (130): Bio::DB::Flat::BDB::swissprot Download

Added: March 08, 2010 | Visits: 816

Bio::AlignIO::bl2seq Bio::AlignIO::bl2seq is a bl2seq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class, as in: use Bio::AlignIO; $in = Bio::AlignIO->new(-file => "inputfilename" , -format => bl2seq); $aln = $in->next_aln(); This object can create...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (129): Bio::AlignIO::bl2seq Download

Added: October 17, 2010 | Visits: 1.182

Bio::Tools::CodonTable Bio::Tools::CodonTable is a bioperl codon table object. SYNOPSIS # This is a read-only class for all known codon tables. The IDs are # the ones used by nucleotide sequence databases. All common IUPAC # ambiguity codes for DNA, RNA and animo acids are recognized. # to use use...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (127): Bio::Tools::CodonTable Download

Added: June 13, 2010 | Visits: 1.146

Bio::Map::CytoMap Bio::Map::CytoMap is a Bio::MapI compliant map implementation handling cytogenic bands. SYNOPSIS use Bio::Map::CytoMap; my $map = new Bio::Map::CytoMap(-name => human1, -species => $human); foreach my $marker ( @markers ) { # get a list of markers somewhere $map->add_element($marker); }...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (124): Bio::Map::CytoMap Download

Added: March 16, 2010 | Visits: 601

Bio::ExtractNE::MakeDict Bio::ExtractNE::MakeDict is a package for creating dictionary. FUNCTIONS mkdict($input_file, $output_dictfile) This function creates named-entity dictionary. Note that $input_file is a hash. Currently, only SwissProt data is supported. mkdict({ sprot_file => "sprot", } => "sprot.dict");...


Platforms: *nix

License: Freeware Size: 5.3 MB Download (123): Bio::ExtractNE::MakeDict Download

Added: July 15, 2010 | Visits: 1.081

Bio::Graphics::Glyph::minmax Bio::Graphics::Glyph::minmax is the minmax glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph is the common base class for Bio::Graphics::Glyph::graded_segments and Bio::Graphics::Glyph::xyplot. It adds an internal method named minmax() for calculating...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Graphics::Glyph::minmax Download

Added: March 14, 2010 | Visits: 998

Bio::Matrix::PSM::InstanceSite Bio::Matrix::PSM::InstanceSite is a PSM site occurance. SYNOPSIS use Bio::Matrix::PSM::InstanceSite; #You can get an InstanceSite object either from a file: my ($instances,$matrix)=$SomePSMFile->parse_next; #or from memory my %params=(seq=>TATAAT, id=>"TATAbox1",...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Matrix::PSM::InstanceSite Download

Added: October 05, 2010 | Visits: 924

Bio::Affymetrix::CDF Bio::Affymetrix::CDF is a Perl module to parse Affymetrix CDF files. SYNOPSIS use Bio::Affymetrix::CDF; # Parse the CDF file my $cdf=new Bio::Affymetrix::CDF({"probemode"=>0}); $cdf->parse_from_file("foo.cdf"); # Find some fun facts about this chip type print...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (114): Bio::Affymetrix::CDF Download

Added: January 18, 2010 | Visits: 1.136

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 (113): Bio::Tree::NodeNHX Download

Added: January 25, 2010 | Visits: 1.765

George W. Bush UT Skins George W. Bush UT Skins contains a custom Unreal Tournament skin with the face of the U.S.A. President, George W. Bush.


Platforms: Mac

License: Freeware Size: 233 KB Download (112): George W. Bush UT Skins Download

Added: August 29, 2008 | Visits: 1.056

George Clooney Screensaver As the name suggests, George Clooney Screensaver 1.0 is exactly that. For unconditional fans of the very popular George Clooney, Oscar winner and considered one of the sexiest man on the planet, which includes a collection of ten high quality photos to delight his followers.


Platforms: Windows

License: Freeware Size: 6 KB Download (111): George Clooney Screensaver Download

1 2 3 4 5 >