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

Dynamically Methods freeware
Filter: All | Freeware | Demo
 

Dynamically Methods

< 1 2 3 4 5 > 
Added: March 18, 2010 | Visits: 1.096

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide... Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

Added: May 07, 2010 | Visits: 1.077

dispatch dispatch is a multi-tier architecture object-oriented framework that allows access to methods and variables at the command line and in shell scripts or via a GUI. The project is in an early stage and you will probably not be able to compile it easily or use it for significant work. There are... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): dispatch Download

Added: September 04, 2010 | Visits: 551

ImplicitThis ImplicitThis is a syntactical sugar for OO methods. SYNOPSIS use ImplicitThis; ImplicitThis::imply(); sub new { my $type = shift; my %args = @_; # must be blessed hash object bless { foo => $args{foo}, bar => $args{bar}, }, $type; } sub my_accessor { # $this is read for us. $bar... Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): ImplicitThis Download

Added: August 21, 2010 | Visits: 1.245

MIDI::Opus MIDI::Opus are functions and methods for MIDI opuses. SYNOPSIS use MIDI; # uses MIDI::Opus et al foreach $one (@ARGV) { my $opus = MIDI::Opus->new({ from_file => $one, no_parse => 1 }); print "$one has ", scalar( $opus->tracks ) " tracksn"; } exit; MIDI::Opus provides a constructor and... Platforms: *nix

License: Freeware Size: 62.46 KB Download (165): MIDI::Opus Download

Added: February 27, 2010 | Visits: 608

CompBio::DB CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema. SYNOPSIS use CompBio::DB; my $cbdb = CompBio::DB->new({host => "foo.bar.edu"); my $AR_defs = $cbdb->get_annotation([keys %seqs]); Example code for parsing the return for a simple... Platforms: *nix

License: Freeware Size: 63.49 KB Download (93): CompBio::DB Download

Added: April 13, 2010 | Visits: 1.053

Application::Pipeline Application::Pipeline is a module designed to map methods ( referred to in this role as handlers ) to different phases of an applications life cycle. By assigning methods to different phases of this pipeline, the author can concentrate on the logic for each phase and let the framework manage the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): Application::Pipeline Download

Added: June 08, 2010 | Visits: 893

Timestamp::Simple Timestamp::Simple is a Perl module with simple methods for timestamping. SYNOPSIS use Timestamp::Simple qw(stamp); print stamp, "n"; This module provides a simple method for returning a stamp to mark when an event occurs. METHODS stamp() This method returns a timestamp in the form... Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): Timestamp::Simple Download

Added: February 20, 2010 | Visits: 973

Pod::WSDL::Doc Pod::WSDL::Doc is a Perl module that represents the WSDL pod for the documentation of methods (internal use only). SYNOPSIS use Pod::WSDL::Doc; my $doc = new Pod::WSDL::Doc(_DOC This method is for blah ...); This module is used internally by Pod::WSDL. It is unlikely that you have to... Platforms: *nix

License: Freeware Size: 27.65 KB Download (100): Pod::WSDL::Doc Download

Added: November 11, 2010 | Visits: 1.014

WordNet::Similarity::PathFinder WordNet::Similarity::PathFinder is a Perl module to implement path finding methods (by node counting) for WordNet::Similarity measures of semantic relatedness. SYNOPSIS use WordNet::QueryData; my $wn = WordNet::QueryData->new; use WordNet::Similarity::PathFinder; my $obj =... Platforms: *nix

License: Freeware Size: 645.12 KB Download (92): WordNet::Similarity::PathFinder Download

Added: April 02, 2010 | Visits: 1.105

ELF statifier ELF statifier create from dynamically linked executables and all its libraries one file. This file can be copied and run on another machine without need to drag all its libraries. Dynamically linked executables are smaller then statically linked. From the other side dynamically linked... Platforms: *nix

License: Freeware Size: 97.28 KB Download (96): ELF statifier Download

Added: November 15, 2010 | Visits: 884

Snort::Rule Snort::Rule is a Perl extension for dynamically building snort rules. SYNOPSIS use Snort::Rule; $rule = Snort::Rule->new( -action => alert, -proto => tcp, -src => any, -sport => any, -dir => ->, -dst => 192.188.1.1, -dport => 44444, ); $rule->opts(msg,Test Rule");... Platforms: *nix

License: Freeware Size: 5.12 KB Download (157): Snort::Rule Download

Added: May 10, 2013 | Visits: 488

Javascript Tools Javascript Tools provides a common set of methods extending those available in Drupal core (drupal.js) for Javascript and AJAX module development in Drupal.Installation - To install, move this directory and all its subdirectories to your sites/all/modules directory. - Enable it in Administer ->... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Javascript Tools Download

Added: May 10, 2013 | Visits: 466

decorator: suppressable This script is useful for decorating functions/methods that you'd like to disable from the main loop or commandline via optparse. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (81): decorator: suppressable Download

Added: May 10, 2013 | Visits: 364

Weakmethod Script This script introduces weakly-bound methods. You could use this decorator to create methods that weakly-reference their instance (im_self). This means that the method itself will not keep the object alive. Useful for callbacks, caches, and avoiding cyclic references. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Weakmethod Script Download

Added: May 10, 2013 | Visits: 426

Constants in Python In Python, any variable can be re-bound at will -- and modules don't let you define special methods such as an instance's __setattr__ to stop attribute re-binding. This script allows you to manage constants in Python. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Constants in Python Download

Added: May 10, 2013 | Visits: 242

Classmethod emulation in python2.1 Class methods were introduced in python2.2. This script illustrates how the same effect can be achieved in python 2.1. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Classmethod emulation in python2.1 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: 492

Rebind class properties Sometimes you define properties in base class and override the getter setter methods in derived classes. Then you find out the base class though has derived properties are still pointing to baseclasse's methods not the overriden ones. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Rebind class properties Download

Added: August 16, 2013 | Visits: 457

DHTML rounded corners for HTML Tools This script adds rounded corners dynamically to elements on your web page. Just specify id of element, size or rounded corners and which corners you want to have rounded. Platforms: JavaScript

License: Freeware Size: 20.48 KB Download (47): DHTML rounded corners for HTML Tools Download

Added: July 03, 2013 | Visits: 580

Anything Slider jQuery-based slider with lots of features: hashtag linking to direct slides, d-deDUinfinited-deDt sliding, easing, dynamically built (any number of slides), multiple navigation systems, API, and mored-deTZ Platforms: JavaScript

License: Freeware Size: 501.76 KB Download (47): Anything Slider Download

< 1 2 3 4 5 >