Main > Free Download Search >

Free feature set software for linux

feature set

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4755
Xenatt Lero Icons set 0.2

Xenatt Lero Icons set 0.2


Modern icon theme for your GNOME desktop more>> <<less
Added: 2009-03-17 License: GPL Price: FREE
14 downloads
FtpCube 0.5.1

FtpCube 0.5.1


FtpCube is a graphical FTP client written in Python and GTK. more>>
FtpCube project is a multi-platform, graphical FTP client written in Python, using the wxPython graphical tookit.
FtpCubes interface is based on LeechFTP by Jan Debis but its codebase has been developed from scratch and includes functionality that surpasses the original LeechFTP.
FtpCube aims to provide a high quality user interface, as well as a rich feature set.
Main features:
- Threaded browsing and multi-threaded downloading
- Queuing of file transfers
- Site Management
- Recursive transfers
- Remote Directory Caching
- Internationalization
- ... and more
Enhancements:
- This release greatly improves the stability of the ftpcube 0.5.x line.
- The 0.5.x line brings many features to ftpcube, including updated wxPython support, SFTP integration, and much more.
<<less
Download (0.088MB)
Added: 2007-01-18 License: Artistic License Price:
1012 downloads
AreaEdit 0.4.5

AreaEdit 0.4.5


AreaEdit is a formVista compatible fork of the rapidly developing Xinha project. more>>
AreaEdit is a formVista compatible fork of the rapidly developing Xinha project. AreaEdit project is the code that is generated by the formVista FVML < htmleditor > tag during rendering.
Xinha itself is a fork of the original HTMLArea component created by Mihai Bazon and sponsored by Interactivetools. AreaEdit maintains the original HTMLArea (modified BSD) license and is free to use.
While it is designed to work within formVista without modification, AreaEdit does not requre formVista. It is a fully functional editor component supporting a number of plugins and can as easily be used as a standalone editor component for any PHP web application.
The primary difference between AreaEdit and Xinha is one of focus. The Xinha project aims to be a rapidly developing feature-filled editor with many plugins.
By contrast, AreaEdit takes a slower minimalists approach. It aims first and foremost to be functional and maintainable. The feature set we are focusing on is targeted squarely at the serious non-technical business user. Business users dont care about the nuances of HTML
and

tags, they just want the editor to work as they would expect.
If your audience is primarly composed to developers or those familar with HTML, you should take a look at Xinha.
AreaEdit is known to work with MSIE 5.5 or later and any modern Gecko based browsers. (FireFox, Mozilla).
Enhancements:
- This release finally works around the intermittent MSIE "Operation Aborted" error that were seen in some installs.
- The documentation and examples have been updated.

<<less
Download (0.79MB)
Added: 2006-01-01 License: BSD License Price:
1391 downloads
Folder Color Icon Set 1.0

Folder Color Icon Set 1.0


Folder Color icon set is a must-have for any computer user who has lots of folders and would like to organize them for faster search and quick retrieval. These 36 color coded folder icons is the way to tackle the too-many-same-looking-folders problem. To change color of a folder: Right click the folder > select Properties > click Customize tab > click Change Icon... > select an icon from this icon set > click OK > click Apply > OK... more>> <<less
Download (446.2Kb)
Added: 2007-07-15 License: Free Price: Free
12 downloads
HTML::Template::Set 1.009

HTML::Template::Set 1.009


HTML::Template::Set is a HTML::Template extension that adds set support. more>>
HTML::Template::Set is a HTML::Template extension that adds set support.

SYNOPSIS

in your HTML:

< TMPL_SET NAME="handler" >apples_to_oranges< /TMPL_SET >
< TMPL_SET NAME="title" >Apples Are Green< /TMPL_SET >
< HTML >
< HEAD >
< TITLE >< TMPL_VAR NAME="title" >< /TITLE >
< /HEAD >

< BODY >
< H1 >< TMPL_VAR NAME="title" >< /H1 >
< HR >
< BR >
< B >You authenticated as: < /B > < TMPL_VAR NAME="ENV_REMOTE_USER" >< BR >< BR >
< TMPL_IF NAME="oranges" >You prefer oranges< /TMPL_IF >
< /BODY >
< /HTML >

in your script:

use HTML::Template::Set;

my $tmpl = new HTML::Template::Set(
filename => foo.tmpl,
associate_env => 1
);

my $handler = $tmpl->param(handler);
if ($handler and $handler eq apples_to_oranges) {
$tmpl->param(oranges => 1);
}

print $tmpl->output();

<<less
Download (0.009MB)
Added: 2007-08-16 License: Perl Artistic License Price:
799 downloads
Lingua::Phonology::Features 0.32

Lingua::Phonology::Features 0.32


Lingua::Phonology::Features is a module to handle a set of hierarchical features. more>>
Lingua::Phonology::Features is a module to handle a set of hierarchical features.

SYNOPSIS

use Lingua::Phonology;

my $phono = new Lingua::Phonology;
my $features = $phono->features;

