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

Tk Client freeware
Filter: All | Freeware | Demo
 

Tk Client

< 1 2 3 4 5 > 
Added: January 23, 2010 | Visits: 1.917

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.077

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.352

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: June 01, 2010 | Visits: 943

Tk::SlideShow Tk::SlideShow is a Tk Perl module for building slide-like presentations. This module provide Perl with the ability to : - build interactive and visual presentations with Perl and Tk, - build simple slide simply, - build sophisticated slides (and even more than PowerPoint one) up to real... Platforms: *nix

License: Freeware Size: 81.92 KB Download (138): Tk::SlideShow Download

Added: August 18, 2010 | Visits: 857

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

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: 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: August 04, 2010 | Visits: 749

Tk::JComboBox Tk::JComboBox is a Perl module that can create and manipulate JComboBox widgets. SYNOPSIS $jcb = $parent->JComboBox(?options); JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by... Platforms: *nix

License: Freeware Size: 64.51 KB Download (89): Tk::JComboBox 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 07, 2010 | Visits: 1.094

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: November 14, 2010 | Visits: 737

Tk::MultiMediaControls Tk::MultiMediaControls is a Perl module to create media player control buttons. SYNOPSIS $mmc = $parent->MultiMediaControls(-option => value, ... ); Create multimedia controls similar to that found on Apple applications like QuickTime, iMovie, iDVD, iTunes, etcetera. This mega-widget... Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Tk::MultiMediaControls 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: September 10, 2010 | Visits: 686

Tk::Getopt Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long. SYNOPSIS use Tk::Getopt; @opttable = ([opt1, =s, default], [opt2, !, 1], ...); $opt = new Tk::Getopt(-opttable => @opttable, -options => %options, -filename => "$ENV{HOME}/.options"); $opt->set_defaults; #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Tk::Getopt Download

Added: June 11, 2010 | Visits: 885

Tk::ContextHelp Tk::ContextHelp is a context-sensitive help with perl/Tk. SYNOPSIS use Tk::ContextHelp; $ch = $top->ContextHelp; $ch->attach($widget, -msg => ...); $ch->HelpButton($top)->pack; $ch2 = $top->ContextHelp(-podfile => "perlfaq"); $ch2->attach($widget2, -pod => description); ContextHelp... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Tk::ContextHelp Download

Added: June 15, 2010 | Visits: 988

Tk::NumEntry Tk::NumEntry is a numeric Entry widget with inc. & dec. Buttons. SYNOPSIS use Tk::NumEntry; $parent->NumEntry(?-option=>value, ...?); Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement. Tk::NumEntry supports all the... Platforms: *nix

License: Freeware Size: 25.6 KB Download (96): Tk::NumEntry Download

Added: September 06, 2010 | Visits: 2.176

Free Simulated Radar Client Free Simulated Radar Client project is a framework for radar clients for virtual air traffic control networks. Free Simulated Radar Client is a framework for radar clients for virtual air traffic control networks (e.g., VATSIM and IVAO). Currently work is occuring on a radar client (an ASRC... Platforms: *nix

License: Freeware Download (245): Free Simulated Radar Client Download

Added: May 08, 2010 | Visits: 772

Tie::Tk::Listbox Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Tie::Tk::Listbox Download

Added: April 19, 2010 | Visits: 1.831

Tk::Bubble Tk::Bubble are pop up help windows. SYNOPSYS use Tk::Bubble; ... $bubble = new Bubble( ); $bubble->attach( , ); $bubble->configure( , ); Bubble is a bubble help system (or sometimes called tooltips/balloon help) which allows a window to be displayed after a certain amount of... Platforms: *nix

License: Freeware Size: 33.79 KB Download (181): Tk::Bubble Download

< 1 2 3 4 5 >