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

Config Nt Algol U software
Filter: All | Freeware | Demo
 

Config Nt Algol U

< 1 2 3 4 5 > 
Added: November 21, 2010 | Visits: 1.141

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 (122): Pipeline::Config Download

Added: October 20, 2010 | Visits: 1.279

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: March 09, 2010 | Visits: 958

Config::JSON Config::JSON is a JSON based config file system. SYNOPSIS use Config::JSON; my $config = Config::JSON->create($pathToFile); my $config = Config::JSON->new($pathToFile); my $element = $config->get($param); $config->set($param,$value); $config->delete($param);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (119): Config::JSON Download

Added: October 08, 2006 | Visits: 2.875

PresenTense Time Client NT PresenTense Time Client is a network time client for Windows NT/2000/XP and 2003. It synchronizes your PC system clock to a network time server. Supports e-mail notification, redundancy and and can be remotely managed by LanTime Analyser. Windows NT/2000/XP/2003 version now supports NTP4 and...


Platforms: Windows

License: Demo Cost: $39.95 USD Size: 2.73 MB Download (115): PresenTense Time Client NT Download

Added: March 11, 2010 | Visits: 1.029

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 (113): Config::Magic Download

Added: July 05, 2010 | Visits: 1.112

M.U.L.E M.U.L.E is a linux port of clone of old MULE for C64 & PC. This is a Linux/SDL port of a MULE clone. For those unfamiliar, MULE is an early resource strategy game. You play a colonist on the moon, you acquire territory, and decide how to use it, by either farming, mining ore, collecting solar...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (109): M.U.L.E Download

Added: October 07, 2010 | Visits: 1.281

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 (108): system-config-printer Download

Added: September 01, 2010 | Visits: 1.009

Samba::LDAP::Config Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP. SYNOPSIS use Samba::LDAP::Config; my $config = Samba::LDAP::Config->new() or die "Cant create objectn"; # Returns where smbldap.conf, smbldap_bind.conf and # smb.conf are located my $smbldap_conf =...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (105): Samba::LDAP::Config Download

Added: August 27, 2010 | Visits: 1.375

I Hear U I Hear U is a Voice over IP (VoIP) application for Linux and it creates an audio stream between two computers in the easiest way and with the minimal traffic on the network.. Mp3Wrap Project Homepage


Platforms: *nix

License: Freeware Size: 256 KB Download (105): I Hear U Download

Added: November 17, 2010 | Visits: 937

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 (105): Log::Dispatch::Config Download

Added: March 02, 2010 | Visits: 1.206

e-U Connect e-U Connect is a WPA Supplicant text mode user interface based on bash+dialog for connecting to the e-U network under Linux..


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): e-U Connect Download

Added: January 18, 2010 | Visits: 1.125

Snort Config Snort Config provides an intuitive menu-based interface for the GPL IDS tool Snort. SnortConf is a tool that provides a fairly intuitive menu-based text interface for setting up the GPL IDS tool Snort. It also provides error and sanity checking on user input, and an online help facility....


Platforms: *nix

License: Freeware Size: 35.84 KB Download (103): Snort Config Download

Added: June 09, 2010 | Visits: 1.340

network-config network-config is a simple network configuration tool. Network-config is a simple and easy to use program that helps configuring the network interfaces for linux-based operating systems. It allows to have multiple configurations for the same computer and to easy configure NAT for internet...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (103): network-config Download

Added: September 24, 2010 | Visits: 703

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 (103): Config::IniFiles Download

Added: January 18, 2010 | Visits: 872

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 (103): pkg-config Download

Added: January 13, 2010 | Visits: 1.153

DNS::Config DNS::Config is a Perl module with DNS Configuration. SYNOPSIS use DNS::Config; my $config = new DNS::Config(); $config->debug(); ABSTRACT This class represents a configuration for a domain name service daemon (DNS). A domain name service daemon configuration knows about the zone...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): DNS::Config Download

Added: March 01, 2010 | Visits: 862

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 (100): Config::Sofu Download

Added: August 13, 2010 | Visits: 628

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: January 24, 2010 | Visits: 1.267

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: April 23, 2010 | Visits: 789

Rsync::Config Rsync::Config is a Perl module for rsync configuration generator. Rsync::Config is a module who can be used to create rsync configuration files. A configuration file (from Rsync::Config point of view) is made by atoms and modules with atoms. A atom is the smallest piece from the configuration...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): Rsync::Config Download

< 1 2 3 4 5 >