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

Advanced Fetal Monitoring Class freeware
Filter: All | Freeware | Demo
 

Advanced Fetal Monitoring Class

< 1 2 3 4 5 > 
Added: October 06, 2010 | Visits: 669

Class::DataStore Class::DataStore is a Perl module for generic OO data storage/retrieval. SYNOPSIS my %values = ( one => 1, two => 2 ); my $store = Class::DataStore->new( %values ); # using get/set methods $store->set( three, 3 ); my $three = $store->get( three ); # using AUTOLOAD method $store->four(...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): Class::DataStore Download

Added: April 21, 2010 | Visits: 745

dtRdr::Traits::Class dtRdr::Traits::Class is a Perl module with shared OO stuff. Methods to Break Things NOT_IMPLEMENTED Imported into base class. Gives a nicer message than the standard "Cant locate method...", indicating that you did not typo the method name, but instead forgot to override it. sub...





Platforms: *nix

License: Freeware Size: 2.8 MB Download (86): dtRdr::Traits::Class Download

Added: August 01, 2010 | Visits: 955

Class::DBI::AutoIncrement Class::DBI::AutoIncrement is a Perl module to emulate auto-incrementing columns on Class::DBI subclasses. SYNOPSIS Lets assume you have a project making use of Class::DBI. You have implemented a subclass of Class::DBI called MyProject::DBI that opens a connection towards your projects...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::DBI::AutoIncrement Download

Added: June 09, 2010 | Visits: 942

Access_user Class Access_user Class is an easy to use system for protecting pages and registering users. The main features are user login, user registration, page protection, forgotten password recovery, and email-based account activation. The class is powered by MySQL and PHP sessions. Inside the package are...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): Access_user Class Download

Added: August 03, 2010 | Visits: 913

Class::Container Class::Container is a Perl module with Glues object frameworks together transparently. SYNOPSIS package Car; use Class::Container; @ISA = qw(Class::Container); __PACKAGE__->valid_params ( paint => {default => burgundy}, style => {default => coupe}, windshield => {isa => Glass}, radio...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (110): Class::Container Download

Added: January 04, 2010 | Visits: 1.174

Crystalpage CMS Crystalpage is an advanced enterprise-class CMS system running both on UNIX systems as well as on Windows servers. Crystalpage CMS offers hi-end extensible features is a full stand alone package that can run even the most complex and professional web site/portal. Supported by its community of...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (97): Crystalpage CMS Download

Added: September 08, 2010 | Visits: 1.186

Monitoring Monitoring is a SuperKaramba theme for system monitoring. My first template, icons with KDE 3.4 It monitors: - CPU usage - Network load - System Info. Download KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (91): Monitoring Download

Added: March 17, 2010 | Visits: 586

Class::HPLOO Class::HPLOO is an easier way to declare classes on Perl, based in the popular class {...} style and ePod. USAGE use Class::HPLOO ; class Foo extends Bar , Baz { use LWP::Simple qw(get) ; ## import the method get() to this package. attr ( array foo_list , int age , string name , foo )...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Class::HPLOO Download

Added: July 20, 2010 | Visits: 605

Class::Declare Class::Declare is a Perl module created to declare classes with public, private and protected attributes and methods. SYNOPSIS package My::Class; use strict; use warnings; use base qw( Class::Declare ); __PACKAGE__->declare( public => { public_attr => 42 } , private => { private_attr...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (88): Class::Declare Download

Added: September 15, 2010 | Visits: 1.007

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: June 02, 2010 | Visits: 1.013

Class::Agreement Class::Agreement is a Perl module that add contracts to your Perl classes easily. SYNOPSIS package SomeClass; use Class::Agreement; # use base Class::Accessor or Class::MethodMaker, # or roll your own: sub new { ... } invariant { my ($self) = @_; $self->count > 0; }; precondition...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (96): Class::Agreement Download

Added: February 23, 2010 | Visits: 1.137

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: September 15, 2010 | Visits: 761

Class::DBI::Template::Stash Class::DBI::Template::Stash is a Perl module with Template::Stash subclass for Class::DBI::Template. SYNOPSIS package Music::DBI; use base Class::DBI; use Class::DBI::Template; There is nothing you need to do for this module, it is setup for you when you use Class::DBI::Template. It...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): Class::DBI::Template::Stash Download

Added: July 10, 2010 | Visits: 2.423

Argus Monitoring System Argus Monitoring System software is a system and network monitoring application. It will monitor nearly anything you ask it to monitor (TCP + UDP applications, IP connectivity, SNMP OIDS, Programs, Databases, etc). It presents a nice clean, easy to view web interface that will keep both the...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (161): Argus Monitoring System Download

Added: April 27, 2010 | Visits: 648

Class::Accessor::Named Class::Accessor::Named is a great way to automate the tedious task of generating accessors and mutators. One small drawback is that due to the details of the implemenetation, you only get one "__ANON__" entry in profiling output. That entry contains all your accessors, which can be a real pain...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Class::Accessor::Named Download

Added: October 13, 2010 | Visits: 1.141

Ionflux Tools Class Library The Ionflux Tools Class Library is a lightweight multi-platform C++ framework designed for rapid development of applications in a client/server architecture. The Ionflux Tools Class Library is released under the GNU General Public License, meaning it is free software! (See LICENSE in the...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (96): Ionflux Tools Class Library Download

Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: July 27, 2010 | Visits: 832

Object::Relation::Meta::Class::Schema Object::Relation::Meta::Class::Schema is a Perl module for Object::Relation database store builder. This module is provides metadata for all Object::Relation classes while building a storage schema. Loading Object::Relation::Schema causes it to be used instead of Object::Relation::Meta::Class....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (87): Object::Relation::Meta::Class::Schema Download

Added: October 17, 2010 | Visits: 898

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (86): Class::Std::Storable Download

Added: April 03, 2010 | Visits: 797

Class::Multimethods::Pure Class::Multimethods::Pure is a Perl module that contains a method-ordered multimethod dispatch. SYNOPSIS use Class::Multimethods::Pure; package A; sub magic { rand() > 0.5 } package B; use base A; package C; use base A; BEGIN { multi foo => (A, A) => sub { "Generic catch-all"; };...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): Class::Multimethods::Pure Download

< 1 2 3 4 5 >