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

Sample Client Profile Form freeware
Filter: All | Freeware | Demo
 

Sample Client Profile Form

< 1 2 3 4 5 
Added: November 16, 2010 | Visits: 866

Params::Profile Params::Profile is a Perl module for registering Parameter profiles. SYNOPSIS package Foo::Bar; use Params::Profile; ### Single profile Params::Profile->register_profile( method => subroto, profile => { testkey1 => { required => 1 }, testkey2 => { required => 1, allow => qr/^d+$/,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Params::Profile Download

Added: May 22, 2010 | Visits: 1.392

Form Saver Form Saver enables you to saves form field data as autofill-bookmarklets. Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues. I designed this because when testing a... Platforms: *nix

License: Freeware Size: 64.51 KB Download (165): Form Saver Download

Added: February 17, 2010 | Visits: 1.030

TeleAuth Client Tools TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system. This includes a commandline client and a set of PAM modules. It also enables out-of-the-box two-factor authentication on Linux, Mac OS X, and Windows machines. These tools can be used... Platforms: *nix

License: Freeware Size: 35.84 KB Download (91): TeleAuth Client Tools Download

Added: October 24, 2010 | Visits: 965

GPM client library GPM client library (libgpm) package is an stand-alone version of GPMs client library, used by many console applications for mouse access. Despite the (now quite aged) GPM package it contains just the client part (no server), and provides a pkgconfig descriptor (libgpm.pc) for easy importing.... Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): GPM client library Download

Added: January 23, 2010 | Visits: 1.916

Net::DAAP::Client Net::DAAP::Client is a client for Apple iTunes DAAP service. SYNOPSIS my $daap; # see WARNING below $daap = Net::DAAP::Client->new(SERVER_HOST => $hostname, SERVER_PORT => $portnum, PASSWORD => $password); $dsn = $daap->connect; $dbs_hash = $daap->databases; $current_db = $daap->db;... Platforms: *nix

License: Freeware Size: 12.29 KB Download (106): Net::DAAP::Client Download

Added: June 09, 2010 | Visits: 1.076

WebSphere::MQTT::Client WebSphere::MQTT::Client is a WebSphere MQ Telemetry Transport Client. SYNOPSIS use WebSphere::MQTT::Client; my $mqtt = WebSphere::MQTT::Client->new( Hostname => localhost ); $mqtt->disconnect(); WebSphere::MQTT::Client Publish and Subscribe to broker.. Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): WebSphere::MQTT::Client Download

Added: September 06, 2010 | Visits: 1.350

Tk::form Tk::form is a Perl module with a geometry manager based on attachment rules. SYNOPSIS $widget->form?(args)? $widget->formOption?(args)? The form method is used to communicate with the form Geometry Manager, a geometry manager that arranges the geometry of the children in a parent window... Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::form Download

Added: August 18, 2010 | Visits: 856

HTTunnel::Client HTTunnel::Client is a client class for Apache::HTTunnel. SYNOPSIS my $hc = new HTTunnel::Client("http://localhost/httunnel") ; $hc->connect(tcp, $some_host, $some_port) ; $hc->print(some request) ; my $some_response = $hc->read(1024) ; $ch->close() ; HTTunnel::Client is the client... Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): HTTunnel::Client Download

Added: September 11, 2010 | Visits: 992

Linux Napster Client Linux Napster Client is a console napster client written by Kevin Sullivan. It runs on Linux, OpenBSD, and other systems. Current releases of nap, such as 1.5.4, are very stable. They can run for weeks at a time without crashing or user intervention. Nap, writtin by Kevin Sullivan sometime in... Platforms: *nix

License: Freeware Size: 614.4 KB Download (118): Linux Napster Client Download

Added: March 02, 2010 | Visits: 1.157

