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

Astronomical Object That freeware
Filter: All | Freeware | Demo
 

Astronomical Object That

1 2 3 4 5 > 
Added: April 14, 2010 | Visits: 896

Basset::Object::Persistent Basset::Object::Persistent is a subclass of Basset::Object that allows objects to be easily stored into a relational database. Presently only supports MySQL, but that may change in the future. SYNOPSIS (no synopsis, this is an abstract super class that should never be instantiated directly,...



Platforms: *nix

License: Freeware Size: 143.36 KB Download (88): Basset::Object::Persistent Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 337

Astronomical Object Data Cube analyzer CometCube - software that used to analyze datacube(FIT format) obtained from radio telescope. This project is using IDL evironment and language.





Platforms: Windows, Mac, Linux

License: Freeware Size: 10.48 MB Download (44): Astronomical Object Data Cube analyzer Download

Added: May 24, 2010 | Visits: 967

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: August 02, 2010 | Visits: 1.217

Bio::Map::MappableI Bio::Map::MappableI is an object that can be placed in a map. SYNOPSIS # get a Bio::Map::MappableI somehow my $position = $element->map_position(); # these methods will be important for building sorted lists if( $position->equals($p2) ) { # do something } elsif( $position->less_tha($p2)...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Map::MappableI Download

Added: June 26, 2010 | Visits: 881

Nagios::WebTransact::Timed Nagios::WebTransact::Timed is an object that provides a check method (usually called by a Nagios service check) to determine if a sequence of URLs can be got inside a time threshold, returning the times for each. SYNOPSIS use Nagios::WebTransact::Timed; # Constructors $web_trx =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Nagios::WebTransact::Timed Download

Added: August 21, 2010 | Visits: 997

Yahoo::Marketing::BidInformationService Yahoo::Marketing::BidInformationService is an object that provides operations that return the current bid and cutoff bid required for a keyword to make it to best rank. You can use this information to optimize your keyword bid in real-time. SYNOPSIS See EWS documentation online for available...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (95): Yahoo::Marketing::BidInformationService Download

Added: May 10, 2013 | Visits: 425

Factory pattern In the factory pattern script you have an object that creates other objects.Factory is useful to separate implementation from interface. It adds a new indirection layer. When you want to instanciate an object you call its factory and the factory creates the instance.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Factory pattern Download

Added: July 12, 2013 | Visits: 604

VSK Tunnel Script VSK Tunnel object is a very basic remote scripting object that allows you to send requests to remote servers. This is done by the use of either the SCRIPT or the IFRAME element.The code is compatible with all modern web browsers and is very easy to implement in your own scripts.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (44): VSK Tunnel Script Download

Added: August 13, 2013 | Visits: 302

PDO Singleton PDO Singleton is an instance of the PDO object that acts as a singleton is created.The PDO Singleton provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): PDO Singleton Download

Added: August 12, 2013 | Visits: 435

Pablosky MySQL A MySQLi object that establishes the database connection is created. Pablosky MySQL executes SQL queries, retrieve results into arrays, retrieve the number of result rows, result column names and last inserted identifier.When an error occurs, Pablosky MySQL throws exceptions.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Pablosky MySQL Download

Added: August 20, 2013 | Visits: 273

csp_twisted csp_twisted is a csp implementation that provides a twisted-style Port object that allows you to use existing Twisted Protocols and Factoriescsp_twisted is a csp implementation that provides a twisted-style Port object that allows you to use existing Twisted Protocols and Factories, but listen to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): csp_twisted Download

Released: January 21, 2015  |  Added: February 01, 2015 | Visits: 3.662

3D Solar System Screensaver 3D Solar System Screensaver lets users view every planet and space object that circles the sun with Full 3D environment. The Solar System consists of the Sun and the objects including the planets Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus, Neptune, and Pluto. 3D Solar System Screensaver...


Platforms: Windows, Windows 7

License: Freeware Size: 2.97 MB Download (161): 3D Solar System Screensaver Download

Added: April 03, 2010 | Visits: 758

VSTRING VSTRING library provides vast set of string manipulation features including dynamic string object that can be freely exchanged with standard char* type, so there is no need to change function calls nor the implementation when you change from char* to String (and vice versa). The main difference...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): VSTRING Download

Added: May 10, 2013 | Visits: 642

EPB Calendar Date Selector The EPB Calendar Date Selector, true to its name, is a JavaScript object that creates a calendar so that your users may submit date information to web forms without needing to type in a date. It works by dynamically creating the month in HTML in response to onclick and onchange events. Various...


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (66): EPB Calendar Date Selector Download

Added: July 16, 2013 | Visits: 556

Fisher Science Digital Manometer Serial Driver FisherManometer creates a MATLAB object that getspressure measurements from a Fisher Science digital manometer (Fisher Science Education Traceable Manometer/Pressure/Vacuum Gauges, Catalog number: S98189)through a serial interface. Sample usages: get one reading meter = FisherManometer('com1');...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Fisher Science Digital Manometer Serial Driver Download

Added: September 24, 2010 | Visits: 938

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: February 02, 2010 | Visits: 876

Object::Realize::Later Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Object::Realize::Later Download

Added: April 27, 2010 | Visits: 909

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 504

obJET obJET is an object-oriented database, a persistence API that enables .NET developers to store and retrieve any application object with only one line of code, eliminating the requirement to maintain separate SQL data queries. World class developers deploy the obJET database engine at the heart of...


Platforms: Windows

License: Freeware Size: 20.48 KB Download (53): obJET Download

Added: May 21, 2010 | Visits: 915

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

1 2 3 4 5 >