Main > Free Download Search >

Free according to software for linux

according to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 523
Sort::Radix 0.04

Sort::Radix 0.04


Sort::Radix is a Perl module with multiple passes distribution sort algorithm. more>>
Sort::Radix is a Perl module with multiple passes distribution sort algorithm.

SYNOPSIS

use Sort::Radix;

@array = qw(flow loop pool Wolf root sort tour);
radix_sort(@array);
print "@arrayn";

This is an implementation based on Jarkkos Wolf book (Mastering Algorithms with Perl, pp. 145-147).

By definition: radix sort is a multiple pass distribution sort algorithm that distributes each item to a bucket according to part of the items key beginning with the least significant part of the key. After each pass, items are collected from the buckets, keeping the items in order, then redistribute according to the next most significant part of the key.

Radix sort is nice as it take N * M passes, where N is the length of the keys. It is very useful for sorting large volumes of keys of the same length, such as postal codes.

The algorithm will only works when the strings to be sorted are of the same length. Variable length strings therefore have to be padded with zeroes (x00) to equalize the length.

<<less
Download (0.003MB)
Added: 2007-05-22 License: Perl Artistic License Price:
885 downloads
FallingWords 0.3a

FallingWords 0.3a


FallingWords is a simple QT game that can help anyone to improve his/her typing skill. more>>
FallingWords is a simple QT game that can help anyone to improve his/her typing skill.

The goal of the game is to type the falling words before they touch the bottom of the screen.

According to the difficulty you choose, words will fall at different speed.

