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

Temperature Class software
Filter: All | Freeware | Demo
 

Temperature Class

< 1 2 3 4 5 
Added: November 25, 2010 | Visits: 809

Class::ArrayObjects Class::ArrayObjects is a Perl utility class for array based objects. SYNOPSIS package Some::Class; use Class::ArrayObjects define => { fields => [qw(_foo_ _bar_ BAZ)], }; or package Other::Class; use base Some::Class; use Class::ArrayObjects extend => { class => Some::Class, with... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Class::ArrayObjects Download

Added: November 06, 2010 | Visits: 954

Class::Bits Class::Bits is a Perl module with class wrappers around bit vectors. SYNOPSIS package MyClass; use Class::Bits; make_bits( a => 4, # 0..15 b => 1, # 0..1 c => 1, # 0..1 d => 2, # 0..3 e => s4 # -8..7 f => s1 # -1..0 ); package; $o=MyClass->new(a=>12, d=>2); print "o->b is ",... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): Class::Bits Download

Added: February 01, 2010 | Visits: 882

Class::Tangram Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes. SYNOPSIS package MyObject; use base qw(Class::Tangram); our $fields = { int => [ qw(foo bar) ], string => [ qw(baz quux) ] }; package main; my $object = MyObject->new(foo => 2, baz => "hello"); print... Platforms: *nix

License: Freeware Size: 50.18 KB Download (106): Class::Tangram Download

Added: June 27, 2010 | Visits: 631

Class::Classless Class::Classless is a Perl framework for classless OOP. SYNOPSIS use strict; use Class::Classless; my $ob1 = $Class::Classless::ROOT->clone; $ob1->{NAME} = Ob1; $ob1->{stuff} = 123; $ob1->{Thing} = 789; my $ob2 = $ob1->clone; $ob2->{NAME} = Ob2; printf "ob1 stuff: <%s>n",... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Class::Classless Download

Added: January 12, 2010 | Visits: 2.400

PHP Data Grid Class 1.0 Beta PHP Data Grid Class can be used to display MySQL query results in HTML tables. PHP Data Grid Class executes a given SQL SELECT query and generates an HTML table defined by a template to display the query results. The results table also shows links to navigate between query result pages. The... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (169): PHP Data Grid Class 1.0 Beta Download

Added: October 05, 2010 | Visits: 2.446

PHP HTML Form Generation and Validation Class 1.0 Beta PHP HTML Form Generation and Validation Class is a PHP class for easy HTML form generation and validation. If youre a web developer you know that designing HTML forms and writing the PHP code for their validation is a really dull task. And if youre like me you mustve looked around the web to... Platforms: *nix

License: Freeware Size: 133.12 KB Download (131): PHP HTML Form Generation and Validation Class 1.0 Beta Download

Added: March 12, 2010 | Visits: 1.618

PHP Printer Friendly Pages Generator Class PHP Printer Friendly Pages Generator Class is a PHP class that helps you create printer friendly versions of your page very easy. All you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1013.76 KB Download (104): PHP Printer Friendly Pages Generator Class Download

Added: July 23, 2010 | Visits: 1.460

PHP HTML Graph Class PHP HTML Graph Class is a class for drawing vertical bar graphs using only HTML and CSS. Simple and grouped bars can be created. You can change everything regarding the looks as the output is template-driven. On the fly, you can change the size of graph, the color of all or individual bars, add... Platforms: *nix

License: Shareware Cost: $0.00 USD Download (117): PHP HTML Graph Class Download

Added: February 15, 2010 | Visits: 853

Class::StrongSingleton Class::StrongSingleton is a stronger and more secure Singleton base class. SYNOPSIS package My::Singleton::Class; use base qw(Class::StrongSingleton); sub new { my ($class, %my_params) = @_; # create our object instance my $instance = { %my_params }; bless($instance, $class); # and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Class::StrongSingleton Download

Added: August 20, 2010 | Visits: 813

Class::MOP Class::MOP is a Meta Object Protocol for Perl 5. SYNOPSIS # ... This will come later, for now see # the other SYNOPSIS for more information This module is an attempt to create a meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics... Platforms: *nix

License: Freeware Size: 73.73 KB Download (97): Class::MOP Download

Added: January 13, 2010 | Visits: 1.137

Class::Generate Class::Generate is a Perl module that can generate Perl class hierarchies. SYNOPSIS use Class::Generate qw(class subclass delete_class); # Declare class Class_Name, with the following types of members: class Class_Name => [ s => $, # scalar a => @, # array h => %, # hash c => Class, #... Platforms: *nix

License: Freeware Size: 53.25 KB Download (96): Class::Generate Download

Added: October 12, 2010 | Visits: 562

Class::Prototyped::Mixin Class::Prototyped::Mixin Perl module contains Mixin Support for Class::Prototyped. SYNOPSIS Usage one: whip up a class and toss it in a scalar package HelloWorld; sub hello { my ($self, $age) = @_; return "Hello World! I am $age years old" } package HelloWorld::Uppercase; use base... Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Class::Prototyped::Mixin Download

Added: February 17, 2010 | Visits: 917

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this... Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: January 16, 2010 | Visits: 868

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new... Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): Exception::Class::TCF Download

Added: April 18, 2010 | Visits: 1.054

Calendario Class Calendario Class provides a PHP class that is useful for creating calendars and organizers. Calendario Class is a PHP class that helps you to create calendar and organizers. Its highly configurable, letting you choose how many days are in a week, when a week starts, the details of the HTML... Platforms: *nix

License: Freeware Size: 98.3 KB Download (115): Calendario Class Download

Released: February 20, 2012  |  Added: April 02, 2012 | Visits: 1.167

Temperature Monitor Gold Temperature Monitor features Real Time Temperature Display and will Display in the Temperature Box on the Top Left Corner of Software Interface. It works in conjunction with TEMPer GOLD hardware which is a usb device. The Action of Operation will Display on the Top Right Corner. There are Two... Platforms: Windows

License: Freeware Size: 2.02 MB Download (113): Temperature Monitor Gold Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 348

UDK class viewer UDK class viewer is a simple, small and handy application that has been developed in order to allow its users to build UDK diagrams. Now you can build the UDK diagrams you need in no time at all with the help of this accessible piece of software. Platforms: Windows

License: Freeware Download (49): UDK class viewer Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 601

Chilkat Email Class Library for VC++ 7.0 The Chilkat email C++ class library for Visual C++ 7.0 provides classes for creating, sending and retrieving Internet e-mail. It fully supports SMTP, POP3, MIME, HTML, SSL, S/MIME, secure authentication, attachments, SSL, progress monitoring, zip and unzip of attachments, XML import/export, and... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 16.21 MB Download (44): Chilkat Email Class Library for VC++ 7.0 Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 632

Chilkat Email Class Library for VC++ 8.0 The Chilkat email C++ class library for Visual C++ 8.0 provides classes for creating, sending and retrieving Internet e-mail. It fully supports SMTP, POP3, MIME, HTML, SSL, S/MIME, secure authentication, attachments, SSL, progress monitoring, zip and unzip of attachments, XML import/export, and... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 12.4 MB Download (45): Chilkat Email Class Library for VC++ 8.0 Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 746

Chilkat Email Class Library for VC++ 6.0 The Chilkat email C++ class library for Visual C++ 6.0 provides classes for creating, sending and retrieving Internet e-mail. It fully supports SMTP, POP3, MIME, HTML, SSL, S/MIME, secure authentication, attachments, SSL, progress monitoring, zip and unzip of attachments, XML import/export, and... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 19.07 MB Download (48): Chilkat Email Class Library for VC++ 6.0 Download

< 1 2 3 4 5