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

Virtual Xmas Tree App software
Filter: All | Freeware | Demo
 

Virtual Xmas Tree App

< 1 2 3 4 5 
Added: April 01, 2010 | Visits: 976

Tree::BPTree Tree::BPTree is a Perl implementation of B+ trees. SYNOPSIS use Tree::BPTree; # These arguments are actually the defaults my $tree = new Tree::BPTree( -n => 3, -unique => 0, -keycmp => sub { $_[0] cmp $_[1] }, -valuecmp => sub { $_[0] <=> $_[1] }, ); # index the entries in this... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tree::BPTree Download

Added: March 21, 2010 | Visits: 1.228

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed.... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.359

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,... Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.409

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.361

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.273

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.352

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.429

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }... Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.252

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;... Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: November 26, 2010 | Visits: 1.233

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: March 21, 2010 | Visits: 2.093

Virtual Machine Viewer Virtual Machine Manager software (virt-manager for short package name) is a desktop user interface for managing virtual machines. The project presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing... Platforms: *nix

License: Freeware Size: 82.94 KB Download (120): Virtual Machine Viewer Download

Added: November 06, 2010 | Visits: 2.065

Virtual Machine Manager Virtual Machine Manager (virt-manager for short package name) is a desktop application for managing virtual machines. It presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing performance & utilization... Platforms: *nix

License: Freeware Size: 942.08 KB Download (118): Virtual Machine Manager Download

Added: February 05, 2010 | Visits: 2.745

XHTML Family Tree Generator XHTML Family Tree Generator project is a CGI Perl script together with some Perl modules that will create views of a family tree from a supplied data file. The data file is a simple text or Excel file listing the family members, parents, and other details. It is possible to show a tree of... Platforms: *nix

License: Freeware Size: 655.36 KB Download (290): XHTML Family Tree Generator Download

Added: March 07, 2010 | Visits: 1.409

dtRdr::GUI::Wx::Tree::Base dtRdr::GUI::Wx::Tree::Base is a base class for sidebar trees. SYNOPSIS init $tree->init($frame); select_item Select the tree item for a given $id. $tree->select_item($id) The id is probably the id of whatever your widget associated with each tree item. Convenience id_or_id... Platforms: *nix

License: Freeware Size: 2.8 MB Download (105): dtRdr::GUI::Wx::Tree::Base Download

Added: September 13, 2010 | Visits: 1.228

Virtual Cron Virtual Cron is a PHP library that can check whether it is time to run a periodical task. The class can be used to check whether it is time to run a task that must run from time to time. It creates a control file to keep track the last time the task was scheduled. The class can check the... Platforms: *nix

License: Freeware Download (105): Virtual Cron Download

Added: September 23, 2010 | Visits: 913

HTML::Tree::AboutObjects HTML::Tree::AboutObjects is an article: "Users View of Object-Oriented Modules". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #17 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl... Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): HTML::Tree::AboutObjects Download

Added: July 18, 2010 | Visits: 1.389

Virtual Object System The Interreality project is a collection of Open Source, Free Software projects based on the Virtual Object System (VOS) platform. Virtual Object System projects goal is to develop a open platform for multi-user 3D virtual reality games, applications, and interactive, collaborative 3D virtual... Platforms: *nix

License: Freeware Size: 2.7 MB Download (110): Virtual Object System Download

Added: July 18, 2010 | Visits: 2.066

The 64 bit Virtual CPU Project This is a project to create 64-bit virtual CPU, create a 64 bit assembler for the CPU and then port C to it, and then create scripts to port GNU/Linux to it. The aim is to run 64-bit Linux on common 8/16/32 bit CPUs in applications where speed is not an issue. Whats New in This Release: -... Platforms: *nix

License: Freeware Size: 686.08 KB Download (165): The 64 bit Virtual CPU Project Download

Added: November 22, 2010 | Visits: 892

Bio::Tree::DistanceFactory Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods. SYNOPSIS use Bio::Tree::DistanceFactory; use Bio::AlignIO; use Bio::Align::DNAStatistics; my $tfactory = Bio::Tree::DistanceFactory->new(-method => "NJ"); my $stats =... Platforms: *nix

License: Freeware Size: 5.6 MB Download (95): Bio::Tree::DistanceFactory 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

< 1 2 3 4 5