Main > Free Download Search >

Free netmeeting 3.01 software for linux

netmeeting 3.01

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
DemoLinux 3.01

DemoLinux 3.01


DemoLinux is a distribution designed to reside entirely on a bootable CD. more>>
The DemoLinux CD allow to use Linux without installation, disk partitioning or any other complex manipulation that still prevent many people from giving Linux a try. This CD does not install Linux on your hard disk, but it allows you to play with it at lenght before you eventually decide to proceed with a full fledged installation.

This is made possible by a set of technical features in the Linux kernel and by some other free software (notably from S.u.S.E. and RedHat) that we use here.

Our goal is to allow everybody to make by himself an idea of what Linux can offer, and also to provide software publishers with a means to give out easy to use, no-hassle demos of their Linux products.

This CD is also a wonderful means of using Linux everywhere: you can take your favorite configuration with you in a CD that fits in your pocket, sit down in front of most PCs running another OS, boot from the CD and find yourself in front of your preferred environment in minutes.

<<less
Download (650MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1665 downloads
DeVeDe 3.01

DeVeDe 3.01


DeVeDe project creates video DVDs, suitables for home players. more>>
DeVeDe project creates video DVDs, suitables for home players.

DeVeDe can create video DVDs from any number of video files, in any of the formats supported by Mplayer.

The big advantage over other utilites is that it only needs Mplayer, Mencoder, DVDAuthor y MKisofs, so its dependencies are really small.

<<less
Download (1.1MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
866 downloads
Text::Roman 3.01

Text::Roman 3.01


Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms. more>>
Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms.

SYNOPSIS

use Text::Roman;

print roman(123);

Text::Roman::roman() is a very simple algarism converter. It converts a single integer (in arabic algarisms) at a time to its roman correspondent. The conventional roman numbers goes from 1 up to 3999. MROMANS (milhar romans) range is 1 up to 3999*1000+3999=4002999.

Up to these number we will found symbols as:??????but they do not concern this specific package. There is no concern for mix cases, like Xv, XiiI, as legal roman algarism numbers.

roman($int): return string containing the roman corresponding to the given integer, or if the integer is out of domain...

roman2int($str): return if $str is not roman or return integer if it is.

isroman($str): verify whether the given string is a conventional roman number, if it is return 1; if it is not return 0...

Quite same follows for mroman2int($str) and ismroman($str), except that these functions treat milhar romans.

<<less
Download (0.003MB)
Added: 2007-07-27 License: Perl Artistic License Price:
821 downloads
GNU Xnee 3.01

GNU Xnee 3.01


Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. more>>
Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of GNU Xnee as a robot that can imitate the job you just did.
Xnee can be used to:
- Automate tests e.g nightly automatic regression tests
- Demonstrate programs e.g record and replay a user interaction with your system
- Distribute actions e.g teachers actions can be sent to all students desktops
- Record and replay macro e.g Tie a key modifier combination (e.g using xkeymouse) to replay a recorded session. The macro is WM- and program independent.
- Retype a file e.g When testing an editor, Xnee can type in the content of a file. This can be compared with the original and thereby
Xnee consists of a library and two applications:
- cnees not an event amulator Command line program
- gnees not an emulator either Graphical User Interface (GUI) program
- libxnee is basically xnee Library used by cnee and gnee
All Xnee applications (gnee and cnee) receives X11 protocol data (e g XEvents) from an X server using the libxnee and prints them to a file. This file is used later on when replaying.
Events directly generated by the user (e.g KeyPress) can be replayed or faked. Requests, replies, errors and events not directly generated by the user (e.g MapNotify) can be recorded as well. By using these data Xnee applications can replay with synchronisation. This is not only useful but essential.
In order to verify that a program does the job its supposed to do, certain tests have to be made. These tests are, IMHO, perhaps the most boring things a programmer can do. To release the programmer from this burdon Xnee is made.
Xnee started out as a commad line program. During the development phase the main functionality was broken out to a library, called libxnee. The command line program changed its name to cnee. The thought behind making the library was to enable the writing of other clients than just a command line. Today there is a GUI program, gnee that uses the library.
With Xnee testcase(s) can be recorded and later on replayed. Xnee can also distribute events (both when recording and replaying) to other displays.
Xnee uses X Windows System.
Enhancements:
- doc/Makefile.in was missing and has been added. gnee->About->Close and pnee->About->Close were faulty and have been fixed.
<<less
Download (0.48MB)
Added: 2007-07-10 License: GPL v3 Price:
838 downloads
Netscape::History 3.01

Netscape::History 3.01


Netscape::History is a Perl object class for accessing Netscape history database. more>>
Netscape::History is a Perl object class for accessing Netscape history database.

SYNOPSIS

use Netscape::History;

$history = new Netscape::History();
while (defined($url = $history->next_url() ))
{
}

The Netscape::History module implements an object class for accessing the history database maintained by the Netscape web browser. The history database keeps a list of all URLs you have visited, and is used by Netscape to change the color of URLs which you have previously visited, for example.

With this module, you can get at the URLs stored in a Netscape history file, delete URLs, and add new ones. With the associated Netscape::HistoryURL module you can access the information which is associated with each URL.

Please Note: the database format for the browser history was changed with Netscape 4. Previously only the time of most recent visit was available; now you can also get at the time of your first visit, the number of visits, the title of the referenced page, and another value.

<<less
Download (0.009MB)
Added: 2007-03-24 License: Perl Artistic License Price:
949 downloads
MIME::Lite 3.01

MIME::Lite 3.01


MIME::Lite is a low-calorie MIME generator Perl module. more>>
MIME::Lite is a low-calorie MIME generator Perl module.

SYNOPSIS

use MIME::Lite;
Create a single-part message:
### Create a new single-part message, to send a GIF file:
$msg = MIME::Lite->new(
From =>me@myhost.com,
To =>you@yourhost.com,
Cc =>some@other.com, some@more.com,
Subject =>Helloooooo, nurse!,
Type =>image/gif,
Encoding =>base64,
Path =>hellonurse.gif
);
Create a multipart message (i.e., one with attachments):
### Create a new multipart message:
$msg = MIME::Lite->new(
From =>me@myhost.com,
To =>you@yourhost.com,
Cc =>some@other.com, some@more.com,
Subject =>A message with 2 parts...,
Type =>multipart/mixed
);

### Add parts (each "attach" has same arguments as "new"):
$msg->attach(Type =>TEXT,
Data =>"Heres the GIF file you wanted"
);
$msg->attach(Type =>image/gif,
Path =>aaa000123.gif,
Filename =>logo.gif,
Disposition => attachment
);
Output a message:
### Format as a string:
$str = $msg->as_string;

### Print to a filehandle (say, a "sendmail" stream):
$msg->print(*SENDMAIL);
Send a message:
### Send in the "best" way (the default is to use "sendmail"):
$msg->send;

In the never-ending quest for great taste with fewer calories, we proudly present: MIME::Lite.

MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed.

You can specify each message part as either the literal data itself (in a scalar or array), or as a string which can be given to open() to get a readable filehandle (e.g., "
You dont need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings.

If you need more sophisticated behavior, please get the MIME-tools package instead. I will be more likely to add stuff to that toolkit over this one.

<<less
Download (0.048MB)
Added: 2007-03-07 License: Perl Artistic License Price:
971 downloads
NOC 3.01

NOC 3.01


A powerful and open source protein structure explorer more>>
NOC 3.01 is a program to visualize and analyze protein structure, for crystallographic modeling and mapping, for Gromacs/Amber MD trajectories viewing and analysis. NOC is an open source project and is distributed with precompiled binaries for MS Windows, MacOSX, Linux/Unix.

Major Features:

  1. Structure factor calculation and R factor validation
  2. Fast fourier transformation for electron density synthesis
  3. Reflection data analysis
  4. Auto-fit residues side-chain against density data
  5. Customize molecular electronic density map contouring
  6. Easy to add/delete HOH, hetero atom Group, residue
  7. Real 3D Stereo Visualizing Support (need a Quad Buffer Graphic Adapter and a Stereo Glasses)
  8. Easy to make a animate stream of molecular model
  9. Solid surface creating and electrostatic potential calculation
  10. WYSIWYG Labeling method
  11. Easy to compare similar structures
  12. Auto structure checking and hydrogen atoms adding
  13. Predict possible motifs (sites) in the molecule
  14. Auto-determinate secondary structures
  15. Build related molecules and contacts according to molecular crystallographic symmetries
  16. Calculate molecular accessible surface, embedded surface, residue ccessibility
  17. Details of Hetero atom interactions in the molecule
  18. Details of Hydrogen bonds in the molecule
  19. Structure validation and quantify structure on the fly
  20. More precise ribbon model representation
  21. Novel Cartoon model representation
  22. Report many useful information both in text and plots for structure analysis
  23. High quality rendering and many types of output (such as TIFF, PNG, BMP, PS)
<<less
Download (5.7MB)
Added: 2007-11-25 License: Freeware Price: FREE
11 downloads
Netscape::HistoryURL 3.01

Netscape::HistoryURL 3.01


Netscape::HistoryURL is a URI::URL subclass with Netscape history information. more>>
Netscape::HistoryURL is a URI::URL subclass with Netscape history information.

SYNOPSIS

use Netscape::HistoryURL;

$url = new Netscape::HistoryURL(http://foobar.com/,
LAST, FIRST, COUNT, EXPIRE, TITLE);

The Netscape::HistoryURL module subclasses URI::URL to provide a URL class with methods for accessing the information which is stored in Netscapes history database.

The history database is used to keep track of all URLs you have visited. This is used to color previously visited URLs different, for example. The information stored in the history database depends on the version of Netscape being used.

<<less
Download (0.008MB)
Added: 2007-03-24 License: Perl Artistic License Price:
945 downloads
Gcal 3.01

Gcal 3.01


Gcal is a program for calculating and printing calendars. more>>
Gcal is a program for calculating and printing calendars. It displays hybrid and proleptic Julian and Gregorian calendar sheets, respectively for one month, three months, or a whole year.
It also displays eternal holiday lists for many countries around the globe, and features a very powerful creation of fixed date liststhat can be used for reminding purposes. Gcal can calculate various astronomical data and times of the Sun and the Moon for pleasure at any location, precisely enough for most civil purposes.
Gcal supports some other calendar systems, for example, the Chinese and Japanese calendars, the Hebrew calendar, and the civil Islamic calendar, too.
English user manual included; German user manual included.
Main features:
- Some special calendar sheet formats.
- Calendar sheets can be provided with week numbers.
- Variable number of year calendar sheet blocks.
- Adjustable ordering of displayed dates.
- Adjustable period of Gregorian Reformation.
- Proleptic Julian and Gregorian calendars.
- Adjustable highlighting of holidays and actual day.
- Variable starting day of week.
- Output of day-of-year numbers and concatenated day and day-of-year numbers.
- Allows user-defined ordering of the date elements.
- Output of fiscal years.
- Output of lists or ranges of months or years.
- Sorted output of selectable country/territory specific eternal holiday lists (mostly complete) for nearly *all* countries around the globe, which are generated automatically.
- Sorted output of Christian Western churches calendar holidays, Orthodox Christian Eastern churches old and new calendar holidays, Hebrew calendar holidays, Islamic civil calendar holidays (since AD 622), Persian "Jalaali" calendar holidays, Chinese and Japanese calendar holidays (since AD 1645), more "other" calendar system holidays, multicultural New Years Days, and start of "other" calendar system months, which are also generated automatically.
- Sorted output of fixed date lists which can be defined and created in a highly flexible manner.
- Allows filtration of fixed dates by using regular expressions and other built-in methods.
- Allows the use of date and text variables and basic operations on them.
- Some gimmicks like solar and lunar eclipse time, sunrise/sunset plus a lot of other Sun based data and times, Moon phase, Full and New Moon time, moonrise/moonset plus a lot of other Moon based data and times, zodiacal markers, equinox and solstice, air line distance between two geographic point locations plus course angles, biorhythm et cetera...
- Fixed dates can be stored in several files.
- Nearly unlimited nesting level of include files.
- Nearly unlimited internal text and table lengths.
- Default options can be stored in the `GCAL environment variable.
- Options and commands stored in response files can be preloaded.
- Uses either an external pager or a simple built-in pager.
- Detailed Texinfo reference manual.
- German, English and American program version by default.
- Supports various computer platforms.
- GNU `gettext internationalization technology, which allows the use of message catalogs for most native languages.
- GNU `autoconf(iguration) installation technology.
- Supports both UN*X short-style options and GNU long-style options.
<<less
Download (2.3MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1236 downloads
iTrustPage 3.01

iTrustPage 3.01


iTrustPage is an extension which prevents an Internet user from filling out untrustworthy Web forms. more>>
iTrustPage is an extension which prevents an Internet user from filling out untrustworthy Web forms.

iTrustPage prevents an Internet user from filling out untrustworthy Web forms. iTrustPage assumes that a users browser is trusted (when the browser is compromised, the user can be subject to attacks much more serious than phishing.) iTrustPages design is centered around three observations:

1. iTrustPage tries to be as user-transparent as possible. In designing this tool we tried very hard to avoid annoying the user.

2. Sometimes, iTrustPage cannot determine whether a form is trustworthy. In those cases, iTrustPage is asking the user to describe the form as if searching for the form on Google. This user-supplied information may help iTrustPage deem the form as trustworthy.

3. Any anti-phishing tool (including iTrustPage) has false negatives (i.e., a user can still visit a phishing site). iTrustPage tries very hard to minimize such occurrences, but there are no guarantees. After all, iTrustPage only offers pretty good phishing protection.

Warning: iTrustPage records anonymized usage information into a log. These logs are periodically sent to us. We analyze these logs for our research to characterize the benefits of using iTrustPage. Please visit our homepage for more information.

<<less
Download (0.053MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
832 downloads
UPX 3.01

UPX 3.01


UPX is a versatile executable packer. more>>
UPX is a versatile executable packer.
Main features:
- excellent compression ratio: typically compresses better than WinZip/zip/gzip, use UPX to decrease the size of your distribution !
- very fast decompression: ~10 MB/sec on an ancient Pentium 133, ~200 MB/sec on an Athlon XP 2000+.
- no memory overhead for your compressed executables because of in-place decompression.
- safe: you can list, test and unpack your executables. Also, a checksum of both the compressed and uncompressed file is maintained internally.
- universal: UPX can pack a number of executable formats:
- atari/tos
- djgpp2/coff
- dos/com
- dos/exe
- dos/sys
- linux/386
- rtm32/pe
- tmt/adam
- watcom/le (supporting DOS4G, PMODE/W, DOS32a and CauseWay)
- win32/pe
- portable: UPX is written in portable endian-neutral C++
- extendable: because of the class layout its very easy to add new executable formats or new compression algorithms
- free: UPX is distributed with full source code under the GNU General Public License, and may be used freely even with commercial programs.
<<less
Download (0.25MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
834 downloads
Arctic Glow 3.5.1.1

Arctic Glow 3.5.1.1


its appearance is fairly much the same as Arctic Glow 2 other than the newer style tabs to support current functionality. more>>

Arctic Glow 3.5.1.1 will make you feel pleasant because its appearance is fairly much the same as Arctic Glow 2 other than the 'newer' style tabs to support current functionality.

It has been entirely rebuilt from the default theme for Firefox 3.01.

<<less
Added: 2009-07-26 License: MPL Price: FREE
1 downloads
Lee Haywoods Chain Reaction 3.01

Lee Haywoods Chain Reaction 3.01


Chain Reaction (aka Critical Mass, aka Atoms) is an addictive, multi-player board game. more>>
Chain Reaction (aka Critical Mass, aka Atoms) is an addictive, multi-player board game. Lee Haywoods Chain Reaction is easy to learn to play. There is a computer player (for 2 player games only).
- Players take turns to add units (blobs) of their colour to either an empty cell or a cell they already occupy.
- Once the number of blobs in a cell equals the number of neighbouring cells - 2 in a corner, 3 along an edge and 4 elsewhere - the blobs explode, adding 1 blob to each neighbour and leaving the original cell empty.
- The neigbouring cell may then have enough blobs to explode as well - making their neigbours explode, and so on - a chain reaction.
- Any blobs affected by the chain reaction change colour to that of the person making the move - this is how other players cells are taken.
- Wipe out your opponent(s) and win - eventually someone is going to win because the total number of blobs increases by 1 with each move, gradually filling the board.
Main features:
- Provides a high-quality computer player (for a single opponent).
- Allows between 2 and 6 players.
- Graphical implementation - can be played either in a window or in full-screen mode.
- Configurable for different screen resolutions, allowing massive boards to be used.
- Audio support for both sound-cards and simple beeps/bells.
- Features a grid editor.
- Automatically moves the mouse pointer back to the current players last position.
- Indicates where each player last went.
- Shows progress indicators for each player and for the whole game.
- Player names may be entered and saved.
- Players can choose their favourite colour to play with.
- Foreground and background skins may be changed.
- Saved states can be automatically loaded when the program starts.
Game options:
- Provides the ability to undo and redo all moves.
- Games in progress can be saved and resumed later.
- Locks keyboard and mouse controls individually for each player.
- Players can stick with their favourite colour when the order of play is changed.
- Sound can be turned on and off during a game (for both samples and beeps).
<<less
Download (0.45MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
MSNre 0.9.1

MSNre 0.9.1


MSNre is a lightweight but powerful console-based MSN Instant Messenger clone. more>>
MSNre is a lightweight but powerful console-based MSN Instant Messenger clone. It has a easy-to-use curses BitchX-like user interface.
It has many features, including instant messaging, sending messages to cell phones, file transfer, complete contacts/groups management, email notifications, auto-away messages, netmeeting support, aliases, messages logging, event scripts, local contact list, multi-user chat support, ability to encode characters in the system locale, and much more.
Main features:
- Connection - Connect and login to the server, automatically reconnect when disconnected
- Status - Change own status (including Idle)
- Contacts - Download and show complete contact lists
- Friendly Names - Change your own friendly name
- Contact info - Show complete info about a contact
- Add/remove/rename - Add, remove and rename users and groups
- Block/unblock - Block and unblock other users
- Messaging - Send and receive messages
- Multi-user chat - Invite more users to existing chat sessions
- File Transfer - Send and receive files
- NetMeeting - Netmeeting/Gnomemeeting support
- Local contacts - Have contacts in a local contact list
- Ignore list - Ignore messages from people without blocking them
- Auto-away messages - Send auto messages while away
- Auto-idle - Automatically set Idle status
- Auto-accept files - Automatically accept incoming files
- Aliases - Create aliases for commands and contacts
- Messages logging - Log all the incoming/outgoing messages
- Event script - Run own script if an event appears
- E-mail notifications - Notify about unread, new e-mails
- Hotmail - Launch the browser to get to hotmail site
- Pager messages - Send messages on pager device (MSN Mobile)
- Phone numbers - Change own and show other users phone numbers
- Alerts - Receive MSN Alerts
<<less
Download (0.14MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
857 downloads
Ayttm 0.4.6-17

Ayttm 0.4.6-17


Ayttm is an instant messenger program, supporting various protocols such as MSN, Yahoo, AIM, Jabber, and more. more>>
Ayttm is an instant messaging (aka chat) client that provides all-in-one chat functionality for several major instant messaging services from one simple program. Ayttm "Contacts" allow you to refer to several accounts of the same person from a single contact name, making it one of the cleanest and simplest clients to use.
Ayttm is the heir of the Everybuddy project, and aims to continue improving the program and addressing its shortcomings. Our primary goal is to provide a messenger which is :
- simple: Ayttm should work nicely without having to first go through a complicated configuration procedure. The preferences should be simple and minimal.
- stable: Ayttm should not crash when you use it.
- intuitive: Ayttm should be almost instantly usable by my mother ;)
- flexible: Ayttm supports multiple protocols and they should be supported in an integrated manner (common interface, for example), without limiting protocol-specific features support. Ayttm currently handles Yahoo!, MSN, Jabber, IRC, AIM and ICQ.
Ayttm is developed primarily for Linux but it is also available on BSD and Windows NT/2000 platforms.
Main features:
- Yahoo!
- MSN Messenger
- Jabber support (including SSL)
- IRC (Internet Relay Chat) support
- ICQ support
- AIM-TOC (AOL Instant Messenger)
- SMTP (for sending emails)
- File Transfers to/from MSN and Yahoo! users, and receive only from AIM users
- Group Chat (Conferences) with AIM, Jabber, MSN and Yahoo! users
- MSNs Netmeeting integration, using GnomeMeeting
- Yahoo Webcam viewing support
- Protocol Transparency - one buddy, one chat window, multiple accounts on multiple IM systems!
- Tabbed chat, with color alerts for new messages
- Themable smiley graphics
- Tooltips to track peoples status
- Conversation and group-chat logging
- File Transfer between Ayttm clients (with any protocol)
- Away mode and other status indicators
- Play sounds (with esd and artsd support)
- Asynchronous connections
- Support for multiple accounts on the same service for almost every service
- Auto-join to chatrooms
- Chat logs export
- Server-side userlist and groups management
- Automatic translation using Babelfish
- Automatic conversion to L33t-speak (yeah, we wanna have fun!)
- Importing of everybuddy, gnomeicu, gaim, and Licq buddy lists
- Keep notes on Contacts
- Rainbow colors in messages
- Digital signature and encrpytion plugin using GPG - compatible with kopete
- Typing notifications for MSN, Yahoo! and Jabber
- Spell checker
<<less
Download (7.17MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1645 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2