response
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 444
skipjackResponse 1.0
skipjackResponse project checks Skipjack Payment gateway Response. more>>
skipjackResponse project checks Skipjack Payment gateway Response.
The SkipjackResponse Check class checks and validates the response sent via POST methods by the Skipjack payment gateway. In account setup, you need to make sure you have set response file to custom filename.
What is SkipJack?
Skipjack is another payment gateway that accepts payments online. But this payment gateway accepts payment for business in USA only.
What does my class do!
skipjackResponse class check the response that skipjack server send via POST method.
NOTE: In the preference of Skipjack account you will have to set response files.
<<lessThe SkipjackResponse Check class checks and validates the response sent via POST methods by the Skipjack payment gateway. In account setup, you need to make sure you have set response file to custom filename.
What is SkipJack?
Skipjack is another payment gateway that accepts payments online. But this payment gateway accepts payment for business in USA only.
What does my class do!
skipjackResponse class check the response that skipjack server send via POST method.
NOTE: In the preference of Skipjack account you will have to set response files.
Download (0.001MB)
Added: 2007-04-16 License: LGPL (GNU Lesser General Public License) Price:
922 downloads
Firewall-1 Response 1.0
Firewall-1 Response is a Perl script for performing simple active responses based on a Checkpoint Firewall-1. more>>
Firewall-1 Response is a Perl script for performing simple active responses based on a Checkpoint Firewall-1. It is good for closing off your network against people who do port scans or network sweeps.
fw sam provides a command line interface to a limited feature-set of the firewall security policy. The purpose of this is to allow scripts such as this a way to dynamically change the security policy of one or more firewalls without administrator intervention. This should scare you, because of the potential of these changes allowing bad guys to run a DoS attack against you.
<<lessfw sam provides a command line interface to a limited feature-set of the firewall security policy. The purpose of this is to allow scripts such as this a way to dynamically change the security policy of one or more firewalls without administrator intervention. This should scare you, because of the potential of these changes allowing bad guys to run a DoS attack against you.
Download (0.029MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1201 downloads
Net::Google::Response 1.0.1
Net::Google::Response is a simple OOP-ish interface to the Google SOAP API search responses. more>>
Net::Google::Response is a simple OOP-ish interface to the Google SOAP API search responses.
SYNOPSIS
my $service = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $session = $service->search();
$session->query(qw(Perl modules));
# You are probably better off calling
# $session->results() but if you want
# the raw response object(s) here ya go :
my $responses = $session->response();
my $count = scalar(@$responses);
# $r is a Net::Google::Response object
foreach my $r (@$responses) {
print sprintf("%s : %sn",$r->searchQuery(),$r->estimatedTotalResults());
}
Provides a simple OOP-ish interface to the Google SOAP API for searching. This package is used by Net::Google.
The Net::Google::Response object is used to contain response information provided by the Google search service in response to a search query. The Response object allows the client program to easily access the data returned from a search.
Response data is accessed using methods with identical names to the elements of a search response (as documented in the Google Web APIs Reference, section 3). For instance, the first example in the SYNOPSIS section, above, would return the estimated number of total results for the query.
Response objects may contain other response objects, where an element would return an array of other elements. For instance, calling $response->resultElements() will return a reference to an array of Net::Google::Response objects, each one representing one result from the search.
The Response module will automatically provide methods for the search response, as described by the service WSDL file. The results format is described by the Google APIs documentation, to which you should refer for the most up-to-date information. As of the April 8th, 2002 release of the Google APIs, the methods below are provided for each search result.
<<lessSYNOPSIS
my $service = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $session = $service->search();
$session->query(qw(Perl modules));
# You are probably better off calling
# $session->results() but if you want
# the raw response object(s) here ya go :
my $responses = $session->response();
my $count = scalar(@$responses);
# $r is a Net::Google::Response object
foreach my $r (@$responses) {
print sprintf("%s : %sn",$r->searchQuery(),$r->estimatedTotalResults());
}
Provides a simple OOP-ish interface to the Google SOAP API for searching. This package is used by Net::Google.
The Net::Google::Response object is used to contain response information provided by the Google search service in response to a search query. The Response object allows the client program to easily access the data returned from a search.
Response data is accessed using methods with identical names to the elements of a search response (as documented in the Google Web APIs Reference, section 3). For instance, the first example in the SYNOPSIS section, above, would return the estimated number of total results for the query.
Response objects may contain other response objects, where an element would return an array of other elements. For instance, calling $response->resultElements() will return a reference to an array of Net::Google::Response objects, each one representing one result from the search.
The Response module will automatically provide methods for the search response, as described by the service WSDL file. The results format is described by the Google APIs documentation, to which you should refer for the most up-to-date information. As of the April 8th, 2002 release of the Google APIs, the methods below are provided for each search result.
Download (0.016MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1067 downloads
Yahoo::Search::Response 1.7.10
Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. more>>
Yahoo::Search::Response is a container object for the result set of one query to the Yahoo! Search API. (This package is included in, and automatically loaded by, the Yahoo::Search package.)
Package Use
You never need to use this package directly -- it is loaded automatically by Yahoo::Search.
Object Creation
Response objects are created by the Fetch() method of a Request (Yahoo::Search::Request) object, e.g. by
my $Response = Yahoo::Search->new(...)->Request()->Fetch();
or by shortcuts to the same, such as:
my $Response = Yahoo::Search->Query(...);
<<lessPackage Use
You never need to use this package directly -- it is loaded automatically by Yahoo::Search.
Object Creation
Response objects are created by the Fetch() method of a Request (Yahoo::Search::Request) object, e.g. by
my $Response = Yahoo::Search->new(...)->Request()->Fetch();
or by shortcuts to the same, such as:
my $Response = Yahoo::Search->Query(...);
Download (0.035MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1053 downloads
Net::Gopher::Response::XML 0.90
Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML. more>>
Net::Gopher::Response::XML is a Perl module Convert a Gopher/Gopher+ response to XML.
SYNOPSIS
use Net::Gopher;
use Net::Gopher::Response::XML;
...
$response->as_xml(File => menu.xml);
This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This functionality was originally in the Net::Gopher core, but its features are seldom needed, and it was deemed by me, Will, to be unnecessary bloat.
The module has one method, as_xml(), which you can call on Net::Gopher::Response objects to generate XML. If you have existing code that expects Net::Gopher::Response to already have as_xml() in it, just add the use Net::Gopher::Response::XML to the top of the script as shown in the SYNOPSIS and it should work fine with both pre 1.05 and post 1.05 versions.
<<lessSYNOPSIS
use Net::Gopher;
use Net::Gopher::Response::XML;
...
$response->as_xml(File => menu.xml);
This module contains code to convert a response from a Gopher or Gopher+ Gopherspace to XML. This functionality was originally in the Net::Gopher core, but its features are seldom needed, and it was deemed by me, Will, to be unnecessary bloat.
The module has one method, as_xml(), which you can call on Net::Gopher::Response objects to generate XML. If you have existing code that expects Net::Gopher::Response to already have as_xml() in it, just add the use Net::Gopher::Response::XML to the top of the script as shown in the SYNOPSIS and it should work fine with both pre 1.05 and post 1.05 versions.
Download (0.015MB)
Added: 2006-08-17 License: Perl Artistic License Price:
1163 downloads
WWW::Patent::Page::Response 0.07
WWW::Patent::Page::Response is an object holding a patent page or document. more>>
WWW::Patent::Page::Response is an object holding a patent page or document (e.g. htm, pdf, tif) from selected source (e.g. from United States Patent and Trademark Office (USPTO) website or the European Patent Office (ESPACE_EP), as constructed by WWW::Patent::Page, in passing analogy to LWP::UserAgent and HTTP::Response.
SYNOPSIS
Please see the test suite for working examples. The following is not guaranteed to be working or up-to-date.
$ perl -I. -MWWW::Patent::Page -e print $WWW::Patent::Page::VERSION,"n"
0.02
use WWW::Patent::Page;
print $WWW::Patent::Page::VERSION,"n";
my $patent_browser = WWW::Patent::Page->new(); # new object
my $document1 = $patent_document->get(6,123,456);
# defaults:
# office => ESPACE_EP,
# country => US,
# format => pdf,
# page => all,
# and usual defaults of LWP::UserAgent (subclassed)
my $document2 = $patent_document->provide_doc(US6123456,
office => ESPACE_EP ,
format => pdf,
page => 2 ,
);
my $pages_known = $patent_document->pages_available( # e.g. TIFF
document=> 6123456,
);
Intent: Use public sources to retrieve patent documents such as TIFF images of patent pages, html of patents, pdf, etc. Expandable for your office of interest by writing new submodules..
<<lessSYNOPSIS
Please see the test suite for working examples. The following is not guaranteed to be working or up-to-date.
$ perl -I. -MWWW::Patent::Page -e print $WWW::Patent::Page::VERSION,"n"
0.02
use WWW::Patent::Page;
print $WWW::Patent::Page::VERSION,"n";
my $patent_browser = WWW::Patent::Page->new(); # new object
my $document1 = $patent_document->get(6,123,456);
# defaults:
# office => ESPACE_EP,
# country => US,
# format => pdf,
# page => all,
# and usual defaults of LWP::UserAgent (subclassed)
my $document2 = $patent_document->provide_doc(US6123456,
office => ESPACE_EP ,
format => pdf,
page => 2 ,
);
my $pages_known = $patent_document->pages_available( # e.g. TIFF
document=> 6123456,
);
Intent: Use public sources to retrieve patent documents such as TIFF images of patent pages, html of patents, pdf, etc. Expandable for your office of interest by writing new submodules..
Download (0.034MB)
Added: 2006-10-24 License: Perl Artistic License Price:
1095 downloads
Reliable Response Notification 2.0
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. more>>
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. The project guarantees that every emergency will have one, and only one, person responding and taking charge of the recovery.
For integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
<<lessFor integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
Download (MB)
Added: 2007-05-31 License: Other/Proprietary License Price:
878 downloads
Spamresponder 0.6
Spamresponder provides a simple and radical spam filter using DNS validation and challenge/response. more>>
Spamresponder provides a simple and radical spam filter using DNS validation and challenge/response.
Spamresponder is a very simple and radical spam filter, combining DNS validation with the challenge/response approach. It will go through all mail messages in /var/mail/$USER, looking for specific "trusted" strings in the header and body parts of the mail.
It will delete and send an automatic reply to messages which have no "trusted" strings inside them. Those replies will include one of the "trusted" strings, so the recipient just needs to reply to this confirmation message.
The MailFrom-address of an email containing a trusted string becomes a trusted string itself.
<<lessSpamresponder is a very simple and radical spam filter, combining DNS validation with the challenge/response approach. It will go through all mail messages in /var/mail/$USER, looking for specific "trusted" strings in the header and body parts of the mail.
It will delete and send an automatic reply to messages which have no "trusted" strings inside them. Those replies will include one of the "trusted" strings, so the recipient just needs to reply to this confirmation message.
The MailFrom-address of an email containing a trusted string becomes a trusted string itself.
Download (0.009MB)
Added: 2007-03-26 License: BSD License Price:
943 downloads
SvnReporter 0.4
SvnReporter generates various reports in response to commits happening in a Subversion repository. more>>
SvnReporter generates various reports in response to commits happening in a Subversion repository.
SvnReporter is intended to be called from the post-commit hook. Two types of reports are supported: single-event and event list reports.
The former generate reports relative to the current commit only, and are typically used to generate post-commit mails.
The latter generate reports relative to a list of commits, e.g. an RSS feed or a Web page showing the latest commits.
Reports can be restricted to certain criteria, specified by a list of regular expressions. The format of the reports can be defined with a template.
<<lessSvnReporter is intended to be called from the post-commit hook. Two types of reports are supported: single-event and event list reports.
The former generate reports relative to the current commit only, and are typically used to generate post-commit mails.
The latter generate reports relative to a list of commits, e.g. an RSS feed or a Web page showing the latest commits.
Reports can be restricted to certain criteria, specified by a list of regular expressions. The format of the reports can be defined with a template.
Download (0.028MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1418 downloads
JSON::Shell 1.0
JSON::Shell is an interactive shell for performing JSON and JSON-RPC requests. more>>
JSON::Shell is an interactive shell for performing JSON and JSON-RPC requests.
SYNOPSIS
$ bin/jsonshell
JSON::Shell 1.0
www.example.com/json-rpc-demo$ post { "id": 1, "method": "echoObject", "params": { "o": [ "YAY JSON~" ] } }
REQUEST: $VAR1 = {
params => {
o => [
YAY JSON~
]
},
method => echoObject,
id => 1
};
RESPONSE: $VAR1 = {
id => 1,
result => [
YAY JSON~
]
};
www.example.com/json-rpc-demo$
JSON::Shell provides an interactive debugger and workbench for JSON based web services.
<<lessSYNOPSIS
$ bin/jsonshell
JSON::Shell 1.0
www.example.com/json-rpc-demo$ post { "id": 1, "method": "echoObject", "params": { "o": [ "YAY JSON~" ] } }
REQUEST: $VAR1 = {
params => {
o => [
YAY JSON~
]
},
method => echoObject,
id => 1
};
RESPONSE: $VAR1 = {
id => 1,
result => [
YAY JSON~
]
};
www.example.com/json-rpc-demo$
JSON::Shell provides an interactive debugger and workbench for JSON based web services.
Download (0.006MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1007 downloads
Return-RST 1.1
Return-RST is a firewalling tool for Linux 2.2.xx systems using IPCHAINS. more>>
Return-RST is a firewalling tool for Linux 2.2.xx systems using IPCHAINS. It uses the netlink device to capture packets and sends TCP RST packets in response to TCP connection requests.
Normal IPCHAINS only allows you to drop packets, or reject packets with an ICMP error message. With Return-RST, you can make it look like there is no server listening, rather than giving away that theyre being filtered to the attacker.
Return-RST was written to overcome the lack of an ipchains policy that can return a RESET packet when denying a TCP connection. The DENY policy just drops the packet, and the REJECT policy sends back an ICMP message. Either policy will pull an attacker off to the fact theyre being filtered.
On the other hand, an RST in response to a TCP SYN packet is what happens when there is no server listening on a port - this program allows you to return this error, so attackers will think that there is no server available.
<<lessNormal IPCHAINS only allows you to drop packets, or reject packets with an ICMP error message. With Return-RST, you can make it look like there is no server listening, rather than giving away that theyre being filtered to the attacker.
Return-RST was written to overcome the lack of an ipchains policy that can return a RESET packet when denying a TCP connection. The DENY policy just drops the packet, and the REJECT policy sends back an ICMP message. Either policy will pull an attacker off to the fact theyre being filtered.
On the other hand, an RST in response to a TCP SYN packet is what happens when there is no server listening on a port - this program allows you to return this error, so attackers will think that there is no server available.
Download (0.013MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
Picoxine 0.0.7
PicoXine is a (very small) XINE implementation for playing audio events as a replacement for ARTS. more>>
PicoXine is a (very small) XINE implementation for playing audio events as a replacement for ARTS. Picoxines extremely small (the source code is only 3.0KiB long!)
It offers great response time, its faster than MPlayer upon start-up, and it has no stdout output if no errors are found. Its, therefore, completely transparent.
It requires Xine-Lib (any version). If your distro uses development packages, you need xine-devel and libc6-devel
Enhancements:
- Added a patch given to me by Diego Flameeyes Petteno
- Further optimisation
<<lessIt offers great response time, its faster than MPlayer upon start-up, and it has no stdout output if no errors are found. Its, therefore, completely transparent.
It requires Xine-Lib (any version). If your distro uses development packages, you need xine-devel and libc6-devel
Enhancements:
- Added a patch given to me by Diego Flameeyes Petteno
- Further optimisation
Download (0.014MB)
Added: 2006-09-12 License: GPL (GNU General Public License) Price:
1137 downloads
RiveScript 1.03
RiveScript is a Perl module that allows you to rendering intelligence very easily. more>>
RiveScript is a Perl module that allows you to rendering intelligence very easily.
SYNOPSIS
use RiveScript;
# Create a new RiveScript interpreter.
my $rs = new RiveScript;
# Load some replies.
$rs->loadDirectory ("./replies");
# Load in another file.
$rs->loadFile ("./more_replies.rs");
# Stream in even more RiveScript code.
$rs->stream (q~! global split_sentences = 1~);
# Sort all the loaded replies.
$rs->sortReplies;
# Grab a response.
my @reply = $rs->reply (localscript, Hello RiveScript!);
print join ("n", @reply), "n";
RiveScript is a simple input/response language. It has a simple, easy-to-learn syntax, yet it is more powerful even than Dr. Wallaces AIML (Artificial Intelligence Markup Language). RiveScript was created as a reply language for chatterbots, but it has been used for more complex things above and beyond that.
<<lessSYNOPSIS
use RiveScript;
# Create a new RiveScript interpreter.
my $rs = new RiveScript;
# Load some replies.
$rs->loadDirectory ("./replies");
# Load in another file.
$rs->loadFile ("./more_replies.rs");
# Stream in even more RiveScript code.
$rs->stream (q~! global split_sentences = 1~);
# Sort all the loaded replies.
$rs->sortReplies;
# Grab a response.
my @reply = $rs->reply (localscript, Hello RiveScript!);
print join ("n", @reply), "n";
RiveScript is a simple input/response language. It has a simple, easy-to-learn syntax, yet it is more powerful even than Dr. Wallaces AIML (Artificial Intelligence Markup Language). RiveScript was created as a reply language for chatterbots, but it has been used for more complex things above and beyond that.
Download (0.20MB)
Added: 2007-05-10 License: Perl Artistic License Price:
897 downloads
Convex 1.0
Convex provides a flexible pattern matching system designed for creating response driven IRC bots. more>>
Convex provides a flexible pattern matching system designed for creating response driven IRC bots.
Convex is a system for creating IRC bots. It features stability, a small
memory footprint, a flexible but intuitive configuration system, stealth
running, and a secure infrastructure.
Building/Installing
To build Convex, type make while in Convexs directory.
To install, move the binary "convex" somewhere in the filesystem. Or just
run it from its current location - see if I care.
Configuring
Convex requires a config file. Convex isnt very useful without one. A good
starting point is the file sample.conf. Youll want to edit the defines at
the top of the file, and the users section (3rd section).
Running
Convex can be started in 2 ways:
./convex sample.conf
or
m4 sample.conf | ./convex
<<lessConvex is a system for creating IRC bots. It features stability, a small
memory footprint, a flexible but intuitive configuration system, stealth
running, and a secure infrastructure.
Building/Installing
To build Convex, type make while in Convexs directory.
To install, move the binary "convex" somewhere in the filesystem. Or just
run it from its current location - see if I care.
Configuring
Convex requires a config file. Convex isnt very useful without one. A good
starting point is the file sample.conf. Youll want to edit the defines at
the top of the file, and the users section (3rd section).
Running
Convex can be started in 2 ways:
./convex sample.conf
or
m4 sample.conf | ./convex
Download (0.014MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
918 downloads
Neon++ 0.2
Neon++ is a C++ wrapper library for libneon. more>>
Neon++ is a C++ wrapper library for libneon (http://webdav.org/neon). Neon++ aims to wrap the entire neon library into several convenient and simple-to-use C++ classes.
Enhancements:
- The basic API is wrapped: requests with or without reading response bodies can be made, using either the GET or POST method.
- Stream operators to stream text data directly to e.g. stringstreams or files are available, as well as convenient methods to retrieve binary data (images, etc.).
- Sample applications are included.
<<lessEnhancements:
- The basic API is wrapped: requests with or without reading response bodies can be made, using either the GET or POST method.
- Stream operators to stream text data directly to e.g. stringstreams or files are available, as well as convenient methods to retrieve binary data (images, etc.).
- Sample applications are included.
Download (0.030MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
651 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above response search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed