Main > Free Download Search >

Free how to run software for linux

how to run

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4870
Robo Hunt 0.1

Robo Hunt 0.1


Robo Hunt is an action game where you have to run for life and plutonium. more>>
Robo Hunt is an action game where you have to run for life and plutonium.

Take all plutonium and dont be caught. The robot hunters are smart and they do not cheat.

<<less
Download (0.12MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1432 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
run 0.1

run 0.1


run adds a service menu for all file types. more>>
run adds a service menu for all file types. This service menu will just call the file in the command line using the active folder as work folder.

Makes running some scripts and applications much easier (Some require work folder to be the same where they are located so double-clicking does not work).

Maybe a good fix would be to make it available only for files that have the executable permission

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 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
OO Text To Speech 0.1

OO Text To Speech 0.1


OO Text To Speech is a text-to speech macro for OpenOffice.org. more>>
OO Text To Speech is a text-to speech macro for OpenOffice.org.

Its a syllable analyzer: using a reading motor, it reads a document and translates it into a vocal message.

About OpenOffice

OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute.

It is an international office suite that will run on all major platforms and provide access to all functionality and data through open-component based APIs and an XML- based file format.
<<less
Download (4.8MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1347 downloads
Bio::Tools::Run::TribeMCL 1.4

Bio::Tools::Run::TribeMCL 1.4


Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. more>>
Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families.
SYNOPSIS
use Bio::Tools::Run::TribeMCL;
use Bio::SearchIO;
# 3 methods to input the blast results
# straight forward raw blast output (NCBI or WU-BLAST)
my @params = (inputtype=>blastfile);
# OR
# markov program format
# protein_id1 protein_id2 evalue_magnitude evalue_factor
# for example:
# proteins ENSP00000257547 and ENSP00000261659
# with a blast score evalue of 1e-50
# and proteins O42187 and ENSP00000257547
# with a blast score evalue of 1e-119
# entry would be
my @array = [[qw(ENSP00000257547 ENSP00000261659 1 50)],
[qw(O42187 ENSP00000257547 1 119)]];
my @params = (pairs=>@array,I=>2.0);
# OR
# pass in a searchio object
# slowest of the 3 methods as it does more rigourous parsing
# than required for us here
my $sio = Bio::SearchIO->new(-format=>blast,
-file=>blast.out);
my @params=(inputtype=>searchio,I=>2.0);
# you can specify the path to the executable manually in the following way
my @params=(inputtype=>blastfile,I=>2.0,
mcl=>/home/shawn/software/mcl-02-150/src/shmcl/mcl,
matrix=>/home/shawn/software/mcl-02-150/src/contrib/tribe/tribe-matrix);
my $fact = Bio::Tools::Run::TribeMCL->new(@params);
# OR
$fact->matrix_executable(/home/shawn/software/mcl-02-150/src/contrib/tribe/tribe-matrix);
$fact->mcl_executable(/home/shawn/software/mcl-02-150/src/shmcl/mcl);
# to run
my $fact = Bio::Tools::Run::TribeMCL->new(@params);
# Run the program
# returns an array reference to clusters where members are the ids
# for example :2 clusters with 3 members per cluster:
# $fam = [ [mem1 mem2 mem3],[mem1 mem2 mem3]]
# pass in either the blastfile path/searchio obj/the array ref to scores
my $fam = $fact->run($sio);
# print out your clusters
for (my $i = 0; $i
print "Cluster $i t ".scalar(@{$fam->[$i]})." membersn";
foreach my $member (@{$fam->[$i]}){
print "t$membern";
}
}
This clustering is achieved by analysing similarity patterns between proteins in a given dataset, and using these patterns to assign proteins into related groups. In many cases, proteins in the same protein family will have similar functional properties.
Enhancements:
- Perl
<<less
Download (0.81MB)
Added: 2007-02-22 License: Perl Artistic License Price:
975 downloads
Videotrans 1.6.0

Videotrans 1.6.0


Videotrans is a set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file. more>>
Videotrans is a set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file, doing all the necessary conversions automatically. Videotrans provides an automatic DVD menu generator.
Videotrans has the following programs available:
movie-to-dvd
The movie-to-dvd program takes one or more input files and converts them into a separate MPEG2 video stream and a separate MP2 or AC3 audio stream.
This program takes care of all the necessary conversions, such as framerate adjustment, audio adjustment, zooming/shrinking for DVD frame sizes, etcetera. The program can determine which conversions are necessary on its own, no user intervention is required (but of course, it is possible).
When making a DVD, youll first convert all the movies that you want to put on the DVD into the MPEG2 video and MP2 or AC3 audio streams. Later, youll combine these with the movie-title program into a complete DVD.
movie-title
The movie-title program takes one or more video files that were converted by the movie-to-dvd program and a special title sequence that was produced by movie-make-title and combines all of these into a menu from which the viewer of the DVD can choose which movie he or she wants to watch.
The menu is created by displaying the title sequence in the background, with animated picture-in-picture versions of all the movies on top of that. The creator has the option of supplying information about the movies. This information can be viewed from the menu as well, on a movie-per-movie basis.
The program also generates an XML file for use with dvdauthor, the program that is used to actually create the DVD image that you will burn onto a DVD disc. The program tells you how to run dvdauthor to do the processing for you.
movie-make-title
The movie-make-title program is used to create a background movie and an audio track for DVD menus.
The movie-make-title program takes a single movie and cuts a specified part of out it. It then converts this piece of the movie into separate frames and saves the audio track in a WAV file for you.
Youll have to manually view all the frames and throw away those that you do not want in the title sequence of your DVD (the first few frames and the last few frames). Its not possible to automatically cut out the piece of the movie that you want exactly. I recommend xv for this purpose, although any image viewer that understands JPEG picture files will do.
Also, youll have to process the WAV audio file by hand, to cut out exactly that audio track that you want to hear when the menu is displayed. The movie-title program will make sure that the audio track lasts exactly as long as the movie part that you cut out does. This is to compensate for possible changes in the video frame rate and to correct small mistakes. I personally find sweep a very useful graphical audio processor for this purpose. Sweep can be downloaded at http://sweep.sourceforge.net/.
movie-rip-tv.com
The movie-rip-tv.com program is a convenience program that I personally use to gather interesting information about TV series. Given the name of a series (such as Star Trek Enterprise), a season number and an episode number, this program will create an information file in the correct format for use with the movie-title program. The movie-title program will then be able to display the episodes name in the menu and provide an information button which leads to the generated information (such as the director, the guest stars list, the description of the particular episode, etcetera).
movie-compare-dvd
The movie-compare-dvd program can be used after burning a DVD image to a DVD disc to verify whether all the data was written onto the disc intact. The program takes the on-filesytem copy and the on-DVD copy and compares the checksums of the files on both to find any differences.
Usage:
If you want to start quickly with these programs, and you have a couple of movies that you want to put onto a DVD, try this (assuming that your TV standard is PAL, otherwise specify ntsc instead of pal everywhere that its used):
movie-to-dvd -m pal movie1.avi movie2.avi movie3.avi
movie-make-title -o title -m pal -s 0 -e 60 -m pal movie1.avi
movie-title -o title.vob -t title movie1.m2v movie2.m2v movie3.m2v
dvdauthor -o dvd_directory -x title.vob-dvdauthor.xml
a_command_to_burn_a_dvd_from dvd_directory
In case you dont want a selection menu, you may also try:
movie-to-dvd -m pal -M movie1.avi movie2.avi movie3.avi
dvdauthor -o dvd_directory movie1.vob
dvdauthor -o dvd_directory movie2.vob
dvdauthor -o dvd_directory movie3.vob
dvdauthor -o dvd_directory -T
a_command_to_burn_a_dvd_from dvd_directory
In this case, youll have to use the DVD players navigation controls to get to the various movies on the DVD.
Enhancements:
- All sorts of clean-up was done.
- Some long-waiting feature requests have been implemented.
- In general, the program should work on more systems now.
<<less
Download (0.13MB)
Added: 2007-07-09 License: BSD License Price:
841 downloads
Egoboo 2.22

Egoboo 2.22


Egoboo is a 3D dungeon crawling adventure in the spirit of NetHack. more>>
Egoboo is a 3d dungeon crawling adventure in the spirit of NetHack.

It uses OpenGL and SDL. It should run on any Wintel, Unix, and MacOS X system.

<<less
Download (16.5MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1743 downloads
Bio::Tools::Run::PiseWorkflow 1.4

Bio::Tools::Run::PiseWorkflow 1.4


Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. more>>
Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. A workflow is defined by a set of methods which all instanciate the class PiseApplication.

SYNOPSIS

# First, create a Bio::Tools::Run::AnalysisFactory::Pise object:
my $factory = new Bio::Tools::Run::AnalysisFactory::Pise();
# Then create the application objects (Pise::Run::Tools::PiseApplication):
my $clustalw = $factory->program(clustalw);
$clustalw->infile($my_alignment_file);
my $protpars = $factory->program(protpars);

# You can specify different servers for different applications :
my $protdist = $factory->program(protpars
-remote => http://kun.homelinux.com/cgi-bin/Pise/5.a//protpars.pl,
-email => your_email);

# Create a new workflow object :
my $workflow = Bio::Tools::Run::PiseWorkflow->new();

# Define the workflows methods using the application objects:
# the application method $protpars will receive the output of
# type readseq_ok_alig from the application method $clustalw.
$workflow->addpipe(-method => $clustalw,
-tomethod => $protpars,
-pipetype => readseq_ok_alig);

# The application method $clustalw will be piped to a second
# application method ($protdist) using the output of type readseq_ok_alig.
$workflow->addpipe(-method => $clustalw,
-tomethod => $protdist,
-pipetype => readseq_ok_alig);

# The application method $protpars will be piped to the application
# method $consense using the output of type phylip_tree.
my $consense = $factory->program(consense);
$workflow->addpipe(-method => $protpars,
-tomethod => $consense,
-pipetype => phylip_tree);

# Run the workflow.
$workflow->run();

<<less
Download (0.81MB)
Added: 2007-02-22 License: Perl Artistic License Price:
974 downloads
Autoplay 0.3

Autoplay 0.3


Autoplay project connects two xboard/winboard protocol complaint chess engines and lets them play against each other. more>>
Autoplay project connects two xboard/winboard protocol complaint chess engines and lets them play against each other. The result will be logged in a easily parseable logfile and after the result of the game is known, a specific exit-code is returned (0=white won, 1=black won, etc).

How to run it?

GNUChess versus Pos

autoplay -1 "gnuchess -x " -2 "java -Xmx256M -jar pos --io-mode xboard" -r -l gnuchess_v_pos.log

Sjeng versus GNUChess
autoplay -1 sjeng -2 "gnuchess -x" -l sjeng_v_gnuchess.log

Engines running on seperate computers

This example runs gnuchess on computer B with white and sjeng on computer A with black:

Computer B (slave):
autoplay -P 7788 -0 "gnuchess -x"

Computer A (master):
autoplay -1 "client:B:7788" -2 "sjeng" -v -r
<<less
Download (0.011MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1134 downloads
MPI Ruby 0.3

MPI Ruby 0.3


MPI Ruby is a Ruby binding of MPI. more>>
MPI Ruby is a Ruby binding of MPI. MPI Rubys primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the languages object oriented model.
In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran bindings have been removed. What this means is that MPI Ruby allows you to treat objects as messages.
MPI Ruby also aims to be a complete binding to MPI in that it offers access to nearly all functionality of MPI. While there is not a one-to-one correspondence to functions and constants in the Ruby and C/C++/Fortran bindings, all of the communication and topology features are available.
There are fewer methods in the Ruby binding than there are functions in the C/C++/Fortran bindings, but this is mainly due to the fact that the programmer no longer needs to deal with buffers and datatypes.
Enhancements:
- examples/irecv.rb: Removed sleep from irecv example
- configure: Removed configure
- examples/Makefile.am: Added op example to Makefile
- examples/redsubmit.rb, examples/op.rb, examples/redhalt.rb, examples/red.rb:
New examples:
User-defined operations
Ruby Execution Daemon (red).
- src/ops.rb, src/main.c, src/mpi.c, src/mpi_comm.c, src/mpi_group.c, src/mpi_keyval.c, src/mpi_op.c, src/mpi_op_fns.c, src/mpi_request.c:
Fixed all of the rb_str_new2()s that were causing marshalling problems.
Fixed defines of singleton methods.
Fixed dims_create()
Now works with MPICH because of atexit(MPI_Finalize)
Set the MPI error handler
Fixed operators in MPI::Group (+ -> | and ^ -> &)
- examples/Makefile.am: New examples.
- docs/rd/mpi_group.rd, docs/rd/mpi_keyval.rd, docs/rd/mpi_op.rd, docs/rd/mpi_ruby.rd, docs/rd/mpi_comm.rd, docs/man/man3/Makefile.am, docs/man/man3/mpi_comm.3, docs/man/man3/MPI_Ruby.3, docs/man/man3/MPI_Status.3, docs/man/man3/MPI_Exception.3, docs/man/man3/MPI_Group.3, docs/man/man3/MPI_Keyval.3, docs/man/man3/MPI_Op.3, docs/man/man3/MPI_Request.3, docs/man/man3/MPI_Comm.3:
Doc updates to reflect fixes to singleton methods in several classes.
Typos fixed.
- docs/man/man1/mpi_ruby.1, docs/man/man1/Makefile.am:
Short doc on the interpreter itself (how to run)
- docs/man/Makefile.am: Added man1
- docs/html/index.html, docs/html/mpi_comm.html, docs/html/mpi_group.html, docs/html/mpi_keyval.html, docs/html/mpi_op.html, docs/html/mpi_ruby.html:
Doc updates to reflect fixes to singleton methods in several classes.
Typos fixed.
- configure, configure.in: Bumped to 0.3
Added man1/Makefile to output
<<less
Download (0.12MB)
Added: 2006-05-31 License: Freely Distributable Price:
1242 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
IPC::Run 0.80

IPC::Run 0.80


IPC::Run is a Perl module for system() and background procs w/ piping, redirs, ptys (Unix, Win32). more>> <<less
Download (0.087MB)
Added: 2006-09-25 License: Perl Artistic License Price:
1127 downloads
CoverPrint 1.4

CoverPrint 1.4


CoverPrint prints the current amaroK playlist to a CD cover using easily customizable SVG templates. more>>
CoverPrint prints the current amaroK playlist to a CD cover using easily customizable SVG templates.

Usage:

Run the script. No configuring is necessary. Rightclick in the playlist window and select Print CD Cover from the CoverPrint context menu.

<<less
Download (0.015MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
932 downloads
TorK 0.18 Beta

TorK 0.18 Beta


TorK project is a Tor Controller for KDE. more>>
TorK project is a Tor Controller for KDE.

TorK allows you to configure, run and update Tor. It also allows you to view the Tor network and choose how you would like to interact with the network.

TorK is very much in an alpha state.

<<less
Download (0.75MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5