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

Subclasses freeware
Filter: All | Freeware | Demo
 

Subclasses

< 1 2 3 4 5 
Added: May 08, 2010 | Visits: 922

TM::DM TM::DM is a Perl module with Topic Maps, read-only TMDM layer. SYNOPSIS # somehow acquire a map (see TM and its subclasses) my $tm = .... # put a TMDM layer on top of it use TM::DM; my $tmdm = new TM::DM (map => $tm); # get the TMDM topic map item my $topicmap = $tmdm->topicmap; #... Platforms: *nix

License: Freeware Size: 215.04 KB Download (91): TM::DM Download

Added: May 08, 2010 | Visits: 1.141

Apache::MP3::Skin Apache::MP3::Skin is a subclass of Apache::MP3::Playlist with the ability to "skin" the output using HTML::Template. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg .mp3 .MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Skin... Platforms: *nix

License: Freeware Size: 18.43 KB Download (112): Apache::MP3::Skin Download

Added: August 22, 2010 | Visits: 985

Module::Starter::Smart Module::Starter::Smart is a Perl module that lets you add new modules into an existing distribution. SYNOPSIS use Module::Starter qw/Module::Starter::Simple Module::Starter::Smart/; Module::Starter->create_distro(%args); # or in ~/.module-starter/config plugin: Module::Starter::Simple... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Module::Starter::Smart Download

Added: September 10, 2010 | Visits: 612

Apache::MP3::L10N Apache::MP3::L10N is a base class for Apache::MP3 interface localization. This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface. To localize this for your language of choice, see the source... Platforms: *nix

License: Freeware Size: 327.68 KB Download (88): Apache::MP3::L10N Download

Added: August 23, 2010 | Visits: 821

Tangram::Type::Extending Tangram::Type::Extending is a Perl module for teaching Tangram about new types. Tangram::Type is the root of a hierarchy of classes that are responsible mapping individual field to SQL entities (columns in the simplest cases). There is one Type object per persistent field. Adding support for... Platforms: *nix

License: Freeware Size: 153.6 KB Download (94): Tangram::Type::Extending Download

Added: September 05, 2010 | Visits: 912

OpenLink Virtuoso Universal Server OpenLink Virtuoso is a Virtual Database product that provides transparent real-time access to disparate data sources (ODBC, JDBC, XML, and Web Services), and transparent integration of disparate application logic (e.g. Mono ECMA-CLI and J2EE integration). OpenLink Virtuoso Universal Servers broad... Platforms: *nix

License: Freeware Size: 42 MB Download (109): OpenLink Virtuoso Universal Server Download

Added: January 22, 2010 | Visits: 751

Apache::MP3::Sorted Apache::MP3::Sorted is a Perl module to generate sorted streamable directories of MP3 files. SYNOPSIS # httpd.conf or srm.conf AddType audio/mpeg mp3 MP3 # httpd.conf or access.conf < Location /songs > SetHandler perl-script PerlHandler Apache::MP3::Sorted PerlSetVar SortFields... Platforms: *nix

License: Freeware Size: 327.68 KB Download (97): Apache::MP3::Sorted Download

Added: November 16, 2010 | Visits: 1.342

BBDB::Export BBDB::Export is a Perl module to export data from The Insidious Big Brother Database. SYNOPSIS use BBDB::Export; # export to LDIF my $exporter = BBDB::Export::LDIF->new( { bbdb_file => "/path/to/.bbdb", output_file => "export.ldif", dc => "dc=geekfarm, dc=org", } );... Platforms: *nix

License: Freeware Size: 13.31 KB Download (103): BBDB::Export Download

Added: November 18, 2010 | Visits: 1.012

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml... Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Added: January 25, 2010 | Visits: 651

GenericToolbar Tired of having to write your own toolbar delegate every time? Moaning about Interface Builder's lack of toolbar support? Finally, a toolbar that can be used in Interface Builder! GenericToolbar is easy to use, convenient, and totally free, which is a great combination for any developer. Coolest... Platforms: Mac

