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

Jane Fonda Bio software
Filter: All | Freeware | Demo
 

Jane Fonda Bio

1 2 3 4 5 > 
Released: September 16, 2022  |  Added: November 10, 2022 | Visits: 7.294

NCheck Bio Attendance Trial for Windows NCheck Bio Attendance is an automatic ready-to-use time tracking system with biometric fingerprint and face identification. May be used from employee attendance control to check-in at events, clubs, clinics, etc. Protection against human-factor errors or user fraud. Employee GPS logging...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $105.00 USD Size: 744 MB Download (2429): NCheck Bio Attendance Trial for Windows Download

Released: December 10, 2012  |  Added: December 10, 2012 | Visits: 511

Farmer Jane Not too excited about foodborne illness? Go au naturale and head straight for the farm. Jane and Joe are determined to revive Grandpa`s land by caring for chickens, pigs, cows, and other animals. Visit five separate farms and sell over 25 distinct products. Work through rough seasons like intense...





Platforms: Windows

License: Freeware Size: 39.18 MB Download (603): Farmer Jane Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 539

Bio Pie Bio PIE can be used on a daily basis to generate one’s biorhythm charts for the day. This software simply requires your birth date, and makes reliable predictions since it is based on the lunar cycle. Based on Bio Pie, you can know exactly what to expect from each new day, and achieve...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 1.83 MB Download (530): Bio Pie Download

Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 849

Jane's Hotel: Family Hero for Mac OS Jane's back just in time to save her family's hotel legacy! After building her own hotel business, Jane's ready to buy back her family's chain of once-glorious hotels. Help Jane cater to guests in France, England, Japan, and more in an effort to restore her family's name. This time around Jane...


Platforms: Mac

License: Freeware Size: 27.8 MB Download (475): Jane's Hotel: Family Hero for Mac OS Download

Released: January 09, 2013  |  Added: January 09, 2013 | Visits: 750

bio-iVault Biometric Encrypted Virtual Drive bio-iVault uses the well respected myBiometrix Biometric platform to deliver Finger, Face and Voice verification to securely create and manage biometrically Encrypted Virtual Drives on a computer and other external storage devices by simply scanning ones biometric. Using Biometrics means No...


Platforms: Windows

License: Shareware Cost: $28.00 USD Size: 47.57 MB Download (433): bio-iVault Biometric Encrypted Virtual Drive Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 606

SenukeX Bio/About Spinner Generating Author Bio and About Author content - Now a Child’s Game with SenukeX Bio / About Spinner! SenukeX Bio/About Spinner is an automatic content generator for the Author Bio and About Author sections used in most SEO marketing programs today. If you`re a frequent user of a any SEO...


Platforms: Windows

License: Commercial Cost: $9.78 USD Size: 8.15 MB Download (420): SenukeX Bio/About Spinner 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 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: October 19, 2010 | Visits: 1.438

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

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

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

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

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: July 15, 2010 | Visits: 1.082

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

1 2 3 4 5 >