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

Tm Win Config software
Filter: All | Freeware | Demo
 

Tm Win Config

< 1 2 3 4 5 > 
Added: February 27, 2010 | Visits: 966

Config::Fast Config::Fast is an extremely fast configuration file parser. SYNOPSIS # default config format is a space-separated file company "Supercool, Inc." support nobody@nowhere.com # and then in Perl use Config::Fast; %cf = fastconfig; print "Thanks for visiting $cf{company}!n"; print...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Config::Fast Download

Added: January 14, 2010 | Visits: 818

Java::SJ::Config Java::SJ::Config is a Perl module that represents SJ Configuration File. It uses XML::XPath to parse configuration files and generates objects to represent the directives. Unless youre working on the module what you really want to know is what directives are allowed and their meaning. Youre...





Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Java::SJ::Config Download

Added: May 22, 2010 | Visits: 607

Config::YUM Config::YUM is a Perl extension for parsing yum.conf. SYNOPSIS use Config::YUM; my $yp = new Config::YUM; my $yum_conf = $yp->parse(); foreach(keys %{$yum_conf}) { print "Section: $_ is called " . $yum_conf->{$_}->{name} . "n"; } $yum_conf will be a a hash, all INI sections are the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Config::YUM Download

Added: August 21, 2010 | Visits: 847

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 (99): PXP::Config Download

Added: May 08, 2010 | Visits: 917

TM::DM TM::DM is a Perl module with Topic Maps, read-only TMDM layer. SYNOPSIS # somehow acquire a map (see TM and its subclasses) my $tm = .... # put a TMDM layer on top of it use TM::DM; my $tmdm = new TM::DM (map => $tm); # get the TMDM topic map item my $topicmap = $tmdm->topicmap; #...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (91): TM::DM Download

Added: March 11, 2010 | Visits: 1.027

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: September 24, 2010 | Visits: 700

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: August 18, 2010 | Visits: 2.328

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 (95): Config::File Download

Added: April 03, 2010 | Visits: 711

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 (94): MRTG::Config Download

Added: November 21, 2010 | Visits: 1.139

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: 935

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: April 07, 2010 | Visits: 1.153

Fight Win Prevail Fight Win Prevail (or FWP for short) is a hobbyist multiplayer first person shooter. Fight Win Prevail is set in an imaginary universe where fearless pilots fight to the death with their futuristic vehicles. Gameplay lies somewhere between the Mechwarrior-series and Quake 3. It is faster and...


Platforms: *nix

License: Freeware Size: 16.8 MB Download (111): Fight Win Prevail Download

Added: October 07, 2010 | Visits: 1.278

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: January 18, 2010 | Visits: 870

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: 1.010

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 (90): HH::Unispool::Config::File::Token::Unnumbered::Bcs Download

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

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 (1437): Quick Config Download

Released: January 25, 2010  |  Added: July 24, 2010 | Visits: 1.808

Free Network Config Generator Our free Network Config Generator helps you quickly and easily change interface descriptions and configure VLANs, switch port security, NetFlow, IP SLA, CBQoS, QoS, EnergyWise, and other advanced network device features - all without ever opening the CLI! FEATURES: Boost network...


Platforms: Windows

License: Freeware Size: 467.94 MB Download (255): Free Network Config Generator Download

Released: November 02, 2010  |  Added: January 06, 2011 | Visits: 2.888

Win Driver Update Win Driver Update allows you to easily detect and update the latest drivers for your hardware devices. It can also back up the existing drivers and restore the drivers in case that you need to reinstall or upgrade your operating system. Win Driver Update provides automatic driver updates with...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 5.4 MB Download (1237): Win Driver Update Download

Released: January 05, 2018  |  Added: January 24, 2018 | Visits: 3.234

PC Win Booster Scan, clean and fix your PC. Remove obsolete, harmful or unused items, create system backup, fix system errors and much more! Make your PC operate clean, safe and fast. Scan critical errors and vulnerabilities. These errors can arise from the presence of viruses or rootkits. Scan different 17...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $24.95 USD Size: 31.53 MB Download (359): PC Win Booster Download

Released: June 22, 2012  |  Added: June 22, 2012 | Visits: 664

TM Simulator TM Simulator is a small, Java based application specially designed to offer users a graphical user interface to configure and simulate Turing Machines. This is a student project from the technical university of Vienna, to support presentations of Turing Machines. for WindowsAll


Platforms: Windows

License: Freeware Download (425): TM Simulator Download

< 1 2 3 4 5 >