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

Variable Substitution freeware
Filter: All | Freeware | Demo
 

Variable Substitution

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 338

pkgconfig parser This script creates a class to allow access to variables stored in pkg-config files ( or '.pc' files ). This is usefull in conjunction with distutils to get correct information for compiling external C/C modules. Variable substitution is performed with string.Template.



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

License: Freeware Download (52): pkgconfig parser Download

Added: August 17, 2010 | Visits: 1.287

Tcl/Tk Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs...





Platforms: *nix

License: Freeware Size: 3.1 MB Download (97): Tcl/Tk Download

Added: July 03, 2013 | Visits: 303

Grizzled Scala The Grizzled Scala Library is a general-purpose Scala library with a variety of different modules and packages. It???*a*?s similar to the clapper.org Grizzled Python Library, only for Scala. (Duh.) It???*a*?s roughly organized into subpackages that group different kinds of utility functions and...


Platforms: Mac

License: Freeware Size: 102.4 KB Download (38): Grizzled Scala Download

Added: May 26, 2010 | Visits: 845

Quasi Quasi project is a Python shell which supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs. The smart-eyed reader will have noticed the use of the built-in quoted() method in the examples above. There are a number of these that are...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Quasi Download

Added: January 09, 2010 | Visits: 1.082

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): App::SimpleScan::Plugin::LinkCheck Download

Added: May 10, 2013 | Visits: 317

Good enough templating This script allows you to try a small, powerful templating language using template strings embedded in standard Python syntax. Templates are valid Python source, compiled directly to bytecode. Variable substitution is performed using 'string.Template'.


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

License: Freeware Download (57): Good enough templating Download

Added: May 10, 2013 | Visits: 590

JGenerator The JGenerator is the web server production application that can dynamically combine text, graphics, and sound to build rich Flash content. The JGenerator is a free alternative to and analog of the Macromedia Generator. It supports most of the Macromedia Generator features, uses the same data...


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

License: Freeware Download (50): JGenerator Download

Added: May 10, 2013 | Visits: 588

HTML::Template This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - , , , , and . The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else!...


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

License: Freeware Download (50): HTML::Template Download

Added: August 18, 2013 | Visits: 476

Feeds XPath Parser Feeds XPath Parser is a Feeds plugin for parsing XML and HTML documents. It enables site builders to leverage the power of Feeds to easily import data from complex, external data sources. Each element you wish to extract is setup using configurable mapping queries, saving time for developers who...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Feeds XPath Parser Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.575

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: May 04, 2010 | Visits: 1.723

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: May 27, 2010 | Visits: 904

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: June 04, 2010 | Visits: 874

Variable::Strongly::Typed::Scalar Variable::Strongly::Typed::Scalar is Perl module for strongly typed scalar. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly =head1 DESCRIPTION.


Platforms: *nix

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

Added: January 01, 2010 | Visits: 1.143

Variable::Strongly::Typed::Validators Variable::Strongly::Typed::Validators is Perl module with built-in type validators. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly. This module defines a %conditions hash contained expressions that define the built-in types. If you want to create...


Platforms: *nix

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

Added: September 23, 2010 | Visits: 782

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: October 26, 2010 | Visits: 759

Variable::Strongly::Typed::Array Variable::Strongly::Typed::Array is a Perl module for strongly typed array. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly my @array_of_ints :TYPE(int); # Each slot must contain an int my @array_of_rgb :TYPE(&red_green_blue); # my enumerated...


Platforms: *nix

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

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 628

Easy Environment Variable Setter Easy Environment Variable Setter is, just like the name suggests, a handy, easy to use application specially designed to help you create Environment Variables. Once you've opened the application you can load a template / project in File->Load, and you can save it when you're done. You can also...


Platforms: Windows

License: Freeware Download (414): Easy Environment Variable Setter Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 552

Environment Variable Editor Environment Variable Editor is a handy and reliable utility designed to enable you to edit environment variables from a GUI interface. Environment Variable Editor is a better alternative for editing variables. It provides a GUI that enables you to access and edit the variables more quickly.


Platforms: Windows

License: Freeware Download (50): Environment Variable Editor Download

Added: May 10, 2013 | Visits: 335

String substitution shorty This script shows a simple (but not hopelessly fragile) approach for string substitution.


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

License: Freeware Download (65): String substitution shorty Download

Added: May 10, 2013 | Visits: 764

Variable Products Commision Variable Products Commision allows you to provide your affiliates with a different percentage for your products.Example:Product 1, 3, 5, 6 and 7 are in category 1.If a customer buys any of those products your affiliate will get a 20% commision.Product 2, 4, and 8 are in category 2.If a customer...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Variable Products Commision Download

1 2 3 4 5 >