Main > Free Download Search >

Free messenger 1.0.4 software for linux

messenger 1.0.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 201
Yahoo Messenger 1.0.4

Yahoo Messenger 1.0.4


Yahoo! Messenger for UNIX is an instant messenger. more>>
Yahoo! Messenger for Unix sends instant messages to your Windows and Unix friends!
Enhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
<<less
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads
Galaxium Messenger 0.4.6

Galaxium Messenger 0.4.6


Galaxium Messenger is an Instant Messenger for GNOME using the MSN service. more>>
Galaxium is a MSN service messenger application that runs in the GNOME environment on Linux. Galaxium Messenger is written by Adam Peck and Philippe Durand, students of the Southern Alberta Institute of Technology.

Here you will find information about the development of this new instant messenger and have an opportunity to involve yourself in the process!

<<less
Download (0.63MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1055 downloads
Devel::Messenger 0.01

Devel::Messenger 0.01


Devel::Messenger is a Perl module who let your code talk to you. more>>
Devel::Messenger is a Perl module who let your code talk to you.

SYNOPSIS

use Devel::Messenger qw{note};

# set up localized subroutine
local *note = Devel::Messenger::note {
output => print,
level => 2,
pkgname => 1,
linenumber => 1,
wrap => ["< !--", "-- >n"],
};

# print a note
note "This is a sample noten";

# print a multipart note
note "This is line two. ";
note "continue", "This is still line two.n";

# print if level is high enough
note 2, "This is debug level twon";

Do you want your program to tell you what it is doing? Send this messenger into the abyss of your code to bring back to you all the pertinent information you want.

First, set notes in your code, in-line comments that start with note instead of #.

# this is an in-line comment (it is boring)
note "this is a note (things start getting exciting now)n";

To keep your program from giving you terrible errors about note not being defined, give it something to do.

use subs qw{note};
sub note {}

Or you could import the slightly more powerful note subroutine defined in Devel::Messenger.

use Devel::Messenger qw{note};

By itself, note does not do anything. Right now, all it is doing is making sure Perl doesnt give you an error message and die.

<<less
Download (0.007MB)
Added: 2007-05-08 License: Perl Artistic License Price:
906 downloads
smixer 1.0.4

smixer 1.0.4


smixer is a command-line and scriptable program to control and display the mixer volume levels on a sound card in linux. more>>
smixer is a command-line and scriptable program to control and display the mixer volume levels on a sound card in linux. smixer is ideal for setting mixer settings on startup or to switch between multiple configurations quickly.

Distrubution of smixer is under the GNU GPL. See the "COPYING" and/or smixer.c file for more information.

Usage is explained very good in the man page.

smixer may be invoked with the following command-line options:
-a When printing current settings include all devices.
-p Print out the current mixer settings, then exit.
-f file Process commands from file, then exit.
[no options] Process commands from stdin (interactive or from a pipe), then exit.
<<less
Download (0.011MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1177 downloads
Revver 1.0.4

Revver 1.0.4


Revver is an upload client in Java for the Revver site. more>>
Revver is an upload client in Java for the Revver site.

To upload videos to Revver, you need a Revver account (create account now) and the Revver Upload Tool. After you download and double-click the Upload Tool, you can drag and drop a video to post it to your account.

We accept all common formats, including Quicktime, Windows Media, MPEG, MPG, ASF, MOV, WMV and most forms of AVI. Once you upload a video, it will be processed by our system to add the RevTag. To see the status of your files, login to Revver.com.

Creators: Share your videos and earn money.

Were here to help you earn money from your videos. Posting your videos is easy, free, and will get your work in front of a big audience (and its also a good way to share videos with friends). But Revver is much more than that - every video you upload is tagged so that you can earn money when people watch.
Before you post your video anywhere online, get a RevTag.

Unlike most video sites that take videos and give nothing back to creators, we created Revver from the beginning to support videomakers. When you upload a video, well attach a RevTag -- a single frame ad at the end of the video. Every time someone clicks on the ad, youll earn money.

Revver is an equal partnership -- you earn what we earn.

The income from RevTags is always split 50-50 between Revver and the creator. (If a partner site delivers the video to their users, we split the income after subtracting an affiliate commission.) Our success depends on your success. Heres how it works:

1. Create an account

It only takes 2 minutes to sign up and its completely free.

2. Post a video, get a RevTag

Drag and drop to upload your video. Well attach a RevTag to the file.

3. Share it, track it, earn money

Your video will appear on Revver.com and you can link to it or send it to friends. Every time someone clicks on the ad, youll earn money. And no matter where your video travels, the RevTag goes with it.

<<less
Download (0.14MB)
Added: 2006-01-04 License: Freeware Price:
1389 downloads
Syslog2 1.0.4

Syslog2 1.0.4


Syslog2 is an syslogds realtime parser and event handler. more>>
Syslog2 is an syslogds realtime parser and event handler. Event is a message from some service. It uses much simplified plugin system to add event handlers. Syslog2 written in Perl.
Syslog2 is an syslogds realtime parser and event handler. Event is a message from some service. It uses much simplified plugin system to add event handlers. Syslog2 written in Perl.
This is how to run the program:
cd /path/to/workdir && ./syslog2.pl
Algorithm
Syslog2 uses event based model.
Algorithm:
Syslog2 reads next message from syslogd, and parses it at four parts:
1. time
2. hostname
3. service
4. text of message
After this Syslog2 invokes handlers, which registered for this service. Handler invoked with four parameters: time,hostname,service,text of message.
Enhancements:
- add some feathures to install.pl script (remove already installed Syslog2; start Syslog2 after installation.
<<less
Download (0.009MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1203 downloads
Restlet 1.0.4

Restlet 1.0.4


Restlet is a framework that brings the simplicity and efficiency of the REST architectural style to Java developers. more>>
Restlet is a framework that brings the simplicity and efficiency of the REST architectural style to Java developers.
Restlet project is composed of two parts, a neutral API and a reference implementation (Noelios Restlet Engine). It supports all REST concepts (resource, representation, data, connector, components, etc.) and is suitable for both client and server REST applications.
The server connectors provided are HTTP (via Mortbays Jetty or an adapter Servlet) and the client connectors are HTTP, JDBC, and SMTP (via JavaMail).
Mission
- Bring the simplicity and efficiency of the REST architectural style to Java developers
Restlet API
- Supports all REST concepts (resource, representation, data, connector, components, etc.)
- Suitable for both client and server Web applications
- Maplets support the concept of URIs as UI with advanced pattern matching features
- Chainlets filter calls to implement features such as logging and authentication
- Complete alternative to Servlet API with no external dependency (JAR < 60kb)
- Supports blocking and non-blocking NIO modes
Noelios Restlet Engine (NRE)
- Reference implementation of the Restlet API provided by Noelios Consulting (core JAR < 110kb)
- Server connector provided: HTTP (via Jetty connectors or Servlet connector)
- Client connectors provided: HTTP, JDBC, SMTP (via JavaMail)
- Supports logging (LogChainlet), authentication (GuardChainlet) and cool URIs rewriting (RedirectRestlet)
- Static files serving (DirectoryRestlet) with metadata association based on file extensions
- FreeMarker template representations as an alternative to JSP pages
- Automatic server-side content negotiation based on media type and language
<<less
Download (8.1MB)
Added: 2007-08-02 License: CDDL (Common Development and Distribution License) Price:
816 downloads
Yahoo! Messenger for RedHat 9 1.0.4-1

Yahoo! Messenger for RedHat 9 1.0.4-1


Yahoo! Messenger 1.0.4-1 for RedHat 9 more>> Yahoo! Messenger 1.0.4-1 for RedHat 9
Whats New In This Version?
Consistent Look - The popular animated emoticons included in other versions of Messenger are now in the Unix version.
Archiving - Archived messages are now rendered in HTML, work faster, and are more reliable.
Bugfixes - Sound on RedHat kernels now works reliably.
Content - Content added from Address Book.
Performance Improvements - P2P file transfer is now possible from Windows clients.
To install the Linux version of Messenger:
RedHat Linux:
1. Save the appropriate file listed below to your machine.
2. Log in as root and type
rpm -i
with the appropriate filename depending on your version to install the application.
3. Run /usr/bin/ymessenger from X Window to launch the application.
<<less
Download (693KB)
Added: 2009-04-28 License: Freeware Price: Free
224 downloads
 
Other version of Yahoo! Messenger for RedHat
Yahoo! Messenger for RedHat 8.0 1.0.4-10 1.0.4-1. Yahoo! Messenger 1.0.4-1 for RedHat 8.0. Yahoo! Messenger for RedHat. Yahoo! Messenger
License:Freeware
Download (674KB)
315 downloads
Added: 2009-04-29
Yahoo! Messenger for RedHat 7.x 1.0.4-1x 1.0.4-1. Yahoo! Messenger 1.0.4-1 for RedHat 7.x. Yahoo! Messenger for RedHat. Yahoo! Messenger
License:Freeware
Download (944KB)
215 downloads
Added: 2009-03-31
Yahoo! Messenger for RedHat 6.x 1.0.4-1x 1.0.4-1. Yahoo! Messenger 1.0.4-1 for RedHat 6.x. Yahoo! Messenger for RedHat. Yahoo! Messenger
License:Freeware
Download (933KB)
214 downloads
Added: 2009-04-01
Sglib 1.0.4

Sglib 1.0.4


Sglib is a simple, generic library for C. more>>
Sglib project is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for:
- sorting arrays
- manipulating linked lists
- manipulating sorted linked lists
- manipulating double linked lists
- manipulating red-black trees
- manipulating hashed containers
Sglib consists of a single header file without any binary code. In consequence it is absolutely platform independent. In order to use it just put #include "sglib.h" into your source code.
The library is implemented in the C programming language and written for C programmers, however it is freely inspired by the Standard Template Library.
In general, Sglib macros are parametrized by the type of the data structure and a comparator function (or comparator macro). Several further generic parameters such as the name of the next field for linked lists may be required.
Although I wish to keep the library as simple as possible all suggestions for new functionalities are welcomed. Currently, the implementation of queues, priority queues, hashed tables and AVL trees is in progress.
Enhancements:
- This release fixes problems with overflow of the numeric comparator.
<<less
Download (0.059MB)
Added: 2007-02-06 License: Free for non-commercial use Price:
994 downloads
jPortScanner 1.0.4

jPortScanner 1.0.4


jPortScanner is a Java port scan utility. more>>
jPortScanner is a Java port scan utility.
Requires Java 1.4 or greater (for its use of regular expressions)
Installation:
gzip -d jPortScanner.1.0.4.tar.gz
tar -xvf jPortScanner.1.0.4.tar
cd jPortScanner.1.0.4
make
make install
To run type:
jPortScanner
Enhancements:
- which was causing localhost scans
- added Makefile/Install script
- Fixed bug with timeouts
<<less
Download (0.032MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1203 downloads
Net::YahooMessenger 0.16

Net::YahooMessenger 0.16


Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. more>>
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol.

SYNOPSIS

use Net::YahooMessenger;

my $yahoo = Net::YahooMessenger->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);

MAINTAINERS WANTED

This module is not in active maintenance now. Thus it doesnt play well with recent Yahoo! protocol updates. If you are interested in taking over this module on CPAN, please let me know your CPAN author ID to me at miyagawa[at]cpan.org.

Net::YahooMessenger is a client class for connecting with the Yahoo!Messenger server, and transmitting and receiving a message.

Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.

<<less
Download (0.016MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1052 downloads
SVNAccess 1.0.4

SVNAccess 1.0.4


SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface. more>>
SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface.

SVNAccess uses existing Apache password files/users and stores information in a MySQL database in order to generate an AuthzSVNAccessFile formatted access file.

One can also delegate admin rights to a group and repository access to users so that repository owners can manage their own access.

<<less
Download (0.010MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
857 downloads
eboard 1.0.4

eboard 1.0.4


eboard is a chess board interface for playing and studying chess. more>>
eboard is a chess board interface for playing and studying chess.

eboard is a graphical client to internet chess servers, an interface to computer chess engines and a tool for visualization, analysis and study of chess games.

<<less
Download (0.38MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
914 downloads
Kopete Massive Messenger 0.1

Kopete Massive Messenger 0.1


Kopete Massive Messenger is a Kommander script that lets you send repetitive messages to your Kopete contacts. more>>
Kopete Massive Messenger is a Kommander script that lets you send repetitive messages to your Kopete contacts.

<<less
Download (0.016MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1355 downloads
SIM Instant Messenger 0.9.4.3

SIM Instant Messenger 0.9.4.3


SIM Instant Messenger provides an plugins-based instant messenger with support for various protocols. more>>
SIM Instant Messenger provides an plugins-based instant messenger with support for various protocols.
Based on the Qt library it works on X11 (optional with KDE-support), MS Windows and MacOS X.
Main modules
- Core (_core) is the program interface
- Migrate (__migrate) Converts the old SIM 0.8.3-settings to the new 0.9x format
- Homedir (__homedir) sets the configuration-directory
Protocols modules
All protocols support richtext-messages, file transfer, typing notification, server-side contact list (with postponed synchronization - you can change contact list in offline mode and after log on all changes will be synchronized with server), new account registration, various searches and HTTP-polling.
You can use multiple accounts for each protocol.
- Oscar - ICQ and AIM support
- Jabber
- LiveJournal
- MSN
- Yahoo!
Enhancements:
Build system
- Autotools: fix libXss detection.
- Add initial CMake support.
Core
- Disable history filter when it is empty.
- Remove "To container" menu when separate containers are disabled.
- Auto scroll message view only if it is scrolled to the bottom.
- XFree: fix problems with Composite extension enabled.
ICQ plugin
- More fixes for receiving certain messages.
<<less
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
979 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5