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

Nexus Magazine software
Filter: All | Freeware | Demo
 

Nexus Magazine

1 2 3 4 5 > 
Released: December 27, 2011  |  Added: April 13, 2014 | Visits: 9.868

Nexus Radio Nexus Radio is a free all-in-one application for all of your music needs. listen to and record over 14,000 internet radio stations directly to your PC free of charge! You can play recorded stations directly within Nexus Radio, or transfer songs to your iPod/iPhone or any other multimedia device...



Platforms: Windows, Windows 7

License: Freeware Size: 16.29 MB Download (710): Nexus Radio Download

Released: May 26, 2006  |  Added: January 09, 2011 | Visits: 1.774

Magazine Organizer PS Bombay Organize magazines, periodicals, articles, authors and...the easy way. With Magazine Organizer PS Bombay you can store and retrieve detailed information for authors, articles, subscriptions and magazine publishers along with the contact info for the staff, articles, subscription data and much...





Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 5.69 MB Download (142): Magazine Organizer PS Bombay Download

Added: February 19, 2010 | Visits: 1.190

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

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

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

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: September 12, 2010 | Visits: 924

Bio::NEXUS::WeightSet Bio::NEXUS::WeightSet is a Perl module that represents column weights in alignment ( for each character). SYNOPSIS new Bio::NEXUS::WeightSet($name, @weights, $iswt); A module representing column weights in alignment (for each character) METHODS new Title : new Usage : $node = new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::WeightSet Download

Added: August 02, 2010 | Visits: 902

Bio::NEXUS::HistoryBlock Bio::NEXUS::HistoryBlock is a Perl module that represents a HISTORY block of a NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::HistoryBlock(history, $block, $verbose); This is a class representing a history block in NEXUS file METHODS new Title : new Usage : block_object = new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (99): Bio::NEXUS::HistoryBlock Download

Added: November 23, 2010 | Visits: 899

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 09, 2010 | Visits: 801

Bio::NEXUS::MatrixBlock Bio::NEXUS::MatrixBlock is a Perl module that provides functions for handling blocks that have matrices. SYNOPSIS This module is the super class of Characters, Unaligned, and Distances block classes, and indirectly it is a super-class of Data and History blocks, which are both sub-classes of...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (86): Bio::NEXUS::MatrixBlock Download

Added: February 24, 2010 | Visits: 854

Bio::NEXUS::DataBlock Bio::NEXUS::DataBlock is a Perl module that represents the deprecated DATA Block in NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::DataBlock($type, $block, $verbose, $taxlabels_ref); The DataBlock class represents the deprecated Data Block in a NEXUS file. Data Blocks are still used...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): Bio::NEXUS::DataBlock Download

Added: October 22, 2010 | Visits: 847

Bio::NEXUS::UnalignedBlock Bio::NEXUS::UnalignedBlock is a Perl module that represents an UNALIGNED block of a NEXUS file. SYNOPSIS if ( $type =~ /unaligned/i ) { $block_object = new Bio::NEXUS::UnalignedBlock($type, $block, $verbose); } This is a class representing an unaligned block in NEXUS file METHODS new...


Platforms: *nix

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

Added: April 10, 2010 | Visits: 717

Bio::NEXUS::SetsBlock Bio::NEXUS::SetsBlock is a Perl module that represents SETS block of a NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::SetsBlock($block_type, $block, $verbose); Parses Sets block of NEXUS file and stores Sets data. METHODS new Title : new Usage : $block_object = new...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (88): Bio::NEXUS::SetsBlock Download

Added: September 17, 2010 | Visits: 854

Bio::NEXUS::Functions Bio::NEXUS::Functions is a Perl module that provides private utility functions for the module. This package provides private functions that are not object-specific..


Platforms: *nix

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

Added: October 15, 2010 | Visits: 854

Bio::NEXUS::NotesBlock Bio::NEXUS::NotesBlock is a Perl module that represents a NOTES block in a NEXUS file. Placeholding module for the Notes Block class..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::NotesBlock Download

Added: July 08, 2010 | Visits: 911

Bio::NEXUS::DistancesBlock Bio::NEXUS::DistancesBlock is a Perl module that represents DISTANCES block in NEXUS file. The DistancesBlock class represents a NEXUS Distances Block and provides methods for reading, writing, and accessing data within these blocks. Distances Blocks contain distance matrices, or a table of...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (96): Bio::NEXUS::DistancesBlock Download

Released: November 08, 2010  |  Added: November 30, 2010 | Visits: 1.160

iCoolsoft Nexus One Video Converter iCoolsoft Nexus One Video Converter, the best video converter for Nexus One, can convert to Nexus One MP4 format from any video format, such as, MP4, H.264, M4V, AVI, WMV, 3GP, 3GPP, MOV, SWF, FLV, VOB, MOD, DivX, XviD, QuickTime Video, MPEG, MPEG2, MPG, etc. It also supports converting audio...


Platforms: Windows

License: Shareware Cost: $29.00 USD Size: 9.13 MB Download (512): iCoolsoft Nexus One Video Converter Download

Released: July 14, 2011  |  Added: August 02, 2011 | Visits: 1.550

Android Magazine App Maker Android magazine app maker is software which helps you to convert PDF or image files to magazine apps for android-powered device. It also allows you to embed advertisements in magazines to earn commission fee. Once you've created an APK in Android magazine app maker, you can publish it online on...


Platforms: Windows, Android

License: Shareware Cost: $79.00 USD Size: 3.99 MB Download (200): Android Magazine App Maker Download

Released: August 13, 2011  |  Added: September 07, 2011 | Visits: 1.096

Magazine Organizer Organize magazines, periodicals, articles, authors and publishers hassle free in a top notch desktop information manager program.With Magazine Organizer you can store and retrieve detailed information for authors, articles, subscriptions and magazine publishers along with the contact info for the...


Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 3.91 MB Download (96): Magazine Organizer Download

Released: August 26, 2011  |  Added: September 18, 2011 | Visits: 1.158

Tipard Video Converter for Nexus One Tipard Video Converter for Nexus One is the most powerful and easy-to-use video converter for Google phone. It can convert HD videos, FLV, VOB, MOD, MP4, etc. to Nexus One Google Phone video formats like MP4 and H.264 video formats. This Nexus One Video Converter can also rip audio and convert...


Platforms: Windows, Other

License: Shareware Cost: $29.00 USD Size: 13.7 MB Download (98): Tipard Video Converter for Nexus One Download

1 2 3 4 5 >