Main > Free Download Search >

Free to apply software for linux

to apply

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 744
Applygain 1.0

Applygain 1.0


Applygain is an Amarok script stolen from amarok_replaygain script. more>>
Applygain is an Amarok script stolen from amarok_replaygain script.

I only need script to apply replaygain adjustment (using -a or -r) so I can apply replaygain to files in iPod without changing my files in harddisk

<<less
Download (0.14MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
918 downloads
Algorithm::Diff::Apply 0.2.3

Algorithm::Diff::Apply 0.2.3


Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs. more>>
Algorithm::Diff::Apply is a Perl module to apply one or more Algorithm::Diff diffs.

SYNOPSIS

## Single-diff form:
use Algorithm::Diff::Apply qw{apply_diff};
my @ary = ...;
my @diff = ...; # some call to Algorithm::Diff::diff()

my @changed_ary = apply_diff(@ary, @diff);
my $changed_ary = apply_diff(@ary, @diff);


## To apply >1 diff at once, use the plural form:
use Algorithm::Diff::Apply qw{apply_diffs};

@newary = apply_diffs(@ary,
diff1_name => @diff1,
diff2_name => @diff2,
...
diffN_name => @diffN);

# Alternatively:
@newary = apply_diffs(@ary, %named_diffs);

# Scalar context:
$newary = apply_diffs(@ary, %named_diffs);

# Extension argument syntax:
$newary = apply_diffs(@ary, {
resolver => &some_sub,
optimisers => [&foo, &bar],
key_generator => &anothersub,
opt4 => ...,
opt5 => ...,
}, %named_diffs);

<<less
Download (0.012MB)
Added: 2006-10-12 License: Perl Artistic License Price:
1107 downloads
Ostiary 3.4

Ostiary 3.4


Ostiary allows a client to run scripts on a server in a secure, authenticated manner. more>>
Tools like ssh and lsh are great for allowing secure remote access to your system. They offer essentially full, flexible remote control of a machine, in an ecrypted and authenticated manner. But they are complex pieces of software; theres no way to do what they do without being complex. And with complexity comes bugs. Tools like ssh and lsh, and VPNs like CIPE, PPTP, and more have all had serious flaws that would allow an attacker to get full control over your system.
If you leave such programs running all the time, you take the risk that someone is going to use an exploit on you before you have a chance to apply a patch. For some purposes, this is an acceptable - even necessary - tradeoff, but it would be nice to enable them only when actually needed, to minimize the risk. And for other purposes, ssh et. al. are overkill. Perhaps you only really need to remotely initiate a limited set of operations. In this case, you dont need a shell prompt, just a way to securely kick off scripts from elsewhere.
Enter Ostiary. It is designed to allow you to run a fixed set of commands remotely, without giving everyone else access to the same commands. Ostiary is designed to do exactly and only what is necessary for this, and no more. The only argument given to the command is the IP address of the client, and only if the authentication is successful.
Main features:
- "First, do no harm." It should not be possible to use the Ostiary system itself to damage the host its running on. In particular, its willing to accept false negatives (denying access to legitimate users) in order to prevent false positives (allowing access to invalid users).
- Insofar as possible, eliminate any possibility of bugs causing undesired operations. Buffer overflows, timing attacks, etc. should be impossible for an external attacker to execute. Theres no point in installing security software if it makes you less secure.
- Be extremely modest in memory and CPU requirements. I want to be able to fire off commands on my webserver (running on a Mac SE/30, a 16MHz 68030 machine) from my Palm Pilot (a 16MHz 68000 machine). Things like ssh already take 30 seconds or more to start up - I cant afford anything too fancy.
- Keep things simple. Im no crypto expert; I know Im not capable of coming up with an ssh replacement. So I need to keep things so utterly simple that I can be sure Im not missing anything important.
Enhancements:
- Several non-security-related bugfixes, including some clarified log messages and an update to the TCP-wrappers autoconf macros.
- Debian packages have been added.
<<less
Download (0.067MB)
Added: 2006-04-01 License: Free To Use But Restricted Price:
1301 downloads
Command Line WRAPper 0.3.0

Command Line WRAPper 0.3.0


Command Line WRAPper is a tool to build and run commands from input lines. more>>
Command Line WRAPper is a tool that provides an easy way to build and run commands from input lines, avoiding the use of shell script. It is similar to xargs.

clwrap can make great things with the locate command, and is low resource intensive. It can also do some not-quite-fun works like multiple configure/make/make install after a fresh system installation. In practice, you have to generate a list of files/directories you want to manage, clwrap takes it in standard input and apply the command you want to apply for each files (lines) in input.

But you can do much more, in fact, its up to you to find how to use it ;).

