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

Variables freeware
Filter: All | Freeware | Demo
 

Variables

1 2 3 4 5 > 
Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 515

Controlled Variables Controlled Variables was specially designed as an accessible header file for C++ developers. This file allows you to create controlled variables instead of int, float, long, etc. Controlled variables ensure you always use initialized variables.



Platforms: Windows

License: Freeware Download (45): Controlled Variables Download

Added: May 10, 2013 | Visits: 550

How to Set Environment Variables This script writes the environment variables using a batch file wrapper. It overcomes an operating system limitation.





Platforms: Windows, Python,

License: Freeware Download (53): How to Set Environment Variables Download

Display table Selects in PL/SQL without using any INTO variables Here's a slick way to display table Selects in your PL/SQL via DBMS_OUTPUT without using any INTO variables.


Platforms: JavaScript


Added: April 19, 2013 | Visits: 411

javascript GET VARIABLES javascript GET VARIABLES allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (59): javascript GET VARIABLES Download

Added: April 10, 2013 | Visits: 441

Variables API This module extends the Drupal core variables API that handles persistent variables. It implements a class that: * allows obtaining the value of a persistent variable without passing the default value to each function call, * deletes multiple persistent variables, * and implements functions to...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Variables API Download

Added: April 21, 2013 | Visits: 1.387

PHP variables API module for converting regular string-type variables into ones that can be configured with PHP.Comes with an example module that makes user_mail_welcome_body and site_name variables configurable with PHP.Initial development for Code Positive.


Platforms: PHP

License: Freeware Size: 10 KB Download (51): PHP variables Download

Added: March 25, 2013 | Visits: 394

Node Reference Variables Drupal 6's hook_preprocess_node() is used and the variables are subsequently available in node.tpl.php for themers.Referenced variables are also exposed as jQuery UI tabs if the Tabs module is installed.Installation:Unpack in your modules folder (usually '/sites/all/modules/')Enable under...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Node Reference Variables Download

Added: May 10, 2013 | Visits: 358

Queryable Variables 6.x-1.1-2 / 5.x-1.3-3 If the variables table gets to big, it significantly impacts the performance of the site. This module allows modules to pack GBs of data into the variables table without impacting performance at all.It does this by using a completely DIFFERENT table from the actual variables table called...


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

License: Freeware Download (60): Queryable Variables 6.x-1.1-2 / 5.x-1.3-3 Download

Added: May 10, 2013 | Visits: 447

Persistent environment variables on Windows This script allows adding/modifying/removing environment variables persistently on Windows. It also allows adding entries to the PATH environment variable.


Platforms: Windows, Python,

License: Freeware Download (56): Persistent environment variables on Windows Download

Added: July 05, 2013 | Visits: 486

MySQL Global User Variables UDF MySQL Global User Variables UDF is a MySQL extension to store persistent variables. This shared library adds simple user functions to MySQL in order to keep persistent shared variables in memory. These variables and their values are available to all clients. Any data can be stored into these...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (41): MySQL Global User Variables UDF Download

Added: August 06, 2008 | Visits: 859

beWISE - Edelwise Basic Variables Task to task communication with VB programs made simple. This product allows you to have as many VB programs as you want communicate simply via variables. Communication is done via shared memory and is very fast. As soon as a beWise variable (Basic Edelwise Variable) is created by one VB program...


Platforms: Windows

License: Freeware Size: 2.05 MB Download (463): beWISE - Edelwise Basic Variables Download

Added: January 18, 2010 | Visits: 1.142

Net::Delicious::Constants::Config Net::Delicious::Constants::Config are constant variables for Net::Delicious default configs. SYNOPSIS use Net::Delicious::Constants qw (:config) __top Constant variables for Net::Delicious default configs..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::Delicious::Constants::Config Download

Added: May 04, 2010 | Visits: 1.722

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: July 20, 2010 | Visits: 709

Devel::DumpSizes Devel::DumpSizes is a Perl module to dump the name and size in bytes (in increasing order) of variables that are available at a give point in a script. SYNOPSIS use Devel::DumpSizes qw/dump_sizes/; &Devel::DumpSizes::dump_sizes(); Or,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Devel::DumpSizes Download

Added: October 25, 2010 | Visits: 714

Devel::FindGlobals Devel::FindGlobals is a Perl module to find global variables and their size. SYNOPSIS use Devel::FindGlobals; print print_globals_sizes(); This module just runs around and over the symbol table, finds global variables, gets their sizes with Devel::Size, and then prints them out....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Devel::FindGlobals Download

Added: July 22, 2010 | Visits: 977

PySL PySL is a package that makes S-Lang functions and variables accessible via Python. It allows any S-Lang data type to move from S-Lang to Python scope and back (using numarray to provide the Python-side equivalent of S-Lang arrays). It also lets the user call any intrinsic or user-defined S-Lang...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (122): PySL Download

Added: September 22, 2010 | Visits: 1.203

SPOPS::Manual::Configuration SPOPS::Manual::Configuration is a description of variables used in the SPOPS configuration process. These are variables used in all SPOPS implementations. The name of the variable is the key used in the configuration hashref. Here is a fairly minimal example of a configuration hashref: 1:...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (97): SPOPS::Manual::Configuration Download

Added: February 05, 2010 | Visits: 874

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: June 20, 2010 | Visits: 1.099

vars::global vars::global is a Perl module that tries to make global variables a little safer. SYNOPSIS # In the place/package where we want to create globals use vars::global create => qw( $foo @bar %baz ); # Add some more global symbols vars::global->create(qw( $hello @world %now )); # Somewhere...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): vars::global Download

Added: May 23, 2010 | Visits: 946

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

1 2 3 4 5 >