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

Simplex Method Example software
Filter: All | Freeware | Demo
 

Simplex Method Example

< 1 2 3 4 5 > 
Added: July 31, 2013 | Visits: 1.563

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: September 15, 2010 | Visits: 1.674

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 (99): Class::Method::hash Download

Added: March 15, 2010 | Visits: 1.088

Catalyst::Example::InstantCRUD Catalyst::Example::InstantCRUD is a CRUD scaffolding for Catalyst. SYNOPSIS instantcrud.pl -name=My::App -dsn=dbi:Pg:dbname=CE -user=zby -password=pass The instantcrud.pl executable creates a skeleton CRUD application in current directory. The parameters are: name of the application and...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Catalyst::Example::InstantCRUD Download

Released: January 07, 2010  |  Added: February 13, 2011 | Visits: 1.058

Exposing BKF Restore Method SysTools BKF Restore tool is exposing BKF Restore method that helpful for every BKF users, who are facing BKF corruption problems and want to repair BKF files. BKF Restore is a well-developed tool that easily open BKF file after corruption. For your ease, we are exposing BKF restore method that...


Platforms: Windows, Other

License: Shareware Cost: $89.00 USD Size: 1.29 MB Download (170): Exposing BKF Restore Method Download

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

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

Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 1.116

eMedia Piano and Keyboard Method This new version of eMedia Piano & Keyboard Method offers everything you need to learn how to play! Piano instructor, Irma Irene Justicia, M.A., who has taught at the renowned Juilliard School of Music, guides you through over 300 step-by-step full-screen lessons. New Instant Feedback works with...


Platforms: Mac

License: Commercial Cost: $49.99 USD Size: 391 MB Download (68): eMedia Piano and Keyboard Method Download

Added: May 10, 2013 | Visits: 441

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

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

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 (52): Shipping Method Based On Order Total Download

Added: May 10, 2013 | Visits: 577

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

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

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

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

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

Example For winreg This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of operation.


Platforms: Windows, Python,

License: Freeware Download (51): Example For winreg Download

Added: May 10, 2013 | Visits: 514

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

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

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

Proxy Example Proxy Example script demonstrates how to build a proxy object.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Proxy Example Download

Added: May 10, 2013 | Visits: 440

Right method names suggestion This script uses __getattr__ to modify the error messages given when a wrong class method is called. It shows the first five ranked most similar method names, followed by the first line of their docstrings (this is useful to see their parameters, if you use this convention in your sources), and...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Right method names suggestion Download

< 1 2 3 4 5 >