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

Hp Thin Client freeware
Filter: All | Freeware | Demo
 

Hp Thin Client

< 1 2 3 4 5 > 
Added: May 25, 2010 | Visits: 2.235

Curl HTTP Client Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP... Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Curl HTTP Client Download

Added: January 18, 2010 | Visits: 1.532

Crystal Mud Client Crystal Mud Client project is a terminal-based MUD client with good protocol support. Crystal is an adequate MUD client. At first glance it looks like telnet, but has full line editing and scrollback, character set conversion support, Unicode support, prompt grabbing, xterm titlebar setting,... Platforms: *nix

License: Freeware Size: 96.26 KB Download (124): Crystal Mud Client Download

Added: October 07, 2010 | Visits: 1.401

HP Linux Imaging and Printing HP Linux Imaging and Printing Driver Project consists of two projects: 1) HPIJS, a printer driver for HP devices 2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).. Platforms: *nix

License: Freeware Size: 13.2 MB Download (123): HP Linux Imaging and Printing Download

Added: September 05, 2010 | Visits: 1.449

Netstation Netstation is a Linux distribution that enables you to convert standard PCs into full-featured diskless thin clients supporting all major connectivity protocols. The project can be booted from the network using Etherboot/PXE or from standard media like floppy/CD/hd/flash-disk etc. The... Platforms: *nix

License: Freeware Size: 15.7 MB Download (121): Netstation Download

Added: March 05, 2010 | Visits: 1.077

SOAP::XML::Client SOAP::XML::Client is a simple frame work for talking with web services. This package is the base class for talking with web services, there are specific modules to use depending on the type of service you are calling, e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic This package... Platforms: *nix

License: Freeware Size: 9.22 KB Download (119): SOAP::XML::Client Download

Added: June 20, 2010 | Visits: 1.394

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 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: 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: September 25, 2010 | Visits: 1.230

SOAP::XML::Client::DotNet SOAP::XML::Client::DotNet is a Perl module to talk with .net webservices. This package helps in talking with .net servers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use. You dont need to know this, but the major difference to... Platforms: *nix

License: Freeware Size: 9.22 KB Download (117): SOAP::XML::Client::DotNet Download

Added: August 15, 2008 | Visits: 1.593

Windows NTP Time Server Client TimeTools Windows NTP Time Server Client atomic clock NTP time client software is a simple Windows SNTP client that synchronises time on any Windows XP/2000/NT/95/98/Me computer with a specified intranet or internet NTP time server. Platforms: Windows

License: Freeware Size: 60 KB Download (117): Windows NTP Time Server Client Download

Added: November 24, 2010 | Visits: 1.540

SysInfo-DC for HP-UX System Information Data Collector is a tool for collecting information from a HP-UX operating system and some HP hardware and software. System Information Data Collector is a free software and provided by the author AS IS under terms of the GNU General Public License. Support engineers and... Platforms: *nix

License: Freeware Size: 13.31 KB Download (117): SysInfo-DC for HP-UX Download

Added: February 19, 2010 | Visits: 1.538

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

Gimp::ScriptFu::Client Gimp::ScriptFu::Client is a Perl client for the GNU Image Manipulation Program. Gimp::ScriptFu::Client acts as a source filter in a Scheme script that uses Text::Template to preprocess any embedded Perl fragments contained between { } brackets before sending the resulting Scheme to a Gimp... Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): Gimp::ScriptFu::Client Download

Added: May 15, 2010 | Visits: 1.051

POE::Component::Client::Rcon POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): POE::Component::Client::Rcon Download

Added: August 13, 2008 | Visits: 1.159

TipicIM - Desktop client TipicIM is Tipic's freeware instant messaging desktop client for Windows. It can be used with the TIMP IM server or any XMPP Compliant Server and allows you to communicate with your friends who use ICQ, Yahoo! Messenger and MSN Messenger. Features include: VOIP support; Chat or message style;... Platforms: Windows

License: Freeware Size: 4.1 MB Download (115): TipicIM - Desktop client Download

Added: February 03, 2010 | Visits: 1.438

SQL Admin SQL Admin is a Java client application to connect and send queries to different databases through JDBC. SQLAdmin uses the brand new SWT Toolkit. The main idea is to create a multiplatform and multidatabase thin client. For example, you can connect to an Microsoft SQL Server from a Linux... Platforms: *nix

License: Freeware Size: 89.09 KB Download (114): SQL Admin Download

Added: August 24, 2008 | Visits: 1.176

Sherrod FTP Client Free FTP Client for home and business with multiple connections, scheduled jobs , command line options, quick history connect, log viewer, optional automatic PGP encryption/decryption. secure FTP connections, Scheduled jobs allow automated backups to/from servers. Multi-threaded for simultaneous... Platforms: Windows

License: Freeware Size: 8.29 MB Download (114): Sherrod FTP Client Download

Added: January 25, 2010 | Visits: 931

GLoarbLine Client and Server GLoarbLine is a feature-rich, stable, safe and free client and server suite based upon the GNU General Public Licensed "Openline" source code. GLoarbLine's underlying architecture follows the original Hotline protocol. As such, it functions just like a regular Hotline client and server; and all... Platforms: Mac

License: Freeware Download (113): GLoarbLine Client and Server Download

Added: January 25, 2010 | Visits: 1.123

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

< 1 2 3 4 5 >