Firefox Form Widgets Firefox Form Widgets is a replacement for the default form widgets in Firefox. Its not dependent upon KDE, but I styled it with KDE in mind. The CSS is modified from the default one. I created all but the radio and checkbox images, which were created by the Pretty Widgets for OS X (readme... Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Firefox Form Widgets Download

Added: October 12, 2010 | Visits: 822

FSP Client FSP Client is single executable client for the FSP protocol. Client uses an FTP-like user interface. People usually find this program easier to use that multiple client programs in FSP protocol suite. If you are at least somewhat familiar with command line FTP and want to try FSP, this program is... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): FSP Client Download

Added: June 20, 2010 | Visits: 1.393

POE::Component::Client::AirTunes POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express. SYNOPSIS use POE qw( Component::Client::AirTunes ); POE::Component::Client::AirTunes->new( host => $ip, alias => "airtunes", events => { connected => connected, error => error, done => done, },... Platforms: *nix

License: Freeware Size: 3.07 KB Download (119): POE::Component::Client::AirTunes Download

Added: September 14, 2010 | Visits: 1.789

PHP Client Sniffer PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html marks and other client side scripting. Whats New in This Release: - add k-meleon... Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): PHP Client Sniffer Download

Added: July 08, 2010 | Visits: 872

HTTPClient This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the... Platforms: *nix

License: Freeware Size: 532.48 KB Download (94): HTTPClient Download

Added: July 07, 2010 | Visits: 1.093

MusicBrainz::Client MusicBrainz::Client is a MusicBrainz Client API. SYNOPSIS use MusicBrainz::Client; use MusicBrainz::Queries qw(:all); my $mb = MusicBrainz::Client->new(); if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) { die("Query failed: ", $mb->get_query_error(), "n"); } print... Platforms: *nix

License: Freeware Size: 23.55 KB Download (119): MusicBrainz::Client Download

Added: May 21, 2010 | Visits: 1.001

Bundle::MusicBrainz::Client Bundle::MusicBrainz::Client is a Perl module with a bundle to install MusicBrainz::Client and required modules. SYNOPSIS perl -MCPAN -e install Bundle::MusicBrainz::Client CONTENTS MusicBrainz::Client - for to get to know thyself MusicBrainz::Queries 0.05 - The RDF Query Constants... Platforms: *nix

License: Freeware Size: 2.05 KB Download (91): Bundle::MusicBrainz::Client Download

Added: May 21, 2010 | Visits: 806

POE::Component::Client::TCPMulti POE::Component::Client::TCPMulti is a high performance client TCP library. SYNOPSIS # Short Usage POE::Component::Client::TCPMulti->create ( InputEvent => sub { printf "%s:%d: %s", $_[CHEAP]->ADDR, $_[CHEAP]->PORT, $_[ARG0]; }, SuccessEvent => sub { printf "%s:%d: Connection Recieved",... Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): POE::Component::Client::TCPMulti Download

Added: October 13, 2010 | Visits: 1.183

SMM++ Mud Client SMM++ Mud Client project is a client with mapping functionality and lots of other features. SMM++ Mud Client is a mud client with extended and unique features. Aside from all standard mud client functionality like ANSI color support, aliases, action triggers, and tab-completion, SMM++... Platforms: *nix

License: Freeware Size: 245.76 KB Download (104): SMM++ Mud Client Download

Added: March 23, 2010 | Visits: 1.026

WWW-Form WWW::Form is a module for handling the world-wide-web form process. The project enables generating forms, filling them from user input, verifying them, and re-displaying them in case something is wrong.. Platforms: *nix

License: Freeware Size: 21.5 KB Download (117): WWW-Form Download

Added: June 10, 2010 | Visits: 791

Irmo Irmo project is a generalized client-server multiplayer engine provided in the form of a library. It can be used as a base for development of multiplayer games. Games can be based on Irmo to add client-server multiplayer functionality simply and easily. It is designed with fast-paced action... Platforms: *nix

License: Freeware Size: 491.52 KB Download (90): Irmo Download

< 1 2 3 4 5