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

Miranda July Bio freeware
Filter: All | Freeware | Demo
 

Miranda July Bio

1 2 3 4 5 > 
Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 675

The Otherside: Realm of Eons for Mac OS After anonymously receiving a strange book, Miranda finds herself inadvertently drawn into the fantastic world of The Otherside: Realm of Eons. With the guidance of the mischievous Jovie, she must travel between worlds and help to unravel the tale of a family torn apart. Watch as their story... Platforms: Mac

License: Freeware Size: 185 MB Download (513): The Otherside: Realm of Eons for Mac OS Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 619

Battlestations: Pacific for Mac OS The Pacific War was the part of World War II - and preceding conflicts - that took place in the Pacific Ocean, its islands, and in East Asia, between July 7, 1937 and August 14, 1945. The most decisive actions took place after the Empire of Japan attacked various countries, who together came... Platforms: Mac

License: Freeware Size: 1024 MB Download (502): Battlestations: Pacific for Mac OS Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 505

The Clockwork Man for Mac OS Join Miranda Calomy on a journey through a world of wondrous science in the Victorian era. At the turn of the century, in an alternate timeline where steam-powered technology has become dominant in almost all walks of life, the Clockwork Man, a fantastic Hidden Object Adventure game, will take... Platforms: Mac

License: Freeware Size: 110 MB Download (486): The Clockwork Man for Mac OS Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 847

Lupo PenSuite (x64 bit) The Suite includes over 200 highly selected portable programs and games (7-Zip, Audacity, CCleaner, eMule, FileZilla, Firefox, Foxit Reader, GIMP, IrfanView, Miranda, Notepad++, Opera, Thunderbird, AµTorrent, VLC and many more). Over 3 million users have downloaded it. Lupo PenSuite is a... Platforms: Windows

License: Freeware Size: 10.7 MB Download (413): Lupo PenSuite (x64 bit) Download

Added: March 27, 2010 | Visits: 1.888

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 14, 2010 | Visits: 1.394

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: October 19, 2010 | Visits: 1.444

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 01, 2008 | Visits: 1.362

4th of July Fireworks Show Screen Saver Celebrate this 4th of July by watching a spectacular fireworks display right on your desktop! 4th of July Fireworks Show Screen Saver displays an impressive fireworks display of colors, lights, and sound effects over a virtual city. Platforms: Windows

License: Freeware Size: 1.56 MB Download (147): 4th of July Fireworks Show Screen Saver Download

Added: April 11, 2010 | Visits: 1.022

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

Added: August 26, 2010 | Visits: 1.436

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: February 11, 2010 | Visits: 939

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 (136): Bio::DB::Flat::BDB::swissprot Download

Added: November 23, 2010 | Visits: 900

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: March 08, 2010 | Visits: 820

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.186

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.157

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: 605

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: October 05, 2010 | Visits: 931

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 (120): Bio::Affymetrix::CDF Download

Added: August 27, 2008 | Visits: 1.103

Hell's Room Somewhere in a jail that look like hell, you must to escape from this room, take care off there are Zombies and many fire, find the bio medical to can cross trough the fire and escape from this night matter. FPS Games Platforms: Windows

License: Freeware Size: 33.92 MB Download (117): Hell's Room Download

Added: July 15, 2010 | Visits: 1.088

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: 1.003

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

1 2 3 4 5 >