Main > Free Download Search >

Free can run software for linux

can run

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4764
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
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
PAM Sessionrun 0.1

PAM Sessionrun 0.1


PAM Sessionrun is a PAM module that can run a script on the start and stop of a PAM session. more>>
PAM Sessionrun is a PAM module that can run a script on the start and stop of a PAM session.
The script is provided the username and password (if available) of the user when it is ran.
Main features:
- Mounting/unmounting volumes on login/logout
- Caching passwords for other services
- Enforcing certain scripts to be ran on login
- Controlling access to a machine via return code from a script
- Anything else you can think of.
Enhancements:
- This is the initial release of PAM Sessionrun.
- It is tested somewhat but not extensively so consider it alpha software as of now, but expect that to rapidly change as I am doing some widespread work with it during the next couple weeks which should hopefully shake out any bugs.
<<less
Download (0.10MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1367 downloads
Gran Prix 1.0

Gran Prix 1.0


Gran Prix is a simple 2D car race game. more>>
Gran Prix is a simple 2D car race game.

Gran Prix is a game writen in Python, for 2 to 4 players, with three different tracks. You can run on these tracks with four different formula 1 style cars, you can customize the max speed of the cars and the number of laps to win the race.

The game isnt very cool, but a list of new features are planed.

<<less
Download (0.12MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1032 downloads
XScanMaster 0.6

XScanMaster 0.6


XScanMaster is a program to control lights using DMX512. more>>
XScanMaster is a program to control intelligent lights using DMX512, based on the fixture library from GrandMA-firmware. The DMX512 output is done using DMX4Linux, which offers support for most common interfaces and many DMX512 lines.

Also included are functions to control fixtures movements in calibrated reference environments. More than one reference setting can be added to any fixture, and any fixture can be selected to run in one of its reference environments or not.

In the environment the user can control the fixture in different coordinate systems. Sceens and cues can be recorded on a fixture:feature base.

Both can be included in other sceens or cues. Playing sceens/cues can be done from one or more "replay units"; each replay unit can run any program at a given speed (beatcounters are included).
<<less
Download (0.19MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
Xebian 1.1.4

Xebian 1.1.4


Xebian is a linux distribution based on Debian Linux for XboX. more>>
Xebian is a linux distribution based on Debian Linux for XboX.

With superb flexibility and ease of use, it can run live off CD/DVD or it can be installed onto the Xbox hard drive in either the free space or the saved game area.

The OS includes support for all versions of the Xbox, including those with Xcalibur video chips.

it is based on Debian Testing (Sarge) with backports for newer software.
<<less
Download (255MB)
Added: 2005-08-25 License: GPL (GNU General Public License) Price:
890 downloads
Dangerous Snowboarding 2.0

Dangerous Snowboarding 2.0


Dangerous Snowboarding is a game where you must run humans and bears with your snowboard down. more>>
Dangerous Snowboarding is a game where you must run humans and bears with your snowboard down.
This game was made for a programmers-contest (got the 3rd place).
Control the snowboarder with your arrow keys. Jumping on objects in row will give you a combination-bonus.
Objects:
- Human - You can run it down however you want to.
- Bear - Jump on it.
- Tree - Absolute deadly.
<<less
Download (0.42MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
896 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
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
Phonetic for Linux 1.0

Phonetic for Linux 1.0


A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.
<<less
Download (809.72MB)
Added: 2009-04-22 License: Freeware Price: Free
187 downloads
VBA Express 1.2

VBA Express 1.2


VBA Express is a frontend for the very popular game emulator VisualBoyAdvance. more>>
VBA Express is a frontend for the very popular game emulator VisualBoyAdvance.

Whats VBA Express? Its First, to configure VisualBoyAdvance (emulator)... EASILY! Graphics, sound, controls (keyboard and joystick), paths (to saves and captures)... You can configure all this without edit VisualBoyAdvance.cfg manually!

Open your Roms (games) with the frontend! You can run the roms with "Play!" button (without using the console command VisualBoyAdvance game.rom).

<<less
Download (1.3MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
1125 downloads
gsmcal2html 0.2

gsmcal2html 0.2


gsmcal2html downloads calendar events from a GSM device and creates an HTML calendar. more>>
gsmcal2html downloads calendar events from a GSM device and creates an HTML calendar. Javascript displays the current month by default, but you can browse back or forward.

Auto-exportation to a server is included (with scp). Colors, widths, etc. are customizable. Included in the package is a small file which you can run as a daemon.

gsmcal2html checks whether a GSM device is connected, to trigger automatic generation of the calendar.

<<less
Download (0.011MB)
Added: 2006-11-02 License: Freely Distributable Price:
1087 downloads
bnrt 0.1

bnrt 0.1


bnrt is 2 programs, a client and a server, that are used to help distribute rendering of Blender animations. more>>
bnrt is 2 programs, a client and a server, that help render frames of animations over a network using multiple computers that all have Blender, a popular opensource 3D modeler/renderer, on them.

bnrt can run on Linux, Windows, and any other environment supported by both Java and Blender. Currently it is only set up to run on Linux and Windows, since those are the OSs I have running and active at the moment. But it is pretty trivial for me to add more OSs as long as they are supported by both Java and Blender.

To use bnrt you need to run the server on each system that you want to render frames on. This is done by either running the server shellscript or batch file. Or you can even just type in java -jar bnrtServer.jar at the command line.

After you have started a server on each system, then you need to run the client, which does not do any rendering. You can run a server and a client on the same machine. To run the client you need to run the following command from a command line:

java -jar bnrtClient.jar {file to render.blend} {first frame} {last frame} {server1} {server2} {server3....}

Please note that at the moment this is still pretty alpha code. I use it on my own network with up to 5 machines, mixed Windows and Linux as well as various processors, and it works quite well for me. YMMV, but if you run into a problem I will be happy to try to help you out as much as possible.

<<less
Download (0.047MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1467 downloads
Coefficient 0.9.5

Coefficient 0.9.5


Coefficient is a project-based collaboration platform. more>>
Coefficient is a scalable open source project based collaboration platform that can run in J2EE and web application containers.

It currently provides basic collaboration tools as hot deployable modules. It also provides a workflow engine to help guide projects through their development cycle.
<<less
Download (16MB)
Added: 2005-04-22 License: LGPL (GNU Lesser General Public License) Price:
1647 downloads
Locale::Maketext::Extract::Run 0.62

Locale::Maketext::Extract::Run 0.62


Locale::Maketext::Extract::Run is a Perl module interface to xgettext.pl. more>>
Locale::Maketext::Extract::Run is a Perl module interface to xgettext.pl.

SYNOPSIS

use Locale::Maketext::Extract::Run xgettext;
xgettext(@ARGV);

<<less
Download (0.082MB)
Added: 2007-02-13 License: Perl Artistic License Price:
987 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5