Main > Free Download Search >

Free to run software for linux

to run

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4808
PyECC 0.1

PyECC 0.1


A simple Python module for performing Elliptical Curve Cryptography more>>
PyECC 0.1 is yet another excellent utility for programmers. It is actually a simple Python module for performing Elliptical Curve Cryptography. This library wrapped around the libseccure library which itself is based off of code developed originally for the secure utility.

Instructions:

  • Since PyECC uses setuptools to build and install the PyECC module and corresponding library, you need to run: % sudo python setup.py install

Requirements:

  • Python
<<less
Added: 2009-07-10 License: LGPL v2 Price: FREE
10 downloads
VBox Runner 0.2

VBox Runner 0.2


Allows you to start your VirtualBox virtual machines from Krunner more>>
VBox Runner 0.2 provides you with a small but very useful KRunner module which can allow you to run your VirtualBox virtual machines from KRunner. This product will be an excellent choice for everyone.

Requirements: Sun xVM VirtualBox

<<less
Added: 2009-07-06 License: GPL Price: FREE
11 downloads
Chkrecov 1.2

Chkrecov 1.2


Checks for basic recoverability on a SGI. more>> A application for very basic checking of recoverability on a SGI. It checks for the existence of "sash" and "fx" within the /stand directory and the volume header as well as a "unix.bak" file in the root directory. Note: some people make a copy of kernel with other names so "unix.bak" may not exist. To install: use inst-packaged installer on the SGI you wish to check and then execute it to run. To run(if /usr/local is in your path): type chkrecov at prompt. (or use full path: /usr/local/bin/chkrecov). Requires super-user access.<<less
Download (30KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
Sudo 1.6.9p4

Sudo 1.6.9p4


Sudo allows a system administrator to give certain users (or groups of users) the ability to run some commands as root. more>>
Sudo (su "do") allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while logging the commands and arguments.
The Sudo project is free software and is distributed under an ISC-style license.
Enhancements:
- This release adds support for IPv6.
- It has a fix for the installation path of the sudo_noexec shared object and a change to support compilation on old-style K&R compilers.
<<less
Download (0.54MB)
Added: 2007-08-18 License: BSD License Price:
805 downloads
IPC::Run::Simple 1.3

IPC::Run::Simple 1.3


IPC::Run::Simple is a simple system() wrapper. more>>
IPC::Run::Simple is a simple system() wrapper.

SYNOPSIS

# Run a command and check whether it failed
use IPC::Run::Simple;
run("echo Hello, O Cruel World")
or die "Command failed";

# Describe the failure
use IPC::Run::Simple qw($ERR);
run("echo Hello, O Cruel World")
or die "Command failed: $ERR";

# Use the :all tag instead of explicitly requesting $ERR
use IPC::Run::Simple qw(:all);
run("echo Hello, O Cruel World")
or die "Command failed: $ERR";

# Die with error message if command does not return 0
use IPC::Run::Simple qw(:Fatal);
run("echo Hello, O Cruel World");

# Allow other exit values without dying
use IPC::Run::Simple qw(:Fatal);
run(command => [ "echo", "Hello, O Cruel World!" ],
allowed => [ 1, 2, 5 ]);

This module is intended to be a very simple, straightforward wrapper around the system() call to make it behave more like other builtins.

run() will return a true value if the command was executed and return a successful status code, and false otherwise. The reason for the failure will be stored in the $IPC::Run::Simple::ERR variable (which is just $ERR if you import either $ERR or :all). The description of the reason was pulled almost directly from the system() documentation.
Optionally, you can import the :Fatal tag, which will cause run() to die() with an appropriate message if the command fails for any reason.

If you wish to allow nonzero exit values but still want to trap unexpected errors, you may use an expanded call syntax. Call run() with a set of key=>value pairs. The two implemented keys are command (an array reference containing the command to run) and allowed (an array reference of exit values that are allowed without causing run() to return false or throw an exception.)

<<less
Download (0.005MB)
Added: 2007-08-15 License: Perl Artistic License Price:
802 downloads
Netpet-CMS 1.8

Netpet-CMS 1.8


Netpet-CMS project provides easy-going deployment and administration of Web sites, newsletters, and banners. more>>
Netpet-CMS project provides easy-going deployment and administration of Web sites, newsletters, and banners. After a short introduction, even users with little experience are capable using Netpet-CMS.

Furthermore, you dont need any specially configured server to run Netpet CMS, so you can install Netpet CMS on standard cheap Web hosting accounts.
<<less
Download (1.8MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
808 downloads
Traffic Prioritizer 0.4

Traffic Prioritizer 0.4


Traffic Prioritizer is designed to run on a Linux router and prioritize users traffic by their bandwidth consumption. more>>
Traffic Prioritizer is designed to run on a Linux router and prioritize users traffic by their bandwidth consumption.

It is aimed to shape the "bandwidth greedy" clients (P2P, YouTube, IPTV, etc.) so that the ones who are just browsing do not lack bandwidth.

<<less
Download (0.009MB)
Added: 2007-08-07 License: GPL v3 Price:
820 downloads
DOMjudge 2.0.0

DOMjudge 2.0.0


DOMjudge is an automated judgement system to run programming contests. more>>
DOMjudge is an automated judge system to run programming contests.
Main features:
- Lightweight, depends on standard software to do its task
- Webinterface for portability and simplicity
- Scalable: distributed judging is easy
- Modular system for plugging in languages/compilers
- Features rejudging, clarifications, detailed submission/judging info
- Designed with security in mind
- Has been used in live contests
- Its Open Source, Free Software
<<less
Download (1.1MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
826 downloads
OpenDownload 1.0.0

OpenDownload 1.0.0


OpenDownload is a Firefox extension that allows you to open any file from the internet into the OS assigned program. more>>
OpenDownload is a Firefox extension that allows you to open any file from the internet into the OS assigned program. This is similar to IEs Open or Run file download functionality.

NOTE: This does not support streaming. How it wors, is it downloads the file to your temp directory then launches it. Your operating system will then choose the default application to run it with. After 24 hours the file will automatically be deleted from your system.

<<less
Download (0.016MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
837 downloads
SimDock 1.2

SimDock 1.2


SimDock project is a fast and fully configurable dock bar for Linux. more>>
SimDock project is a fast and fully configurable dock bar for Linux. It is written in C++ and wxWidgets, and does not require 3D acceleration to run.

<<less
Download (0.12MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
859 downloads
Streamnik Server 0.02

Streamnik Server 0.02


Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. more>>
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. It can stream a number of different channels and is optimized to run on leased (virtual) servers. The program schedule is defined by an SQL database table and can be changed at runtime.

<<less
Download (0.12MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
Test-Run 0.0110

Test-Run 0.0110


Test-Run is an improved test harness for scripts that emit TAP (Test Anything Protocol). more>>
Test-Run is an improved test harness for scripts that emit TAP (Test Anything Protocol). It was forked from Test::Harness, and it uses TAP::Parser.

The project is used to analyze the output of the scripts and present it to the user in a summarized form. Test-Run features separation of the test-running backend and the command line frontend, a "runprove" utility for running tests from the command line, a plugin-system, and colors for the summary line.

<<less
Download (0.067MB)
Added: 2007-06-12 License: MIT/X Consortium License Price:
865 downloads
Bio::Tools::Run::PiseApplication::align2model 1.4

Bio::Tools::Run::PiseApplication::align2model 1.4


Bio::Tools::Run::PiseApplication::align2model is a Bioperl class for align2model - create a multiple alignment of sequences... more>>
Bio::Tools::Run::PiseApplication::align2model is a Bioperl class for align2model - create a multiple alignment of sequences to an existing model.

Parameters:

align2model (String)

run (String)
Run name

db (Sequence)
Sequences to align (-db)

model_file (InFile)
Model (-i)
pipe: sam_model

id (String)
Sequence identifier(s) selection (separated by commas) (-id)

nscoreseq (Integer)
Maximum number of sequences to be read (-nscoreseq)

adpstyle (Excl)
Dynamic programming style (-adpstyle

SW (Excl)
Sequence scoring (-SW)

auto_fim (Switch)
Add FIMs automatically (-auto_fim)

jump_in_prob (Float)
Probability cost of jumping into the center of the model (-jump_in_prob)

jump_out_prob (Float)
Probability cost of jumping out the center of the model (-jump_out_prob)

a2mdots (Switch)
Print dots to fill space need for other sequences insertions (-a2mdots)

dump_parameters (Excl)
(-dump_parameters)

<<less
Download (0.81MB)
Added: 2007-06-06 License: Perl Artistic License Price:
870 downloads
Bio::Tools::Run::PiseApplication::fasta 1.4

Bio::Tools::Run::PiseApplication::fasta 1.4


Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. more>>
Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search.

Parameters:

fasta (Excl)
Fasta program

query (Sequence)
Query sequence File
pipe: seqfile

seqtype (Excl)
Is it a DNA or protein sequence (-n)

protein_db (Excl)
Protein Database

nucleotid_db (Excl)
Nucleotid Database

break_long (Integer)
Break long library sequences into blocks (-N)

ktup (Integer)
ktup : sensitivity and speed of the search (protein:2, DNA:6)

optcut (Integer)
OPTCUT : the threshold for optimization. (-c)

gapinit (Integer)
Penalty for gap initiation (-12 by default for fasta with proteins, -16 for DNA) (-f)

gapext (Integer)
Penalty for gap extention (-2 by default for fasta with proteins, -4 for DNA) (-g)

high_expect (Float)
Maximal expectation value threshold for displaying scores and alignments (-E)

low_expect (Float)
Minimal expectation value threshold for displaying scores and alignments (-F)

nucleotid_match (Integer)
Reward for a nucleotid match (-r)

nucleotid_mismatch (Integer)
Penalty for a nucleotid mismatch (-r)

matrix (Excl)
Scoring matrix file (-s)

X_penalty (Integer)
Penalty for a match to X (independently of the PAM matrix) (-x)

frameshift (Integer)
Penalty for frameshift between codon (fast[xy]/tfast[xy])(-h)

frameshift_within (Integer)
Penalty for frameshift within a codon (fasty/tfasty)(-j)

threeframe (Switch)
Search only the three forward frames (tfasta) (-3)

invert (Switch)
Reverse complement the query sequence (all tfasta) (-i)

genetic_code (Excl)
Use genetic code for translation (tfasta/tfast[xy]/fast[xy]) (-t)

band (Integer)
band-width used for optimization (-y)

swalig (Switch)
unlimited Smith-Waterman alignment for DNA (-A)

noopt (Switch)
no limited optimization (-o)

stat (Excl)
Specify statistical calculation. (-z)

random (Switch)
Estimate stat parameters from shuffled copies of each library sequence (-z)

histogram (Switch)
No histogram (-H)

scores (Integer)
number of similarity scores to be shown (-b)

alns (Integer)
number of alignments to be shown (-d)

html_output (Switch)
HTML output (-m)

markx (Excl)
Alternate display of matches and mismatches in alignments

init1 (Switch)
sequences ranked by the z-score based on the init1 score (-1)

z_score_out (Excl)
Show normalize score as (-B)

showall (Switch)
both sequences are shown in their entirety in alignments (fasta only) (-a)

linlen (Integer)
output line length for sequence alignments (max. 200) (-w)

offsets (String)
Start numbering the aligned sequences at position x1 x2 (2 numbers) (-X)

info (Switch)
Display more information about the library sequence in the alignment (-L)

statfile (OutFile)
Write out the sequence identifier, superfamily number, and similarity scores to this file (-R)

filter (Switch)
Lower case filtering (-S)

outfile (OutFile)
pipe: mview_input

html_outfile (OutFile)

<<less
Download (0.081MB)
Added: 2007-06-06 License: Perl Artistic License Price:
872 downloads
Bio::Tools::Run::JavaRunner 1.5.2_100

Bio::Tools::Run::JavaRunner 1.5.2_100


Bio::Tools::Run::JavaRunner is a Perl module that can run java programs. more>>
Bio::Tools::Run::JavaRunner is a Perl module that can run java programs.

SYNOPSIS

my $runner = Bio::Tools::Run::JavaRunner->new(-jar => $jar);
$runner->run();

This module is probably incomplete. It is intended to be a wrapper for running java programs.

<<less
Download (0.92MB)
Added: 2007-06-05 License: Perl Artistic License Price:
872 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5