requests
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1296
PrayerWall 60912-2115
This script is great for churches: put a prayer wall up on your web site. more>> This script is free for a limited time.Does your church web site have a way for people to post prayer requests? If not, this script may be a nice enhancement.With the integrated RSS feed, people can subscribe using their RSS reader and always have the latest prayer requests available.Be alerted everytime there is a new request. Even allow the whole church to subscribe to requests (using a group, such as Yahoo groups). When there are new requests, the group gets an email and the RSS feed is automatically updated.Theres a sample script running in the test area, so give it a try. Login as admin/password to view the adminsration area.<<less
Download (10KB)
Added: 2009-04-05 License: Freeware Price: Free
201 downloads
mixpanel 0.5
This is a small Python library to make calls to mixpanels API. more>>
mixpanel 0.5 with its features will surely assist you in your work. It is specially designed as a small Python library to make calls to mixpanel's API. mixpanel is a solution made to improve companies by tracking how users engage with their websites in real-time.
The mixpanel library includes a client and a server. The client is used to queue requests which will be made to mixpanels API. The server daemon pulls the queued items out and sends the requests. Both require a running beanstalkd server.
Requirements:
- Python
- Beanstalkd server
Added: 2009-03-26 License: BSD License Price: FREE
1 downloads
GetMonitor 0.5
GetMonitor is a Python XChat script for monitoring DCC file servers requests on sharing channels and IRC servers. more>>
GetMonitor project is a Python XChat script for monitoring DCC file servers requests on sharing channels and IRC servers.
Similar to AutoGet and SDFind scripts, it helps you request files, monitor queues, and search files automatically.
<<lessSimilar to AutoGet and SDFind scripts, it helps you request files, monitor queues, and search files automatically.
Download (0.006MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
797 downloads
WebChat2aim 1.0
WebChat2aim is a server that will connect/disconnect your AIM bot. more>>
WebChat2aim is a server that will connect/disconnect your AIM bot. It provides a bridge API to connect your Web visitors to your AIM API.
The script allows your Web site to broadcast and then allow a CSR to answer the incoming requests. Your Web site uses curl et al to command and control the actual persistent AIM connection.
<<lessThe script allows your Web site to broadcast and then allow a CSR to answer the incoming requests. Your Web site uses curl et al to command and control the actual persistent AIM connection.
Download (MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
Rodent 0.9.8-1
Rodent is an ident daemon that is capable of routing AUTH requests to other machines on your network. more>>
Rodent is an ident daemon that is capable of routing AUTH requests to other machines on your network.
Rodent is intended for routers or to be run on a machine behind a home router.
Rodent allows others to enjoy full ident without the limitations of port forwarding to a single machine.
<<lessRodent is intended for routers or to be run on a machine behind a home router.
Rodent allows others to enjoy full ident without the limitations of port forwarding to a single machine.
Download (0.051MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
CPPSERV 0.1.101
CPPSERV is an application server that provides Servlet-like API to C++ programmers. more>>
CPPSERV is an application server that provides Servlet-like API to C++ programmers.
CPPSERV project consists of stand-alone daemon, listening on TCP socket for requests from web server, and web server module.
Currently only apache-2.0.x is supported, but writing modules for other web servers should be fairly easy.
<<lessCPPSERV project consists of stand-alone daemon, listening on TCP socket for requests from web server, and web server module.
Currently only apache-2.0.x is supported, but writing modules for other web servers should be fairly easy.
Download (0.26MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
libjhttpd 0.2
libjhttpd project is a simple HTTP/1.0 compliant, threaded webserver-library written in Java. more>>
libjhttpd project is a simple HTTP/1.0 compliant, threaded webserver-library written in Java.
Main features:
- threaded
- very fast
- supports MIME-Types
- flexible configuration
- supports binary multipart POST-Requests, i.e. File Uploads
<<lessMain features:
- threaded
- very fast
- supports MIME-Types
- flexible configuration
- supports binary multipart POST-Requests, i.e. File Uploads
Download (0.040MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
823 downloads
httping 1.2.4
httping is a ping-like tool for HTTP requests. more>>
httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers).
httping can be used for monitoring or statistical purposes (measuring latency).
Enhancements:
- A big memory leak in the SSL code was fixed.
- An audible ping mode was added.
<<lesshttping can be used for monitoring or statistical purposes (measuring latency).
Enhancements:
- A big memory leak in the SSL code was fixed.
- An audible ping mode was added.
Download (0.008MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
841 downloads
Socks via HTTP 1.2
Socks via HTTP provides a socks tunnel via HTTP. more>>
Socks via HTTP provides a socks tunnel via HTTP.
Socks via HTTP is a program converting SOCKS requests into HTTP requests and tunnelling them through HTTP proxies if needed.
The SOCKS protocol allows programs to traverse firewalls on any port number and is used by many popular programs, like Napster, MSN Messenger, CRT(telnet client) and many others.
Many companies restrict firewall traversals only to HTTP requests, disabling SOCKS proxy.
Socks via HTTP provides a miniature SOCKS server for the SOCKS client, performing its connection through an HTTP proxy to a remote server, which establishes the real connection.
Socks via HTTP is 100% Java, and can run on any OS. It is entirely written in Java.
<<lessSocks via HTTP is a program converting SOCKS requests into HTTP requests and tunnelling them through HTTP proxies if needed.
The SOCKS protocol allows programs to traverse firewalls on any port number and is used by many popular programs, like Napster, MSN Messenger, CRT(telnet client) and many others.
Many companies restrict firewall traversals only to HTTP requests, disabling SOCKS proxy.
Socks via HTTP provides a miniature SOCKS server for the SOCKS client, performing its connection through an HTTP proxy to a remote server, which establishes the real connection.
Socks via HTTP is 100% Java, and can run on any OS. It is entirely written in Java.
Download (0.35MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
854 downloads
POE::Stage 0.02_00
POE::Stage is a base Perl class for message-driven objects. more>>
POE::Stage is a base Perl class for message-driven objects.
SYNOPSIS
#!/usr/bin/env perl
{
package App;
use POE::Stage::App qw(:base);
sub on_run {
print "hello, ", my $arg_whom, "!n";
}
}
App->new()->run( whom => "world" );
exit;
POE::Stage is a set of base classes for message-driven objects. It cleanly implements standard patterns that have emerged from years of working with POE and POE::Component modules.
As I hope the name implies, POE::Stage objects encapsulate discrete steps, or stages, of a larger task. Eventually they come together to implement programs.
For example, HTTP requests are performed in four or so distinct stages: 1. The servers address is resolved. 2. The client establishes a connection to the server. 3. The client transmits a request. 4. The client receives a response.
By design, POE::Stage promotes the decomposition of tasks into multiple, smaller stages. If these stages are generic enough, new tasks may be handled by reusing them in different configurations.
The hypothetical HTTP client might be a single stage composed of three smaller ones: A DNS resolver stage, which accepts DNS requests and returns DNS responses. A TCP client connection factory, which takes socket endpoint descriptions and other parameters, and eventually returns established connections. Finally, there would be an HTTP protocol stage that uses established connections to send requests and parse responses.
These stages would be encapsulated by a higher-level HTTP client stage. This would accept HTTP requests and return HTTP responses after performing the necessary steps to gather them.
This will sound familiar to anyone working with objects.
These objects are asynchronous and message-driven, however. The base message class, POE::Request, and its subclasses, implement a standard request/response interface between POE::Stage objects. Where possible, these messages attempt to mimic simpler, more direct call/return syntax, albeit asynchronously. POE::Stage also provides a powerful closure-based system for maintaining request and response state, so you dont have to.
<<lessSYNOPSIS
#!/usr/bin/env perl
{
package App;
use POE::Stage::App qw(:base);
sub on_run {
print "hello, ", my $arg_whom, "!n";
}
}
App->new()->run( whom => "world" );
exit;
POE::Stage is a set of base classes for message-driven objects. It cleanly implements standard patterns that have emerged from years of working with POE and POE::Component modules.
As I hope the name implies, POE::Stage objects encapsulate discrete steps, or stages, of a larger task. Eventually they come together to implement programs.
For example, HTTP requests are performed in four or so distinct stages: 1. The servers address is resolved. 2. The client establishes a connection to the server. 3. The client transmits a request. 4. The client receives a response.
By design, POE::Stage promotes the decomposition of tasks into multiple, smaller stages. If these stages are generic enough, new tasks may be handled by reusing them in different configurations.
The hypothetical HTTP client might be a single stage composed of three smaller ones: A DNS resolver stage, which accepts DNS requests and returns DNS responses. A TCP client connection factory, which takes socket endpoint descriptions and other parameters, and eventually returns established connections. Finally, there would be an HTTP protocol stage that uses established connections to send requests and parse responses.
These stages would be encapsulated by a higher-level HTTP client stage. This would accept HTTP requests and return HTTP responses after performing the necessary steps to gather them.
This will sound familiar to anyone working with objects.
These objects are asynchronous and message-driven, however. The base message class, POE::Request, and its subclasses, implement a standard request/response interface between POE::Stage objects. Where possible, these messages attempt to mimic simpler, more direct call/return syntax, albeit asynchronously. POE::Stage also provides a powerful closure-based system for maintaining request and response state, so you dont have to.
Download (0.048MB)
Added: 2007-06-21 License: Perl Artistic License Price:
855 downloads
mod_auth_openpgp 0.2.1
mod_auth_openpgp is an Apache module that implements access authorization to servers, vhosts, etc. more>>
mod_auth_openpgp is an Apache module that implements access authorization to servers, vhosts, or directories when incoming requests HTTP OpenPGP signatures are valid and known by the local keyring
Quick-Building instructions:
Edit build.sh to suit your needs/desires.
Run it: ./build.sh
Modify your Apaches configuration as needed (see below)
<<lessQuick-Building instructions:
Edit build.sh to suit your needs/desires.
Run it: ./build.sh
Modify your Apaches configuration as needed (see below)
Download (0.004MB)
Added: 2007-06-19 License: The Apache License 2.0 Price:
857 downloads
python-gammu 0.21
python-gammu are Python bindings for Gammu library. more>>
python-gammu are Python bindings for Gammu library. It currently does not support all Gammu features, but range of covered functions is increasing, if you need some specific, feel free to use bug tracking system for feature requests.
<<less Download (0.072MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
863 downloads
JustAjax Table 0.7
JustAjax Table project performs all operation with tables on-fly using Ajax requests. more>>
JustAjax Table project performs all operation with tables "on-fly" using Ajax requests.
Main features:
- Supports all popular web browsers.
- Populates the data into the cells automatically .
- On-fly scrolling, sorting, editing.
- PHP/MySQL backend.
- Works with up to 100,000 record tables.
<<lessMain features:
- Supports all popular web browsers.
- Populates the data into the cells automatically .
- On-fly scrolling, sorting, editing.
- PHP/MySQL backend.
- Works with up to 100,000 record tables.
Download (0.040MB)
Added: 2007-06-08 License: Other/Proprietary License Price:
869 downloads
YAZ Proxy 1.3.0
YAZ Proxy application is highly configurable and can be used in a number of different applications. more>>
YAZ Proxy application is highly configurable and can be used in a number of different applications, ranging from debugging Z39.50-based applications and protecting overworked servers, to improving the performance of stateless WWW/Z39.50 gateways.
Main features:
- Configurable logging
- SRU/SRW server function, to allow any Z39.50 server to also support the ZiNG protocols
- Load balancing across multiple backend servers
- Session-sharing and pre-initialization to improve performance in servers with expensive session initialization
- Configurable request filtering, to keep bad requests from reaching the server
- XML support -- MARC records can be converted to MARCXML, and XSLT-transformations allow the proxy to support arbitrary retrieval schemas in XML
- Load governor function limits requests from aggressive batch-mode clients
- Efficient multiplexing software enables small memory footprint and very high performance
NOTE: The YAZ Proxy, a complete application, is available under the GPL license. Other licensing terms are available to commercial vendors upon request.
<<lessMain features:
- Configurable logging
- SRU/SRW server function, to allow any Z39.50 server to also support the ZiNG protocols
- Load balancing across multiple backend servers
- Session-sharing and pre-initialization to improve performance in servers with expensive session initialization
- Configurable request filtering, to keep bad requests from reaching the server
- XML support -- MARC records can be converted to MARCXML, and XSLT-transformations allow the proxy to support arbitrary retrieval schemas in XML
- Load governor function limits requests from aggressive batch-mode clients
- Efficient multiplexing software enables small memory footprint and very high performance
NOTE: The YAZ Proxy, a complete application, is available under the GPL license. Other licensing terms are available to commercial vendors upon request.
Download (0.47MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
871 downloads
pidgin privacy please 0.3.1
pidgin privacy please project is a pidgin plugin to stop spammers from annoying you. more>>
pidgin privacy please project is a pidgin plugin to stop spammers from annoying you. You can block messages from certain users, block messages from people who are not on your contact list, and suppress repeated authorization requests. Optionally, senders of blocked messages can be notified with an auto-reply.
Main features:
- Block certain users (with an optional auto-reply)
- Block messages from people who are not on your contact list (with an optional auto-reply)
- Suppress repeated authorization requests
This plugin was formerly known as gaim-blocky.
Enhancements:
- Beside some minor code cleanups, this release is mostly there to make users aware of the need to upgrade the pidgin patches.
<<lessMain features:
- Block certain users (with an optional auto-reply)
- Block messages from people who are not on your contact list (with an optional auto-reply)
- Suppress repeated authorization requests
This plugin was formerly known as gaim-blocky.
Enhancements:
- Beside some minor code cleanups, this release is mostly there to make users aware of the need to upgrade the pidgin patches.
Download (0.31MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
871 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 requests 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