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

Superclass Method freeware
Filter: All | Freeware | Demo
 

Superclass Method

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

DoDefaultMixin This script is an alternative way to call superclass method code. Mix this class in to your classes, and you can now use the following form to call superclass methods: retval = cls.doDefault([args]) instead of the usual: retval = super(cls, self).methodName([args]) Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): DoDefaultMixin 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: 288

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: July 31, 2013 | Visits: 1.572

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

Added: September 15, 2010 | Visits: 1.686

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

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

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: 448

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: 615

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: 831

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: 585

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: 617

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

Added: May 10, 2013 | Visits: 463

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 (49): Ubercart Payment Method Adjustments 5.x- Download

Added: May 10, 2013 | Visits: 481

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: 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: May 10, 2013 | Visits: 523

Decorator for main method Decorator for main method script shows how to do the same thing with a decorator that makes the code much cleaner.This allows option and argument parsing to be hidden from the main code in your program. The user simply passes an optional getopt string and the number of required arguments. Then... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Decorator for main method Download

Added: May 10, 2013 | Visits: 789

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 456

Method signature checking decorators This script adds parameter type checking to each method or function invocation.It is not a replacement for static typing. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Method signature checking decorators Download

Added: May 10, 2013 | Visits: 414

Generic cacheable value objects superclass Generic cacheable value objects superclass script is a superclass for cache value objects by its constructor arguments. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Generic cacheable value objects superclass Download

1 2 3 4 5 >