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

Encrypt App Config software
Filter: All | Freeware | Demo
 

Encrypt App Config

< 1 2 3 4 5 
Added: October 06, 2010 | Visits: 1.024

CGI::Ex::App CGI::Ex::App is a anti-framework application framework. Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the...



Platforms: *nix

License: Freeware Size: 215.04 KB Download (94): CGI::Ex::App Download

Added: August 21, 2010 | Visits: 845

PXP::Config PXP::Config is a Perl module for PXP configuration. SYNOPSIS # do this only once at server initialization: PXP::Config::init(file=>$finename); # then from anywhere: my $global_configuration_hash = PXP::Config::getGlobal(); # only from a plugin class: my $plugin_configuration_hash =...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): PXP::Config Download

Added: March 11, 2010 | Visits: 1.022

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (112): Config::Magic Download

Added: September 24, 2010 | Visits: 696

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Config::IniFiles Download

Added: July 24, 2010 | Visits: 1.199

Apache::App::Gallery::Simple Apache::App::Gallery::Simple is an elegant and fast filesystem-based image galleries. SYNOPSIS < Location /photos > SetHandler perl-script PerlHandler Apache::App::Gallery::Simple; PerlSetVar GalleryRoot /vacation/images PerlSetVar GalleryName "My Vacation Photos" < /Location > <...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (91): Apache::App::Gallery::Simple Download

Added: August 18, 2010 | Visits: 2.321

Config::File Config::File is a Perl module to parse a simple configuration file. SYNOPSIS use Config::File; my $config_hash = Config::File::read_config_file($configuration_file); read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. The syntax of the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): Config::File Download

Added: October 08, 2010 | Visits: 826

App::Serializer::Properties App::Serializer::Properties is a Perl interface for serialization and deserialization. SYNOPSIS use App; $context = App->context(); $serializer = $context->service("Serializer"); # or ... $serializer = $context->serializer(); $data = { an => arbitrary, collection => [ of, data, ], of...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Serializer::Properties Download

Added: May 01, 2010 | Visits: 1.178

App::Options App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do something with the options (in %App::options) use...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (90): App::Options Download

Added: March 09, 2010 | Visits: 1.102

App::Repository App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc. This is the App-Repository distribution, adding the data access layer service to App-Context. For more information, see the...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (89): App::Repository Download

Added: October 13, 2010 | Visits: 818

App::Context App::Context is an application framework for web applications, command-line programs, server programs, and web services. This is the App-Context distribution. For more information, see the web pages at http://www.officevision.com/pub/App-Context The mailing list is described at...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): App::Context Download

Added: September 07, 2010 | Visits: 946

JavaScript::App JavaScript::App is a Perl framework for building dynamic widgets or full applications in Javascript. SYNOPSIS see the documentation for "js-app" ("man js-app" or "perldoc js-app") "js-app" is a Javascript Application framework with which you can build rich web applications and widgets...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (119): JavaScript::App Download

Added: April 03, 2010 | Visits: 705

MRTG::Config MRTG::Config is a Perl module for parsing MRTG configuration files. WARNING This module, while reliable right now, is still in ALPHA stages of development... The API/methods may change. Behaviors of methods will almost certainly change. The internal structure of data will change, as will many...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (88): MRTG::Config Download

Added: November 21, 2010 | Visits: 1.134

Pipeline::Config SYNOPSIS use Error qw( :try ); use Pipeline::Config; my $config = Pipeline::Config->new(); try { my $pipe = $config->load( somefile.type ); my $pipe2 = $config->load( somefile, type ); } catch Error with { print shift; } Pipeline::Config lets you specify the structure of a Pipeline...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (121): Pipeline::Config Download

Added: November 17, 2010 | Visits: 932

Log::Dispatch::Config Log::Dispatch::Config is a Log4j for Perl. SYNOPSIS use Log::Dispatch::Config; Log::Dispatch::Config->configure(/path/to/log.conf); my $dispatcher = Log::Dispatch::Config->instance; $dispatcher->debug(this is debug message); $dispatcher->emergency(something *bad* happened!); #...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): Log::Dispatch::Config Download

Added: October 07, 2010 | Visits: 1.272

system-config-printer system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. The tool is written in Python, using pygtk for the graphical parts and with some Python bindings (pycups) for the CUPS API. It is largely the same as using the CUPS web interface for...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (102): system-config-printer Download

Added: January 18, 2010 | Visits: 864

pkg-config pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (99): pkg-config Download

Added: July 27, 2010 | Visits: 998

HH::Unispool::Config::File::Token::Unnumbered::Bcs HH::Unispool::Config::File::Token::Unnumbered::Bcs is a Perl class for BCS B tokens. SYNOPSIS Application programmers dont need to use this class and API programmers read code. ABSTRACT class for BCS B tokens HH::Unispool::Config::File::Token::Unnumbered::Bcs is a class for BCS B...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (89): HH::Unispool::Config::File::Token::Unnumbered::Bcs Download

Added: November 07, 2010 | Visits: 945

SDL::OpenGL::App SDL::OpenGL::App is a Glut like wrapper for SDL OpenGL apps. SYNOPSIS use SDL::OpenGL::App; my $app=new SDL::OpenGL::App; $app->app_name("Gears"); $app->register_handler(init => &init, draw => &draw, events => &events, idle => &idle, reshape => &reshape, ); $app->run();...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (105): SDL::OpenGL::App Download

Added: September 25, 2010 | Visits: 731

App::SVNBinarySearch App::SVNBinarySearch is a container for functions in the svn_binary_search program. SYNOPSIS No user-serviceable parts inside. svn_binary_search is all that should use this. CONFIGURATION AND ENVIRONMENT App::SVNBinarySearch requires no configuration files or environment variables..


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): App::SVNBinarySearch Download

Released: April 15, 2010  |  Added: April 24, 2010 | Visits: 1.968

Quick Config Quick Config is a convenient tool aimed to change quickly various settings of your computer. Current version of Quick Config can change next settings: Network: - Network connections TCP/IP settings (IP address, mask, gateway, DNS server), state of network connection - Computer...


Platforms: Windows

License: Freeware Size: 3.87 MB Download (1436): Quick Config Download

< 1 2 3 4 5