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

Activator Methods Seminar software
Filter: All | Freeware | Demo
 

Activator Methods Seminar

< 1 2 3 4 5 > 
Added: April 13, 2010 | Visits: 1.054

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

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.015

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: January 25, 2010 | Visits: 960

Troi Activator Plug-in Troi Activator Plug-in is a very powerful tool for triggering scripts across the network, even over the Internet. All from within FileMaker you can:trigger a FileMaker script on a different client computer trigger a FileMaker script over the Internetuse the built-in security to prevent... Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.5 MB Download (111): Troi Activator Plug-in Download

Released: September 16, 2010  |  Added: September 25, 2010 | Visits: 1.584

App4Event Create an Iphone application for your event, seminar, workshops for Free! App4Event is the first portal which gives you a web based interface to create and fill your event's information and publish it with a unique event code. Users can then download App4Event app from itunes for FREE! Basic... Platforms: Windows, Mac

License: Demo Cost: $0.00 USD Size: 17.12 MB Download (2244): App4Event Download

Released: May 01, 2011  |  Added: May 14, 2011 | Visits: 1.078

SuanShu Java numerical methods, Java numerical analysis, Java math, Java statistical library, Java statistics, numerical recipes, numerical methods, numerical analysis, math, mathematics, statistics, root finding, linear algebra, optimization. The features include are: * differentiation and... Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Shareware Cost: $2000.00 USD Size: 4.4 MB Download (126): SuanShu Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 628

forexflows Breakthrough forex technology delivers all the essential tools and forex seminar videos direct to your desktop free! Become a successful forex trader today. Talking forex news feeds, forex videos and Pivot calculators all under one roof. You can learn how to trade forex and use financial betting... Platforms: Windows

License: Freeware Size: 11 KB Download (587): forexflows Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 465

Excel Advanced Sort By Characters, Position, Length, Color, Dates Software This software offers a solution for users who want to sort a block of selected cells in MS Excel using different methods. There are features to sort by second, third, fourth, etc. character or second, third, fourth, etc. word. You can also sort by position or referencing surrounding character(s),... Platforms: Windows

License: Shareware Cost: $29.99 USD Size: 450 KB Download (503): Excel Advanced Sort By Characters, Position, Length, Color, Dates Software Download

Released: May 25, 2014  |  Added: July 09, 2014 | Visits: 543

VisualStat VisualStat is a comprehensive and versatile desktop statistics package that is simple for beginners, yet powerful enough for experts. It is designed for business, science, marketing, and education, with fully functional spreadsheet. It incorporates all the descriptive statistics, parametric and... Platforms: Windows 8, Windows, Windows 7

License: Shareware Cost: $99.00 USD Size: 558.73 MB Download (63): VisualStat 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: 365

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

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

Dynamically added methods to a class This script allows you to add a method to a class at an arbitrary point in your code. The method is available instantly to all already existing instances and of course ones yet to be created. If you specify method_name then that name is used for the method call. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Dynamically added methods to a class Download

Added: May 10, 2013 | Visits: 425

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: July 14, 2013 | Visits: 208

StringList The StringList library is a collection of utility methods for ActionScript 3. Based on the ColdFusion list functions, this library allows you to quickly and easily manipulate lists.Most current list methods from ColdFusion (excluding some ColdFusion specific ones, like valueList()) are included. Platforms: Flash

License: Shareware Cost: $0.00 USD Size: 245.76 KB Download (45): StringList Download

Added: May 26, 2013 | Visits: 564

Step-by-Step Seminar Registration As different d-deDUstepsd-deDt of the registration process are completed, the current step gets check off as done and the next step lights up. Includes some very basic form validation. Platforms: JavaScript

License: Freeware Size: 40.96 KB Download (42): Step-by-Step Seminar Registration Download

< 1 2 3 4 5 >