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

Subclass freeware
Filter: All | Freeware | Demo
 

Subclass

< 1 2 3 4 5 > 
Added: October 11, 2013 | Visits: 408

HTML::TagFilter HTML::TagFilter is a subclass of HTML::Parser with a single purpose: it will remove unwanted html tags and attributes from a piece of text. It can act in a more or less fine-grained way - you can specify permitted tags, permitted attributes of each tag, and permitted values for each attribute in... Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): HTML::TagFilter Download

Added: July 13, 2010 | Visits: 2.077

XML::Parser::YahooRESTGeocode SYNOPPSIS use LWP::Simple use XML::Parser; use XML::Parser::YahooRESTGeocode; #connect to yahoo geocode service my $url = http://api.local.yahoo.com/MapsService/V1/geocode; my $get = appid=YahooDemo&street=701+First+Street&city=Sunnyvale&state=CA; #call yahoo geocode service my $xml =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (116): XML::Parser::YahooRESTGeocode Download

Added: May 02, 2010 | Visits: 1.123

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

Added: September 10, 2010 | Visits: 860

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: September 13, 2010 | Visits: 599

Jifty::Client Jifty::Client is a subclass of WWW::Mechanize with extra Jifty features. This module is a base for building robots to interact with Jifty applications. It currently contains much overlapping code with Jifty::Test::WWW::Mechanize, except that it does not inherit from Test::WWW::Mechanize.... Platforms: *nix

License: Freeware Size: 532.48 KB Download (87): Jifty::Client Download

Added: February 11, 2010 | Visits: 979

SQL::Amazon::UserGuide SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon. SYNOPSIS # # create the parser, passing in the current Amazon metadata # my $parser = SQL::Amazon::Parser->new(%attrs); # # parse a SQL statement, returning a SQL::Amazon::Statement # my $stmt =... Platforms: *nix

License: Freeware Size: 58.37 KB Download (94): SQL::Amazon::UserGuide Download

Added: February 20, 2010 | Visits: 1.839

Pod::Simple::Subclassing Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = 1.01; use strict; sub _handle_element_start { my($parser, $element_name, $attr_hash_r) = @_; ... }... Platforms: *nix

License: Freeware Size: 256 KB Download (87): Pod::Simple::Subclassing Download

Added: January 25, 2010 | Visits: 365

DictionaryViewer DictionaryViewer is a ListBox subclass that can display a dictionary's contents in a friendly, easy-to-interpret manner. It colors each data type the way that REALbasic colors it (with a couple exceptions). It displays everything it can about each Value, even showing a Hash value of objects. The... Platforms: Mac

License: Freeware Size: 21 KB Download (91): DictionaryViewer Download

Added: January 25, 2010 | Visits: 1.001

SM2DGraphView SM2DGraphView framework provides an NSView subclass which draws pie charts or graphs of lines and/or bars including axis labels.The SM2DGraphView class acts very much like an NSTableView or NSBrowser; SM2DGraphView takes responsibility for all of the drawing code but relies on a data source... Platforms: Mac

License: Freeware Download (94): SM2DGraphView Download

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 270

Conserve Conserve is an ORM/persistence framework that preserves class structure and allows searching by interface, class or subclass. Small. Secure. Simple. Platforms: Windows, Mac, Linux

License: Freeware Size: 128.87 KB Download (44): Conserve Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 465

GeographicFormatter Written in Objective-C, the GeographicFormatter provides a Cocoa NSFormatter subclass for latitude and longitude output and input. There is also an IBPalette for integration with Interface Builder. Platforms: Mac

License: Freeware Size: 532.81 KB Download (56): GeographicFormatter Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 396

Secure Distributed Objects Secure Distributed Objects provides a mechanism for using socket-based SSL communications in the MacOS X Distributed Objects system, by providing a NSPort subclass - SecureSocketPort - and other utilities. Platforms: Mac, BSD, Linux

License: Freeware Size: 54.16 KB Download (49): Secure Distributed Objects Download

Added: May 10, 2013 | Visits: 166

MarkupString This script contains a subclass of String that allows simple handling of simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other words, MarkupString(Hello World)[6:] = "World". Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): MarkupString Download

Added: May 10, 2013 | Visits: 315

Authenticate with twisted.web.xmlrpc These classes subclass several of the culprits in twisted.web.xmlrpc that are responsible for not being able to make autenticated XML-RPC calls. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Authenticate with twisted.web.xmlrpc Download

Added: May 10, 2013 | Visits: 233

Fuzzy matching dictionary This script is an ease of use subclass of dict - rather then one that uses a lot of dict features. If your request item is in the dictionary (with a key that hashes the same) then it acts as a more or less normal dictionary. If on the other hand you are looking for a string that is similar to a... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Fuzzy matching dictionary Download

Added: May 10, 2013 | Visits: 216

ObjectMerger The ObjectMerger class dynamically merges two given objects, making one a subclass of the other. The input elements could either be class instances or simple types, making this class particularly useful to derive native classes (for instance, cStringIO). The resulting ObjectMerger instance acts... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): ObjectMerger Download

Added: September 07, 2013 | Visits: 690

PHPLOT Script PHPLOT is a graph library for dynamic scientific, business, and stock-market charts. It includes Pie, Bar, Line, Area, Point and combination plots.Features:- Scalings: Log-log, text-log, text-linear, linear-linear linear-log, log-linear- TTF and Non-TTF fonts- Moving Averages (subclass _data)-... Platforms: PHP

License: Freeware Size: 51.2 KB Download (47): PHPLOT Script Download

Added: April 01, 2013 | Visits: 402

PHPLOT for Scripts It includes Pie, Line, Area, Bar, Point and combination plots.Optionally uses TrueType (TTF) fonts.Here are some key features of "PHPLOT":dlTE Scalings: Log-log, text-log, text-linear, linear-linear linear-log, log-lineardlTE TTF and Non-TTF fontsdlTE Moving Averages (subclass _data)dlTE Scaling... Platforms: PHP

License: Freeware Size: 81.92 KB Download (49): PHPLOT for Scripts Download

Added: November 19, 2013 | Visits: 287

Pydelicious pydelicious allows you to access the web service of del.icio.us via it's API using Python. >>> from pydelicious import DeliciousAPI >>> from getpass import getpass >>> a = DeliciousAPI('username', getpass('Password:')) Password: >>> # Either succeeds or raises DeliciousError or subclass:... Platforms: Mac

License: Freeware Size: 51.2 KB Download (52): Pydelicious Download

Added: November 21, 2013 | Visits: 408

FXLabel FXLabel improves upon the standard UILabel by providing a subclass that supports soft shadows, inner shadow and gradient fill, and which can easily be used in place of any standard UILabel Platforms: Mac

License: Freeware Size: 30.72 KB Download (43): FXLabel Download

< 1 2 3 4 5 >