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

Variables freeware
Filter: All | Freeware | Demo
 

Variables

< 1 2 3 4 5 > 
Added: September 23, 2010 | Visits: 784

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: July 11, 2010 | Visits: 548

Devel::LeakTrace Devel::LeakTrace is a Perl module to indicate where leaked variables are coming from. SYNOPSIS perl -MDevel::LeakTrace -e { my $foo; $foo = $foo } leaked SV(0x528d0) from -e line 1 leaked SV(0x116a10) from -e line 1 Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Devel::LeakTrace Download

Added: January 01, 2010 | Visits: 953

Text::Replace Text::Replace is a Perl module to replace variables from a hash. SYNOPSIS ####### # Subroutine Interface # use Text::Replace qw(&replace_variables); $success = replace_variables($template, %variable_hash, @variable); ######## # Class Interface # use Text::Replace; $success =... Platforms: *nix

License: Freeware Size: 73.73 KB Download (91): Text::Replace Download

Added: January 21, 2010 | Visits: 866

Env::C Env::C is a Get/Set/Unset Environment Variables on the C level. SYNOPSIS use Env::C; my $key = "USER"; $val = Env::C::getenv($key) || ; Env::C::setenv($key, "foobar", [$override]); $new_val = Env::C::getenv($key) || ; Env::C::unsetenv($key); my $ar_env = Env::C::getallenv(); print... Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Env::C Download

Added: July 10, 2010 | Visits: 620

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Added: January 25, 2010 | Visits: 672

Four Variables Four Variables is a pre-algebra investigation for students in grades five through nine. The program secretly assigns values to four variables (w, x, y, and z) and the student must find these values by requesting the computer to perform operations with the variables. For example: the student might... Platforms: Mac

License: Freeware Size: 254 KB Download (90): Four Variables Download

Released: March 05, 2012  |  Added: March 22, 2012 | Visits: 816

Eveditor Free Eveditor stands for 'Environment variables editor', the first Windows environment management application designed to be beautiful, easy to use, and yet feature-rich. Eveditor helps you organize and streamline your use of system variables - including the ever-fickle System PATH - and optimize... Platforms: Windows

License: Freeware Size: 704 KB Download (99): Eveditor Free Download

Added: November 01, 2013 | Visits: 542

Code Replicator General purpose interactive programmer's tool for creating large blocks of similar code from list(s) of variables. It can create stupid code faster than you! Platforms: Mac

License: Freeware Size: 696.32 KB Download (56): Code Replicator Download

Added: May 10, 2013 | Visits: 361

Initializing variables from __init__ parameters This script assigns each parameter to an instance variable of the same name, automating a common pattern of object initialization, and making class definitions more compact. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 442

DcSecure DcSecure is a php based wrapper that cleans Get, Post, and Server variables so as to defend against php vulnerabilities. It cleans all variables and replaces the orignal ones with the cleaned ones so the target scripts do not require modifications. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (47): DcSecure Download

Added: June 27, 2013 | Visits: 546

MATLAB interface for L-BFGS-B L-BFGS-B is a collection of Fortran 77 routines for solving nonlinear optimization problems with bound constraints on the variables. One of the key features of the nonlinear solver is that the Hessian is not needed. I've designed an interface to the L-BFGS-B solver so that it can be called like... Platforms: Matlab

License: Freeware Size: 61.44 KB Download (46): MATLAB interface for L-BFGS-B Download

Added: July 14, 2013 | Visits: 503

Transient Pipe Flow Separation of variables allows the determination of the transient velocity profile in a pipe. The present program computes the zeros of the Bessel function and plots the transient velocity profile of a pipe flow. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Transient Pipe Flow Download

Added: September 12, 2013 | Visits: 545

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Simple example of the Simplex Method Download

Added: March 24, 2013 | Visits: 370

fminconset fminconset: Solves constrained minimization problems where someof the variables are restricted to discrete values. (Mixed IntegerNonlinear optimization). Based on fmincon from Optimization Toolboxversion 2.0. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): fminconset Download

Added: June 11, 2013 | Visits: 428

Genetic Optimisation Optimisation for 4 variables using Genetic technique. Was designed to optimise surface impedance measurements Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Genetic Optimisation Download

Added: July 23, 2013 | Visits: 393

DeltaRule Routine accepts input variables, binary target variable (0/1) and a small number of training parameters, and returns discovered coefficients for a single neuron.Technical details:Learning rule: incremental delta ruleLearning Rate: constantTransfer function: logisticExemplar presentation order:... Platforms: Matlab

License: Freeware Size: 10 KB Download (51): DeltaRule Download

Added: June 08, 2013 | Visits: 535

MySQL data into array MySQL cache class can be used to cache MySQL query results in session variables. MySQL cache script used in PHP, it is a professional PHP cache script.It can perform a given SELECT SQL query and store the result in a session variable.Next time the same query is executed it can retrieve the... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): MySQL data into array Download

Added: April 03, 2013 | Visits: 403

Object based MySQL SQL SELECT queries can be executed and the fields of each result set row can be retrieved into class variables.Object based MySQL can also insert or update records of a table getting the values from class variables with the same name as the fields. Platforms: PHP

License: Freeware Size: 10 KB Download (40): Object based MySQL Download

Added: September 14, 2013 | Visits: 594

GetClass The definition of a database table can be extracted and classes to query that table in order to store or retrieve records into class variables, can be generated. Platforms: PHP

License: Freeware Size: 133.12 KB Download (41): GetClass Download

Added: April 06, 2013 | Visits: 442

clsCustomQuery clsCustomQuery can be used to execute MySQL database queries and retrieve all the result set rows and metadata into class variables.clsCustomQuery executes a given MySQL query. If it is a SELECT query it stores the result set rows in a bidimensional array class variable. It also stores the number... Platforms: PHP

License: Freeware Size: 10 KB Download (44): clsCustomQuery Download

< 1 2 3 4 5 >