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

Arbitrary Class software
Filter: All | Freeware | Demo
 

Arbitrary Class

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 415

Modify class method in-place Once in a while it becomes necessary to globally change the behaviour of classes in a third party library. This code demonstrates the ability to modify the __init__ method of an arbitrary class in-place. It's also good for making functional programmers wince, which can be entertaining. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Modify class method in-place Download

Added: August 23, 2013 | Visits: 374

Simple db class Simple db class is able to execute arbitrary SQL queries.Key Features of Simple db class:- Connect to a MySQL database server host- Execute INSERT, UPDATE and DELETE queries passing only the table name and the values of the fields, values and conditions Platforms: PHP

License: Freeware Size: 10 KB Download (40): Simple db class Download

Added: May 10, 2013 | Visits: 378

Model MBean Instrumentor 0.3b The JMX Model MBean Instrumentor is a Java module for automatic instrumentation of objects of arbitrary classes as JMX Model MBeans. Simply by passing an object to the JMX Instrumentor, appropriate JMX ModelMBeanInfo will be created and the object registered as an MBean. The JMX Model MBean... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (49): Model MBean Instrumentor 0.3b Download

Added: May 10, 2013 | Visits: 473

Dynamically added methods to a class This script allows you to add a method to a class at an arbitrary point in your code. The method is available instantly to all already existing instances and of course ones yet to be created. If you specify method_name then that name is used for the method call. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Dynamically added methods to a class Download

Added: May 26, 2013 | Visits: 340

MappedTensor class This class transparently maps large tensors of arbitrary dimensions to temporary files on disk. Referencing is identical to a standard matlab tensor, so a MappedTensor can be passed into functions without requiring that the function be written specifically to use MappedTensors. This is opposed to... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): MappedTensor class Download

Added: August 03, 2010 | Visits: 1.018

APFP APFP (Arbitrary Precision Floating Point) is an Unicon class for performing arbitrary precision floating point calculations. It also includes a class for calculating with arbitrary precision complex numbers. APFP requires unicon overloaded operators. Whats New in This Release: - Made to use... Platforms: *nix

License: Freeware Size: 100.35 KB Download (97): APFP Download

Added: February 23, 2010 | Visits: 1.144

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: October 17, 2010 | Visits: 903

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 (87): Class::Std::Storable Download

Added: July 05, 2013 | Visits: 429

My simple Query Language Class for MySQL & MySQLi This class is a database access wrapper which can be used for MySQL.It utilizes the MySQL or MySQLi extensions.Here are some key features of My simple Query Language Class for MySQL & MySQLi(Improved):- Establish connections to a MySQL server- Execute INSERT queries given the table name and field... Platforms: PHP

License: Freeware Size: 10 KB Download (40): My simple Query Language Class for MySQL & MySQLi Download

Added: August 08, 2013 | Visits: 593

PHP MySQL Database Class PHP MySQL Database Class can establish connections to a MySQL server and execute arbitrary SQL queries.Key Features of PHP MySQL Database Class:- Fetch query results into an array- Execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, field values and... Platforms: PHP

License: Freeware Size: 10 KB Download (40): PHP MySQL Database Class Download

Added: September 13, 2013 | Visits: 530

Query result table display class Query result table display class outputs a table with the data from the result rows of a database query.Features of Query result table display class:- Database independency (works with any DBMS supported by Metabase).- Splits the display of the result rows in multiple pages of configurable number... Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): Query result table display class Download

Released: May 01, 2013  |  Added: August 28, 2019 | Visits: 5.656

CyberMatrix Class Scheduler CyberMatrix Class Scheduler is a simple to use single or multi-user application that helps students and school administrators to quickly schedule student classes. The software can be used by schools and other institutions that must create class schedules. Class Scheduler can be used by a single... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $200.00 USD Size: 4.56 MB Download (314): CyberMatrix Class Scheduler Download

Added: May 02, 2006 | Visits: 3.012

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

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

Added: January 18, 2010 | Visits: 957

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same... Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

Added: January 18, 2010 | Visits: 1.350

Class::Adapter::Builder Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. SYNOPSIS package My::Adapter; use strict; use Class::Adapter::Builder ISA => Specific::API, METHODS => [ qw{foo bar baz} ], method => different_method; 1; Class::Adapter::Builder is another mechanism... Platforms: *nix

License: Freeware Size: 24.58 KB Download (206): Class::Adapter::Builder Download

Added: March 01, 2010 | Visits: 935

Class::DBI::ConceptSearch Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches. SYNOPSIS my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION $cs->use_wildcards(1); $cs->use_implicit_wildcards(1); $cs->use_search_ilike(1);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): Class::DBI::ConceptSearch Download

Added: February 08, 2010 | Visits: 1.062

DBIx::Class::LibXMLdoc DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/ PK::Auto LibXMLdoc Core /);... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): DBIx::Class::LibXMLdoc Download

Added: March 07, 2010 | Visits: 951

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use... Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

Added: February 11, 2010 | Visits: 846

Class::ParmList Class::ParmList is a Perl module with methods for processing named parameter lists. SYNOPSIS use Class::ParmList qw(simple_parms parse_parms); $thingy->some_method({ -bgcolor => #ff0000, -textcolor => #000000 }); sub some_method { my ($self) = shift; my ($parm_ref) = @_; my $parms... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Class::ParmList Download

1 2 3 4 5 >