Main > Free Download Search >

Free c client 1.1.0 software for linux

c client 1.1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3014
Google Data Objective-C Client 1.1.0

Google Data Objective-C Client 1.1.0


Google Data Objective-C Client provides a framework and source code that make it easy to access data through Google Data APIs. more>>
Google Data Objective-C Client provides a framework and source code that make it easy to access data through Google Data APIs.
The Google data APIs provide a simple protocol for reading and writing data on the web. Many Google services provide a Google data API.
Each of the following Google services provides a Google data API:
- Base
- Blogger
- Calendar
- Spreadsheets
- Picasa Web Albums
- Notebook
Additional services with Google data APIs that are not yet supported by the Objective-C Client Library:
- Code Search
- Google Apps Provisioning
<<less
Download (0.60MB)
Added: 2007-08-08 License: The Apache License 2.0 Price:
810 downloads
Ghoti IRC Client 0.86

Ghoti IRC Client 0.86


Ghoti is a GUI-based IRC Client for unix/linux. more>>
Ghoti is a GUI-based IRC Client for unix/linux, written in Perl, and distributed under the GPL. Ghoti IRC Client has an uncanny similarity to mIRC.
Main features:
- Multi-server support
- Fully customisable GUI
- DCC Resume support
- Support for mIRC colours
- Robust CTCP flood protection
- Built in XDCC/CDCC file offering
- On-event sounds (if you really must)
<<less
Download (0.15MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1190 downloads
LIRC Client Daemon 0.9.1

LIRC Client Daemon 0.9.1


LIRC Client Daemon project is an attempt to solve certain problems in LIRC. more>>
LIRC Client Daemon project is an attempt to solve certain problems in LIRC.

The LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC.

It ships with a replacement library for LIRCs liblirc_client, which connects to lirccd instead of lircd. This primarily helps solve the synchronization present in the standard liblirc_client, and also empowers the user with a much more flexible configuration file format.

<<less
Download (0.23MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1015 downloads
XML-RPC Client/Server C Library 0.9.10

XML-RPC Client/Server C Library 0.9.10


XML-RPC Client/Server C Library supports persistent HTTP/1.1 conenctions over SSL. more>>
XML-RPC Client/Server C Library is a cross-platform software written in C that supports persistent HTTP/1.1 conenctions over SSL and comes with XML-RPC interface description language and client/server code compiler. Libxr depends on glib2 and libxml2.
Main features:
- Persistent connections over HTTP/1.1
- SSLv3/TLSv1 using OpenSSL.
- XML-RPC interface description language (XDL).
- XML-RPC client stubs/servlet skels compiler.
- Multiple servlets per server.
- Servlet lifetime (init -- call -- call -- fini).
- Multiplatform (linux, mingw32 on windows).
- IPV6 as soon as OpenSSL 0.9.9 is released.
<<less
Download (0.40MB)
Added: 2007-05-19 License: LGPL (GNU Lesser General Public License) Price:
894 downloads
Oracle client 1.00

Oracle client 1.00


Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.

It is relatively simplistic, but much more useful than dbishell or sqlplus.

The project supports readline, history, desc, and various shorthand commands like d, , c, etc.

<<less
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
GData Java Client 1.13.0

GData Java Client 1.13.0


GData Java Client provides a library and source code that make it easy to access data through Google Data APIs. more>>
GData Java Client provides a library and source code that make it easy to access data through Google Data APIs.

The Google data APIs ("GData" for short) provide a simple standard protocol for reading and writing data on the web. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom publishing protocol, plus some extensions for handling queries.

Google also provides a set of client libraries for interacting with GData-enabled services, in a variety of programming languages. Using these libraries, you can construct GData requests, send them to a service, and receive responses.

<<less
Download (9.6MB)
Added: 2007-08-08 License: The Apache License 2.0 Price:
809 downloads
FUSE::Client 1.08

FUSE::Client 1.08


FUSE::Client is a Perl-FUSE client. more>>
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 external interface to FUSE::Client is:

$c = FUSE::Client->new( [%options] );

The object constructor takes the following arguments in the options hash:

Quiet = 0|1

Whether to be quiet. Default is to report all events to STDOUT (not Quiet).

Port = n

The port for the client to connect to. Default is 1024.

$c->connect();

This method connects the client to the server.

$c->disconnect();

This method disconnects the client from the server.

$c->send( $command, $parameter );

Send a FUSE formatted command message to the server, with the specified parameter.

<<less
Download (0.002MB)
Added: 2007-04-04 License: Perl Artistic License Price:
936 downloads
Console Jabber Client 1.0.0

Console Jabber Client 1.0.0


Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients. more>>
Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients.

CJC is a Jabber/XMPP client for text terminals. Console Jabber Client uses pyxmpp library for XMPP comunication and curses for screen output. It is not finished yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.

<<less
Download (0.10MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1262 downloads
NNTP Client Lib 0.1.5

NNTP Client Lib 0.1.5


NNTP Client Lib is a Java implementation of RFC 997 for newsreaders, with support for authentication and logging. more>>
NNTP Client Lib is a Java implementation of RFC 997 for newsreaders, with support for authentication and logging.
NNTP Client Lib is meant to be used by newsreader implementations as some NNTP commands irrelevant for newsreaders are not implemented. Support for MIME or any other article encoding is not included.
If you want to quickly see nntpClientLib working, run NewsDemo . Note that this prints every message to System.err; you can edit NewsDemo.java and choose any other PrintStream.
KNOWN ISSUES:
- The POST and AUTHUSER commands havent been tested (yet).
TODO List:
- FIX NNTPConnectionImpl.disconnect() NullPointerException if host is unreachable.
- Add SSL support.
Enhancements:
- A new logging system and code cleanup.
<<less
Download (0.18MB)
Added: 2006-09-30 License: BSD License Price:
1121 downloads
Reality Cyanide client 1.1.2

Reality Cyanide client 1.1.2


Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game. more>>
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, pygame (SDL), and OpenGL.

Full 3D movement is possible, and the servers code can be exchanged online.

<<less
Download (0.63MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1023 downloads
Reliby 1.1.0

Reliby 1.1.0


Reliby is a Firefox extension that can reload all your Live Bookmarks aka RSS feeds with a push of a button. more>>
Reliby is a Firefox extension that can reload all your Live Bookmarks aka RSS feeds with a push of a button.

<<less
Download (0.011MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
900 downloads
SMM++ Mud Client 6.1.1

SMM++ Mud Client 6.1.1


SMM++ Mud Client project is a client with mapping functionality and lots of other features. more>>
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++ features a highly-customizable user interface (labels, buttons, and menus) and unique and powerful mapping capabilities, and SMM++ is the only mapping crossplatform (Tcl/Tk based) mud client available.
Enhancements:
- ::smm::action replaced with ::smm::reaction (pretty stable)
Added:
- ::smm::pasteok hook (not tested extensively, yet)
<<less
Download (0.24MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
Piorun Jabber Client 0.1.0

Piorun Jabber Client 0.1.0


Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients. more>>
Piorun Jabber Client is a Jabber client for Gnome with user interface simmilar to IRC clients.

Currenly implemented features include: standard chat, multi-user chat, roster and subscriptions management, VCards, privacy lists, secure connections (TLS and SALSL).
Piorun is written using Mono/Gtk#

<<less
Download (0.22MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1514 downloads
Oww Client 0.5.4

Oww Client 0.5.4


Oww Client is a graphical client program for One-Wire Weather (Oww) servers. more>>
Oww Client is a graphical client program for One-Wire Weather (Oww) servers. Oww Client is based on GTK+, displaying lists of collected weather data from one or more servers.
Enhancements:
- Owwl was enhanced to include new sensor types (mainly for cryogenic readout).
- A status window was added.
- Reconnexion is now automatic, after the remote server drops it.
<<less
Download (0.038MB)
Added: 2006-06-09 License: Artistic License Price:
1233 downloads
MudMagic Mud Client 1.9

MudMagic Mud Client 1.9


MudMagic Mud Client is a Gnome text game client to connect to muds. more>>
MudMagic Mud Client is a client for connecting to online text games.
Main features:
- Written in gnomes gtk
- Free for use and modifications
- OpenSource development
- MSP, MCCP, ZMP support
- HTML support
- Perl & Python script support
- Plugin-management
- Automapper with notes
- Note writing
- Session management
- Multi-line input
- Game storage details
- On demand game list
- Modular developed for expansion
- Linux and windows compatible
- Triggers available
- Alias writing and storage
- Macro and hotkey management
- SQLite user database
- Extensible UI with plugins
- Software supported by MudMagic.Com
- Will always be free
- and much more...
<<less
Download (0.62MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1149 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5