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

Spy Net Watch Manual freeware
Filter: All | Freeware | Demo
 

Spy Net Watch Manual

< 1 2 3 4 5 > 
Added: July 09, 2010 | Visits: 1.486

Catalyst::Manual::Cookbook Catalyst::Manual::Cookbook is a Perl module for cooking with Catalyst. These recipes cover some basic stuff that is worth knowing for catalyst developers..



Platforms: *nix

License: Freeware Size: 225.28 KB Download (128): Catalyst::Manual::Cookbook Download

Added: October 11, 2010 | Visits: 1.381

Catalyst::Manual::Intro Catalyst::Manual::Intro is an Introduction to Catalyst. This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you...





Platforms: *nix

License: Freeware Size: 225.28 KB Download (142): Catalyst::Manual::Intro Download

Added: June 24, 2010 | Visits: 1.177

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: September 12, 2010 | Visits: 880

Net::CyanChat Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Net::CyanChat Download

Added: July 04, 2010 | Visits: 1.620

OpenInteract2::Manual::Tutorial OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE A word on the example For our example were...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (99): OpenInteract2::Manual::Tutorial Download

Added: October 24, 2010 | Visits: 1.189

OpenInteract2::Manual::Widgets OpenInteract2::Manual::Widgets Perl module contains template widgets in OpenInteract. OpenInteract2 supports using templates as a simple graphical widget. A widget is a common element into which you can just plug in text or parameters to customize it. For example, an INPUT element of type TEXT...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (89): OpenInteract2::Manual::Widgets Download

Added: September 01, 2010 | Visits: 1.076

OpenInteract2::Manual::AdminApache OpenInteract2::Manual::AdminApache is a Perl module for compiling and configuration Apache/mod_perl 1.x. SYNOPSIS This section of the OpenInteract2 manual will show you how to compile Apache and mod_perl for a two-server proxy setup, along with other information for configuring Apache....


Platforms: *nix

License: Freeware Size: 931.84 KB Download (90): OpenInteract2::Manual::AdminApache Download

Added: August 06, 2010 | Visits: 1.079

OpenInteract2::Manual::I18N OpenInteract2::Manual::I18N is an internationalization in OpenInteract2. SYNOPSIS This part of the manual will describe i18n efforts in OpenInteract2, how to create message bundles to distribute with your application, and how you can customize the process. CAVEATS Im a newbie at i18n/l10n...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (96): OpenInteract2::Manual::I18N Download

Added: September 22, 2010 | Visits: 1.202

SPOPS::Manual::Configuration SPOPS::Manual::Configuration is a description of variables used in the SPOPS configuration process. These are variables used in all SPOPS implementations. The name of the variable is the key used in the configuration hashref. Here is a fairly minimal example of a configuration hashref: 1:...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (97): SPOPS::Manual::Configuration Download

Added: March 06, 2010 | Visits: 1.206

Net::IMAP::Simple The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. Whats New in This Release: - Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy.


Platforms: *nix

License: Freeware Size: 8.19 KB Download (141): Net::IMAP::Simple Download

Added: July 19, 2010 | Visits: 1.194

Craftsman Spy Craftsman Spy is a an open source and free framework for JDBC logging. Craftsman Spy is a JDBC driver implementation. This logger logs all SQL connection and processings with execution spent time, all the stored procedures with arguments, all the batch processings and the result sets. No need...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (101): Craftsman Spy Download

Added: October 18, 2010 | Visits: 1.016

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Net::DNS::ValueDomain::DDNS Download

Added: March 16, 2010 | Visits: 941

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (113): Net::SCP::Expect Download

Added: April 01, 2010 | Visits: 1.438

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (89): Net::DBus::Tutorial::ExportingObjects Download

Added: June 14, 2010 | Visits: 1.215

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Net::FTP::File Download

Added: November 18, 2010 | Visits: 1.115

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: November 15, 2010 | Visits: 922

Net::DBus::Dumper Net::DBus::Dumper can stringify Net::DBus objects suitable for printing. SYNOPSIS use Net::DBus::Dumper; use Net::DBus; # Dump out info about the bus my $bus = Net::DBus->find; print dbus_dump($bus); # Dump out info about a service my $service =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (90): Net::DBus::Dumper Download

Added: September 23, 2010 | Visits: 1.296

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: July 27, 2010 | Visits: 604

Net::IPv4Addr Net::IPv4Addr is a Perl extension for manipulating IPv4 addresses. SYNOPSIS use Net::IPv4Addr qw( :all ); my ($ip,$cidr) = ipv4_parse( "127.0.0.1/24" ); my ($ip,$cidr) = ipv4_parse( "192.168.100.10 / 255.255.255.0" ); my ($net,$msk) = ipv4_network( "192.168.100.30" ); my $broadcast =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Net::IPv4Addr Download

Added: April 14, 2010 | Visits: 1.362

SQL::Translator::Manual SQL::Translator::Manual is a Perl module that contains a manual for SQL translator. SYNOPSIS SQL::Translator (AKA "SQLFairy") is a collection of modules for transforming (mainly) SQL DDL files into a variety of other formats, including other SQL dialects, documentation, images, and code. In...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (108): SQL::Translator::Manual Download

< 1 2 3 4 5 >