The score is calculated according to the selected skill.
<<less
Download (3.3MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1184 downloads
Jacobe 7.2.7

Jacobe 7.2.7


Jacobe is a FREE configurable code beautifier for the Java programming language. It is possible to let Jacobe print your Java code according to the widely used layout rules of Sun Microsystems or customize it to your own standards. Currently more than 100 configurable modifications have been implemented in Jacobe. Jacobe is available for all Windows platforms, Linux (both freeware) and Solaris (commercial version). more>>

Jacobe - Jacobe is a FREE configurable code beautifier for the Java programming language. It is possible to let Jacobe print your Java code according to the widely used layout rules of Sun Microsystems or customize it to your own standards.

Currently more than 100 configurable modifications have been implemented in Jacobe. Jacobe is available for all Windows platforms, Linux (both freeware) and Solaris (commercial version).


Enhancements:
Version 7.2.7
System Requirements:
<<less
Download (585.8Kb)
Added: 2005-06-20 License: Free Price: Free
13 downloads
Jasmin 1.0.0

Jasmin 1.0.0


Jasmin software distribution includes an implementation of the Script MIB according to RFC 2592 with a Java runtime engine. more>>
Jasmin software distribution includes an implementation of the Script MIB according to RFC 2592 with a Java runtime engine, a selection of demonstration scripts, a Java package called "scriptmib" supporting the development of manager applications for the Script MIB, Smurf, a graphical user interface to the Script MIB, and JAX, a Java package for building AgentX sub-agents.

Jasmin project is a joint project between the Technical University of Braunschweig and NEC C&C Research Laboratories to evaluate and enhance this standard by providing an implementation and studying the implementation with distributed network management applications.

The implementation supports multiple languages and runtime systems. A script MIB extensibility protocol (SMX) allows to plugin additional runtime systems. The SMX protocol definition has been published as RFC 2593 in May 1999. Two runtime systems have been implemented in this project: One is based on the Java virtual machine and another one support Tcl. Appropriate security mechansims are provided in order to protect the system executing management scripts as well as the network managed by the management scripts.
<<less
Download (0.57MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1187 downloads
oidentd 2.0.7

oidentd 2.0.7


oidentd is an ident daemon with IP masq/NAT support and the ability to specify responses. more>>
oidentd is an RFC 1413 compliant ident daemon which runs on Linux, FreeBSD, NetBSD, Darwin, OpenBSD, and Solaris.
It can handle IP masqueraded/NAT connections on Linux, FreeBSD, NetBSD, and OpenBSD, and it has a flexible mechanism for specifying ident responses.
Users can be granted permission to specify their own ident responses. Responses can be specified according to host and port pairs.
Enhancements:
- Really fix the bug with random ident replies.
- Build fixes (specifically, for Solaris)
<<less
Download (0.19MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1668 downloads
DIM 0.1

DIM 0.1


DIM (Dirty Instant Messenger) is an instant messenger that can be easly embedded in Web sites. more>>
DIM (Dirty Instant Messenger) is an instant messenger that can be easly embedded in Web sites.
DIM uses MySQL to store accounts and messages and a modern browser to render its interface.
Installation:
1. untar dim.xy.tgz inside the root of the website where dim will be embedded
2. edit mysql.php and insert your database configuration
3. create a mysql database according to mysql.php
4. create the tree tables needed by dim using dim_mysql_tables.sql
5. embed dim in your website with: < iframe width=200 height=350 src="dim/index.php" frameborder=0 name=dim id=dim marginheight=0 marginwidth=0 >
6. adjust dim colors and fonts by editing config.php and default.css
Enhancements:
- The program has been totally rewritten.
<<less
Download (0.009MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1060 downloads
libcdorganizer 2.1.2

libcdorganizer 2.1.2


libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library. more>>
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library.
CD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
<<less
Download (0.22MB)
Added: 2007-02-15 License: BSD License Price:
983 downloads
X500::RDN 0.28

X500::RDN 0.28


X500::RDN is a Perl module that can handle X.500 RDNs (Relative Distinguished Names), parse and format them. more>>
X500::RDN is a Perl module that can handle X.500 RDNs (Relative Distinguished Names), parse and format them.

SYNOPSIS

use X500::RDN;

my $rdn = new X500::RDN (c=>DE);
my $c = $rdn->getAttributeValue (c);

This module handles X.500 RDNs (Relative Distinguished Names). This is a supporting module for X500::DN.

Methods

$object = new X500::RDN (type=>value, type=>value, ...);

Creates an RDN object from argument pairs, each pair an attribute type and value. With more than one pair as arguments, you will get a multi-valued RDN.

$object->isMultivalued();

Returns whether the RDN is multi-valued.

$object->getAttributeTypes();

Returns the RDNs attribute types, a list of strings.

$object->getAttributeValue (type);

Returns the RDN attributes value.

$object->getRFC2253String();

Returns the RDN as a string formatted according to RFC 2253 syntax.

$object->getX500String();

Returns the RDN as a string formatted according to X.500 syntax. NOTE: This is a hack, there is no definition for a X.500 string syntax!?

$object->getOpenSSLString();

Returns the RDN as a string formatted according to one of openssls syntaxes. Croaks on multi-valued RDNs.

<<less
Download (0.005MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
887 downloads
ntop 3.3

ntop 3.3


ntop is a network probe that shows network usage in a way similar to what top does for processes. more>>
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does.
The project is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well.
ntop users can use a a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status.
In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of:
a web interface
limited configuration and administration via the web interface
reduced CPU and memory usage (they vary according to network size and traffic)
make ntop easy to use and suitable for monitoring various kind of networks.
Main features:
- Sort network traffic according to many protocols
- Show network traffic sorted according to various criteria
- Display traffic statistics
- Store on disk persistent traffic statistics in RRD format
- Identify the indentity (e.g. email address) of computer users
- Passively (i.e. withou sending probe packets) identify the host OS
- Show IP traffic distribution among the various protocols
- Analyse IP traffic and sort it according to the source/destination
- Display IP Traffic Subnet matrix (whos talking to who?)
- Report IP protocol usage sorted by protocol type
- Act as a NetFlow/sFlow collector for flows generated by routers (e.g. Cisco and Juniper) or switches (e.g. Foundry Networks)
- Produce RMON-like network traffic statistics
Additional features of "ntop":
- Network Flows
- Local Traffic Analysis
- Multithread and MP (MultiProcessor) support on both Unix and Win32
- Perl/PHP/Python lightweight API for accessing ntop from remote
- Support of both NetFlow andsFlow as flow collector. ntop can collect simultaneously from multiple probes.
- Traffic statistics are saved into RRD databases for long-run traffic analysis.
- Internet Domain, AS (Autonomous Systems), VLAN (Virtual LAN) Statistics
- Network assets discovery and categorization according to their OS and users
- Protocol decoders for most of known P2P (Peer to Peer) protocols
- Advanced per user HTTP password protection with encrypted passwords
- RRD support for persistently storing per-host traffic information
- Passive remote host fingerprint (Courtesy of ettercap)
- HTTPS (Secure HTTP via OpenSSL)
- Virtual/multiple network interfaces support
- Graphical Charts (via gdchart)
- WAP support
<<less
Download (2.4MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
547 downloads
Metalog 0.8 RC4

Metalog 0.8 RC4


Metalog provides simple and flexible replacement for syslogd and klogd. more>>
Metalog provides simple and flexible replacement for syslogd and klogd.
Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name, and/or Perl-compatible regular expressions.
Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found.
Metalog is easier to configure than syslogd and syslog-ng, accepts an unlimited number of rules, and has (switchable) memory bufferization for maximal performance.
Enhancements:
- fix typo in previous change when checking the return of strftime()
<<less
Download (0.10MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
Open Pinball Simulator 0.0.6b

Open Pinball Simulator 0.0.6b


Open Pinball Simulator project is an pinball simulator. more>>
Open Pinball Simulator project is an pinball simulator.

The program is divided into two processes. The main process takes care of interpreting the .table description files and controls the balls movements according to physical laws.

It communicates the balls coordinates to another process (renderer) which renders the table (taken from the same .table file) and the ball as it moves around.

The main process must also communicate status for objects it hits so that renderer can produce sounds and count scoring.

The rendering process is currently a 2D renderer.

<<less
Download (0.10MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1033 downloads
Cameleon2 1.9.17

Cameleon2 1.9.17


Cameleon aims to become an integrated development environment for Objective-Caml, and eventually other languages. more>>
Cameleon project aims to become an integrated development environment for Objective-Caml, and eventually other languages.
Main features:
- graphical user interface,
- configuration management based on CVS,
- easy access to and browsing of documentation,
- various editors, according to customizable file types,
- use of plug-ins to define new features,
- highly customizable interface (menus, toolbar, keyboard shortcuts).
<<less
Download (0.44MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
620 downloads
Magda 1.0

Magda 1.0


Magda project is a graph drawing application. more>>
Magda project is a graph drawing application.
Magda (Magda Aesthetic Graph Drawing Application) is an application developed for mathematicians intrested in graph theory, specially in graph drawing.
Magda provides a nice and extensive GUI for creating and drawing graphs using appropriate algorithms.
The user just chooses the type of graph, inserts vertices with edges, and Magda draws the graph according to the chosen algorithm.
It comes with a set of basic graphs and most well-known algorithms for drawing them.
Enhancements:
- Magda is nowadays under heavy development. Only CVS version is available:
# cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/magda login
# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/magda co -P magda
<<less
Download (0.063MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1098 downloads
Ballsmacker 1.0.0

Ballsmacker 1.0.0


Ballsmacker is a virtual pool game. more>>
Ballsmacker is a virtual pool game.
Its is a virtual pool game rendered in OpenGL.
Main features:
- Support for British pool rules
- Sound effects
- Physics engine which scales according to rendering speed
- Smooth edged pool tables defined using SVG paths
- Supports British (yellow/red) and American (striped/unstriped) textured balls.
<<less
Download (0.56MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1017 downloads
Mp3tag 1.4

Mp3tag 1.4


Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags. more>>
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags (v1 or v2) in mp3 files.

mp3tag library comes with the mp3tag and cddbtag example tools.

The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags.

The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files.

The mp3tag tool

The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags. Here are some examples of usage:
mp3tag file_1.mp3 ... file_n.mp3

Print tags of the given files.

mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" *.mp3

Set artist and album tags in all mp3 files of the current directory.

mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" -t "Toune dautomne" -n 11 -g 102 file.mp3

Set artist, album, title, track number and genre tags in file.mp3.

mp3tag -e file_1.mp3 ... file_n.mp3

Graphically edit tags in each given file.

mp3tag -r file_1.mp3 ... file_n.mp3

Rename the given files according to their tags, with the default name format.

mp3tag -r -f 1 file_1.mp3 ... file_n.mp3

Rename the given files according to their tags, with the predefined format "1".

mp3tag --formats

Print the list of predefined renaming formats.

mp3tag -F "%n - %t" file_1.mp3 ... file_n.mp3

Rename the given files according to their tags with the given format. Here, each file will be renamed as < track number > - < title >.mp3. Where to use values of tags in a format is specified by %a, %t, %l, %n, %g, %c, %y.

mp3tag --copy -t "Le plombier" file1.mp3 file2.mp3

Copy tags from file1.mp3 to file2.mp3, but with a different title tag.

The cddbtag tool

The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files. Here are some examples of usage:

cddbtag file_01.mp3 file_02.mp3 ... file_n.mp3

Use the given files, in the given order, to build the discid, then query the CDDB server and, if information could be retrieved, set tags in the given .mp3 files.

cddbtag -t file_01.mp3 file_02.mp3 ... file_n.mp3

Same as above but run in test mode: it prints the information retrieved but does not write tags in the files.

cddbtag -s mycddbserver.org -p 4000 file_01.mp3 file_02.mp3 ... file_n.mp3

Here we specify a different CDDB server and port to connect to.
<<less
Download (0.048MB)
Added: 2006-03-16 License: LGPL (GNU Lesser General Public License) Price:
9862 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5