Main > Free Download Search >

Free runners software for linux

runners

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 34
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
PHP Runner 1.0.0

PHP Runner 1.0.0


PHP Runner project is a Web-based program for editing and previewing PHP files. more>>
PHP Runner project is a Web-based program for editing and previewing PHP files.
PHP Runner is a simple but useful program for easily previewing a PHP file without saving or uploading it to a server.
It has a friendly interface with useful tools such as buttons for the most frequently used PHP functions to make scripting easier and faster.
Main features:
- Runs PHP codes of your page without saving or uploading them on server.
- Helps to insert easily most used PHP functions. Very easy installation and using.
<<less
Download (0.043MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1087 downloads
Axis Runner 0.3.0

Axis Runner 0.3.0


Axis Runner project is a 3D game with a fast built-in graphics engine. more>>
Axis Runner project is a 3D game with a fast built-in graphics engine.
Axis runner is a 3D game inspired by the Apple II game "Lode Runner". It features a built-in graphics engine and runs fine without hardware acceleration. All direction is relative as characters climb up on the walls and ceiling, reminiscent of the fighting scenes in movies such as "The Matrix".
Main features:
- Custom built (fast!) graphics engine; can run on old pentiums.
- User controlled perspective.
- The cube walls, normally transparent, light up when characters are walking over them.
- All moves implemented: walk, rotate up, turn, dig, fall off, fall, take parcel, drop parcel, go to next level (walk on blue square), and character collision.
- 11 levels.
- Sound effects.
<<less
Download (0.16MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1072 downloads
GTestRunner 0.04

GTestRunner 0.04


GTestRunner is a GTK+-based graphical frontend for running unit tests in Perl. more>>
GTestRunner is a Gtk+ based testrunner module for Perl, inspired by JUnit, but with a slightly different user interface and functionality.

If you were not satisfied with the Tk based graphical frontend that ships with Test-Unit, then GTestRunner is probably the tool of choice when you want to do test driven development in Perl.

It also offers some improvements over the other test runner modules that ship with Test-Unit. You can browse through the tree of test suites, and select individual test suites, test cases and even individual tests to run.

You can use this module in two different ways. Most users will just want to run the script "gtestrunner" to run their test suites. If you want to integrate unit testing into your own software, you will probably use the module Test::Unit::GTestRunner.

Some stupid test suites and test cases are included with this package. Try

gtestrunner Suites/TS_TopLevel.pm

or

gtestrunner Suites::TS_TopLevel

to see gtestrunner in action. The test suites fails five times, and you have probably guessed that this is intentionally, so that you can see all features.

GTestRunner is fully internationalized. See the file README-NLS for details. See the file TRANSLATIONS for information about the currently available languages. Feel free to contact the author if you want to contribute a translation for your own native langauge.
<<less
Download (0.040MB)
Added: 2006-05-13 License: GPL (GNU General Public License) Price:
1259 downloads
CATSRunner 20050922

CATSRunner 20050922


CATSRunner is a unit testing framework. more>>
CATSRunner is a unit testing framework.
C Automated Testing System (CATS) and its associated test runner (Catsrunner) implement a unit testing framework that provides developers of C-based systems, including embedded systems, the capability to use the popular test driven development approach.
CATS supports embedded cross-platform development by working in conjunction with hardware abstraction layers. CATS also comes with a thin wrapper around arm-elf-gdbs host/target communication functions.
A reference implementation for the ARM-7 CPU core is provided.
Main features:
- Catsrunner was built from the ground up for cross-platform embedded software development.
- Its all written in ANSI C (yes, C++ can do more, but many embedded teams are using C).
- This software is actively maintained - we at Agile Rules built it for our own use.
- Its easy to add new target platforms. It builds now for PC and for ARM Evaluator7T board.
- Catsrunner supports Test Driven Development (and Behavior Driven Development).
- Catsrunner has been tested from its inception on real embedded hardware.
- Its been released under the GPL as open source software
Includes:
- CATS and Catsrunner
- Several other software modules that provide facilities often needed for embedded software development, and abstract hardware to aid easy porting to different architectures.
- A build framework capable of building all of the software in the distribution on different platforms.
- A sample application (appexample) using many of the modules as an example of how the software in the framework fits together.
- A template application (apptemplate), mostly empty, to use as a starting point for new applications added to the framework.
- Unit tests for all included modules and applications
<<less
Download (2.2MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1415 downloads
KRunning 0.5.3

KRunning 0.5.3


KRunning is a database manager to track your personal running (track, logging, etc.) events. more>>
KRunning is a database manager to track your personal running (track, jogging, etc.) events. KRunning project prints all results and a document for each runner.
Enhancements:
- Fixed a Position Control Bug that causes that runner could get 2 and more times
- reworked the evaluation routine.
- Store times in milliseconds.
- Fixed a bug that doesnt fill the certification list.
- Added Race table, splitted DBConnection into DBObjects
- Bugfix : getState for Runnerlist
- New RunnerEdit Dialog
<<less
Download (0.37MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
956 downloads
Test::Unit::Runner::XML 0.1

Test::Unit::Runner::XML 0.1


Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results. more>>
Test::Unit::Runner::XML is a Perl module that can generate XML reports from unit test results.

SYNOPSIS

use Test::Unit::Runner::XML;

mkdir("test_reports");
my $runner = Test::Unit::Runner::XML->new("test-reports");
$runner->start($test);
exit(!$runner->all_tests_passed());

Test::Unit::Runner::XML generates XML reports from unit test results. The reports are in the same format as those produced by Ants JUnit task, allowing them to be used with Java continuous integration and reporting tools.

CONSTRUCTOR

Test::Unit::Runner::XML->new($directory)
Construct a new runner that will write XML reports into $directory

METHODS

start

$runner->start($test);

Run the Test::Unit::Test $test and generate XML reports from the results.

all_tests_passed

exit(!$runner->all_tests_passed());

Return true if all tests executed by $runner since it was constructed passed.

<<less
Download (0.003MB)
Added: 2007-06-13 License: Perl Artistic License Price:
863 downloads
Test::Unit::TestRunner 0.14

Test::Unit::TestRunner 0.14


Test::Unit::TestRunner is a unit testing framework helper class. more>>
Test::Unit::TestRunner is a unit testing framework helper class.

SYNOPSIS

use Test::Unit::TestRunner;

my $testrunner = Test::Unit::TestRunner->new();
$testrunner->start($my_testcase_class);

This class is the test runner for the command line style use of the testing framework.

It is used by simple command line tools like the TestRunner.pl script provided.
The class needs one argument, which is the name of the class encapsulating the tests to be run.

OPTIONS

-wait
wait for user confirmation between tests

-v
version info

<<less
Download (0.044MB)
Added: 2007-06-13 License: Perl Artistic License Price:
864 downloads
Test::Unit::GTestRunner 0.04

Test::Unit::GTestRunner 0.04


Test::Unit::GTestRunner is a Unit testing framework helper class more>>
Test::Unit::GTestRunner is a Unit testing framework helper class

SYNOPSIS

use Test::Unit::GTestRunner;

Test::Unit::GTestRunner->new->start ($my_testcase_class);

Test::Unit::GTestRunner::main ($my_testcase_class);

If you just want to run a unit test (suite), try it like this:

gtestrunner "MyTestSuite.pm"

Try "perldoc gtestrunner" or "man gtestrunner" for more information.

This class is a GUI test runner using the Gimp Toolkit Gtk+ (which is called Gtk2 in Perl). You can use it if you want to integrate the testing framework into your own application.

For a description of the graphical user interface, please see gtestrunner(1).

<<less
Download (0.062MB)
Added: 2006-07-17 License: Perl Artistic License Price:
1194 downloads
Test::Unit::Runner::Terminal 0.25

Test::Unit::Runner::Terminal 0.25


Test::Unit::Runner::Terminal is a unit testing framework helper class. more>>
Test::Unit::Runner::Terminal is a unit testing framework helper class.

SYNOPSIS

use Test::Unit::Runner::Terminal;

my $testrunner = Test::Unit::Runner::Terminal->new();
$testrunner->start($my_test_class);

This class is a test runner for the command line style use of the testing framework.

It is similar to its parent class, Test::Unit::TestRunner, but it uses terminal escape sequences to continually update a more informative status report as the runner progresses through the tests than just a string of dots, Es and Fs. The status report indicates the number of tests run, the number of failures and errors encountered, which test is currently being run, and where it lives in the suite hierarchy.

The class needs one argument, which is the name of the class encapsulating the tests to be run.

OPTIONS

-wait
wait for user confirmation between tests

-v
version info

<<less
Download (0.074MB)
Added: 2007-06-13 License: Perl Artistic License Price:
863 downloads
BabelObjects::Runner::RunData 1.01

BabelObjects::Runner::RunData 1.01


BabelObjects::Runner::RunData is a Perl module that stores all the data available for your program. more>>
BabelObjects::Runner::RunData is a Perl module that stores all the data available for your program.

SYNOPSIS

use BabelObjects::Runner::RunData;

$parameters{"req"} = $req;
$parameters{"confParameters"} = $confParameters;
my $aRunData = new BabelObjects::Runner::RunData(%parameters);

print $aRunData->getParameter("module");

print $aRunData->getConfParameter(
$aRunData->getParameter("module"),
$aRunData->getParameter("parameter"));

RunData stores all the information available : * initialization data available through getConfParameter("path") where path is the XML path to the element you want * http request information available through getParameter("parameterName")

You can add the information you want in the RunData object without risk to break anything. For example, in the java version, you have the HttpServletResponse too.

<<less
Download (0.012MB)
Added: 2007-06-20 License: Perl Artistic License Price:
856 downloads
kroller.sez 0.94.1

kroller.sez 0.94.1


kroller.sez theme comprises several widgets which communicate with each other. more>>
kroller.sez theme, by lkcl, based on kroller, by caspian. kroller.sez theme comprises several widgets which communicate with each other.

Superkaramba 0.38 (available by default with KDE 3.5.1) is required due to the extra advanced features that kroller.sez uses. If you want a good working-point for these new features (other than the examples which come with the superkaramba source code) then kroller.sez is it.

These new features, of superkaramba, include the means to communicate between themes; the ability to read the KDE system menu (no more stupid text files containing menu options); and drag-drop functionality which is used to make programs open up files that are dropped onto the programs on the rollerbar (standard superkaramba cannot do this!)

If you have KDE 3.3 or 3.4, Ive made a version of Superkaramba available for download: it requires python 2.4 libraries (/usr/lib/libpython2.4.so). Using this download gives you a reasonable chance of not having to recompile superkaramba yourself: if you are using KDE 3.3 or KDE 3.4 on Debian/Unstable (which is what I compiled it on) you stand an even better chance.

You will - of course - take absolute and full responsibility for running this code: it is not digitally signed; it is not "official". If you are someone who cannot accept responsibility for your own decisions, then stay away from the download button, and stay away from me.

This theme will load - and activate - other themes. if you dont want it to activate the runner theme, edit kroller.py and comment out the line "karamba.openNamedTheme("runner.theme", "runner", 1) towards the end of the file.

Also, its worth noting that there is a LOT of useful code in kroller.sez, for example karambaklass.py, which is an object-orientated wrapper around the karamba module. anyone handling themes of the kind of size of kroller.zez (5,000 lines of python) will get pretty irritated with the superkaramba non-OO interface.

Plus, i "sub-classed" the rollerbar itself, and also provide a "transposed" version. bizarrely, the actual transposition is handled by karambaklass (!) which simply reverses the x,y coordinates!

<<less
Download (0.60MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1213 downloads
PHP Running Management 1.0.2

PHP Running Management 1.0.2


PHP Running Management or phpRunMan is a set of scripts for runners. more>>
PHP Running Management or phpRunMan is a set of scripts for runners. Users can enter intermediate times of their training or race performance for calculating various statistics (distance, avg speed, time/km, projection on different distance, etc.). In PHP Running Management you can enter comments for the whole run or every intermediate segment so the data can be used as a logbook.

Every run (training or competition) is entered as a list of segments and times. You can specify the number of laps and the "offset" (manual correction) of the distance.

Several views are proposed:

- Year view: displays all the runs with their distance, time, average speed, etc.
- Detail view: shows the profile of a run by segment (time, speed, cumulated distance and other indicators).
- Month view: aggregates runs per month over the selected year, shows every months distance, time, average speed.

All the scripts are written in PHP (requires GD lib activated too) and the data is stored in MySQL database.

<<less
Download (0.49MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 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
Scavenger 1.4.4

Scavenger 1.4.4


Scavenger project is a Lode Runner arcade game clone. more>>
Scavenger project is a Lode Runner arcade game clone.
Youve got to run around and collect objects while avoiding enemies. Some objects are buried and youve got to dig down to get at them.
Its an addictive game and some of the levels are devilishly (cruelly) complicated to solve.
The game runs under Linux/Xwindows. It comes with a level editor so you can make your own levels.
There is also a graphics/sprite editor built into the game to allow you to paint your own graphics.
Enhancements:
- Fix for if sound fork doesnt open successfully, it exits and doesnt bog down the cpu or something.
- Icon for if the program is minimized.
<<less
Download (0.18MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1137 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3