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

Subclasses software
Filter: All | Freeware | Demo
 

Subclasses

1 2 3 4 5 > 
Added: July 17, 2013 | Visits: 684

Directory tree control This control subclasses the MFC CTreeCtrl to display and let you select the path of a folder/directory. Platforms: C and C plus plus

License: Freeware Size: 40.96 KB Download (45): Directory tree control Download

Added: August 19, 2010 | Visits: 739

libferrisstreams libferrisstreams is a collection of base classes for custom std::basic_streambuf subclasses, SigC signals fired when streambuf objects are about to be deleted, relative URL handling, easy reference counting on streambuf objects, a collection of IOStreams which complement the standard ones on... Platforms: *nix

License: Freeware Size: 337.92 KB Download (89): libferrisstreams Download

Added: November 05, 2010 | Visits: 1.061

Dicop::Item::Template Dicop::Item::Template is an object defining Dicop::Item subclasses. SYNOPSIS use Dicop::Request::Template push @templates, Dicop::Item::Template->new ( class => Dicop::Item::Subclass, fields => "name => { maxlen => 128, def => some name }", );. Platforms: *nix

License: Freeware Size: 112.64 KB Download (126): Dicop::Item::Template Download

Added: August 01, 2010 | Visits: 962

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: September 24, 2010 | Visits: 937

DocSet::Doc::Common DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses. Implements functions and bits of code which otherwise needed to be duplicated in many modules. These functions couldnt be put into the base class DocSet::Doc. Certainly we could devise one more... Platforms: *nix

License: Freeware Size: 378.88 KB Download (89): DocSet::Doc::Common Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 459

WMI Object Viewer WMI Object Viewer - Explore WMI Namespaces - Explore WMI classes, the subclasses, the structures - Get the properties, the methods of each class, get the properties' value. - Easy to use, freeware and well-qualified... Platforms: Windows

License: Freeware Size: 200 KB Download (408): WMI Object Viewer Download

Added: May 10, 2013 | Visits: 290

Overriding __new__ for attribute initialization Whenever a superclass implements a __init__ method to initialize its attributes, subclasses derived from it have to invoke the __init__ method of the superclass. This script is a different mechanism of initializing the attributes of a superclass with default values, achieved by overriding the... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: September 04, 2013 | Visits: 428

SDOxlsIF: Excel Interface API for Simulink Data Object SDOxlsIF is a set of three M-File functions.XLSREADSDO enables you to load workspace variables of Simulink Data Object from Excel worksheets.XLSWRITESDO enables you to save workspace variables of Simulink Data Object to Excel worksheets.For each package you will use, you should prepare a... Platforms: Matlab

License: Freeware Size: 204.8 KB Download (40): SDOxlsIF: Excel Interface API for Simulink Data Object Download

Added: August 26, 2013 | Visits: 533

Clone Handle Object - using MATLAB OOP The motivation for this demo is that if you have an instance (say 'a') of a custom class that subclasses 'handle', then the command 'b = a;' will produce another reference 'b' to the same object as initially referenced by 'a', effectively creating a 'shallow' copy of the object.The link to this... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Clone Handle Object - using MATLAB OOP Download

Added: April 05, 2013 | Visits: 389

TypeSafeStruct TypeSafeStruct provides base classes that can check whether the types of the values to assign variables of implementation subclasses are of the expected types.The expected types are determined by the prefixes of private variables, so it works well even when using PHP compiled code cached... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): TypeSafeStruct Download

Added: June 26, 2013 | Visits: 232

CSWeekView A set of Cocoa NSView subclasses to represent and display timed events during a week Platforms: Mac

License: Freeware Size: 2.21 MB Download (39): CSWeekView Download

Added: September 06, 2013 | Visits: 218

TableKit A sub-classable model and view controller library for UITableView. TableKit controllers and table view cells are designed for easy subclassing and provides default implementations for the majority of UITableView data source and delegate usage patterns, including editing and reordering management... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 153.6 KB Download (41): TableKit Download

Added: September 13, 2013 | Visits: 265

MMGridView MMGridView is a simple GridView / Dashboard like UI component for iOS. The default cell implementation gives you a background view, a label and background view behind the label. Feel free to create cell subclasses that fit your needs. Platforms: Mac

License: Freeware Size: 747.52 KB Download (41): MMGridView Download

Added: September 09, 2013 | Visits: 144

JTObjectMapping Inspired by RestKit. A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to NSObject subclasses for iOS. Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (42): JTObjectMapping Download

Added: September 30, 2013 | Visits: 163

WindowsAttributes This plugin extends the window class in RB4 and RB5, and subclasses the window class in versions of pre-RB4. The major purpose of this plugin is to set the transparancy of the growbox view of the window. This feature is implementable for windows that don't require the windowComposite Attribute.... Platforms: Mac

License: Shareware Cost: $100.00 USD Size: 20.48 KB Download (40): WindowsAttributes Download

Added: August 04, 2013 | Visits: 555

django-form-utils django-form-utils is a Django application that provides BetterForm and BetterModelForm classes which are subclasses of django.forms.Form and django.forms.ModelForm, respectively. BetterForm and BetterModelForm allow subdivision of forms into fieldsets which are iterable from a template, and also... Platforms: *nix

License: Freeware Size: 1.23 MB Download (47): django-form-utils Download

Added: September 08, 2013 | Visits: 378

Class::Data::Reloadable A drop-in replacement for Class::Data::Inheritable, but subclasses can be reloaded without losing their class data. This is useful in mod_perl development, and may be useful elsewhere. In mod_perl, Apache::Reload conveniently reloads modules that have been modified, rather than having to restart... Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Class::Data::Reloadable Download

Added: July 30, 2013 | Visits: 267

Pod::Markdown Pod::Markdown is a Perl module that subclasses Pod::Parser and converts POD to Markdown. SYNOPSIS my $parser = Pod::Markdown->new; $parser->parse_from_filehandle(*STDIN); print $parser->as_markdown; Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): Pod::Markdown Download

Added: June 22, 2013 | Visits: 341

Class::PINT Class::PINT is an implementation of selected Tangram, and other OOPF related features on top of Class::DBI. ** WARNING - this release is a proof of concept, use at your own risk ** The goal of PINT is to provide some of the power and flexibility of Tangram with the maturity, transparency and... Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): Class::PINT Download

Added: October 13, 2013 | Visits: 378

Unix::ConfigFile The Unix::ConfigFile module provides a base class from which the other Unix::*File modules are derived. It provides some basic facilities like file opening, locking, and closing. You do not need to use this module directly unless you are developing a derived module for an unsupported... Platforms: *nix

License: Freeware Size: 20.48 KB Download (44): Unix::ConfigFile Download

1 2 3 4 5 >