Main > Free Download Search >

Free runs software for linux

runs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4822
Brainf+++ 0.1

Brainf+++ 0.1


Brainf+++ is an advanced compiler for the brainfuck language more>> Brainf+++ is an advanced compiler for the brainfuck language. It runs in x86 compatible
Linux environments. The compiler produces kernel independent standard ELF executables
from the brainfuck source code.
It optimizes the executables in size and speed. Very easy to use.
<<less
Download (187KB)
Added: 2009-04-03 License: Freeware Price: Free
204 downloads
Unix configuration extractor 4

Unix configuration extractor 4


The Unix configuration extractor is a script more>> The Unix configuration extractor is a script that runs on the server to extract necessary security configurations. This script doesnt make any changes to the server other than creating the dump files<<less
Download (19KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
relman 0.1.3

relman 0.1.3


relman application takes your source code, runs the build, and distributes the packages. more>>
relman application takes your source code, runs the build, and distributes the packages. A configuration file allows you to define application-wide defaults in addition to information particular to individual projects such as the source directory, package name, and the like.

Once set up, you just have to call relman with the name given to the project plus the version to release. It calls pkgmake to build .tar.gz, .deb, and .rpm files, and then distributes them using FTP and/or SCP all in one run.

<<less
Download (0.018MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 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
TinTin++ 1.97.5

TinTin++ 1.97.5


TinTin++ is a MUD client that runs in console mode. more>>
TinTin++ is a mud client that runs in console mode. TinTin++ should run on any unix/linux system (BSD, SuSe, Slackware, Debian, Mandrake, to name a few) and emulators, such as Cygwin for windows.
TinTin++ will also run on Mac OS X (OSX) 10.2 and higher. A windows port named WinTin++ (not to be confused with other Wintin clients) is available for those who do not use Cygwin.
Enhancements:
- Some bugs in the socket handling routine and run command have been fixed.
<<less
Download (0.39MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
805 downloads
StressFreeZone RPG 0.1.574

StressFreeZone RPG 0.1.574


StressFreeZone RPG is a massive multiplatform RPG system. more>>
StressFreeZone RPG project is a massive multiplatform RPG system.

StressFreeZone RPG is a multiplatform RPG system which runs on Linux and Windows (other systems are possible). The client is based on the SDL libraries and uses OpenGL.

The structure is server/client oriented, but the server will probably only run under Linux.
<<less
Download (1.9MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
501 downloads
Ophcrack 2.4.1

Ophcrack 2.4.1


Ophcrack is a Windows password cracker based on rainbow tables. more>>
Ophcrack is a Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method.

This projetc comes with a GTK+ Graphical User Interface and runs on ,Linux Mac OS X (Intel CPU) as well as on Windows.

<<less
Download (0.17MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
3939 downloads
pam_script 0.1.11

pam_script 0.1.11


pam_script is a PAM that executes a script at the start and end of a session. more>>
pam_script is a PAM (plugable authentication module) that runs a session open script and/or a session close script when a user logs into a service.
pam_script project works with any service that implements pam session management.
Enhancements:
- Improved Makefile and Debian packaging scripts.
- Options to set the home directory and PAM_USER token in the environment.
<<less
Download (MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
814 downloads
libinklevel 0.7.2

libinklevel 0.7.2


Libinklevel is a Linux library for retrieving the ink level of a printer attached via the parallel port or USB. more>>
Libinklevel is a library for checking the ink level of your printer on a system which runs Linux.
libinklevel supports printers attached via parallel port or usb.
Enhancements:
- Support for the following printers has been added: Canon i865, Canon iP3300, and Canon MP160.
<<less
Download (0.013MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
818 downloads
Job Scheduler 1.3.0

Job Scheduler 1.3.0


The Job Scheduler runs executable files, shell scripts and database procedures automatically. more>>
The Job Scheduler runs executable files, shell scripts and database procedures automatically (MySQL, PostgreSQL, Firebird and SQL Server, Oracle, DB2).

Job Scheduler processes sequential and parallel tasks and job chains, provides an API for job implementation with Java, Javascript, VBScript, Perl and exposes jobs as Web Services.
<<less
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
891 downloads
kernbench 0.42

kernbench 0.42


kernbench is a CPU throughput benchmark. more>>
This is a cpu throughput benchmark originally devised and used by Martin J. Bligh. It is designed to compare kernels on the same machine, or to compare hardware. To compare hardware you need to be running the same architecture machines (eg i386) and run kernbench on the same kernel source tree.
kernbench runs a kernel at various numbers of concurrent jobs: 1/2 number of cpus, optimal (default is 4xnumber of cpus) and maximal job count. Optionally it can also run single threaded. It then prints out a number of useful statistics for the average of each group of runs.
You need at least 2Gb of ram for this to be a true throughput benchmark or else you will get swapstorms.
Ideally it should be run in single user mode on a non-journalled filesystem. To compare results it should always be run in the same kernel tree.
Using:
You need a kernel tree (any will do) and the applications time and awk
installed. time is different to the builtin time used by BASH and has more
features desired for this benchmark.
Simply cd into the kernel tree directory and type
/path/to/kernbench
Options:
kernbench [-n runs] [-o jobs] [-s] [-H] [-O] [-M] [-h] [-v]
n : number of times to perform benchmark (default 5)
o : number of jobs for optimal run (default 4 * cpu)
s : perform single threaded runs (default dont)
H : dont perform half load runs (default do)
O : dont perform optimal load runs (default do)
M : dont perform maximal load runs (default do)
f : fast run
h : print this help
v : print version number
Enhancements:
- Incorrect counting of CPUs was fixed.
- The -j option was changed to at least 4GB ram.
<<less
Download (0.010MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
863 downloads
Virtual Universe 0.57 (Virtual World Server)

Virtual Universe 0.57 (Virtual World Server)


Virtual Universe World Server is a component which runs as subserver of a Universe server. more>>
Virtual Universe World Server is a component which runs as subserver of a Universe server.

The area such a worldserver can handle is limited only by the configuration the universe executes this server with.

The package offers unlimited free updates, unlimited free security-fixes
<<less
Download (MB)
Added: 2007-06-14 License: Freeware Price:
870 downloads
NdisWrapper 1.47

NdisWrapper 1.47


NdisWrapper implements Windows kernel API and NDIS API within Linux kernel. more>>
NdisWrapper implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel.

A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation.

<<less
Download (0.19MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
584 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5