Main > Free Download Search >

Free between three software for linux

between three

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2862
Gentoox Home 5.0

Gentoox Home 5.0


Gentoox is an adaptation of the popular Linux distribution called Gentoo. more>>
Gentoox Linux is an adaptation of the popular source based Linux distribution called Gentoo. Gentoox Home retains all the features of the original (portage, sysvinit etc...) but has a patch system created from the ground up, by myself, which is specifically designed for Gentoox.

"Magic" (as I have labelled it) allows users to install new software, upgrade their kernel and fix bugs. To learn more about magic, run "magic usage" once you have installed Gentoox.

Gentoox runs along side games - you get 3 choices during installation: E, F and Native. Both E and F create a loopback filesystem meaning that none of your drives are formatted during installation (except for cache partitions). If you choose "Native", then your F: partition is formatted to ReiserFS (making it inaccessible to Xbox applications).

Gentoox can be loaded via a .xbe file, or from a Cromwell based BIOS (which can be flashed to your modchip during installation). When using E or F installations, you are totally risk free - if you dont like Gentoox, simply delete all the files it installs (about 7 in total) and its gone.

There are three versions of Gentoox: Pro Edition, Home Edition and Media Center Edition. All three are 100% free and opensource, the difference between Home and Pro is that the Home Edition has many software packages preinstalled and preconfigured for instant usablity straight out of the box where as Pro doesnt even have a graphical user interface let alone any "useful" applications.