examples:

- copying several files into one specific directory:

locate myfiles | clwrap -e cp {} mydir/

- renaming several files:

ls -1 ultra*
| clwrap -e "echo -n mv -v {}" -e "echo {} | sed s/ultra/ /"
| clwrap -e {}

- running a specific line in the shell history:

history | grep "482" | head -n 1 | sed s/ *[0-9]* *// | clwrap -v -e {}


- try all tv norms and frequency tables possible combinations with scantv:

cat norm
| clwrap -e "cat freq | clwrap -e echo scantv -n {} -f {}"
| clwrap -e {} > file 2>&1

- reformat source code, after a backup of course:

ls -1 | clwrap -e "cp {} {}.orig && flip -u {} && cat {}
| sed s/^[ t]*$//;/^$/d
| indent -kr -bad -bap -bbb -sob -i8 -l100 {} -o {}.tmp
&& mv {} tmp && mv {}.tmp {}"
<<less
Download (0.042MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
Sharpen Plug-In 1.4.2

Sharpen Plug-In 1.4.2


Sharpen plug-in provides a sharpening filter to enhance the edges in a blurry image. more>>
Sharpen plug-in provides a sharpening filter to enhance the edges in a blurry image.

Using the Sharpen Plug-In
Figure 1 shows the sharpen plug-in window. The scrollbars allow you to pan within the image (in this case to the back of the duck in the foreground). The preview window shows the filter output using the current settings.

The Sharpness control selects the amount of sharpening to apply, from 1 to 99 percent. Higher values make the edges in the image increasing distinct.

<<less
Download (0.009MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1169 downloads
X/OS Linux 4.0

X/OS Linux 4.0


X/OS Linux is a GNU/Linux distribution for business and enterprise users. more>>
X/OS Linux is derived from the Free/Open Source rpm packages of Red Hat Enterprise Linux 4 (RHEL4) under the requirements set forth by their trademark policy.

X/OS has spent considerable effort to avoid using Red Hats trademarks in any way that would imply an association with or sponsorship by Red Hat.

After some delay, the final release of X/OS Linux 4.0 is now available to the public.

The X/OS Linux team has spent considerable effort to assure the label enterprise-grade Linux for this milestone release. With the simultaneous availability of X/OS Linux 4.0 for x86 and x86_64 processor architectures, it delivers the latest “best-of-breed” Free and Open Source software for both 32- and 64-bit platforms.

Highlights include the 2.6 Linux kernel featuring numerous enhancements over the previous 2.4 version, Security Enhanced Linux (SELinux) to apply more granular security policies, improved storage capabilities supporting file systems of up to 8TB and more.

The Global File System (GFS) and Cluster Suite software is included in this release to ease the task of creating and managing advanced cluster configurations, and is available as an extra option during installation. This powerful set of tools provides seamless scalability of applications such as databases, web servers and high-performance computing clusters — with GFS enabling nodes to simultaneously read and write to a single shared filesystem.

Next to providing an advanced server platform, X/OS Linux 4.0 adds various enhancements to the desktop — increasing usability with greatly improved office productivity tools, plug-and-play USB device recognition and power management supporting the ACPI standard.

In addition to compatibility with the de facto distribution for deploying Linux in the enterprise, X/OS Linux strides to include various other useful packages and tools that conform to the standard for mature and robust “enterprise-grade” software. One example is Xfce, an extra option in addition to Gnome and KDE, offering a light-weight desktop environment suited for use on low-end or thin client systems.
<<less
Download (4336MB)
Added: 2005-07-31 License: GPL (GNU General Public License) Price:
1573 downloads
The Tamber Project 1.2.22

The Tamber Project 1.2.22


The Tamber project is a free, componentised n-tier website engine that uses open languages such as XML and JavaScript. more>>
The Tamber project is a free, componentised n-tier website engine that uses open languages such as XML and JavaScript.

Once installed you will be able to see the home page and directions in the installation wizard. Next step is to run the wizard. It will ask you choose whether you are upgrading and installation or starting fresh. If you are upgrading from Tamber 1.0 then choose upgrade.

Choosing fresh install will lead you to the database creation screen, you will need a black database and its` DSN. Enter their details in the form and wait for the wizard to create the database. You will then be prompted to enter an administrator email address and password. DO NOT FORGET THESE DETAILS. The last page will allow you to customise various other bits of Tamber including localisation.

Use your newly created admin account to signin, from there you can add extra currencies (in the locale manager), add catalogue entries and prepare Tamber for deployment. One are that will need changing is the site skin - you can either create a dummy skin using the CMS (Content Management System) or you can get your hands dirty and edit the XML by hand (consult the XML guide for more information). You can install the new skin by cut and pasting it into the skin node in /lib/theme/std/sys_obj.xml (see theme section of the Tamber manual to find out more).

Get your self subscribed to the Tamber release list or check the tamber.com home page periodically. Currently there is no system for generating diffs or applying updates. You`ll have to apply them by hand from the distribution zip file.
<<less
Download (0.50MB)
Added: 2006-06-23 License: LGPL (GNU Lesser General Public License) Price:
1219 downloads
Katapult-Fast Track 0.1.2

Katapult-Fast Track 0.1.2


Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. more>>
Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. It fixes several outstanding issues of upstream Katapult. Unfortunately, Katapult development stagnated and no progress has been made upstream for half a year. Hopefully someone from the team will actually reply to my e-mails so Katapult development can continue. If not this fork will need a name (Im obviously leaning towards Fast Track) and will be a separate project altogether.
Improvements over last stable Katapult release:
- Support for multiple results (Press up or down keys to see more results)
- Support for multiple actions (Press left or right keys to see more actions)
- Adaptive search
- Threaded architecture
- Non-blocking DCOP calls
Kudos to the team for providing the framework for multiple results, multiple actions, and multithreaded catalogs.
Caveats:
- Currently, only the program and bookmark catalogs actually return more than one result at a time.
- Only the program catalog supports adaptive search.
- Only the amarok catalog has multiple actions.
What this means for YOU:
- The amarok catalog should not slow down Katapult if you have a big collection of songs.
- The amarok catalog can now queue songs and add songs to the current playlist
- The program catalog will adapt to your launching preferences (i.e. no more "Konquest" results when all you want is "Konqueror")
- You no longer have to type more letters (press the down key to choose something else)
What is still lacking:
- Testing. Especially for the amarok catalog. I only have a couple of GB worth of songs so I cant speak for everyone but this should be an improvement over the last release.
- Spell catalog. Ive tried everything to get KSpell to play nice with separate threads (i.e. call KSpell in the main thread, block the worker thread till KSpell is done, then pass the result to the worker thread) but it just wont work.
- Composite support. I havent applied my own real transparency patch. Dont try to apply it here because it was made to specifically work against 0.3.1.4.
Installation:
Extract the files. cd to the created directory. Then ./configure and make and then install as root.
For any problems, either leave something here or post something at the Katapult forums. Ill get back to you as soon as I can. Please include how to reproduce your problems.
<<less
Download (0.64MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
845 downloads
JoSQL 1.8

JoSQL 1.8


JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. more>>
JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects.
JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects.
Example:
// Get a list of java.io.File objects.
List myObjs = getMyObjects ();
// Create a new Query.
Query q = new Query ();
// Parse the SQL you are going to use, it is assumed here that
// "myObjs" contains instances of "java.io.File".
q.parse ("SELECT name,length " +
"FROM java.io.File " +
"WHERE fileExtension (name) = :fileExt " +
"ORDER BY length DESC, name " +
"EXECUTE ON RESULTS avg (:_allobjs, length) avgLength");
// Set the bind variable "fileExt".
q.setVariable ("fileExt", "java");
// Execute the query.
QueryResults qr = q.execute (myObjs);
// Get the average length, this is a save value, the result
// of executing the call "avg (:_allobjs, length)", it is saved against
// key: "avgLength".
Map saveValues = qr.getSaveValues ();
Number avg = (Number) saveValues.get ("avgLength");
// Cycle over the results.
List res = qr.getResults ();
for (int i = 0; i < res.size (); i++)
{
// This time there is a List for each row, index 0 holds the name of
// the file that matched, index 1 holds the length.
List r = (List) res.get (i);
System.out.println ("NAME: " + r.get (0));
System.out.println ("LENGTH: " + r.get (1) + ", AVG: " + avg);
}
Enhancements:
- This release focuses on bug fixes.
<<less
Download (0.24MB)
Added: 2007-05-30 License: The Apache License 2.0 Price:
880 downloads
goPod 1.4

goPod 1.4


goPod allows you to remove the EU Volume limitation from 3rd and 4th generation iPods, and iPod minis. more>>
goPod project allows you to remove the EU Volume limitation from 3rd and 4th generation iPods, and iPod minis.

goPod is a command line program that allows you to remove the EU Volume limitation on EU iPods.

We cant be held responsible for the use you make with this program or any damage it could cause to you iPod.

It is provided for information purpose only. Moreover, uncapping your iPod and using it is illegal in France.

Usage:

To apply the tweak, you may have to launch your iPod in HDD mode. To do so, in iTunes, select your iPod and click on the disk icon on the lower-right part of the iTunes window.

Launch goPod. Just click go to cap it/uncap your iPod. If it is not detected, clicking go will make goPod trying to detect it again.

JUST CLICK ON GO ONCE, it may take some time (5 seconds). I know its a bit "slow", but this is for compatibility reasons.

Once your iPod is capped/uncapped, you *may* have to restart it. To do so, press the menu button and the central button during 3 seconds if you are using a 4G iPod or the menu and play buttons if you have a 3G until you can see an apple.

This reboot should be automatic.
<<less
Download (0.091MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
641 downloads
Yet Another Freeware PDF-Composer 2.0

Yet Another Freeware PDF-Composer 2.0


Yet Another Free PDF-composer can compose PDF documents from picture files and other PDF files. more>>
Yet Another Free PDF-composer can compose PDF documents from picture files and other PDF files, encrypt the created document, and send it to a given email address.
Imagine you need a PDF-printer-like tool, which is able to generate PDF-files from documents, you want print out of your applications on your local machine.
There are plenty of solutions out there on the web, which can do this for you. Now imagine you need a PDF-printer to be shared in your network, which is able to generate PDF-files from documents, the network users print out of their applications.
Youll find some free solutions, which can make this. Further imagine, you want this PDF-printer automatically to apply the letterhead template of your company to the first page, apply the company-logo to all further pages, append a "Terms and Conditions" page to all printed documents, apply some "Watermark Graphic" on all pages to copy-protect your documents, encrypt the document to protect it from unwanted manipulation and automatically mail the document to the user, who initiated the print-job.
Hard to find a free solution on the web, which can do this for you.
Enhancements:
- This is a general code cleanup and feature enhancement release.
- YAFPC uses iText 1.4.4 now and requires Java 1.5 or above.
- Feature enhancements include a large variety of encryption settings, explicit settings for owner and user passwords, and enhanced processing of paper sizes and orientations.
<<less
Download (1.2MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1113 downloads
Text::VimColor 0.11

Text::VimColor 0.11


Text::VimColor is a syntax color text in HTML or XML using Vim. more>>
Text::VimColor is a syntax color text in HTML or XML using Vim.

SYNOPSIS

use Text::VimColor;
my $syntax = Text::VimColor->new(
file => $0,
filetype => perl,
);

print $syntax->html;
print $syntax->xml;

This module tries to markup text files according to their syntax. It can be used to produce web pages with pretty-printed colourful source code samples. It can produce output in the following formats:

HTML

Valid XHTML 1.0, with the exact colouring and style left to a CSS stylesheet

XML

Pieces of text are marked with XML elements in a simple vocabulary, which can be converted to other formats, for example, using XSLT

Perl array

A simple Perl data structure, so that Perl code can be used to turn it into whatever is needed

This module works by running the Vim text editor and getting it to apply its excellent syntax highlighting (aka font-locking) to an input file, and mark pieces of text according to whether it thinks they are comments, keywords, strings, etc. The Perl code then reads back this markup and converts it to the desired output format.

This is an object-oriented module. To use it, create an object with the new function (as shown above in the SYNOPSIS) and then call methods to get the markup out.

<<less
Download (0.020MB)
Added: 2006-09-12 License: Perl Artistic License Price:
1137 downloads
JGAP 3.2.1

JGAP 3.2.1


JGAP is a genetic algorithms component written in the form of a Java package. more>>
JGAP (pronounced "jay-gap") is a genetic algorithms component written in the form of a Java package. JGAP project provides basic genetic mechanisms that can be easily used to apply evolutionary principles to problem solutions. The ground is laid for introducing Genetic Programming to JGAP in the near future!
JGAP has been written to be very easy to use "out of the box," while also designed to be highly modular so that more adventurous users can easily plug-in custom genetic operators and other sub-components.
Genetic algorithms (GAs) are evolutionary algorithms that use the principle of natural selection to evolve a set of solutions toward an optimum solution. GAs are not only very powerful, but are also very easy to use as most of the work can be encapsulated into a single component, requiring users only to define a fitness function that is used to determine how "good" a particular solution is relative to other solutions.
Enhancements:
- Made Robocode example work with newest Robocode version and enhanced the example in general
- Added Maven pom file
- Introduced log4j
- Fixed bug with allTimeBest and cloning (see bug 1744077)
- Fixed bug with GABreeder.evolution (bug 1748528)
- Made INodeValidator serializable
- Added custom-initialization mechanism for GP
- Enhanced IGPChromosome by method getFunctionSet()
- Added Java command version to NOP
- Enhanced Javadoc a lot
- Added two utility functions to SystemKit
- Improved Chromosome.hashCode()
- Added some few unit tests
<<less
Download (3.9MB)
Added: 2007-07-12 License: LGPL (GNU Lesser General Public License) Price:
834 downloads
AmarokWhatsPlaying MAO 0.1.b

AmarokWhatsPlaying MAO 0.1.b


AmarokWhatsPlaying MAO is a script Amarok that sends through HTTP the music name. more>>
AmarokWhatsPlaying MAO is a script Amarok that sends through HTTP (method GET) the music name, artist and album that you are hearing.

How to use:

1. Edit variable

1,1 Script whatsplaying_mao.pl

It must be informed the correct values of the following variables:

$LINKSCRIPT
$CHAVE

The variable LINKSCRIPT is the URL for the site where will be housed script cgi responsible amarok.cgi by receiving the information.

$LINKSCRIPT = "http://yourdomain.net/cgi-bin/amarok.cgi";

The variable CHAVE is an any word what will be used for script cgi amarok.cgi validate the information that is receiving.

$CHAVE = "secret";

1,2 Script cgi amarok.cgi

It must be informed the correct values of the following variables:

$ARQUIVO
$QLIST
$CHAVE

The variable ARQUIVO informs the file where it will be stored the information. Remember of, into server, create the empty file and to apply the permission of writing.

$ARQUIVO = "lista_de_musica.txt";

The variable QLIST informs the maximum quantity of name of musics stored in $ARQUIVO. The totally begins of zero, then for ten input the value should be nine.

$QLIST = 9;

The variable CHAVE should be the same that it was placed in script whatsplaying_mao.pl. for the facts are recorded in the $ARQUIVO $CHAVE = "secret";

2. Data format into $ARQUIVO.

HH;MM;SS;YEAR;D;M;TIME OF MUSIC;MUSIC NAME; ARTIST;ALBUM

HH;MM;SS;YEAR;D;M - Its hour, minute, second, year, day and month that this information it was sent.

3. The server where he goes to be housed script should have the directory of script configured to support cgi-bin.

In the apache he adds the line "ScriptAlias /cgi-bin/ /var/www/yoursite/cgi-bin/" together with the configuration of your VirtualHost.

<<less
Download (0.010MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1194 downloads
THCNET Message System 1.1.0.1

THCNET Message System 1.1.0.1


THCNET Message System project is a customizable PHP-enabled Web application. more>>
THCNET Message System project is a customizable PHP-enabled Web application which provides a moderated message system using a backend MySQL database.
Installation
download and install MySQL. download and install apache with mod_rewrite
and php4 or php5 compiled with the pspell libraries.
note: I use MySQL 5.0 and PHP 5.1 in development of THCNET, but it should
work with earlier versions.
do the following
modify the *.template *.css files to make things look how you want
modify the any and all source code as you see fit.
As of release 1.0.pre5 thcnet has an auto-installer/revision control
feature that makes the initial setup much easier.
copy all the files into your htdocs directory on your web server
open index.php in your browser. It will prompt you for values it needs
to perform the installation. Click on setup and it will create the
database for you and populate it.
Now that you have THCNET setup, the first task will be to apply as a new
user. The first user to apply will be given sys-admin rights.
Now you can customize features by clicking on the Admin link to the
left.
Enhancements:
- This release adds the ability to further control the system based on policy maps.
<<less
Download (0.37MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5