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

Firebird Client freeware
Filter: All | Freeware | Demo
 

Firebird Client

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

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: August 18, 2010 | Visits: 855

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: October 12, 2010 | Visits: 819

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

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: July 07, 2010 | Visits: 1.091

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

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

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

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: September 06, 2010 | Visits: 2.173

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: August 08, 2010 | Visits: 1.263

Spring Rich Client Spring-RCPs mission is to provide an elegant way to build highly-configurable, GUI-standards-following rich-client applications faster by leveraging the Spring Framework, and a rich library of UI factories and support classes. The Spring Rich Client Project (RCP) is a sub-project of The Spring...


Platforms: *nix

License: Freeware Size: 15.7 MB Download (96): Spring Rich Client Download

Added: November 16, 2010 | Visits: 1.902

MiniUPnP Client and Daemon 1.0 MiniUPnP Client and Daemon is an UPnP IGD client lightweight library and UPnP IGD daemon. The UPnP protocol is supported by most home adsl/cable routers and Windows 2K/XP. The aim of the MiniUpnp project is to bring a free software solution to support the "Internet Gateway Device" part of the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (220): MiniUPnP Client and Daemon 1.0 Download

Added: April 04, 2010 | Visits: 1.446

Net::Nessus::Client Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus program is a Client/Server application offering a...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (130): Net::Nessus::Client Download

Added: November 05, 2010 | Visits: 1.601

Paradise 2000 Netrek Client Paradise 2000 represents my bend of the Paradise Netrek client. Paradise 2000 Netrek Client is not a fork, because that would imply parallel development, but no one else has done anything with the client since about five years ago. Paradise 2000 is in fact one of the most, if not the most,...


Platforms: *nix

License: Freeware Size: 993.28 KB Download (98): Paradise 2000 Netrek Client Download

Added: February 19, 2010 | Visits: 1.533

W3MAIL - fast and small web-mail client W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install..


Platforms: *nix

License: Freeware Size: 60.42 KB Download (116): W3MAIL - fast and small web-mail client Download

Added: January 25, 2010 | Visits: 1.121

CrossFTP Client CrossFTP is a free multi-tabbed FTP client to fetch and transmit files through network.It uses a familiar, Explorer-like interface so that the novice user can master in minutes.Some features:Web starting and updatingInternational CJK word supportLocal File searchMulti-tabArchive...


Platforms: Mac

License: Freeware Size: 2 KB Download (111): CrossFTP Client Download

Released: January 01, 2011  |  Added: January 16, 2011 | Visits: 2.147

CyberCafePro Client CyberCafePro is the most trusted name in the Internet cafe software market -- since 1999 delivering reliably in over 175 countries. CyberCafePro Client 6 is free and effectively manages all timed public access computing environments (cyber cafes, gaming centers, telecentres, schools, libraries,...


Platforms: Windows

License: Freeware Size: 14.76 MB Download (454): CyberCafePro Client Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 1.047

Microsoft Security Essentials & ForeFront Client Security Definition Updates This package will help you install the latest Microsoft ForeFront Client Security definition updates. mpam-fe.exe Antimalware Full + Engine package (for x86, amd64, ia64) Contains engine (mpengine.dll), mpasbase.vdm, mpasdlta.vdm, mpavbase.vdm, mpavdlt.vdm, mpsigstub.exe. mpam-d.exe...


Platforms: Windows


Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 889

Vicomsoft FTP Client for Mac OS First released in 1997, the latest version of FTP Client represents the culmination of over 10 years experience in FTP transfers on the Mac platform. Now a Universal Binary, FTP Client v4.6 offers an incredible speed boost over its previous versions when running on Intel-based Macs. In...


Platforms: Mac

License: Freeware Size: 3.7 MB Download (426): Vicomsoft FTP Client for Mac OS Download

< 1 2 3 4 5 >