









Serving Software Downloads in 976 Categories, Downloaded 31.088.325 Times
Full-featured,high-performance 123FlashChat can integrate user db in forums or portals & has the most customized skin! It allows you to organize chat-events, collaborative work sessions or online meetings stably. With this exe client, even those members who unfortunately don't have flash player...
Platforms: Windows
License: Freeware | Size: 1.3 MB | Download (1200): 123 Flash Chat Server Software Windows Client Download |
Microsoft has annoyed the world with RDP 6 issues, bugs, difficulty to install it, requierements... RDP 6 portable is the very simple, easy to use program to blow-up all of these issues. It is a fully functionnal RDP 6 client standalone program. Less than 3 MB: no more need to install 350 MD of...
Platforms: Windows, Windows CE
License: Freeware | Size: 2.46 MB | Download (1287): Portable RDP 6 client Download |
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 (84): Crystal Mud Client Download |
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 (94): Gimp::ScriptFu::Client Download |
afbackup project is a client-server backup system offering several workstations a centralized backup to special backup servers. The backup on the clients can be started automatically using cron-jobs on the clients, but the more intelligent solution is to start it remotely from a central...
Platforms: *nix
License: Freeware | Size: 1.15 MB | Download (79): afbackup Download |
Ragnarok Online Client project is a client to the Ragnarok online network. Ragnarok Online Client is a client to the Ragnarok online network, an MMORPG. This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date...
Platforms: *nix
License: Freeware | Size: 16.38 KB | Download (552): Ragnarok Online Client Download |
HTTP Proxy Client is the small set of libraries and scripts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication. The list of programs includes: telnet, ftp, licq, cvs, smth else? Project implements dynamic library, that can be preloaded...
Platforms: *nix
License: Freeware | Size: 296.96 KB | Download (118): HTTP Proxy Client Download |
mod_authz_ldap is an Apache LDAP Authorization module. What it does: This Apache LDAP authentication/authorization module tries to solve the following problems that other such modules may not solve in all cases: - Map the short form of the distinguished name of a certificate and its issuer...
Platforms: *nix
License: Freeware | Size: 389.12 KB | Download (75): mod_authz_ldap Download |
POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,...
Platforms: *nix
License: Freeware | Size: 7.17 KB | Download (137): POE::Component::Client::Halo Download |
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 (91): POE::Component::Client::Rcon Download |
POE::Component::Client::Traceroute is a non-blocking traceroute client. SYNOPSIS use POE qw(Component::Client::Traceroute); POE::Component::Client::Traceroute->spawn( Alias => tracer, # Defaults to tracer FirstHop => 1, # Defaults to 1 MaxTTL => 16, # Defaults to 32 hops Timeout => 0, #...
Platforms: *nix
License: Freeware | Size: 15.36 KB | Download (73): POE::Component::Client::Traceroute Download |
Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP. SYNOPSIS use Samba::LDAP::Config; my $config = Samba::LDAP::Config->new() or die "Cant create objectn"; # Returns where smbldap.conf, smbldap_bind.conf and # smb.conf are located my $smbldap_conf =...
Platforms: *nix
License: Freeware | Size: 81.92 KB | Download (76): Samba::LDAP::Config Download |
Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User. SYNOPSIS use Carp; use Samba::LDAP::User; # create Template object my $user = Samba::LDAP::User->new() or croak "Cant create objectn"; Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and...
Platforms: *nix
License: Freeware | Size: 81.92 KB | Download (83): Samba::LDAP::User Download |
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. SYNOPSIS use Carp; use Samba::LDAP; my $samba = Samba::LDAP->new() or croak "Cant create objectn"; my $domain = $samba->get_local_sid();.
Platforms: *nix
License: Freeware | Size: 81.92 KB | Download (74): Samba::LDAP Download |
FUSE::Client is a Perl-FUSE client. SYNOPSIS use FUSE::Client; $c = FUSE::Client->new({ Port=>35008, Quiet=>1, }); $c->connect(); $c->send("COMMAND","parameter"); $c->disconnect(); The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server. The...
Platforms: *nix
License: Freeware | Size: 2.05 KB | Download (157): FUSE::Client Download |
MudMagic Mud Client is a client for connecting to online text games..
Platforms: *nix
License: Freeware | Size: 634.88 KB | Download (77): MudMagic Mud Client Download |
Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game. Cyanide is intended to be the most dynamic multi-player online role-playing game ever made. This client uses an isometric perspective to present scenes. It is programmed with Python,...
Platforms: *nix
License: Freeware | Size: 645.12 KB | Download (76): Reality Cyanide client Download |
Festival::Client::Async is a non-blocking interface to a Festival server. SYNOPSIS use Festival::Client::Async qw(parse_lisp); my $fest = Festival::Client::Async->new($host, $port); $fest->server_eval_sync($lisp, %actions); # blocking $fest->server_eval($lisp); # just queues $lisp for...
Platforms: *nix
License: Freeware | Size: 30.72 KB | Download (78): Festival::Client::Async Download |
Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => bob, password => secret, secure => 1, # for the paranoid and patient ); $y->select_folder(Inbox); $m =...
Platforms: *nix
License: Freeware | Size: 6.14 KB | Download (184): Mail::Client::Yahoo Download |
Persistent::LDAP is a persistent class implemented using a LDAP directory. SYNOPSIS use Persistent::LDAP; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $person = new...
Platforms: *nix
License: Freeware | Size: 15.36 KB | Download (71): Persistent::LDAP Download |