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

Illustrator Variables freeware
Filter: All | Freeware | Demo
 

Illustrator Variables

< 1 2 3 4 5 
Added: August 23, 2010 | Visits: 1.057

ex::constant::vars ex::constant::vars is a Perl pragma to create readonly variables. SYNOPSIS Using the tie() interface: use ex::constant::vars; tie my $pi, ex::constant::vars, 4 * atan2( 1, 1 ); tie my @family, ex::constant::vars, qw( John Jane ); tie my %age, ex::constant::vars, John => 27, Jane => Back...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): ex::constant::vars Download

Added: February 25, 2010 | Visits: 765

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: March 26, 2010 | Visits: 1.489

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 (109): String::RexxParse Download

Added: June 02, 2010 | Visits: 547

Taint Taint is a Perl extension to taint variables. SYNOPSIS use Taint; taint($taintvar[, $anothervar[, $yetmorevars]]); $bool = tainted($vartocheck); taint() marks its arguments as tainted. tainted() returns true if its argument is tainted, false otherwise DIAGNOSTICS Attempt to taint...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Taint Download

Added: May 11, 2010 | Visits: 938

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: May 27, 2010 | Visits: 1.039

SQL::Interpolate SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. SYNOPSIS use SQL::Interpolate qw(:all); # Some sample data to interpolate: my $s = blue; my @v = (5, 6); # Variable references are transformed into bind parameters. # The most basic usage involves...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (88): SQL::Interpolate Download

Added: March 02, 2010 | Visits: 876

Thirdphase Thirdphase automatically downloads, installs, backs up, and runs any software downloadable from a static URL, with a couple of other user-provided variables. The project is useful for keeping nightly builds of software up-to-date. Usage: thirdphase [options] product_list product: a config...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): Thirdphase Download

Added: August 04, 2010 | Visits: 840

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: June 19, 2010 | Visits: 1.075

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: July 26, 2013 | Visits: 808

LIOGO Logo is an interactive programming language mainly used for learning. First, Logo is really good for drawing because in Logo you draw using a "turtle" that you must teach what you want to draw. Logo is also a powerful dynamic programming language: you can build a fully new program in your Logo...


Platforms: *nix

License: Freeware Size: 1.36 MB Download (120): LIOGO Download

Added: January 22, 2010 | Visits: 868

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

Runtime Java Class Editor RJCE allows all methods or variables of user defined classes to be altered at runtime. These alterations are then applied to a single instance, a collection of instances (i.e. list, set or map), or an entire class. This helps you to test your application in an interactive way; altering running...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (172): Runtime Java Class Editor Download

Added: August 14, 2010 | Visits: 903

Libeval Libeval provides simple means of evaluating simple arithmetic expressions involving literal numeric values, variables and functions using the addition (+), subtraction (-), multiplication (*), division (/), modulo division (), exponentiation (^), sign (+-), percentag (%) and grouping (())...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (95): Libeval 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 (103): Easy SVN Browser Download

Added: April 18, 2010 | Visits: 702

sysconf This utility makes the "sysconf", "pathconf", and "strconf" POSIX system calls available on the command-line. Report sysconf, pathconf, and confstr system variables. Variable names from the sysconf(3) call start with ``_SC. Variable names from the pathconf(3) call start with ``_PC. Variable...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (96): sysconf Download

Added: March 25, 2010 | Visits: 855

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

Added: August 04, 2010 | Visits: 1.236

Font::TTF::Glyph Font::TTF::Glyph is a Perl module that holds a single glyphs information. This is a single glyph description as held in a TT font. On creation only its header is read. Thus you can get the bounding box of each glyph without having to read all the other information. INSTANCE VARIABLES In...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (117): Font::TTF::Glyph Download

Added: April 22, 2010 | Visits: 670

Variable Expression Library libvarexp is a C++ library that allows its users to detach any kind of information from the representation of that information by providing a simple-to-use but powerful text-template mechanism. Similar mechanisms have been available in tools like sh(1), make(1), or perl(1) forever and have...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (90): Variable Expression Library Download

Added: May 11, 2010 | Visits: 878

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: January 10, 2010 | Visits: 1.385

CGIParse CGIParse project is a C++ class library for parsing the input of a cgi program. Starting To start using CGIParse you first have to include the cgiparse.h header: #include < cgiparse.h > Thereafter you have to define the CGIParse object: CGIParse cgi; The CGIParse object then...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (116): CGIParse Download

< 1 2 3 4 5