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

Method Calls freeware
Filter: All | Freeware | Demo
 

Method Calls

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

Class with default method handler This script is a class whose objects can handle undefined method calls, passing them on to a default handler. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Class with default method handler Download

Added: May 10, 2013 | Visits: 322

Observer pattern for method calls This script can be good to avoid some limitations of multiple inheritance, when in need to expand functionalities of superclasses in the hierarchy or controlling the classes cooperation. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Observer pattern for method calls Download

Added: November 03, 2010 | Visits: 1.252

jclasslib bytecode viewer JProfiler is an award-winning all-in-one Java profiler. JProfilers intuitive GUI helps you find performance bottlenecks, pin down memory leaks and resolve threading issues. Even though JProfiler has a powerful feature set, its a Java profiler that is extremely easy to use! JProfilers user... Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): jclasslib bytecode viewer Download

Added: October 02, 2010 | Visits: 948

File::lockf File::lockf is a Perl module interface to the lockf system call. SYNOPSIS use File::lockf; File-Lockf is an interface to the lockf system call. Perl supports the flock system call natively, but that does not acquire network locks. Perl also supports the fcntl system call, but that is... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): File::lockf Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 339

Java Flow Profiler (Jflop) Java agent which recognizes 'flows' as unique sequences of instrumented method calls. Runtime statistics are collected for the dynamically detected flows during snapshot interval. The instrumented methods may be set either manually via UI or automatically in drill down mode. The automatic drill... Platforms: Windows, Mac, Linux

License: Freeware Size: 152.74 KB Download (49): Java Flow Profiler (Jflop) Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 427

Lima-Loa Lima-Loa is an automatic implementation of the GoF Adapter Pattern for Java, allowing the marshalling of method calls to any interface onto any target object, including the automatic conversion of parameters, results and exceptions. Platforms: Windows, Mac, Linux

License: Freeware Size: 2.18 MB Download (45): Lima-Loa Download

Added: May 10, 2013 | Visits: 370

dictproperty: properties for dictionary attributes A Python property is accessed like a normal attribute, but is implemented using method calls. This is a script for dictproperty: an attribute that is accessed like an indexed (dictionary) attribute, but is implemented using method calls. Platforms: Windows, Mac, *nix, Python, BSD Solaris


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: June 11, 2010 | Visits: 909

XML::Filter::Sort::BufferMgr XML::Filter::Sort::BufferMgr is a Perl implementation class used by XML::Filter::Sort. The documentation is targetted at developers wishing to extend or replace this class. For user documentation, see XML::Filter::Sort. Two classes are used to implement buffering records and spooling them... Platforms: *nix

License: Freeware Size: 25.6 KB Download (94): XML::Filter::Sort::BufferMgr Download

Added: November 06, 2013 | Visits: 314

Object::Exercise Object::Exercise is a Perl module that exports a single subroutine, $exercise, which functions as an OO execution loop (see '-n' for changing the installed name). $execute is a subroutine reference that takes an object and set of operations. The first element in that list is an object of the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): Object::Exercise Download

Added: November 03, 2010 | Visits: 848

Class::Meta::Express Class::Meta::Express is a Perl module for concise, expressive creation of Class::Meta classes. Synopsis package My::Contact; use Class::Meta::Express; class { meta contact => ( default_type => string ); has name; has contact => ( required => 1 ); } This module provides an interface... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): Class::Meta::Express Download

Added: April 02, 2010 | Visits: 1.108

POE::Component::Player::Mpg123 SYNOPSIS use POE qw(Component::Player::Mpg123); $mp = POE::Component::Player::Mpg123->new(); $mp->play("/tmp/test.mp3"); POE::Kernel->run(); This component is used to manipulate the mpg123 player from within a POE application. The less common but open-source mpg321 has also been tested.... Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): POE::Component::Player::Mpg123 Download

Added: November 26, 2010 | Visits: 772

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: November 25, 2010 | Visits: 1.033

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which... Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: August 26, 2010 | Visits: 825

Class::Inner Class::Inner is a perlish implementation of Java like inner classes. SYNOPSIS use Class::Inner; my $object = Class::Inner->new( parent => ParentClass, methods => { method => sub { ... } }, }, constructor => new, args => [@constructor_args], ); Yet another implementation of an... Platforms: *nix

License: Freeware Size: 3.07 KB Download (98): Class::Inner Download

Added: September 04, 2013 | Visits: 371

JaqLib It heavily makes use of Java Generics and follows the idea of fluent interfaces. JaqLib only uses standard Java features like generics or dynamic proxies. It does not need any pre or post compile steps. WHERE conditions can be specified by custom implementations of the WhereCondition interface,... Platforms: Mac

License: Freeware Size: 122.88 KB Download (39): JaqLib Download

Added: July 13, 2013 | Visits: 456

Cocoa.vim Cocoa.vim is a collection of scripts designed to make it easier to develop Cocoa/Objective-C applications. It includes enhanced syntax highlighting, code completion, documentation lookup, as well as a number of other features that can be used to integrate Vim with Xcode, allowing you to... Platforms: Mac

License: Freeware Size: 245.76 KB Download (42): Cocoa.vim Download

Added: October 24, 2013 | Visits: 455

Config::GitLike This module handles interaction with configuration files of the style used by the version control system Git. It can both parse and modify these files, as well as create entirely new ones. You only need to know a few things about the configuration format in order to use this module. First, a... Platforms: *nix

License: Freeware Size: 40.96 KB Download (44): Config::GitLike Download

Added: August 07, 2008 | Visits: 1.061

TN BRIDGE Host Integration Pack for Delphi Host Integration Pack 3.0 is a set of components and productivity tools to extend and take advantage of already developed and tested screen-oriented host applications. It provides full connectivity to IBM S/390 and AS/400 systems through standard telnet protocol. Offering a set of Borland's... Platforms: Windows

License: Freeware Size: 6.17 KB Download (114): TN BRIDGE Host Integration Pack for Delphi Download

Added: January 18, 2010 | Visits: 957

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same... Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

1 2 3 4 5 >