Main > Free Download Search >

Free several software for linux

several

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1974
SecureServ 3.0 Alpha3

SecureServ 3.0 Alpha3


SecureServ is an IRC trojan detector. more>>
SecureServ is an IRC trojan detector. SecureServ is much like a virus scanner, but aimed at IRC networks.
Using several methods, including version checks, behavior analysis, and general pattern matching, it aims to detect trojans, viruses, and floodbots which connect to your IRC network.
Its "brains" are based on a "Definition file" which contains information on how to detect trojans. To update detection for new trojans, you only have to download a new file.
Enhancements:
- Several updates were made to support the latest Neostats 3.0 release.
- Bugs were fixed.
- Several features, such as flood prevention, have been moved to a new module, FloodServ.
- SecureServ now utilizes NeoNet for reporting of vulnerable hosts for reporting and DNS blacklist support.
<<less
Download (0.43MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1427 downloads
TkSpider 0.97

TkSpider 0.97


TkSpider project is a game of solitaire is played with the equivalent of two packs of cards. more>>
TkSpider project is a game of solitaire is played with the equivalent of two packs of cards.

The last release includes several small new features, including a redo feature.

Some code, and the card images, taken from Jeff Godreys "Once in a Lifetime".

Spider, based on the card-game shipped with Windows XP

<<less
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1069 downloads
GNOME Translate 0.99

GNOME Translate 0.99


GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.

GNOME Translate is free software, released under the terms of the GNU General Public License.

<<less
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
GenChemLab 1.0

GenChemLab 1.0


GenChemLab is a chemistry experiment simulator. more>>
GenChemLab is an OpenGL-based application intended to simulate several common general chemistry exercises. It is meant to be used to help students prepare for actual lab experience. It could also be used in cases where laboratory facilites are not accessible, for instance in K-12 schools or home schooling.

At present, supported experiments include titration, calorimetry, freezing point depression, vapor pressure, and spectrophotometry.

<<less
Download (0.33MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1670 downloads
NewsGrabber 1.1

NewsGrabber 1.1


NewsGrabber provides a Perl script to monitor several newsgroups for several regular expressions. more>>
NewsGrabber provides a Perl script to monitor several newsgroups for several regular expressions.
With NewsGrabber you can search newsgroups for subjects (regular expressions are allowed), monitor articles in newsgroups, or just fetch an article by message id.
It is configured by an XML file, and you can specify as many regular expressions per newsgroup as you like.
You can also add a number of news servers.
Enhancements:
- You can now generate simple statistics, print only the message id or the header instead of the whole found article, and write the articles to a file instead of stdout.
- There have been some minor bugfixes.
<<less
Download (0.004MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
964 downloads
civreplay 0.003

civreplay 0.003


civreplay is a script that generates animated .gif maps of Freeciv games. more>>
civreplay project is a script that generates animated .gif maps of Freeciv games.

civreplay reads a series of freeciv saved game files, generates a world map, and animates it, showing the rise and fall of the various civilizations in the game. Several options are customizable, from the size of the map to the size of each citys "influence" on the map.

<<less
Download (0.014MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1025 downloads
Warehouse Manager 1.1.84

Warehouse Manager 1.1.84


Warehouse Manager is a business application designed to allow you to manage several aspects of your warehouse based enterprise. more>>
Warehouse Manager is a business application designed to allow you to manage several aspects of your warehouse based enterprise from your computer.

This is the official Warehouse Manager web site. Its purpose is to allow you to download releases of Warehouse Manager and contribute your feedback in order to improve the software product. The Warehouse Manager team thanks all its users for their participation.

<<less
Download (0.23MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
870 downloads
TigerEvents 0.7.1

TigerEvents 0.7.1


TigerEvents is a web-based event announcement system. more>>
TigerEvents is a novel, Web-based event announcement system for promoting upcoming and ongoing events to large communities such as university campuses, companies, or the general public.
Enhancements:
- This release has several bugfixes and enhancements.
- New to this release is the exporting of several calendar formats, including iCal, hCal, and being able to import events into Google Calendar.
<<less
Download (1.9MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1003 downloads
TeamPlanner 0.1.0

TeamPlanner 0.1.0


TeamPlanner is an organization application that allows the user to store events for several people which can be grouped in teams more>>
TeamPlanner is an organization application that allows the user to store events for several people which can be grouped in teams.

Events are organized into categories. The planning can be displayed and printed for any combination of teams, categories and people.

<<less
Download (0.14MB)
Added: 2006-03-13 License: CeCILL (CeCILL Free Software License Agreement) Price:
1324 downloads
File::Remove 0.34

File::Remove 0.34


File::Remove is a Perl module to remove files and directories. more>>
File::Remove is a Perl module to remove files and directories.

SYNOPSIS

use File::Remove qw(remove);

# removes (without recursion) several files
remove qw( *.c *.pl );

# removes (with recursion) several directories
remove 1, qw( directory1 directory2 );

# removes (with recursion) several files and directories
remove 1, qw( file1 file2 directory1 *~ );

# trashes (with support for undeleting later) several files
trash qw( *~ );

File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.

File::Remove::trash accepts the same arguments as remove, with the addition of an optional, infrequently used "other platforms" hashref.

<<less
Download (0.014MB)
Added: 2007-04-27 License: Perl Artistic License Price:
911 downloads
cpp xstream 0.0.3

cpp xstream 0.0.3


cpp xstream is a collection of several streambuf and iostream classes. more>>
cpp xstream is a C++ flexible stream library.
cpp xstream is a collection of several streambuf and iostream classes that allow a programmer to compress and decompress data transparently with gzip or bzip2, to serialize composite types to xdr, to encode or decode with base64, and to tee output from one channel to several others. These streams can be stacked on each other.
Main features:
- Compressing and decompressing data using zlib and bzlib
- Encode and decode base64 data
- Serialize and deserialize structures to XDR
- Calculate digests of data
- Fork data written to a stream to several others
- Use file descriptors using a iostream interface (where available)
<<less
Download (0.11MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1329 downloads
Brutal Chess 0.5.2

Brutal Chess 0.5.2


Brutal Chess is a 3D chess game with several levels of AI inspired by Battle Chess released by Interplay circa 1988. more>>
Brutal Chess project features full 3D graphics, an advanced particle engine, and several different levels of intelligent AI, inspired by the once popular "Battle Chess" released by Interplay circa 1988.

<<less
Download (4.5MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
617 downloads
Enrapture Beta 0.6

Enrapture Beta 0.6


Enrapture project is a OpenGL-based space/RPG game. more>>
Enrapture project is a OpenGL-based space/RPG game.

It takes its influences from the old master piece Elite.

Enrapture is a game for the Linux Community but it will eventually be released for Windows as well.

The game will be released in several Beta Versions, where every new version is building on the previous to form the final release.

<<less
Download (32.5MB)
Added: 2006-11-07 License: Other/Proprietary License Price:
1083 downloads
K!rash 1.0

K!rash 1.0


K!rash is a game inspired by Twisted Metal, K!rash is a car shooter game. more>>
K!rash is a game inspired by Twisted Metal, K!rash is a "car" shooter game, where your objective will be to gain more "frags" (scores) than your opponent by destroying his car.

K!rash has several cars to choose with different characteristics. K!rash is a game for 2 players in the same PC.
<<less
Download (0.92MB)
Added: 2007-04-20 License: Freeware Price:
919 downloads
Brahms 1.02

Brahms 1.02


Brahms is a music sequencer and notation program. more>>
Brahms is a sequencer and professional music notation program with several editing methods, including Score-, Pianoroll-, Drum-, and Mastertrack Editors. For C++ programmers, it is easy to write new plugins (without recompiling Brahms).

MIDI Import and Export is also implemented. It is compatible with KDE2.x and the aRts software synthesizer.
<<less
Download (2.5MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1636 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5