Main > Free Download Search >

Free ymsg 1.2 software for linux

ymsg 1.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1088
Net::YMSG 1.2

Net::YMSG 1.2


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

SYNOPSIS

use Net::YMSG;

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

Net::YMSG 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.

METHODS

This section documents method of the Net::YMSG class.

Net::YMSG->new()

It should be called with following arguments (items with default value are optional):

id => yahoo id
password => password
pre_login_url => url which refers to setting information.
(default http://msg.edit.yahoo.com/config/)
hostname => server hostname
(default scs.yahoo.com)

Returns a blessed instantiation of Net::YMSG.

Note: If you plan to connect with Yahoo!India (yahoo.co.in), it sets up as follows.

my $yahoo_japan = Net::YMSG->new(
pre_login_url => http://edit.my.yahoo.co.in/config/,
hostname => cs.yahoo.co.in,
);

Since it connects with Yahoo!(yahoo.com), this procedure is unnecessary in almost all countries.

<<less
Download (0.015MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1058 downloads
XMMS 1.2.8

XMMS 1.2.8


The most widely known mplayer for UNIX sNIX systems. more>>

XMMS 1.2.8 brings you a powerful tool which is the most widely known media player for UNIX systems. Basically a WinAMP clone, but a really good one. It's very easy to use this software. Download to enjoy it now.

<<less
Download (3.7MB)
Added: 2004-11-26 License: Freeware Price: FREE
12 downloads
WMeyes 1.2

WMeyes 1.2


WMeyes is a pretty simple application: it sits in the WindowMaker dock, and a pair of eyes track your cursor. more>>
WMeyes is a pretty simple application: it sits in the WindowMaker dock, and a pair of eyes track your cursor.
Actually, the program should work in all window managers, but then you dont have a dock to sit it in, in which case you might as well use xeyes.
Enhancements:
- I added changes based upon a patch I found at http://www.shiratori.riec.tohoku.ac.jp/~jir/linux/products/wmeyes/index-e.html which allows one to click upon the eyes and run a program.
- Your command will be fed directly to the shell, so that you can use shell metacharacters or what have you, although you will probably need to escape them. Note that wmeyes does not automatically background the program, so you will probably want to background it yourself.
For example:
# run an xmag whenever the eyes are clicked on
wmeyes -w -e xmag &
# show the number of lines with the word "foo" in them in your mail spool
wmeyes -e xmessage `grep -w foo $MAIL | wc -l` &
# make wmeyes stop working until you have finished with a shell
wmeyes -e xterm
# my personal favorite: make the screen blank when the eyes are clicked on
wmeyes -e xset dpms force off
I also added support for multiple displays at once. Use -d, -display, or --display as many times as you like.
<<less
Download (0.010MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1103 downloads
MyLang 1.2

MyLang 1.2


MyLang project is a vocabulary trainer. more>>
MyLang project is a vocabulary trainer.

It allows you to learn whole set of words in an efficient and convenient way.

It supports multiple translations of words, keeps track of your progress, and has a built in dictionary editor that greatly simplifies dealing with languages that use different keyboard layouts.

<<less
Download (2.4MB)
Added: 2006-10-12 License: LGPL (GNU Lesser General Public License) Price:
1107 downloads
Net::YMSG::CRAM 1.2

Net::YMSG::CRAM 1.2


Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. more>>
Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism.
SYNOPSIS
my $cram = Net::YMSG::CRAM->new();
$cram->set_id($your_yahoo_id);
$cram->set_password($your_password);
$cram->set_challenge_string($string_from_server);
my ($response_type6, $response_type96) = $cram->get_response_strings();
Net::YMSG::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.
Main features:
- Yahoo Instant Messaging
- Custom status message
- Invisible mode
- Complete offline messaging
- Store offline messages
- Buddy add message (Someone added you)
- Add new buddy (You add someone)
- All Chat rooms supported
- Easy installation
- Works on *unix, windows[Active-perl],Mac-OS
<<less
Download (0.015MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1047 downloads
nsFB 1.2

nsFB 1.2


nsFB is an internal AOLserver database driver for the Firebird or Interbase database. more>>
nsFB is an internal AOLserver database driver for the Firebird or Interbase database. It supports reading and writing BLOB data and ARRAY data.
nsFB project supports the full size of varchar (32765 bytes) or char (32767 bytes). Many configuration options are supported, such as charset, dialect, transaction isolation level, etc. All kinds of data types are supported, such as NUMERIC or DECIMAL
Enhancements:
- This release adds support for importing a file into a BLOB and writing a BLOB into a file.
- Hexadecimal or base 64 string representations of data can be read from or written to the database.
<<less
Download (0.022MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1097 downloads
XNum 1.2

XNum 1.2


XNum project is a integer arithmetic library written in C++. more>>
XNum project is a integer arithmetic library written in C++.
The difference between XNum and other libraries such as GMP is the the former tries to imitate the practical method that humans use to do the arithmetic themselves.
xnum implements the four basic operations (+, -, *, /) using the type of arithmetic we learned at school.
For example, to add two numbers
120
+14
---
134
This makes the code quite easy to read and understand.
C++ overloading techniques have been used so that the new data type, "XNumber", can be used naturally as the internal integer data types.
Enhancements:
- Updated to compile with less warning on gcc 3.x
<<less
Download (0.017MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1092 downloads
multirss 1.2

multirss 1.2


multirss is a SuperKaramba theme that supports aggregation of multiple RSS feeds. more>>
multirss is a SuperKaramba theme that supports aggregation of multiple RSS feeds and displays items in order of publication, most recent first.

<<less
Download (0.033MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
AnimeSys 1.2

AnimeSys 1.2


AnimeSys is a system monitoring SuperKaramba theme. more>>
AnimeSys is a system monitoring SuperKaramba theme.
It monitors:
- Date and time
- System Info
- CPU Usage
- Memory Load
- amaroK control
AnimeSys is my first attempt in programming a desktop karamba theme....hope you like it! Please write comments so that i can improve my skills for further projects...
The picture is from the anime series chobits!
<<less
Download (0.33MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
PostGIS 1.2.0

PostGIS 1.2.0


PostGIS is GIS extensions to the PostgreSQL relational database server. more>>
PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRIs SDE or Oracles Spatial extension.

PostGIS follows the OpenGIS "Simple Features Specification for SQL" and will be submitted for conformance testing at version 1.0.

PostGIS has been developed by Refractions Research Inc as a research project in open source spatial database technology. PostGIS is released under the GNU General Public License. Our list of future projects includes enhanced technology for data loading and dumping, user interface tools for direct data access and manipulation, and support for advanced topologies at the server side, such as coverages, networks, and surfaces.

There are now several open source tools which work with PostGIS. The uDig project is working on a full read amd write desktop environment that can work with PostGIS directly.

For internet mapping, the University of Minnesota Mapserver can use PostGIS as a data source. The GeoTools Java GIS toolkit has PostGIS support, as does the GeoServer Web Feature Server.

GRASS now supports PostGIS as a data source, through the PostGRASS driver. The JUMP Java desktop GIS viewer has a simple plugin for reading PostGIS data, and the QGIS desktop has good PostGIS support.

PostGIS data can be exported to several output GIS formats using the OGR C++ library and commandline tools (and of cource with the bundled Shape file dumper). And of course any language which can work with PostgreSQL can work with PostGIS -- the list includes Perl, PHP, Python, TCL, C, C++, Java, and more.

Installation:

Un-tar the PostGIS tar-ball in the contrib directory of your PostgreSQL source tree. You must untar the PostGIS source there or the Makefile will not work. You must have the PL/pgSQL prodedural language installed before installing PostGIS.

cd contrib
gunzip postgis-0.9.0.tar.gz
tar xvf postgis-0.9.0.tar
cd postgis-0.9.0
make
make install
createlang plpgsql yourtestdatabase
psql -d yourtestdatabase -f postgis.sql
psql -d yourtestdatabase -f spatial_ref_sys.sql

<<less
Download (1.4MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1061 downloads
pyChing 1.2.2

pyChing 1.2.2


pyChing project is a used for cast and interpret I Ching hexagrams. more>>
pyChing project is a used for cast and interpret I Ching hexagrams.
Main features:
- allows saving/restoring of readings for use within pyChing
- user configurable colors
- nifty coin animations
- readings may also be saved as text, for subsequent printing or whatever
- information on the hexagrams cast are available within the program
- hexagram information may be browsed at any time
- formatted hypertext help and information viewer
- pyChing should be portable across Linix/Unix/X11, Windows and MacOS/OSX
Enhancements:
- minor bugfix
- removed addressed deprecated module warning
<<less
Download (0.13MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1098 downloads
pyoooqs 0.1.2

pyoooqs 0.1.2


pyoooqs stands for Python OpenOffice.org Quickstarter and as the name suggests, it tries to be an OpenOffice.org Quickstarter. more>>
pyoooqs stands for Python OpenOffice.org Quickstarter and as the name suggests, it tries to be an OpenOffice.org Quickstarter.

pyoooqs was written for the GNOME Desktop and works as an GNOME Panel Applet. Currently, it doesnt have international support.

<<less
Download (0.018MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1320 downloads
WMcp 1.2.8

WMcp 1.2.8


WMcp is a simple dockable pager for use in Window Maker. more>>
WMcp is a simple dockable pager for use in Window Maker.

Installation:

Unzip the file: gunzip wmcp-1.2.8.tar.gz
Untar the file: tar xvf wmcp-1.2.8.tar
CD to src dir: cd wmcp-1.2.8

do one of these makes:

make -- make wmcp using the default button scheme (scalpel)
make scalpel -- make wmcp using the scalpel style button colors
make gv -- make wmcp using the ghostview style button colors

copy wmcp to some directory in your $PATH.
( ie: cp wmcp /usr/local/bin )

type wmcp

Grab the appicon and move it to the dock.

If make doesnt work, you may need to fiddle with the settings in the Makefile.

Tested on:

WindowMaker-0.20.3
WindowMaker-0.50.2
X Clients: Red Hat 5.0, Red Hat 6.0, HP-UX 10.20
X Servers: XFree86, Exceed, AccelX

Usage:

usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
[-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]

-g geometry: ie: 64x64+10+10
-d dpy: Display. ie: 127.0.0.1:0.0
-n workspaces: How many buttons to start with.
-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
-s y/n: Shaped window: yes or no (default y)
-c Sends CTRL + ALT + Key (default only sends ALT + key)
-v Verbose. 0=off, 1=on (default 0)
-x # Number of buttons on the x-direction (1,2,3 or 4)
-y # Number of buttons in the y-direction (1,2,3 or 4)
-h Help. This screen.

Left mouse button:

Selects the workspace to switch to.

Right / Middle mouse buttons:

Change the number of buttons displayed.
<<less
Download (0.008MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1099 downloads
WMMenu 1.2

WMMenu 1.2


WMMenu project provide a popup menu of icons for WindowMaker like in AfterStep, as a dockable application. more>>
WMMenu project provide a popup menu of icons for WindowMaker like in AfterStep, as a dockable application. It is not as powerful as there is only one menu level, but I think it is sufficient, since you can make multiple separate menus.

The program can be run more than once at the same time, which allows as much different menus, each one described in a separate file. The description simply consists in a suite of lines containing the pixmap name and the shell command to run, with the first line giving the dock image and the menus title (will be used later). The menu automatically pops up to the right or left depending on the on-screen position.

Why:

More functional to organize program launchers when you have lots, rather than pile them around the screen like we can see on some screenshots... (I conceive its less appealing).

Usage:

wmmenu [< options >...]

-h
show help message
-m MENUNAME (mandatory)
set the name of the menu file to load from ~/.wmmenu
-g WxH
set width and height of tile
-t XPMFILE
set the pixmap used as tile
-l XPMFILE
set the pixmap used as highlight to track pointer
-O oldleaving
use old behavior for hiding the button bar: hide only when
leaving the bar, not when leaving the tile.
-O click
activate the button bar only when clicking on the tile, not
when the mouse moves in and out.
-O noautoscale
disable automatic scaling of pixmaps, that makes them fit
inside specified tile size.
-O behind
draw highlight pixmap behind icon, not above.
-O hide=N
set the time delay necessary for the bar to close after the
cursor has left wmmenu. N is specified as a strictly positive
integer in milliseconds. 1 is used by default.
-r ROWS
arrange icons in the bar on multiple rows (specified as the
number ROWS). The default is one. Icons are arranged leftmost
from upper left corner.

<<less
Download (0.032MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
NoLogo 1.2

NoLogo 1.2


NoLogo is a text only theme for SuperKaramba. more>>
NoLogo is a text only theme for SuperKaramba.

Is higly inspired by many lo-fi themes.

It includes sample codes from other to fit my needs.

Despite the fact it is a v1, some adjustements might be needed on the distro description and laptop part ... any sudjestion would be apreciated.

<<less
Download (0.002MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1225 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5