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

Razer Configuration software
Filter: All | Freeware | Demo
 

Razer Configuration

< 1 2 3 4 5 
Added: March 12, 2010 | Visits: 752

Kcomain Kcomain is a installation dialog wizard to guide a user through the process of configuration, compilation and installation. It is possible to use expert mode to editconfiguration and make options and/or to chage the instalation process of the program. Whats New in This Release: - the code...



Platforms: *nix

License: Freeware Size: 655.36 KB Download (93): Kcomain 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: June 10, 2010 | Visits: 1.108

CVS CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. CVS fills a similar role to the free software RCS, PRCS, and Aegis packages. CVS is a production quality system in wide use...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (98): CVS Download

Added: September 13, 2010 | Visits: 1.186

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: 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 22, 2010 | Visits: 845

mediaCenter mediaCenter is a startup center for multimedia computers that can be configured through one configuration file. mediaCenter project can be controlled by keyboard or with a remote control. This program is intended to be a small launcherProgram for simple multimedia stations. The configuration is...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (97): mediaCenter Download

Added: June 22, 2010 | Visits: 1.208

WebDhcpDns WebDhcpDns is a Web interface for managing DHCP/DNS configuration on a network split into different VLANs. WebDhcpDns manipulates isc-dhcpd3 and mydns configuration to assign machines to specific VLANs according to their MAC address. It was made to allow administrators to delegate the...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (111): WebDhcpDns Download

Added: September 08, 2010 | Visits: 1.757

BUM - Boot-Up Manager BUM - Boot-Up Manager is a Perl-Gtk2 application to handle runlevels configuration of any debian derivative system. With this program the user will easily start and stop boot-up scripts, without the necessity to handle thru complex links and permissions. Boot-Up Manager has been tested on an...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (161): BUM - Boot-Up Manager Download

Added: April 20, 2010 | Visits: 906

Qubit Qubit (Qmail Ultimate Backend Integration Tool) is a fully Web-based qmail server configuration and administration suite. Qubit project is based on the qmailrules qmail server installation style. It has the same features as other similar tools (like vqadmin and qmailadmin), and it also gives...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Qubit Download

Added: October 14, 2010 | Visits: 678

FreePBX FreePBX project is a standardized implementation of Asterisk that includes a web-based configuration interface and other tools..


Platforms: *nix

License: Freeware Size: 3.8 MB Download (108): FreePBX 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 (91): Simple Config Download

Added: October 18, 2010 | Visits: 866

w98podfetch w98podfetch is a script that uses an XML configuration file to retrieve new podcast files from feeds you have subscribed to. Each subscription is listed in the main configuration file, and the script can set limitations such as "dont download more than 50MB from this feed" or "download a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): w98podfetch Download

Added: April 17, 2010 | Visits: 698

cfvers cfvers is a versioning system for configuration files. It is similar to CVS and Subversion, but different in its orientation toward system configuration files, dealing with all file types and attributes. It does not pollute the filesystem outside its dirs, it keeps both data and metadata...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (90): cfvers Download

Added: March 24, 2010 | Visits: 2.216

ConfigFile for Haskell ConfigFile for Haskell is a configuration file parser and writer library for Haskell. The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer to work with, yet remains powerful and flexible. It is inspired by, and...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): ConfigFile for Haskell Download

Added: March 18, 2010 | Visits: 743

XML::Conf XML::Conf is a simple configuration module based on XML. SYNOPSIS Here follows some examples as the tests are done. use XML::Conf; my $c = XML::Conf->new($filename); $w = $c->FIRSTKEY(); $v = $c->NEXTKEY(); $c->EXISTS($v); $c->DELETE($v); $c->CLEAR(); This is the description of the...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): XML::Conf Download

Added: September 18, 2010 | Visits: 893

rdiffWeb rdiffWeb is designed to operate with two different backends: MySQL and configuration file. Restoring folders is supported, as is restoring older revisions of files. An RSS feed is available for backup status. File backend The simplest mode uses a configuration file-based backend. This mode...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (94): rdiffWeb Download

Added: November 07, 2010 | Visits: 926

FireAnt FireAnt is an Eclipse plugin for modeling complex remote deployment and configuration processes for EJBs. It allows developers to model the deployment and execution of groups of packages and configuration scripts on remote targets. After modeling a deployment plan, FireAnts runtime...


Platforms: *nix

License: Freeware Size: 6.7 MB Download (108): FireAnt Download

Added: June 06, 2010 | Visits: 583

Config::Scoped Config:Scoped is a feature rich configuration file parser..


Platforms: *nix

License: Freeware Size: 66.56 KB Download (96): Config::Scoped Download

< 1 2 3 4 5