License: Freeware Download (92): GenericToolbar Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 331

DDXFile DDXFile was designed for developers who use MFC. This is a control which subclasses an edit control to allow you to easily specify a filename. When the edit control is correctly setup it will open a popup window to browse for the files you want to load. Platforms: Windows

License: Freeware Download (51): DDXFile Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 221

MOKit MOKit is a Mac OS X framework that augments Cocoa. It provides several useful classes such as a class to manage a disclosable stack of views, subclasses extending NSTableView and NSOutlineView, a regular expression object, an NSFormatter subclass that uses regular expressions to validate strings,... Platforms: Mac, December 2002 Developer Tools

License: Freeware Size: 1024 KB Download (52): MOKit Download

Released: December 05, 2012  |  Added: December 05, 2012 | Visits: 375

FSClass FSClass is a "meta-class" that allows programmers to create new classes directly in F-Script, instead of having to write them in Objective-C. No additional syntax or keywords are necessary, so the core F-Script language is unaffected and classes can be created programmatically. Methods are... Platforms: Mac

License: Freeware Size: 307.2 KB Download (50): FSClass Download

Added: May 10, 2013 | Visits: 424

List mixin This script allows you to create custom list classes from a small subset of list methods.Subclasses should define _get_element(i), _set_element(i, value), __len__(), _resize_region(start, end, new_size) and _constructor(iterable). Define __iter__() for extra speed. The _get_element() and... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): List mixin Download

Added: May 10, 2013 | Visits: 322

PyORQ PyORQ (Python Object Relational binding with Queries) implements persistence for Python objects using a relational database (RDBMS, e.g. PostgreSQL MySQL) for storage. The innovative aspect of PyORQ is the use of Python expressions to denote queries which can be automatically translated into SQL... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (69): PyORQ Download

Added: May 10, 2013 | Visits: 991

Cheetah 2.0rc8 Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other tools and frameworks. Web development is its principle use, but Cheetah is very flexible and is also being used to generate C game code, Java, sql, form emails... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Cheetah 2.0rc8 Download

Added: September 24, 2013 | Visits: 284

DCTCoreData My additions to Core Data. DCTCoreData is my collection of extensions to Apple???*a*?s Core Data framework. IMPORTANT DCTCoreData 1.3 has a new API for data fetching. IMPORTANT DCTCoreData 1.2 has a new API for automated setup. WARNING DCTCoreData 1.1 moves the location of all of the classes... Platforms: Mac

License: Freeware Size: 40.96 KB Download (38): DCTCoreData Download

Added: June 24, 2013 | Visits: 274

ObjectMerging Objective-C persistence and versioning framework / distributed revision control system This is my work-in-progress rewrite of CoreObject. Primary goals: - Be a storage framework that could be used in a GNUstep/Cocoa app which gives your app revision control for free. i.e., the app's... Platforms: Mac

License: Freeware Size: 225.28 KB Download (45): ObjectMerging Download

Added: June 07, 2013 | Visits: 277

ActivityKit The Activity Kit adds a few tools to organize application behavior. By creating ILActivity subclasses, you can organize the code for long-running activities that may run independently from the rest of an application in their own classes, while providing an easy-to-use interface for the views and... Platforms: Mac

License: Freeware Size: 30.72 KB Download (46): ActivityKit Download

Added: September 16, 2013 | Visits: 430

vtkFLTK for Linux vtkFLTK is a small C++ class library easing development of FLTK event-driven interfaces for use with VTK. vtkFLTK allows composition of complex graphical interfaces to complex visualization facilities by bridging disparities between FLTK and VTK event and windowing system handling. vtkFLTK... Platforms: *nix

License: Freeware Size: 163.84 KB Download (37): vtkFLTK for Linux Download

< 1 2 3 4 5