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

Instance Method freeware
Filter: All | Freeware | Demo
 

Instance Method

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

High-performance currying with instance method This script implements the instance method for performing currying. Instance method provides a way to perform currying such that the curried function runs much faster than one produced by closure. Currying is an important technique to build callables on the fly and is well covered in other... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: August 14, 2013 | Visits: 541

Content Type Selector Tiny module that implements a javascript behavior that provides a content type selector to quickly switch from one type to another in content type administration pages.When editing CCK fields, the selector is built with the types where the field really exists. This behavior has the nice effect... Platforms: PHP

License: Freeware Size: 10 KB Download (41): Content Type Selector Download

Added: September 16, 2013 | Visits: 433

ucltip This library makes you to use command line tool in Python by OO way. The concept is to transform 1) command as a instance, 2) options of command as arguments and keyword arguments of function or instance method when method be used as a sub command of a command. Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): ucltip Download

Added: February 11, 2010 | Visits: 1.675

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk... Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Mail::Webmail::Yahoo Download

Added: October 19, 2010 | Visits: 835

UNIVERSAL::derived_classes SYNOPSIS require UNIVERSAL::derived_classes; package A; package B; @ISA = qw( A ); package C; @ISA = qw( B ); package main; my @derived_classes = A->derived_classes; # B, C my @derived_classes_reversed = A->derived_classes_reversed; # C, B UNIVERSAL::derived_classes provides the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (97): UNIVERSAL::derived_classes Download

Added: July 08, 2010 | Visits: 1.301

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print... Platforms: *nix

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: October 06, 2010 | Visits: 675

Class::DataStore Class::DataStore is a Perl module for generic OO data storage/retrieval. SYNOPSIS my %values = ( one => 1, two => 2 ); my $store = Class::DataStore->new( %values ); # using get/set methods $store->set( three, 3 ); my $three = $store->get( three ); # using AUTOLOAD method $store->four(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): Class::DataStore Download

Added: June 13, 2010 | Visits: 1.148

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with... Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Added: September 27, 2013 | Visits: 447

repoze-oauth-plugin repoze-oauth-plugin is a repoze.who and repoze.what plugin implementing the server side of the OAuth 1.0 protocol. Currently it supports only 2-legged flow where the client is at the same time a resource owner. This happens when a client application has access to the resources on the server on... Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): repoze-oauth-plugin Download

Added: September 15, 2010 | Visits: 1.688

Class::Method::hash Class::Method::hash is a Perl module that helps you create methods for handling a hash value. SYNOPSIS use Class::MethodMaker [ hash => [qw/ x /] ]; $instance->x; # empty $instance->x(a => 1, b => 2, c => 3); $instance->x_count == 3; # true $instance->x = (b => 5, d => 8); # Note this... Platforms: *nix

License: Freeware Size: 89.09 KB Download (105): Class::Method::hash Download

Added: July 31, 2013 | Visits: 1.573

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD. Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: July 24, 2010 | Visits: 847

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],... Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Released: January 07, 2007  |  Added: March 27, 2010 | Visits: 953

Instance Monitor Library Instance Monitor Library is designed to help the software developers to protect applications from unauthorized multiple launches. The Instance Monitor library is controlling the number of the running instances of an application under local network. It is great way to increase sales of commercial... Platforms: Windows

License: Freeware Size: 536.93 KB Download (106): Instance Monitor Library Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 703

Light and Sound Meditation Method Light and Sound Meditation Method is a small, animated screensaver specially designed to bring some peace to your desktop. To hear the inner sound and to see the inner light, your physical ears and eyes are not needed. It will smell such perfumes as are beyond the reach of your ordinary noses.... Platforms: Windows

License: Freeware Download (59): Light and Sound Meditation Method Download

Added: May 10, 2013 | Visits: 449

Ubercart Payment Method Adjustments 5.x- The fees and discounts will be displayed to the customer during the checkout process with small print underneath the payment method.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Ubercart Payment Method Adjustments 5.x- Download

Added: May 10, 2013 | Visits: 616

Default Selected Shipping Method Choose the shipping method default selected in the checkout_shipping.php page in the shop; not necessarily the cheapest. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): Default Selected Shipping Method Download

Added: May 10, 2013 | Visits: 832

Shipping Method Based On Order Total This contribution will allow you to choose the shipping method based on the total order, i.e. for orders under $200, ship with USPS, while for orders over $200, ship with UPS. It will also allow you to enable/disable shipping, depending on whether order is in the US or not.This is, in part, based... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Shipping Method Based On Order Total Download

Added: May 10, 2013 | Visits: 586

TNT Express shipping method This simple contribution is usefull to add TNT express shipping method in your site. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): TNT Express shipping method Download

Added: May 10, 2013 | Visits: 540

PlugnPay - API Payment Method API Payment Method For SSL Enabled Servers. Used with all builds of osCommerce v2.2 Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): PlugnPay - API Payment Method Download

Added: May 10, 2013 | Visits: 618

Payment method fee This order total allows to add a fee to the order total according to the payment method choosen, and this fee will be shown on the payment page (important for the customer to see how much he will be charged before choosing). Works fine with COD for example.A Tax class for this fee can also be... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Payment method fee Download

1 2 3 4 5 >