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

Android Network Config freeware
Filter: All | Freeware | Demo
 

Android Network Config

< 1 2 3 4 5 > 
Added: March 01, 2010 | Visits: 861

Config::Sofu Config::Sofu is a simple Sofu configuration file parser. SYNOPSIS use vars qw/%CONFIG/; use Config::Sofu "config.sofu"; if ($CONFIG{FOOBAR}) { ... } if ($CONFIG{Bar}->[7]->{Foo} eq "Foobar") { ... } Save the new configuration: $CONFIG{FOOBAR}="Bar times Foo"; Config::Sofu::save; or...



Platforms: *nix

License: Freeware Size: 2.05 KB Download (94): Config::Sofu Download

Added: April 04, 2010 | Visits: 1.150

Config::Std Config::Std is a Perl module load and save configuration files in a standard format. SYNOPSIS use Config::Std; # Load named config file into specified hash... read_config demo2.cfg => my %config; # Extract the value of a key/value pair from a specified section... $config_value =...





Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): Config::Std Download

Added: August 13, 2010 | Visits: 626

dtRdr::Config dtRdr::Config is a Perl module with Factory class for configuration system. Factory Methods factory_read_config Constructor function (see new) my $obj = factory_read_config($file); new $conf = dtRdr::Config->new($file); get_library_info my @libraries = $conf->get_library_info;.


Platforms: *nix

License: Freeware Size: 2.8 MB Download (99): dtRdr::Config Download

Added: May 13, 2010 | Visits: 1.771

DOCSIS Config DOCSIS Config provides a PHP library to encode binary configuration files for DOCSIS cable modems..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (202): DOCSIS Config Download

Added: September 13, 2010 | Visits: 1.187

Config::Model Config::Model provides a framework to help in validating the semantic content of configuration data. Config::Model can also be used to provide a semantic check of options of a complex program like mplayer or transcode. How does this work ? Using this project, a typical configuration...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (89): Config::Model Download

Added: August 19, 2010 | Visits: 970

DBIx::Wrapper::Config DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper. This way, your database connection specifications can be kept in one place. Each "db" element specifies a key/name for the database...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): DBIx::Wrapper::Config Download

Added: April 05, 2010 | Visits: 879

Xmms::Config Xmms::Config is a Perl Interface to xmms_cfg API. SYNOPSIS my $file = Xmms::Config->file; #$ENV{HOME}/.xmms/config my $cfg = Xmms::Config->new($file);.


Platforms: *nix

License: Freeware Size: 184.32 KB Download (94): Xmms::Config Download

Added: August 22, 2010 | Visits: 767

Config::Abstract Config::Abstract is a Perl extension for abstracting configuration files. SYNOPSIS use Config::Abstract; my $ini = new Config::Abstract(testdata.pl); Config::Abstract is the base class for a number of other classes created to facilitate use and handling of a variety of different...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Config::Abstract Download

Added: February 20, 2010 | Visits: 869

Lemonldap::Config::Parameters emonldap::Config::Parameters is a Perl module as a Backend of configuration for lemonldap SSO system. SYNOPSIS #!/usr/bin/perl use Lemonldap::Config::Parameters; use Data::Dumper; my $nconfig= Lemonldap::Config::Parameters->new( file =>applications.xml, cache => /tmp/CONF ); my $conf=...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Lemonldap::Config::Parameters Download

Added: October 20, 2010 | Visits: 1.278

Ntfs-config Ntfs-config project can enable/disable NTFS write support with a simple click. After year of developpement, a new NTFS drivers with full safe write capability is coming. Is name : ntfs-3g. The driver status is still beta, but read/write feature is stable, and it is already use by thousands of...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (119): Ntfs-config Download

Added: February 20, 2010 | Visits: 889

Simple Config Simple Config library supports configuration files consisting of simple name-value pairs, similar to the old Windows INI files. A config file can be loaded into memory, queried by item name, modified, and written back out to a file. Configuration items may also be "watched", which causes a...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): Simple Config Download

Added: October 22, 2010 | Visits: 695

JoeDog::Config JoeDog::Config provides a perl extension for parsing data/configuration file. It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators. ABSTRACT: This is a autoloadable module which allows the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): JoeDog::Config Download

Added: April 16, 2010 | Visits: 1.444

PWC-Config PWC-Config is a graphical user interface for configuring all Web cameras supported by the PWC driver. The following cameras are currently supported by this driver: PCA645VC PCA646VC PCVC675K "Vesta" PCVC680K "Vesta Pro" PCVC690K "Vesta Scan" PCVC720K/40 "ToUCam XS" (!) PCVC730K "ToUCam...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (131): PWC-Config Download

Added: January 24, 2010 | Visits: 1.262

Config::LotusNotes Config::LotusNotes is a Perl module that allows you to access Lotus Notes/Domino configuration. SYNOPSIS $factory = Config::LotusNotes->new(); # access default installation $conf = $factory->default_configuration(); $data = $conf->get_environment_value(Directory);...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (99): Config::LotusNotes Download

Added: January 15, 2010 | Visits: 892

Network Transparent Widgets Network Transparent Widgets short from NTW, is a protocol and application framework that allows a single server to serve thousands of remote GUI applications. The client applications are nearly indistinguishable from local, native applications. The protocol is language and architecture neutral....


Platforms: *nix

License: Freeware Size: 665.6 KB Download (92): Network Transparent Widgets Download

Added: June 03, 2010 | Visits: 1.220

Template::Plugin::Config::General Template::Plugin::Config::General is a template toolkit plugin which implements wrapper around Config::General module. SYNOPSIS # Config file format ; app.cfg - common configuration for scripts and both ; static and dynamic template pages. base_url = /~liol images_url = $base_url/images...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Template::Plugin::Config::General Download

Added: May 07, 2010 | Visits: 1.635

Very Simple Network Monitor Very Simple Network Monitor is a complete rewrite of project PHP Monitoring. Its by default capable of monitoring via ping, UDP and TCP checks. Has builtin plugin system so customized scripts can be used to monitor whatever you like eg. oracle tablespaces, diskspace whatever; Alarms are also...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): Very Simple Network Monitor Download

Added: August 23, 2010 | Visits: 2.677

Just For Fun Network Management System Just For Fun Network Management System is a PHP-based network management system that features an integrated syslog, Tacacs, TFTP configuration downloading, SNMP polling, SNMP traps, journalling, auto-discovery, performance graphs (RRD), SLAs, and a lot more. Just For Fun Network Management...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (121): Just For Fun Network Management System Download

Added: September 14, 2010 | Visits: 905

Perl::Critic::Config Perl::Critic::Config is a Perl module to find and load Perl::Critic user-preferences. Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into the Perl::Critic engine and how they should be...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Perl::Critic::Config Download

Added: September 16, 2010 | Visits: 1.122

Noname Network Noname Network provides a powerful file-sharing network. The Noname network is a gnutella-based network that features a different and more flexible protocol. The client and network currently support filesharing, but the protocol can be extended to support more features.. Get Noname at...


Platforms: *nix

License: Freeware Download (96): Noname Network Download

< 1 2 3 4 5 >