# Add features programmatically
$features->add_feature(
Node => { type => privative, children => [Scalar, Binary, Privative] },
Scalar => { type => scalar },
Binary => { type => binary },
Privative => { type => privative }
);

# Drop features
$features->drop_feature(Privative);

# Load feature definitions from a file
$features->loadfile(phono.xml);

# Load default features
$features->loadfile;

Lingua::Phonology::Features allows you to create a hierarchy of features of various types, and includes methods for adding and deleting features and changing the relationships between them.

By "heirarchical features" we mean that some features dominate some other features, as in a tree. By having heirarchical features, it becomes possible to set multiple features at once by assigning to a node, and to indicate conceptually related features that are combined under the same node. This module, however, does not instantiate values of features, but only establishes the relationships between features.

Lingua::Phonology::Features recognizes multiple types of features. Features may be privative (which means that their legal values are either true or undef), binary (which means they may be true, false, or undef), or scalar (which means that their legal value may be anything). You can freely mix different kinds of features into the same set of features.

Finally, while this module provides a full set of methods to add and delete features programmatically, it also provides the option of reading feature definitions from a file. This is usually faster and more convenient. The method to do this is "loadfile". Lingua::Phonology::Features also comes with an extensive default feature set.

<<less
Download (0.098MB)
Added: 2006-06-13 License: Perl Artistic License Price:
1228 downloads
Exact Build

Exact Build


Exact Build project is a sane GNU Auto replacement. more>>
Exact Build project is a sane GNU Auto replacement. For portable build systems nowadays normally GNU autoconf and the associated companiens such as automake and libtool. However albeit portable they are rather crufty to use. The various macro expansion and generation steps extremely blow up the initial definitions and make execution slow and debugging a nightmare.