Pro is a bare minimum installation for booting the system, the entire customisation of the OS is left in the users hands with Pro. Media Center edition is more of a "Plugin" than a separate distribution. It allows you to have a Media Center along with Gentoox Home or Pro.
<<less
Download (792.45MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1224 downloads
Absolut Engine 1.72

Absolut Engine 1.72


Absolut Engine is a news publishing system. more>>
Absolut Engine is a news publishing system. It features three-layer access (admin/chief/editor), article posting, editing, and deleting. Absolut Engine includes a powerful image managing tool, a file manager, and a related articles manager.

Rich text editing is provided via a built-in WYSIWYG editor that produces XHTML 1.0 Strict-compliant code. Absolut Engine is easy to extend via module functionality. The provided modules include Discussions, Surveys, RSS Feed, Search Engine Optimization (static/clean URLs), and a message system for better communication between users.

Absolut Engine produces Web-standards-compliant valid and accessible XHTML 1.0 Strict and CSS semantically-correct code.

<<less
Download (0.31MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1155 downloads
Polyester 1.0

Polyester 1.0


Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity. more>>
Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity.

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
edanator 1.03

edanator 1.03


edanator is an intuitive graphical binary and hex calculator. more>>
edanator is an intuitive graphical binary and hex calculator. Each nibble is displayed in hex and binary. Clicking on the button (hex nibble or binary bit) changes the value. Bit and nibble shifting is supported via dedicated buttons. The project supports variable widths per word (up to 64- bits), three words (each on a different row), and mathematical operations between words.
Enhancements:
- An endian-ness button for swapping bit labels was added along with a bit reverse function.
<<less
Download (0.007MB)
Added: 2007-03-27 License: LGPL (GNU Lesser General Public License) Price:
944 downloads
MetEngVerter for Linux 1.0

MetEngVerter for Linux 1.0


MetEngVerter Metric/English Measurement Converter more>> MetEngVerter 1.0 by Capaho Web is a desktop tool that converts between selected Metric/English measurements. It provides reasonably accurate conversions between selected units of measure for household and other general use.<<less
Download (1.05MB)
Added: 2009-04-02 License: Freeware Price: Free
209 downloads
Apache::WebSNMP 0.11

Apache::WebSNMP 0.11


Apache::WebSNMP is a Perl module that allows for SNMP calls to be embedded in HTML. more>>
Apache::WebSNMP is a Perl module that allows for SNMP calls to be embedded in HTML.

SYNOPSIS

< html >
< body >
< snmp >
host=zoom.google.org
community=public
connect
interface=ifDescr.2
mac=ifPhysAddress.2
query
< /snmp >

The interface < b >descriptor< /b > for the ethernet card is < snmp > print(interface) < /snmp >
and its mac address is < snmp > print(mac) < /snmp >
< /body >
< /html >

The WebSNMP module allows one to embed SNMP commands directly into HTML code.

REQUIRES

This module requires the perl SNMP module, available at the CPAN site.

USAGE

The module allows for three different kinds of statements, surrounded by < snmp > and < /snmp > html tags. The three types of statements consist of configurations, variable assignments, and commands. A brief description of each type of statement follows:

Configuration:

The configuration statements allow the user the set which host to poll for SNMP information, as well as the SNMP community that the get statements will draw from. This essentially takes the form of assigning values to the reserved variables host and community. All variables are assigned with the following syntax: varible_name=value
Note: there must not be any intervening whitespace between the = and the name and value. Thus to set the SNMP host to machine.domain.net, we would issue the configuration statement:

< snmp >host=machine.domain.net< /snmp >

If not specified, the default host is localhost, and the default community is public.

<<less
Download (0.006MB)
Added: 2007-08-01 License: Perl Artistic License Price:
814 downloads
Netdude 0.4.8a

Netdude 0.4.8a


Netdude, the Network Dump data Displayer and Editor, is a framework for inspection, analysis and manipulation of tcpdump trace. more>>
Netdude, the Network Dump data Displayer and Editor, is a framework for inspection, analysis and manipulation of tcpdump trace files.

The Netdude framework consists of three main components:

- Netdude: a GUI application that allows you to perform trace file editing, inspection and analysis to a degree formerly only possible by writing code.

- libnetdude: the core of the framework and the place where the packet manipulations are performed. It allows you to implement trace file manipulations at a much higher level of abstraction than code written directly on top of the pcap library.

- libpcapnav: a libpcap wrapper library that allows navigation to arbitrary packets in a tcpdump trace file between reads, using timestamps or percentage offsets.

<<less
Download (0.70MB)
Added: 2007-06-25 License: BSD License Price:
856 downloads
Open Metaheuristic 0.3

Open Metaheuristic 0.3


Open Metaheuristic (oMetah) is a library aimed at the conception of metaheuristics. more>>
Open Metaheuristic (oMetah) is a library aimed at the conception of metaheuristics (i.e. genetic/evolutionnary algorithms, tabu search, simulated annealing, ant colony algorithms, etc.). Open Metaheuristic library follows the "adaptive learning search" approach in the design of metaheuristics (an approach inspired from the "adaptive memory programming").
The oMetah core code design is separated in three components : algorithms, problem and communication. You can easily add your own metaheuristic and test it on the implemented problems, or add your own problem, and use the implemented metaheuristics to solve it.
You also have the choice of the way the algorithm and the problem are linked (static link, network, webservice, etc.).
It is mainly designed to handle continuous or mixed-integer problems, often met in engineering applications.
oMetah is written in C++, using the Standard Template Library.
Enhancements:
- The Python and network communication protocols between metaheuristics and problems are now usable.
<<less
Download (0.23MB)
Added: 2006-05-26 License: LGPL (GNU Lesser General Public License) Price:
1251 downloads
Time::Beat 1.21

Time::Beat 1.21


Time::Beat is a Perl module to convert between standard time and Swatch .beat time. more>>
Time::Beat is a Perl module to convert between standard time and Swatch ".beat" time.

Time::Beat is a module to convert normal time to and from .beats, of which there are a thousand in a day. It can change normal time in time() format to .beats, and .beats into either 24-hour or 12-hour normal time.

SYNOPSIS

use Time::Beat qw(beat time24 time12);

my $time_in_beats = beats($time);

my $beats_in_24hr_time = time24($beat);

my $beats_in_12hr_time = time12($beat);

METHODS

There are three methods in Time::Beat.

beats($time)

beats will give you the current time in .beats if you do not specify a time string. If you specify a string in time() format it will return that particular time in .beats. The basic algorithm for doing this is to take the time in GMT+1 hour, convert it into seconds, and divide by 86.4.

time24($beat)

time24 takes a 3-digit beat time and outputs a 24-hour time along the lines of "12:34:56". The hours will have leading noughts.

time12($beat)

time12 takes a 3-digit beat time and outputs a 12-hour time along the lines of "12:34:56 am" or "12:34:56 pm". Hours do not have leading noughts.

<<less
Download (0.003MB)
Added: 2006-08-12 License: Perl Artistic License Price:
677 downloads
OPML Reader 0.1

OPML Reader 0.1


OPML Reader provides a Feed Reader for any OPML Autodiscovery enabled page. more>>
OPML Reader provides a Feed Reader for any OPML Autodiscovery enabled page.

Open a Feed Reader for any OPML Autodiscovery enabled page. You can choose between Optimal OPML browser and Grazr.

<<less
Download (0.050MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
956 downloads
GlobMoeSt 0.0.6

GlobMoeSt 0.0.6


GlobMoeSt means Global Motion eStimation. more>>
GlobMoeSt means Global Motion eStimation.

Currently, the program works by determining the global motion vectors between each two subsequent frames via an exhaustive search within a specified motion search range, which can tweaked depending on the input data.

Nonlinear motion is supported. Motion vectors can be saved to a file, allowing for speedier tinkering with options (like construction mode or cropping of input frames), after a first pass.

The image difference function can use different color spaces (RGB and YUV) and can be influenced via user supplied coefficients, which allows the user to assign different weightings to different color components.

After determining the best motion vectors, the image is assembled, using one of currently three modes, one of which tries to avoid any intra-frame motion, while another one blends areas in which frames overlap.

The blending mode is able to reduce (film or compression) noise (especially for animated content, when there is little to no intra-frame motion, but only global motion), and can give a (blurry) impression of movement in case of intra-frame motion (which may, or may not be wanted). It can also be used to blend pictures, without using the motion estimation component.

<<less
Download (0.026MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
Set::Integer::Gapfillers 0.07

Set::Integer::Gapfillers 0.07


Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges. more>>
Set::Integer::Gapfillers is a Perl module that can fill in the gaps between integer ranges.

SYNOPSIS

use Set::Integer::Gapfillers;
$gf = Set::Integer::Gapfillers->new(
lower => -12,
upper => 62,
sets => [
[ 1, 17 ], # Note: Use comma, not
[ 25, 42 ], # range operator (..)
[ 44, 50 ],
],
);

$segments_needed_ref = $gf->segments_needed();

$gapfillers_ref = $gf->gapfillers();

$all_segments_ref = $gf->all_segments();
Any of the three preceding output methods can also be called with an expand option:
$segments_needed_ref = $gf->segments_needed( expand => 1 );

This Perl extension provides methods which may be useful in manipulating sets whose elements are consecutive integers. Suppose that you are provided with the following non-intersecting, non-overlapping sets of consecutive integers:

{ 1 .. 17 }
{ 25 .. 42 }
{ 44 .. 50 }

Suppose further that you are provided with the following lower and upper bounds to a range of consecutive integers:

lower: 12
upper: 62

Provide a set of sets which:

when joined together, would form a set of consecutive integers from the lower to the upper bound, inclusive; and
are derived from:

the sets provided;
proper subsets thereof; or
newly generated sets which fill in the gaps below, in between or above the provided sets.

Once a Set::Integer::Gapfillers object has been constructed, its segments_needed() method can be used to provide these results:

{ 12 .. 17 } # subset of 1st set provided
{ 18 .. 24 } # gap-filler set
{ 25 .. 42 } # 2nd set provided
{ 43 .. 43 } # gap-filler set
# (which happens to consist of a single element)
{ 44 .. 50 } # 3rd set provided
{ 51 .. 62 } # gap-filler set for range above highest provided set

Alternatively, you may only wish to examine the gap-filler sets. The gapfillers() method provides this set of sets.

{ 18 .. 24 } # gap-filler set
{ 43 .. 43 } # gap-filler set
{ 51 .. 62 } # gap-filler set

And, as an additional alternative, you may wish to have your set of sets begin or end with all the values of a given provided set, rather than a proper subset thereof containing only those values needed to populate the desired range. In that case, use the all_segments() method.

{ 1 .. 17 } # 1st set provided
{ 18 .. 24 } # gap-filler set
{ 25 .. 42 } # 2nd set provided
{ 43 .. 43 } # gap-filler set
# (which happens to consist of a single element)
{ 44 .. 50 } # 3rd set provided
{ 51 .. 62 } # gap-filler set for range above highest provided set

The results returned by the all_segments() method differ from those returned by the segments_needed() method only at the lower or upper ends. If, as in the above example, the lower bound of the target range of integers falls inside a provided segment, the first set returned by all_segments() will be the entire first set provided; the first set returned by segments_needed() will be a proper subset of the first set provided, starting with the requested lower bound.

<<less
Download (0.017MB)
Added: 2007-06-29 License: Perl Artistic License Price:
847 downloads
Convert::Braille::English 0.05

Convert::Braille::English 0.05


Convert::Braille::English is a Perl module that can convert Between Braille Encodings. more>>
Convert::Braille::English is a Perl module that can convert Between Braille Encodings.

SYNOPSIS

use Convert::Braille;

print brailleAsciiToEnglish ( "HELLO" ), "n";
print brailleDotsToEnglish ( "12515123123135" ), "n";

EXPORTS
englishToBrailleUnicode
englishToBrailleAscii
englishToBrailleDots
brailleAsciiToEnglish
brailleDotsToEnglish
brailleUnicodeToEnglish

<<less
Download (0.008MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1181 downloads
Multimedia Converter 1.5

Multimedia Converter 1.5


Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg & MPlaye more>>
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg and MPlayer.

So help to Convert between different media formats.

<<less
Download (0.30MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
894 downloads
Concentration 1.2

Concentration 1.2


Concentration is a colorful memory game for Linux. more>>
Concentration is a colorful memory game for Linux.

Concentration is the classic memory game brought back to life for Linux. You can play in windowed or full screen mode.

Choose from three different icon sets to play with and choose from three different board sizes.

You have you choice of small (2x2), medium (4x4), and large (6x6) boards to choose from. All though mainly intended for kids the adults will have lots of fun "testing" this game out for them. Play in a window or in full screen by toggling between the two with the f key.

<<less
Download (1.0MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
1452 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5