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

Utility Class software
Filter: All | Freeware | Demo
 

Utility Class

1 2 3 4 5 > 
Added: May 11, 2013 | Visits: 646

Database utility class Database utility class can execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions.Results from SELECT queries are returned in arrays.



Platforms: PHP

License: Freeware Size: 10 KB Download (43): Database utility class Download

Added: November 25, 2010 | Visits: 803

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: February 26, 2010 | Visits: 1.177

PDF::Table PDF::Table is a utility class for building table layouts in a PDF::API2 object. SYNOPSIS use PDF::API2; use PDF::Table; my $pdftable = new PDF::Table; my $pdf = new PDF::API2(-file => "table_of_lorem.pdf"); my $page = $pdf->page; # some data to layout my $some_data =[ ["1 Lorem ipsum...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (120): PDF::Table Download

Added: July 25, 2010 | Visits: 1.493

Puppet::Body Puppet::Body provides an utility class to handle has-a relations and logs. Puppet::Body is a utility class that is used (and not inherited like the deprecated Puppet::Any) to manage dynamic has-a relations between objects..


Platforms: *nix

License: Freeware Size: 7.17 KB Download (105): Puppet::Body Download

Added: April 17, 2010 | Visits: 885

Audio::Mad::Util Audio::Mad::Util is a utility class for working with mpeg streams. This module provides some support functions for gathering information out of an mpeg stream. Currently this module is intended for learning and internal purposes only, it will have better documentation and a cleaner interface...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (96): Audio::Mad::Util Download

Added: October 31, 2013 | Visits: 330

SSZipArchive Utility class for unzipping files on iOS and Mac SZipArchive is a simple utility class for unzipping files based on ZipArchive. Currently it only supports unzipping. In the future, creating zip files will be supported.


Platforms: Mac

License: Freeware Size: 30.72 KB Download (45): SSZipArchive Download

Added: June 08, 2013 | Visits: 314

SSKeychain SSKeychain is a simple utility class for making the system keychain less sucky. This was originally inspired by EMKeychain and SDKeychain (both of which are now gone). Thanks to the authors. SSKeychain has since switched to a simpler implementation that was abstracted from SSToolkit.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): SSKeychain Download

Added: September 22, 2013 | Visits: 323

fhurl fhurl comes with a utility class derived from Form known as RequestForm. This form takes care of storing the request passed in constructor, so the above form can be re written as: fhurl comes with a utility function fhurl, that can be used django.conf.urls.defaults.url.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): fhurl Download

Added: September 29, 2013 | Visits: 409

gImageReader for Linux JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ class library for developing cross-platform software. It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling...


Platforms: *nix

License: Freeware Size: 6.78 MB Download (35): gImageReader for Linux Download

Released: June 04, 2012  |  Added: June 04, 2012 | Visits: 668

Java Toaster Java Toaster is a java utility class for your swing applications that show an animate box coming from the bottom of your screen with a notification message and/or an associated image (like msn online/offline notifications).


Platforms: Windows, Mac, Linux

License: Freeware Size: 15.84 KB Download (49): Java Toaster Download

Added: July 30, 2013 | Visits: 395

URLObject URLObject is an utility class for manipulating URLs. Example Usage: Here is how you use the library: >>> from urlobject import URLObject >>> url = URLObject(host='example.com') >>> print url http://example.com/ >>> print url / 'some' / 'path' http://example.com/some/path >>> print url &...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): URLObject Download

Added: September 14, 2013 | Visits: 145

Metatools This package contains the metatools module, which provides a utility class (MetaClass) which metaclasses can extend. It provides three static methods (available only on classes inheriting from MetaClass; they will not clutter up your actual classes) which can be used to enhance inheritance.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (39): Metatools Download

Added: March 21, 2010 | Visits: 955

Class::ObjectTemplate Class::ObjectTemplate is a Perl extension for an optimized template builder base class. SYNOPSIS package Foo; use Class::ObjectTemplate; require Exporter; @ISA = qw(Class::ObjectTemplate Exporter); attributes(one, two, three); # initialize will be called by new() sub initialize { my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): Class::ObjectTemplate Download

Added: November 13, 2013 | Visits: 383

Jim2Mov This tiny library used together with JMF allows to produce movies from an array of images. The supported outputs are Quicktime (JPEG compression) and MSVideo (MJPEG compression or RAW). It allows to produce a movie with few lines of code! For a project I was working on I needed to create a...


Platforms: Mac

License: Freeware Size: 20.48 KB Download (76): Jim2Mov Download

Added: November 18, 2010 | Visits: 1.073

Azuki Framework Azuki Framework project is a Java application framework designed to resolve various problems in the software development lifecycle. These goals are achieved by splitting the software conception into two main stages: creation of independent components and definition of component dependencies...


Platforms: *nix

License: Freeware Size: 11.5 MB Download (96): Azuki Framework Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 363

ConHHL7 Workbench Connecting Health. ConHHL7 Workbench Trial! Try it Now! Define your grammar, test messages, and easily incorpate HL7 into your your application. Use the .Net Utility Class or use the ActiveX/Com interfaces. It is extremely fast, very easy to use. The Workbench is based on XML technology. HL7...


Platforms: Windows

License: Freeware Size: 51.2 KB Download (60): ConHHL7 Workbench Download

Added: July 11, 2010 | Visits: 986

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Class::Std::Utils Download

Added: July 08, 2010 | Visits: 897

DBIx::Class::FormTools DBIx::Class::FormTools is a utility module for building forms with multiple related DBIx::Class objects. SYNOPSIS In the examples I use 3 objects, a Film, an Actor and a Role. Role is a many to many relation between Film and Actor. package MySchema; use base DBIx::Class::Schema;...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (87): DBIx::Class::FormTools Download

Added: May 02, 2006 | Visits: 3.007

ContactGenie - Message Class Modifier CG-MCM is a utility that enables the modification of message classes for existing Microsoft Outlook contacts. 1- User Selection message classes to modify 2- Ability to Delete/Move/Copy contacts with selected message classes 3- Verification that new message class name has been published...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 5.43 MB Download (606): ContactGenie - Message Class Modifier Download

Added: January 18, 2010 | Visits: 1.411

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

1 2 3 4 5 >