Main > Free Download Search >

Free if no software for linux

if no

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 212
MIMEDefang 2.63

MIMEDefang 2.63


MIMEDefang is a flexible MIME email scanner. more>>
MIMEDefang is a flexible MIME email scanner designed to do all kinds of email processing, including anti-virus scanning, anti-spam scanning, replacing parts of messages with URLs, adding boilerplate disclaimers, and so on.
It can alter or delete various parts of a MIME message according to a Perl-based policy filter. It can also bounce messages with unacceptable attachments and modify SMTP response codes on the fly.
MIMEDefang works with the Sendmail 8.11 and newer "Milter" API, which makes it more flexible and efficient than procmail-based approaches.
Enhancements:
- A bug that caused SpamAssassin to leave files lying around in /tmp has been fixed.
- If no queue-ID exists when the DATA phase begins, this release attempts to obtain one (which improves Postfix compatibility.)
- There were several other minor bugfixes.
<<less
Download (0.30MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
TagFu 0.2

TagFu 0.2


TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. more>>
TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. The project is implemented in Python and very closely mimics basic Python data structures.

Tags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which contains all the key-value pairs for all tags associated to the Entity. The key is the Tag name and value is an arbitrary value, if no value is set, the tag is considered to be a simple tag.

The current direction of development is towards a C port to make binding to other languages easier, and the development of applications to use TagFu.

<<less
Download (0.008MB)
Added: 2006-11-19 License: BSD License Price:
1069 downloads
Kana no quiz 1.7

Kana no quiz 1.7


Kana no quiz is a little tool to memorize japanese kana (hiragana & katakana). more>>
Kana no quiz project is a little tool to memorize japanese kana (hiragana & katakana).

The method is quite simple: kana randomly appear and you have to find their transcription in rōmaji (Hepburn). There are several possibilities, but only one anwser is right!

Thanks to this method, you memorize the kana to its transcription, and thus know how to pronouce it!

It has been translated into several languages, and many quiz options are configurable. Kana images have been initially modelled in SVG and are placed under the Free Art License.

Through its option panel, Kana no quiz allows you to tune up
the quiz precisely, like choosing which group of kana you want
to train yourself upon.

First, hiragana and katakana are separated, both are then di-vided into big sets of kana according to their type ("Basic", "Modified", "Combined"; and a special "Additional" set for katakana only) which are thus composed of various portions containing 5/6 kana, following the traditional alphabet order (i.e.: ``ka ki ku ke ko").

According to your need and level, you may select one or more portions of the same or different sets, whole sets, all the kana... Once you feel comfortable (you can check it with the results displayed at the end of each quiz), you may also increase the number of possible answers in the random list, or even choose to answer directly through the text entry. Difficulty can be adapted to your skill: this is progressive learning.

From the complete beginner who has to start easily and learn step by step, to the wizard who just wants to confirm his/her absolute master of the kana, everyone should get satisfated with Kana no quiz!

<<less
Download (2.0MB)
Added: 2006-10-15 License: GPL (GNU General Public License) Price:
1111 downloads
ExEf 1.70

ExEf 1.70


ExEf is a RealTime DSP, with recording! more>>
ExEf is a RealTime DSP, with recording!

If ExEf was properly installed, user can run it two ways. The first, more comfortable is running it with the GUI shown below. It is done by typing

ExEf

The second, less comfortable but better for processing is running ExEf without GUI by typing

ExEfDSP

Both programs can be run with specific configuration files this way:

ExEf [ ] [filename]

ExEfDSP [ ] [filename]

options are:
[ -f filename ]
[ -q ]

If no filename is supplied or if an error occurs, the ~./ExEf/.ExEfrc is used next.
The [ -f filename ] is for processing a wav/raw file as input. The [ -q ] makes no audible output, only processes input file, quits at the end of file. To get the processed output, recording must be enabled. This can be achieved thru changing the 0 to one in line like this

SaveWave 0 3 start.wav output
<<less
Download (0.063MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1189 downloads
AIX::Perfstat 0.03

AIX::Perfstat 0.03


AIX::Perfstat is a Perl wrapper for perfstat() functions. more>>
AIX::Perfstat is a Perl wrapper for perfstat() functions.

SYNOPSIS

use AIX::Perfstat;
$cput = AIX::Perfstat::cpu_total();
$diskt = AIX::Perfstat::disk_total();
$netift = AIX::Perfstat::netinterface_total();
$memoryt = AIX::Perfstat::memory_total();
$num_cpus = AIX::Perfstat::cpu_count();
$num_disks = AIX::Perfstat::disk_count();
$num_netifs = AIX::Perfstat::netinterface_count();
$cpu_data = AIX::Perfstat::cpu(desired_number = 1, name = "");
$disk_data = AIX::Perfstat::disk(desired_number = 1, name = "");
$netif_data = AIX::Perfstat::netinterface(desired_number = 1, name = "");

This Perl module lets you call all of the perfstat functions defined on AIX 5.1 and returns system data in Perl data structures.

The AIX::Perfstat::cpu_total, AIX::Perfstat::disk_total, AIX::Perfstat::netinterface_total, and AIX::Perfstat::memory_total functions each return a hashref containing all of the respective C structures.

The AIX::Perfstat::cpu_count, AIX::Perfstat::disk_count, and AIX::Perfstat::netinterface_count functions each return a count of how many structures are available from the AIX::Perfstat::cpu, AIX::Perfstat::disk, and AIX::Perfstat::netinterface functions respectively.

The AIX::Perfstat::cpu, AIX::Perfstat::disk, and AIX::Perfstat::netinterface functions each take up to two arguments and return a reference to an array of hashes. The arguments specify the number of records to return, and the name of the record to start with. These arguments are equivalent to the desired_number and name parameters to the perfstat functions. Only valid data is returned (Example: If you call AIX::Perfstat::netinterface(5) on a machine with only 2 network interfaces, the returned array will only contain two entries.) When these functions are called with a variable for the name parameter the variable will be modified in place to contain the name of the next available record, or "" if no more records are available.

<<less
Download (0.038MB)
Added: 2007-04-12 License: Perl Artistic License Price:
932 downloads
dicelab 0.4

dicelab 0.4


dicelab allows you to express complex dice rolling schemes in a functional language and then roll dice. more>>
dicelab allows you to express complex dice rolling schemes in a functional language and then roll dice according to such a scheme or analyze the statistic distribution of values.
It is useful when designing games (and to some degree when playing them).
Usage: dicelab [options] [-f < file >]
Options:
--help -h -? print this text
--version -v print the program version
--print-tree -p print the parse tree (for debugging)
--eval -e evaluate the statistical distribution by
re-rollingp
--count -c specify the number of rolls used with --eval
default is 10000
--roll -r roll the dice as specified, will also be used
if no other action is requested
File:
--file -f read the dice rolling specs from the file
specified, use stdin if not supplied
Enhancements:
- The program is much faster now.
<<less
Download (0.13MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
Mars, Land of No Mercy 0.2.1

Mars, Land of No Mercy 0.2.1


Mars, Land of No Mercy is a turn-based strategy game setting on Mars during the early stages of human colonization. more>>
Mars, Land of No Mercy is a TBS game setting on Mars during the early stages of human colonization.
The player embodies the leader of a mercenary team, landed on Mars to take advantage of conqueror battles between the Worldwide Colonizer Corporations.
The main purpose is to command his team trying to find them commissions, training and leading them in battle, while still being aware of financial and instrumental resources by administering them.
The Mech is the fundamental craft used by mercenaries, but they wont lack of other kind of units, as well as troops.
The game most remarkable point is the incredible liberty given to the player and therefore the great strategic side that derives.
It is indeed up to the player to decide how to behave towards the one who recruited him, and the enemies of turn.
Basically every action leads to a reaction, so it is strongly recommended to keep a good and consistent behavior to achieve confidence from Corporations, and avoid being excluded by them.
Engine:
The game is programmed in C++ upon the SDL layer and a few sublibraries. Its isometric-based engine has been inspired by games of a recent past such as the X-COM serie from Microprose or the latest editions of Civilization.
A multiplayer functionality is not scheduled as of yet. But it is likely to be added in the future.
Main features:
- Greatest level of liberty given to the player
- High strategic component
- Charming Plot
- Original Soundtrack
- Wide variety of Mechs available
<<less
Download (2.4MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1033 downloads
Rails/Informix 0.1.0

Rails/Informix 0.1.0


Rails/Informix is an ActiveRecord adapter to bring O/RM to IBM Informix Dynamic Server. more>>
Rails/Informix is an ActiveRecord adapter to bring O/RM to IBM Informix Dynamic Server.

Installation instructions:

Copy the file informix_adapter.rb into the directory:

$RUBYLIB/gems/1.8/gems/activerecord-*/lib/active_record/connection_adapters/

where RUBYLIB is probably /usr/local/lib/ruby in Unix, and C:rubylibruby in Windows.

After that edit:

$RUBYLIB/gems/1.8/gems/activerecord-*/lib/active_record.rb

and modify the line with RAILS_CONNECTION_ADAPTERS to look like this:

RAILS_CONNECTION_ADAPTERS = %w( mysql postgresql sqlite firebird sqlserver db2 oracle sybase openbase informix)

Rails configuration:

The adapter has three options: database, user and password, with only database being mandatory. A database.yml file would look like this:

development:
adapter: informix
database: stores

If no user and password are specified, the user running the web server is used.
<<less
Download (0.004MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1060 downloads
No Gravity 2.0

No Gravity 2.0


No Gravity is a 3D arcade space shooter. more>>
No Gravity game is a futuristic and fantastic universe made of five intergalactic worlds. An arcade type game with great playability, where it is easy to plunge into space battles against spacefighters, space stations and more !

No Gravity is a space shooter in 3D a la Wing Commander. The player is controlling a space ship view from the first person. In each mission, the player need to accomplish some objectives, like shoot and destroys enemy ships or base, escorting some ships, clearing mine field, etc....

A brief description of the objectives is given at the beginning of a mission. In some situations, the player has some wingmen, and it can controls them by giving order like attack enemy, retreat, protect the base etc... A mission is composed of different sectors which has differents objectives.

When the objectives of the current sector is complete, the player needs to go the nearest NAV point, when he can wrap to the next sector. In the last sector, a warp gate is apparearing and the player need to go through it and complete the level. At the end of each episodes (one episode is 10 missions), there is a large base station to destroy.

When the player complete all the episodes (5 episodes), the game ends. The mission fails if : - The player got destroyed or - if an objective is not complete (like an important ship being destroyed by enemy).

Installation:

For Linux users, Download the No Gravity (Combo Bin+Data - Win32/Mac/Linux only)
for Linux i386 package and run the autopackage.
<<less
Download (31.6MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1351 downloads
Picoxine 0.0.7

Picoxine 0.0.7


PicoXine is a (very small) XINE implementation for playing audio events as a replacement for ARTS. more>>
PicoXine is a (very small) XINE implementation for playing audio events as a replacement for ARTS. Picoxines extremely small (the source code is only 3.0KiB long!)
It offers great response time, its faster than MPlayer upon start-up, and it has no stdout output if no errors are found. Its, therefore, completely transparent.
It requires Xine-Lib (any version). If your distro uses development packages, you need xine-devel and libc6-devel
Enhancements:
- Added a patch given to me by Diego Flameeyes Petteno
- Further optimisation
<<less
Download (0.014MB)
Added: 2006-09-12 License: GPL (GNU General Public License) Price:
1137 downloads
No Friction 0.1

No Friction 0.1


No Friction is a roll-a-ball-and-collect-the-dots puzzle game. more>>
No Friction is a roll-a-ball-and-collect-the-dots puzzle game.

In this simple puzzle game, you control a rolling ball that has to collect the green dots and make it to the end of each level.

The ball can only be sent rolling if its sitting still, and it only stops when it hits a wall; it cant change direction once its moving.

It sounds simple, but there are 20 progressively harder levels - only a master can beat them all, and piece together the code that reveals the solution to Level X.
There is also a secret level, and the entrance is hidden underneath a breakable block somewhere in the game.

Keys:

Enter: Restart current level
F: Toggle fullscreen mode
F2: Return to the selection screen
F3: Save what level youre currently on
F4: Load a level youve previously saved

<<less
Download (0.043MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1263 downloads
yadia2sql 0.9.5

yadia2sql 0.9.5


Yet Another dia2sql is a tool that generates SQL statements from Dia XML files. more>>
Yet Another dia2sql is a tool that generates SQL statements from Dia XML files.

yadia2sql is intended to process diagrams that are compatible with dia2sql.php to some point, and provide features that would allow generation of SQL code for different database systems from single Dia source.

Usage:

yadia2sql.py [OPTIONS...]

Options:

-h | --help | -?
Prints short usage and copyright information.
-i filename | --input filename
Specify input file (must be an uncompressed Dia XML file).
-o filename | --output filename
Specify output file.
-p "text" | --pk-append "text"
Append text text to primary key definitions.
-f "text" | --fk-append "text"
Append text text to foreign key definitions.
-t "text" | --tbl-append "text"
Append text text to table definitions.
-m filename | --map-file filename
Specify substitution map file.
-d database | --database database
Specify database system (currently only mysql is supported).
If no input/output file is specified, stdin/stdout is used.

<<less
Download (0.011MB)
Added: 2006-12-24 License: GPL (GNU General Public License) Price:
1034 downloads
gperfmeter 2.1.0

gperfmeter 2.1.0


gperfmeter displays performance statistics for a given hostname. more>>
gperfmeter displays performance statistics for a given hostname.

If no host is specified, statistics on the current host are metered. You can display performance values in a solid or line strip chart.

The performance data automatically scales to accommodate increasing or decreasing values for the host machine. The gperfmeter preferences sheet provides a simple interface for accessing all of the application resources.
<<less
Download (0.73MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
phpListPro 2.0.1

phpListPro 2.0.1


phpListPro project is a PHP/mySQL rating TopList professional script. more>>
phpListPro project is a PHP/mySQL rating TopList professional script.
Main features:
- Easy Configuration with CSS (some samples incl.)
- All functions configurable with one config-file
- mySQL Database Backend (fast, stable)
- unlimited language-templates, with language-select (english, german, dutch, french, spanish, italian, russian, ... included)
- unlimited categories, with category-select
- Site rating on incoming votes
- 3 Stage - Anti cheating Gateway
- AntiFrame on Gateway
- unique Cheating-Detection (TILT-Protect)
- Cookie-Detection (only cookie-enabled browsers can vote)
- Random-Link
- Site-Search
- NewIcon for new entries
- Variable pagebreaks
- Userfriendly Add site (with HTML integration help)
- Userfriendly Edit site
- Userfriendly HTML integration help
- Auto "Add to Favorits" Window for first-time Users
- Exitwindows for exits and outclicks
- Listsorting on votes or hits or ratings (cascading)
- Listreset for cronjobs or automatic
- SetInactive on listreset (if no votes within timeframe)
- SetActive on listreset (if votes within timeframe)
- Lost password function
- User confirmation mail
- User mail-address validation
- Webmaster notify mail
- Webmaster Site-approval
- BadWords detection
- IP-banning with Cookie remember
- Minimum-votes-to-display filter
- Advanced logging (incl. automatic oldlogprune)
- UserOnline display
- ProcessingTime display
- WEB-Adminpanel (search, votelogs, edit, delete, approval, ...)
- WEB-HTML-Newsletter
- BONUS: NewList (PluginFunction to List new Sites as Text)
- BONUS: Upgradetool from phpList (File-to-DB Converter)
- BONUS: Upgradetool from Autorank Pro (File-to-DB Converter)
- BONUS: Upgradetool from Turbotrade (File-to-DB Converter)
- BONUS: Upgradetool from CustomLists (File-to-DB Converter)
<<less
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
925 downloads
Template::Plugin::JSON 0.02

Template::Plugin::JSON 0.02


Template::Plugin::JSON is a Perl module that adds a .json vmethod for all TT values. more>>
Template::Plugin::JSON is a Perl module that adds a .json vmethod for all TT values.

SYNOPSIS

[% USE JSON %];

< script type="text/javascript" >

var foo = [% foo.json %];

< /script >

This plugin provides a .json vmethod to all value types when loaded.

With no argument it will try to load JSON::Syck and then JSON::Converter. If used as [% USE JSON("Syck") %] or [% USE JSON("Converter") %] it will load that specific plugin.
If no plugin could be loaded an exception is thrown. Check for errors from "process" in Template.

<<less
Download (0.004MB)
Added: 2007-02-19 License: Perl Artistic License Price:
977 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5