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 49.999.430 Times

Variables freeware
Filter: All | Freeware | Demo
 

Variables

< 1 2 3 4 5 > 
Added: March 25, 2010 | Visits: 852

Slay::Makefile Slay::Makefile is a wrapper to Slay::Maker that reads the rules from a file. SYNOPSIS Slay::Maker is a make engine that uses perl declaration syntax for rules, including regular expressions for targets and anonymous subs for targets, dependencies, and actions. This Slay::Makefile wrapper...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Slay::Makefile Download

Released: July 01, 2018  |  Added: February 24, 2024 | Visits: 200

netcdf viewer A NetCDF file is a format of file that usually uses in climate data. NetCDF files usually has multi-dimension that each dimension is a separate variable. NetCDF variables that contain coordinate data are referred to as coordinate variables, scalar coordinate variables, or multidimensional...





Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 13.92 MB Download (104): netcdf viewer Download

Added: March 26, 2010 | Visits: 1.487

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (103): String::RexxParse Download

Added: February 05, 2010 | Visits: 872

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: March 07, 2010 | Visits: 1.107

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: January 14, 2010 | Visits: 942

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

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.136

Gorgeous Karnaugh Free Gorgeous Karnaugh software: 1) Removes slow, tedious and error prone pen and paper from your life; 2) Gives you a pretty good logic simplification tool; 3) Supports definition of logic function using truth table, from analytic form or by direct editing karnaugh maps; 4) Supports "Dont Care"...


Platforms: Windows

License: Freeware Size: 1.72 MB Download (100): Gorgeous Karnaugh Free Download

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

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 03, 2010 | Visits: 1.102

Easy SVN Browser Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (99): Easy SVN Browser Download

Added: September 07, 2010 | Visits: 1.392

SVK::Help::Environment SVK::Help::Environment is a list of svks environment variables. A number of system environment variables influence how svk runs. Below is a complete list of variables you can use to alter svks behavior. All Platforms $SVKROOT Unless you tell it otherwise, svk stores your configuration and...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (99): SVK::Help::Environment Download

Added: September 12, 2013 | Visits: 1.011

libConfig++ libConfig++ is a portable and flexible C++ library for reading configuration files which were written in C style syntax. These are the main points of this project: This project allows you to write simple but powerful configuration files and use their in you C++ projects. The sintax of...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (98): libConfig++ Download

Added: September 22, 2010 | Visits: 1.201

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: August 30, 2008 | Visits: 788

DupBlock DupBlock is a text duplication utility that generates blocks of text that are alike except for one or more sequenced variables. Users often use a manual method of copy/pasting a core block of code repeatedly with a text editor and then going back to do tedious manual changes - DupBlock can be a...


Platforms: Windows

License: Freeware Size: 185 KB Download (97): DupBlock Download

Added: June 19, 2010 | Visits: 1.073

Scheme2Js Scheme2Js is a Scheme to Javascript compiler. While some effort has been spent on being as close as possible to R5rs, we concentrated mainly on efficiency. Usually Scheme2Js produces Javascript code, that is comparable to hand-written code. In order to achieve this performance, Scheme2Js is not...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (96): Scheme2Js Download

Added: May 11, 2010 | Visits: 877

Devel::Monitor Devel::Monitor is a Perl module that can monitor your variables/objects for memory leaks. You have memory leaks, and you want to remove it... You can use this tool to help you find which variables/objects that are not destroyed when they should be, and thereafter, you can visualise exactly...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Devel::Monitor Download

Added: February 25, 2010 | Visits: 763

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: August 04, 2010 | Visits: 839

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: January 22, 2010 | Visits: 867

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: January 18, 2010 | Visits: 1.137

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: June 20, 2010 | Visits: 1.094

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 (93): vars::global Download

< 1 2 3 4 5 >