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

Options Gamma software
Filter: All | Freeware | Demo
 

Options Gamma

< 1 2 3 4 5 > 
Added: June 21, 2010 | Visits: 816

options options is a small and simple library for parsing commandline options. It is not intended to rival popt or the like, so if you need really fancy option parsing `options is not for you. Installation: ./configure make install.



Platforms: *nix

License: Freeware Size: 307.2 KB Download (102): options Download

Released: November 18, 2008  |  Added: November 21, 2008 | Visits: 2.378

Bytescout PDFDoc Scout PDF library with HTML, EMF, JPG, works in VB, C#,.NET, ASP and ASP.NET. Full set of methods and properties to create rich PDF doc with text, HTML, transformed XML, images, objects. Provides support for EMF2PDF, Unicode and Security options. Features: - Full set of methods and properties to...





Platforms: Windows

License: Shareware Cost: $395.00 USD Size: 8.78 MB Download (102): Bytescout PDFDoc Scout Download

Added: March 26, 2010 | Visits: 960

Statistics::GammaDistribution Statistics::GammaDistribution Perl module represents a gamma distribution. SYNOPSIS use Statistics::GammaDistribution; my $g = Statistics::GammaDistribution->new(); $g->set_order(8.5); print $g->rand(1.0); my @alpha = (0.5,4.5,20.5,6.5,1.5,0.5); my @theta = $g->dirichlet_dist(@alpha);...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Statistics::GammaDistribution Download

Added: January 14, 2010 | Visits: 946

Data::Startup SYNOPSIS ###### # Subroutine interface # use Data::Startup qw(config override); $options = override(%default_options, @option_list ); $options = override(%default_options, @option_list ); $options = override(%default_options, %option_list ); @options_list = config(%options ); ($key,...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (101): Data::Startup Download

Added: October 25, 2010 | Visits: 1.176

Getopt::Plus Getopt::Plus is a Perl module with options wrapper with standard options, help system and more. FILE_SIZE_HUMAN Map from file size in bytes to human name, as hashref, keys being name (full name, lowercase, no trailing s) and abbrev (one/two-letter abbreviation). Option Types Permissable...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): Getopt::Plus Download

Released: July 01, 2012  |  Added: October 14, 2012 | Visits: 1.085

Option Impacts Analysis Option Impacts Analysis analyzes preferences shares from survey data. It applies when you want to determine the preference structure and flows between options to show from which other options each option immediately draws its share. The program will analyze from three to 30 options. Relevant...


Platforms: Windows

License: Freeware Size: 316.37 KB Download (100): Option Impacts Analysis Download

Released: April 05, 2007  |  Added: April 08, 2007 | Visits: 2.242

Sauvegarde Sauvegarde is a personal information manager software that has been designed from the ground up to be easy to use & efficient. It has 4 tools (Inventory, Tasks, Notes, Options) with an intuitive user interface to help you bring order to your data. It can be used to manage collections, take quick...


Platforms: Windows

License: Shareware Cost: $24.99 USD Size: 11.37 MB Download (99): Sauvegarde Download

Added: March 03, 2006 | Visits: 2.769

PDF Layout Change the startup options for your PDF files. You may decide whether to hide toolbar and menubar, display document title, resize window on startup, center window, hide window user interface or not. For more information, visit http://www.bureausoft.com/products.html


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 986 KB Download (98): PDF Layout Download

Added: May 04, 2010 | Visits: 689

Tk::CmdLine Tk::CmdLine contains process standard X11 command line options and set initial resources. SYNOPSIS Tk::CmdLine::SetArguments([@argument]); my $value = Tk::CmdLine::cget([$option]); Tk::CmdLine::SetResources((@resource | $resource) [, $priority]); Tk::CmdLine::LoadResources( [ -symbol...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (98): Tk::CmdLine Download

Added: February 01, 2010 | Visits: 1.381

Acovea Acovea implements a genetic algorithm for finding the "best" options for compiling programs with the GCC C and C++ compilers. ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler...


Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): Acovea Download

Added: May 01, 2010 | Visits: 1.197

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (96): App::Options Download

Added: October 17, 2010 | Visits: 1.297

Tab Clicking Options Tab Clicking Options allows you to select actions for various clicking events on a tab or the tab bar. Tab Clicking Options lets you select an action to perform with different clicking events on the tab bar or a tab in Firefox and in Mozilla Suite. The events you can assign an action to are:...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Tab Clicking Options Download

Added: October 19, 2010 | Visits: 904

Getopt::Function Getopt::Function is a Perl module to provide mixed options with help information. SYNOPSIS use Getopt::Function qw(maketrue makevalue); $::opthandler = new Getopt::Function [ ], { => [ , , ] } $result = GetOptions (...option-descriptions...); $::opthandler->std_opts;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (92): Getopt::Function Download

Added: May 03, 2010 | Visits: 944

Serenity Serenity is a soft and quiet theme to ease your mind, with a lot of options to make the Serenity yours. All I wanted to do was to remove as many lines as possible from the widgets in order to avoid the "recursive frames effect" in Konqueror. I did just a little more. And I also did my best to...


Platforms: *nix

License: Freeware Download (92): Serenity Download

Added: February 13, 2010 | Visits: 713

Tk::Optionmenu Tk::Optionmenu will let the user select one of some predefined options values. SYNOPSIS use Optionmenu; $opt = $w->Optionmenu( -options => REFERENCE_to_OPTIONLIST, -command => CALLBACK, -variable => SCALAR_REF, ); $opt->addOptions( OPTIONLIST ); # OPTION LIST is # a) $val1, $val2,...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::Optionmenu Download

Added: November 24, 2010 | Visits: 962

Tie::Layers SYNOPSIS ##### # Subroutines # use Tie::Layers qw(is_handle config); $yes = is_handle( $file_handle ); ($key, $old_value) = config(%options, $key); ($key, $old_value) = config(%options, $key => $new_value ); #### # Config default startup options # @old_options_list =...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (90): Tie::Layers Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 483

Forex Binary Options System KRAKEN Forex Binary Options System Kraken Trade One Hour or less per day! Trade the Euro or the NY Open Very simple system Must have in any binary.Forex Binary Options System Kraken is a Forex binary options trading system designed for those who are looking to leverage the binary options markets for a...


Platforms: Windows

License: Shareware Cost: $197.00 USD Size: 7 KB Download (61): Forex Binary Options System KRAKEN Download

Added: May 10, 2013 | Visits: 439

WP-Options-Manager It is also able to search deprecated options. Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.5.0 or higher


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

License: Freeware Download (60): WP-Options-Manager Download

Added: May 10, 2013 | Visits: 748

Handling of command line arguments This script handles arguments for small scripts that need to:  - read some command line options  - read some command line positional arguments  - iterate over all lines of some files given on the command line, or stdin if none given - give usage message if positional arguments are missing...


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

License: Freeware Download (60): Handling of command line arguments Download

Added: May 10, 2013 | Visits: 447

Internet Secure - Add Product Options If you've installed the InternetSecure contribution and use Product Attributes that have an value assigned to them, then this small add-on is for you.I was frustrated in the inability to add version and licenses to my products using the Product Attributes - they'd look fine in OSCommerce, but...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): Internet Secure - Add Product Options Download

< 1 2 3 4 5 >