Main > Free Download Search >

Free suitable synonym software for linux

suitable synonym

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 454
Synonym 0.4.3

Synonym 0.4.3


Synonym that allows a company to easily archive all email messages going in and out. more>>
Synonym that allows a company to easily archive all email messages going in and out. It can copy mail messages, delete, reject or add a text and/or html signature based on a XML based configuration file listing regular expression rules.

An archive containing all the messages that passed through a companys MTA ensures no messages are lost.

Even when using public folders with read-only access, some messages might not contain the public folder address in the recipients list so when a user deletes a message that email might be lost forever.

A searchable archive of all the talks between a company and the client is a very useful tool allowing incident tracking for people that were not directly involved in the email flow.

<<less
Download (0.30MB)
Added: 2005-10-13 License: Other/Proprietary License Price:
1473 downloads
KIptablesGenerator 1.3.1

KIptablesGenerator 1.3.1


KIptablesGenerator is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy. more>>
This is a KDE-based wizard aimed at making the process of setting up a linux netfilter firewall easy, especially on distributions with no firewall tool of their own, such as slackware.
It creates a shell script, suitable for caling from an init script, or on slackware, being saved as /etc/rc.d/rc.firewall.
It currently filters incoming packets, but support for outgoing filtering and routing/masquerading setup is planned.
Enhancements:
- Adding masquerading support, more sysctl options, cleaned up UI and rewrote most of the output generation function.
- Fixed compilation under GCC 4.
<<less
Download (0.57MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1514 downloads
Crucible 1.7.1

Crucible 1.7.1


Crucible provides a powerful, flexible backend for building automated testing systems. more>>
Crucible provides a powerful, flexible backend for building automated testing systems. Crucible allows for conducting tests on multiple machines (via NFS), including patching, rebuilding, and booting new kernels, libraries, and services.

Configuration and customization can be done through simple config files and bash scripts. It is suitable for performing tests of GUI applications, services, libraries, and kernel patches.
<<less
Download (0.078MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1078 downloads
X Interface Monitor 1.8.4

X Interface Monitor 1.8.4


X Interface Monitor monitors any network interface for traffic, load average, and various other statistics. more>>
X Interface Monitor (abbriviated xifmon) monitors any network interface (most suitable, the ppp# interface) for traffic, load average, and various other statistics using purly ioctl() directly to the Linux kernel.

It also has options to run `connect and `disconnect scripts, for dialup modem users who want easy connecting and disconnecting.

<<less
Download (0.49MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1477 downloads
Picture Downloader 0.2b

Picture Downloader 0.2b


Picture Downloader is an app suitable for downloading pictures from websites. more>>
Picture Downloader is an app suitable for downloading pictures from websites. Picture Downloader as the name implies is an application written in C-Sharp and Gtk-Sharp made to automate the process of downloading images from websites, Perfect for TGPs.
Right now Picture Downloader is in a very early stage of development , this means bugs are still there and some features are on their way.
Main features:
- Scan HTML code to extract links to images.
- Save pictures to a desired directory.
- Filter type of pictures (jpg, jpeg, gif, png).
- Can download from secure sites (.htacces, .htpasswd).
<<less
Download (0.011MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
894 downloads
File::BSDGlob 0.94

File::BSDGlob 0.94


File::BSDGlob is a Perl extension for BSD glob routine. more>>
File::BSDGlob is a Perl extension for BSD glob routine.

SYNOPSIS

use File::BSDGlob :glob;
@list = glob(*.[ch]);
$homedir = glob(~gnat, GLOB_TILDE | GLOB_ERR);
if (GLOB_ERROR) {
# an error occurred reading $homedir
}

## override the core glob (even with -T)
use File::BSDGlob globally;
my @sources =

File::BSDGlob implements the FreeBSD glob(3) routine, which is a superset of the POSIX glob() (described in IEEE Std 1003.2 "POSIX.2"). The glob() routine takes a mandatory pattern argument, and an optional flags argument, and returns a list of filenames matching the pattern, with interpretation of the pattern modified by the flags variable. The POSIX defined flags are:

GLOB_ERR

Force glob() to return an error when it encounters a directory it cannot open or read. Ordinarily glob() continues to find matches.

GLOB_MARK

Each pathname that is a directory that matches the pattern has a slash appended.

GLOB_NOCHECK

If the pattern does not match any pathname, then glob() returns a list consisting of only the pattern. If GLOB_QUOTE is set, its effect is present in the pattern returned.

GLOB_NOSORT

By default, the pathnames are sorted in ascending ASCII order; this flag prevents that sorting (speeding up glob()).
The FreeBSD extensions to the POSIX standard are the following flags:

GLOB_BRACE

Pre-process the string to expand {pat,pat,...} strings like csh(1). The pattern {} is left unexpanded for historical reasons (and csh(1) does the same thing to ease typing of find(1) patterns).

GLOB_NOMAGIC

Same as GLOB_NOCHECK but it only returns the pattern if it does not contain any of the special characters "*", "?" or "[". NOMAGIC is provided to simplify implementing the historic csh(1) globbing behaviour and should probably not be used anywhere else.

GLOB_QUOTE

Use the backslash () character for quoting: every occurrence of a backslash followed by a character in the pattern is replaced by that character, avoiding any special interpretation of the character.

GLOB_TILDE

Expand patterns that start with ~ to user name home directories.

GLOB_CSH

For convenience, GLOB_CSH is a synonym for GLOB_BRACE | GLOB_NOMAGIC | GLOB_QUOTE | GLOB_TILDE.

The POSIX provided GLOB_APPEND, GLOB_DOOFFS, and the FreeBSD extensions GLOB_ALTDIRFUNC, and GLOB_MAGCHAR flags have not been implemented in the Perl version because they involve more complex interaction with the underlying C structures.

<<less
Download (0.015MB)
Added: 2007-04-25 License: Perl Artistic License Price:
912 downloads
Perl::Dist::Builder 0.0.5

Perl::Dist::Builder 0.0.5


Perl::Dist::Builder is a Perl module to create win32 Perl installers. more>>
Perl::Dist::Builder is a Perl module to create win32 Perl installers.

SYNOPSIS

use Perl::Dist::Builder;
my $pdb = Perl::Dist::Builder->new( vanilla.yml );
$pdb->remove_image;
$pdb->build_all;

Perl::Dist::Builder is alpha software.

Perl::Dist::Builder uses a configuration file to automatically generate a complete, standalone Perl distribution in a directory suitable for bundling into an executable installer.

Perl::Dist::Builder requires Perl and numerous modules. See Perl::Dist::Bootstrap for details on how to bootstrap a Perl environment suitable for building new Perl distributions.

<<less
Download (0.035MB)
Added: 2006-10-18 License: Perl Artistic License Price:
1101 downloads
Klaverjas Score 0.2

Klaverjas Score 0.2


Klaverjas Score is a program to keep track of the scores during a game of klaverjas (a Dutch card game). more>>
Klaverjas Score is a program to keep track of the scores during a game of klaverjas (a Dutch card game).

The program is meant to replace written score keeping, making accurate score listing much easier. It also keeps track of previous games.

Klaverjas Score is very suitable for small groups of people that play together regularly and that would like to have a record and comparison of their games.

<<less
Download (0.13MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
893 downloads
Aubit 4GL compiler 1.00.44

Aubit 4GL compiler 1.00.44


Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. more>>
Aubit 4GL compiler is a project to make a free Informix-4GL compatible compiler. Aubit 4GL compiler translates 4GL source into executable programs, enabling fast creation of screen/form-based applications.

With support for SQL statements forming an intrinsic part of the language, its especially suitable for developing database-oriented applications. Database connectivity is provided for PostgreSQL, Informix, and ODBC. It supports both ncurses (console mode) and GTK+ (GUI mode) output.

<<less
Download (5.5MB)
Added: 2007-06-18 License: LGPL (GNU Lesser General Public License) Price:
546 downloads
StepStats 1.0

StepStats 1.0


StepStats is a smart and simple application that allows you to keep track of your sport successes. more>>
StepStats is a smart and simple application that allows you to keep track of your sport successes. The application is perfectly suitable for all sports, where you want to create stats on distance, time or speed.
Main features:
- simple, understandable interface
- keeps track of date, distance, steps and time
- gives you stats with overall values and a nice graph with your speed
- automatic backup of your data once a week to prevent data loss or corruption
- available for MacOS X, Windows and Linux
- and best of all - It is Freeware
<<less
Download (2.5MB)
Added: 2007-08-06 License: Freeware Price:
809 downloads
Bio::Tree::NodeNHX 1.4

Bio::Tree::NodeNHX 1.4


Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. more>>
Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags.

SYNOPSIS

use Bio::Tree::NodeNHX;
my $nodeA = new Bio::Tree::NodeNHX();
my $nodeL = new Bio::Tree::NodeNHX();
my $nodeR = new Bio::Tree::NodeNHX();

my $node = new Bio::Tree::NodeNHX();
$node->add_Descendents($nodeL);
$node->add_Descendents($nodeR);

print "node is not a leaf n" if( $node->is_leaf);

Makes a Tree Node with NHX tags, suitable for building a Tree. See Bio::Tree::Node for a full list of functionality.

<<less
Download (4.7MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
zstar Networked 3D project 0.7

zstar Networked 3D project 0.7


zstar Networked 3D project is a free 3D networked application platform. more>>
zstar Networked 3D project is a free 3D networked application platform.
zstar (z*) Networked 3D project is an extensible, distributed system for 3D application and game development, consisting of an abstract game client (similar in concept to the one that xpilot uses) and a game server to which players connect to play games against other players or alone.
This framework should be suitable for FPS, VR, MUDs, or any application that requires 3D and networking.
Enhancements:
- Added java interfaces for camera/object messages
- Added walk system
- Added ac3d/sgi rgb loading
- Bug fixes
- Bug fixes on the chat
- Added texture cache and object cache.
- Mipmaps are now in for voodoo users.
<<less
Download (0.69MB)
Added: 2006-11-14 License: LGPL (GNU Lesser General Public License) Price:
1075 downloads
pam_dotfile 0.7

pam_dotfile 0.7


pam_dotfileis a PAM module which allows users to have more than one password for a single account, each for a different service. more>>
pam_dotfileis a PAM module which allows users to have more than one password for a single account, each for a different service.

This is desirable because many users have objections to using the same password for (as an example) an IMAP4 mailbox and SSH access.

The IMAP4 password should be distinct from the SSH password because the user wants to save the former in the configuration of his mail agent, but not the latter. The same applies to POP3 mailboxes, FTP and comparable services.

PAM parameters

debug - Be very verbose to syslog(3)
use_first_pass - Dont issue a password prompt, use one supplied by a previous modules
try_first_pass - Nearly the same as use_first_pass, but dont fail if no password was supplied, instead query the user
use_authtok - Synonym for use_first_pass
rootok - Dont deny access for users with uid == 0
nullok - Dont deny access for null passwords
fork - Always fork before trying to open the password files via the helper tool
nofork - Never fork
no_warn - Suppress warnings to syslog(3)
stat_only_home - verifies group/world readability only inside the home directory. e.g. if the configuration file is /home/waldo/.pam/service only /home/waldo/.pam and /home/waldo are tested. This is sometimes necessary if the home directories are symbolic links.
nocompat05 - Disable compatibility with pam_dotfile<<less
Download (0.22MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1255 downloads
Quotatool 1.4.9

Quotatool 1.4.9


Quotatool is a utility to set filesystem quotas from the commandline. more>>
Quotatool project is a utility to set filesystem quotas from the commandline. Most quota-utilities are interactive, requiring manual intervention from the user.
Quotatool on the other hand is not, making it suitable for use in scripts and other non-interactive situations.
Platforms
Quotatool compiles and runs on the following platforms:
- Linux
Kernels: 2.2, 2.4 and 2.6
Filesystems: Ext2, Ext3, ReiserFS & XFS
- Solaris
- AIX
Porting to other systems should be fairly easy.
Enhancements:
- A minor bug affecting quota on XFS was fixed.
<<less
Download (0.11MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1340 downloads
KBall Final 2004

KBall Final 2004


KBall is a game of skill and reflexes, non violent, suitable for all ages. more>>
KBall is a game of skill and reflexes, non violent, suitable for all ages.
The idea is to move a ball around the map, without falling, without running out of time, and getting the prizes, in order to reach the exit.
The map has different traps, such as slides, pushers, jumps, falls, walls, etc.
Maps are viewed from top view, and the walls and players ball are real-time rendered in beautiful 3D.
Main features:
- Is 100% non-violent FUN - Suitable for ALL ages.
- Also, a easy to use, full map editor included! You can do your OWN maps!!!
- Available with cross-platform support for DOS, Windows, Unix, Linux, BeOS, QNX and MacOS systems.
- Source code also available (under open source license)
- Made in C++, using Allegro game library and other open source tools.
Enhancements:
- New speech sounds for game over and won screen.
- Fixed some engine bugs.
- New levels.
- Removed the "demo" message.
- Entering final stage of release.
- F11 key toggles show or not fps.
- New Windows installer.
<<less
Download (0.067MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1539 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5