Even with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.

Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
<<less
Download (MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1268 downloads
Fuzzy sets for Ada 4.2

Fuzzy sets for Ada 4.2


Fuzzy sets for Ada is a library providing implementations of confidence factors. more>>
Fuzzy sets for Ada is a library providing implementations of confidence factors with the operations not, and, or, xor, +, and *, classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory, intuitionistic fuzzy sets with the operations on them, fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory; fuzzy numbers, both integer and floating-point with conventional arithmetical operations, and linguistic variables and sets of linguistic variables with operations on them. Fuzzy sets for Ada has support for string-oriented I/O.
Main features:
- Confidence factors with the operations not, and, or, xor, +, *;
- Classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory;
- Intuitionistic fuzzy sets with the operations on them;
- Fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory;
- Fuzzy numbers both integer and floating-point ones with conventional arithmetical operations;
- Dimensioned fuzzy numbers;
- Linguistic variables and sets of linguistic variables with operations on them;
- String-oriented I/O is supported.
Enhancements:
- The code was tested with GNAT Ada 2005 (GCC 4.0.2 20051125).
- A bug was fixed in Fuzzy.Linguistics.Sets.Defuzzify, which led to incorrect defuzzification with a descending membership function.
<<less
Download (1.0MB)
Added: 2006-05-25 License: LGPL (GNU Lesser General Public License) Price:
1263 downloads
SMBGate 1.0

SMBGate 1.0


SMBGate provides a gateway and firewall with authentication managed by a Samba Primary Domain Controller . more>>
SMBGate provides a gateway and firewall with authentication managed by a Samba Primary Domain Controller. The firewall rules are set on a per-user basis.

<<less
Download (0.015MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1212 downloads
Timos Rescue CD Set 0.9.12r2

Timos Rescue CD Set 0.9.12r2


Timos Rescue CD Set is a kit for creating bootable rescue CDs. more>>
Timos rescue CD set provides an easy way to generate bootable CDROMs with a ready-to-use rescue system on them. The system is designed to be fully customizable and easy to build.
The rescue system includes reiserfs, parted, partimage, nmap, w3m, bash, sshd, telnetd, ftpd, and nfsd. It is based on Debians "Sarge" release. LILO, syslinux, isolinux, and GRUB are supported.
The project is evolving more and more into a "Debian on CD" project, which means that its use is not limited to a rescue CD; it is also possible to install a whole Debian system on CD.
Enhancements:
- the cdrecord script was buggy - fixed
<<less
Download (80MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1659 downloads
Firewall-1 Response 1.0

Firewall-1 Response 1.0


Firewall-1 Response is a Perl script for performing simple active responses based on a Checkpoint Firewall-1. more>>
Firewall-1 Response is a Perl script for performing simple active responses based on a Checkpoint Firewall-1. It is good for closing off your network against people who do port scans or network sweeps.

fw sam provides a command line interface to a limited feature-set of the firewall security policy. The purpose of this is to allow scripts such as this a way to dynamically change the security policy of one or more firewalls without administrator intervention. This should scare you, because of the potential of these changes allowing bad guys to run a DoS attack against you.
<<less
Download (0.029MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1201 downloads
Lero UI Mac OsX Set 0.3

Lero UI Mac OsX Set 0.3


This actually provides OSX-like icons for your GNOME desktop. more>> <<less
Added: 2009-03-17 License: GPL Price: FREE
1 downloads
Jet Set Willy X 20061231

Jet Set Willy X 20061231


Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. more>>
Jet Set Willy X is a game for Sinclair ZX Spectrum computer, playable on emulators. Jet Set Willy X is heavily inspired by Jet Set Willy.
There are no guardians and ropes, but the animation is twice as fast, absolutely smooth, and there is a 2-channel background tune.
The rooms are 20 characters high instead of 16, and can have a more complicated combination of graphics characters. There are 69 rooms and over 390 items to collect.
Differences from Jet Set Willy
- There are no guardians, however there are places where you are probably going to swear even without them.
- The guy walks twice as fast, the animation is smooth 50Hz instead of 25Hz, the guy has twice as much positions and the sprites are a bit different
- There are no ropes
- There is a 2-channel tune instead of 1-channel
- The guy can fall through a 1-character hole
- The rooms are 20 chars high instead of 16
- There are much more available different characters in one room
- The attributes in the room are not used to encode meaning of the characters, they can be set arbitrarily
- What happens after the game is completed is a bit more fun
- The jump looks a bit different
- When the guy enters a room from sideways, he doesnt start 1 character away from the edge, but at the edge
- The kill and collect sounds are different
- The kill and collect events generate an effect in the border
- The main voice of the tune continues playing during the kill or collect sound
- The initial scrolling of text is pixel-smooth
- There are 69 rooms and over 390 items to collect
The screenshot and the description are released under the terms of GFDL license.
<<less
Download (MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1028 downloads
Unicode::Regex::Set 0.02

Unicode::Regex::Set 0.02


Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. more>>
Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions.

SYNOPSIS

use Unicode::Regex::Set qw(parse);

$regex = parse([p{Latin} & p{L&} - A-Z]);

Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular Expressions (UTS #18). This module provides a mimic syntax of character classes including subtraction and intersection, taking advantage of look-ahead assertions.

The syntax provided by this module is considerably incompatible with the standard Perls regex syntax.

Any whitespace character (that matches /s/) is allowed between any tokens. Square brackets ([ and ]) are used for grouping. A literal whitespace and square brackets must be backslashed (escaped with a backslash, ). You cannot put literal ] at the start of a group.

A POSIX-style character class like [:alpha:] is allowed since its [ is not a literal.
SEPARATORS (& for intersection, | for union, and - for subtraction) should be enclosed with one or more whitespaces. E.g. [A&Z] is a list of A, &, Z. [A-Z] is a character range from A to Z. [A-Z - Z] is a set by removal of [Z] from [A-Z].
Union operator | may be omitted. E.g. [A-Z | a-z] is equivalent to [A-Z a-z], and also to [A-Za-z].

Intersection operator & has high precedence, so [p{A} p{B} & p{C} p{D}] is equivalent to [p{A} | [p{B} & p{C}] | p{D}].

Subtraction operator - has low precedence, so [p{A} p{B} - p{C} p{D}] is equivalent to [[p{A} | p{B}] - [p{C} | p{D}] ].

[p{A} - p{B} - p{C}] is a set by removal of p{B} and p{C} from p{A}. It is equivalent to [p{A} - [p{B} p{C}]] and [p{A} - p{B} p{C}].

Negation. when ^ just after a group-opening [, i.e. when they are combined as [^, all the tokens following are negated. E.g. [^A-Z a-z] matches anything but neither [A-Z] nor [a-z]. More clearly you can say this with grouping as [^ [A-Z a-z]].

If ^ that is not next to [ is prefixed to a sequence of literal characters, character ranges, and/or metacharacters, such a ^ only negates that sequence; e.g. [A-Z ^p{Latin}] matches A-Z or a non-Latin character. But [A-Z [^p{Latin}]] (or [A-Z P{Latin}], for this is a simple case) is recommended for clarity.

If you want to remove anything other than PERL from [A-Z], use [A-Z & PERL] as well as [A-Z - [^PERL]]. Similarly, if you want to intersect [A-Z] and a thing not JUNK, use [A-Z - JUNK] as well as [A-Z & [^JUNK]].

<<less
Download (0.005MB)
Added: 2007-07-11 License: Perl Artistic License Price:
835 downloads
CheeseTracker 0.9.9

CheeseTracker 0.9.9


Cheesetracker is a portable Impulse Tracker clone. more>>
Cheesetracker is a portable Impulse Tracker clone. CheeseTracker supports all Impulse Tracker features except a few.
For now the main goal is to remain at IT Feature set level, but very soon we might be adding new features to it.
Main features:
- Modular source code
- Per-track lowpass filter (cutoff/resonance), with greater range than IT.
- Per-instrument modular effect core (own effects/and ladspa) (WIP!)
- Wave export (dump your song to wavs and post process) (WIP!)
- Super-Clean mixing using the CheeseMusic lib.
- All IT editing shortcuts (or most of them)
- Very cool sample editor
And Lacks:
- MIDI Out - (go check ShakeTracker if you want this)
- Sample Sustain Loops (maybe someday)
<<less
Download (0.82MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1424 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5