Main > Free Download Search >

Free steps software for linux

steps

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 591
bcr steps 0.2

bcr steps 0.2


bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. more>>
bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. The project can also be used on its own, or with almost any other MIDI controller.

If you like, you can try out the applet version, though it wont give you the full MIDI capabilities of the standalone application.

Instructions:

Download and run with java -jar bcr-steps.jar

<<less
Download (0.10MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
849 downloads
StepStats 1.0

StepStats 1.0


StepStats is a smart and simple application that allows you to keep track of your sport successes. more>>
StepStats is a smart and simple application that allows you to keep track of your sport successes. The application is perfectly suitable for all sports, where you want to create stats on distance, time or speed.
Main features:
- simple, understandable interface
- keeps track of date, distance, steps and time
- gives you stats with overall values and a nice graph with your speed
- automatic backup of your data once a week to prevent data loss or corruption
- available for MacOS X, Windows and Linux
- and best of all - It is Freeware
<<less
Download (2.5MB)
Added: 2007-08-06 License: Freeware Price:
809 downloads
Step-by-Step 0.96

Step-by-Step 0.96


Step-by-Step is a simple logic game where you have to clear all colored tiles by stepping over them. more>>
Step-by-Step is a simple logic game where you have to clear all colored tiles by stepping over them.

Depending on the colour of the tile, this takes one to three steps. Step-by-Step project contains 99 levels and a separate level editor.

<<less
Download (1.1MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
822 downloads
sortdemo 0.2

sortdemo 0.2


sortdemo project is a tool for sorting algorithm demonstrations. more>>
sortdemo project is a tool for sorting algorithm demonstrations.

Sortdemo generates sequences of image files (GIF or PNG) to visualize the steps of sorting algorithms.

It supports insertion, selection, bubble (4 variations), and quick sorts. The nature and the size of the initial list can be changed at will.

The generated sequences of images can be converted to nice animations.

It can be useful for generating educational documents such as Web pages, or simply used as a teaching tool.

<<less
Download (0.026MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
KInstaller 0.2

KInstaller 0.2


KInstaller is an application to simplify the compilation and installation of KDE programs shipped as tar packages. more>>
KInstaller is an application to simplify the compilation and installation of KDE programs shipped as tar packages.

In fact KInstaller is an easy to use graphical frontend to the configure; make; make install steps.

<<less
Download (0.77MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1564 downloads
PosteRazor 1.2

PosteRazor 1.2


The PosteRazor takes a raster image and slices it into a multi page PDF document. more>>
The PosteRazor project cuts a raster image into pieces which can afterwards be printed out and assembled to a poster.
As input, the PosteRazor takes a raster image.
The resulting poster is saved as a multipage PDF document.
An easy to use, wizard like user interface guides through 5 steps.
PosteRazor is available as a Windows and as an OSX version (it should also be compilable on Linux).
Main features:
- Input image formats.
- Image types.
- Dimension Units.
- Printer page layout.
- Poster size.
- Image tile overlapping.
- PDF output
Enhancements:
- Added: Polish translation by Grzegorz Wacikowski. This translation is included only in the Win32 version
- Added: French translation by Martin Loyer
- Added: +/- Spin buttons for poster size in pages
- Changed: Numbers in input fields are selected instead of changed on mouse drags. Should be more standard conformant.
<<less
Download (0.19MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1153 downloads
QSynaptics 0.2.0

QSynaptics 0.2.0


QSynaptics is a Qt-based configuration utility for the Synaptics touch pad driver. more>>
QSynaptics aims to help desktop users to configure their synaptics touch pad thats commonly used in laptops.
The program uses Qt 3.2, is easy to manage and performs the basic configuration steps to use your pad more efficiently. The program is based on the X11 synaptics touch pad driver.
Main features:
- pressure sensitivity: adjust how strong you have to press your pad to create events
- tapping: adjustable tapping delay and disengageable tapping
- smart tapping: switches off mouse pad for an certain delay after an keyboard event has occured
- mouse button emulation: mapping of multifinger taps to certain mouse button
- circular scrolling: enable or disable circular scrolling and adjusting the speed, configuring sensitive edges/corners
<<less
Download (0.10MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
NmapSi 0.2

NmapSi 0.2


NmapSi is a complete Qt-based Gui with the design goals to provide a complete control nmap scanner interface. more>>
NmapSi is a complete Qt-based Gui with the design goals to provide a complete control nmap scanner interface. This gui is compatible with all linux and *BSD Os, support all extension of nmap scanner.
To install follow these steps:
./configure --with-Qt-dir=(Path of Qt)
make
make install
Enhancements:
- Bug-Fix of first Version
- Bug-Fix of Package installation
- New graphical Interface
- Switch of ROOT Mode && USER mode
- All Extension Support
<<less
Download (0.10MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1201 downloads
Stan 0.4.1

Stan 0.4.1


Stan is a console application that analyzes binary streams and calculates several useful statistical information. more>>
Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data.
It features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic analysis.
Installation:
./configure
make
make install
Example:
Learn about your password file. Before you execute the following command, guess which is the most common 2 byte pattern.
stan /etc/passwd.
If you want to analyse your PRNG device, try the following setup
dd if=/dev/urandom count=10 | stan -b
You may also use stan to analyse text. Lets look at the most common letter patterns in this man page.
man stan | stan -p 5 -f 2
Enhancements:
- Minor documentation fixes.
<<less
Download (0.037MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1471 downloads
Geo::Distance 0.11

Geo::Distance 0.11


Geo::Distance is a Perl module that can calculate distances and closest locations. more>>
Geo::Distance is a Perl module that can calculate distances and closest locations.

SYNOPSIS

use Geo::Distance;
my $geo = new Geo::Distance;
$geo->formula(hsin);
$geo->reg_unit( toad_hop, 200120 );
$geo->reg_unit( frog_hop => 6 => toad_hop );
my $distance = $geo->distance( unit_type, $lon1,$lat1 => $lon2,$lat2 );
my $locations = $geo->closest(
dbh => $dbh,
table => $table,
lon => $lon,
lat => $lat,
unit => $unit_type,
distance => $dist_in_unit
);

This perl library aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations.

METHODS

new

my $geo = new Geo::Distance;
my $geo = new Geo::Distance( no_units=>1 );

Returns a blessed Geo::Distance object. The new constructor accepts one optional argument.

no_units - Whether or not to load the default units. Defaults to 0 (false).
kilometer, kilometre, meter, metre, centimeter, centimetre, millimeter,
millimetre, yard, foot, inch, light second, mile, nautical mile,
poppy seed, barleycorn, rod, pole, perch, chain, furlong, league,
fathom

formula

if($geo->formula eq hsin){ ... }
$geo->formula(cos);

Allows you to retrieve and set the formula that is currently being used to calculate distances. The availabel formulas are hsin, polar, cos, and mt. hsin is the default and mt/cos are depreciated in favor of hsin. polar should be used when calculating coordinates near the poles.

reg_unit
$geo->reg_unit( $radius, $key );
$geo->reg_unit( $key1 => $key2 );
$geo->reg_unit( $count1, $key1 => $key2 );
$geo->reg_unit( $key1 => $count2, $key2 );
$geo->reg_unit( $count1, $key1 => $count2, $key2 );

This method is used to create custom unit types. There are several ways of calling it, depending on if you are defining the unit from scratch, or if you are basing it off of an existing unit (such as saying 12 inches = 1 foot ). When defining a unit from scratch you pass the name and rho (radius of the earth in that unit) value.

So, if you wanted to do your calculations in human adult steps you would have to have an average human adult walk from the crust of the earth to the core (ignore the fact that this is impossible). So, assuming we did this and we came up with 43,200 steps, youd do something like the following.

# Define adult step unit.
$geo->reg_unit( 43200, adult step );
# This can be read as "It takes 43,200 adult_steps to walk the radius of the earth".

Now, if you also wanted to do distances in baby steps you might think "well, now I gotta get a baby to walk to the center of the earth". But, you dont have to! If you do some research youll find (no research was actually conducted) that there are, on average, 4.7 baby steps in each adult step.

# Define baby step unit.
$geo->reg_unit( 4.7, baby step => adult step );
# This can be read as "4.7 baby steps is the same as one adult step".

And if we were doing this in reverse and already had the baby step unit but not the adult step, you would still use the exact same syntax as above.
distance

my $distance = $geo->distance( unit_type, $lon1,$lat1 => $lon2,$lat2 );

Calculates the distance between two lon/lat points.
closest

my $locations = $geo->closest(
dbh => $dbh,
table => $table,
lon => $lon,
lat => $lat,
unit => $unit_type,
distance => $dist_in_unit
);

This method finds the closest locations within a certain distance and returns an array reference with a hash for each location matched.

The closest method requires the following arguments:

dbh - a DBI database handle
table - a table within dbh that contains the locations to search
lon - the longitude of the center point
lat - the latitude of the center point
unit - the unit of measurement to use, such as "meter"
distance - the distance, in units, from the center point to find locations

The following arguments are optional:

lon_field - the name of the field in the table that contains the longitude, defaults to "lon"
lat_field - the name of the field in the table that contains the latitude, defaults to "lat"
fields - an array reference of extra field names that you would like returned with each location
where - additional rules for the where clause of the sql
bind - an array reference of bind variables to go with the placeholders in where
sort - whether to sort the locations by their distance, making the closest location the first returned
count - return at most these number of locations (implies sort => 1)

This method uses some very simplistic calculations to SQL select out of the dbh. This means that the SQL should work fine on almost any database (only tested on MySQL and SQLite so far) and this also means that it is fast. Once this sub set of locations has been retrieved then more precise calculations are made to narrow down the result set. Remember, though, that the farther out your distance is, and the more locations in the table, the slower your searches will be.

<<less
Download (0.010MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
bcr beats 0.1

bcr beats 0.1


bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. more>>
bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. This project can also be used on its own, or with almost any other MIDI controller.

If you like, you can try out the applet version, though it wont give you the full MIDI capabilities of the standalone application.

<<less
Download (0.10MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
IsForth 1.21b

IsForth 1.21b


IsForth is a direct threaded Linux-only x86 Forth implementation coded in pure assembly using NASM macros. more>>
IsForth is a direct threaded Linux-only x86 Forth implementation coded in pure assembly using NASM macros to create forth high-level definitions.
All I/O is done with syscalls. IsForth is almost a complete replacement for both libc and libncurses.
To use the debugger say debug xyzzy and from within the debugger..
Space - single steps
Enter - enters into words that nest
Escape - exits debugger
Cursor - move cursor within current definition
h - run to cursor location
H - auto step to current location
While auto stepping + and - change the step speed
Enhancements:
- The finishing touches were put on the keyboard handling for special keys.
<<less
Download (MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
681 downloads
Intercom 0.15

Intercom 0.15


Intercom is a simple voice over IP (VOIP) utility. more>>
Intercom is a simple voice over IP (VOIP) utility. It supports various audio codecs and sample rates enabling the user to choose between high quality audio or lower speed data transfers. Intercom is a console utility with a command-line interface.

The primary reason I wrote Intercom was because though the VOIP solutions available were quite flexible and useful, most if not all only supported 8k audio conversations. Though this is adequate for lower speed connections, a high-speed connection can usually do much better and the quality improvement is quite substantial.

If you are not familiar with installing a GNU utility, please read through the INSTALL file located in this directory. If you are familiar with the standard UNIX install procedure, the following steps should get you up and running.

./configure
make
su
make install

Whats New in This Release:

NEWS, configure.ac: Version 0.15 release

<<less
Download (0.30MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1201 downloads
wmtheme 1.3.3

wmtheme 1.3.3


wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. more>>
wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. For example, to rename do wmtheme -r oldname newname, or to activate do wmtheme name.
Furthermore, it takes great care to make installation painless, in spite of evolving formats, packaging carelessness, and incompatibility between old themes and current window managers. wmtheme -i theme-package.tar.gz will almost always result in a correct installation.
It will also take steps to clean up settings that dont belong in themes, and disable suspicious-looking shell commands (these sorts of things might occur in Window Maker or Blackbox themes). This behavior can be turned off, however.
Enhancements:
- name matching now prefers an initial substring
- change Blackbox version parser to handle 0.65.0s -version output
- use pod for manpage
- support gtk+ version 2, discontinue support for gtk+ version 1
- remove attempts to compile gtk+ engines
- updates for changes in IceWM theme handling
- remove afterstep support
<<less
Download (0.073MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1283 downloads
QtFprot 0.2.1C

QtFprot 0.2.1C


QtFprot is a frontend for FPROT 4.x, a free (for personal use) Linux virus-scanner. more>>
QtFprot is a frontend for FPROT 4.x, a free (for personal use) Linux virus-scanner. Its similar to XFprot, but written in Qt. It allows you to set all FPROT paramters with a comfortable GUI.

These are the steps you have to do to use the program:

1. get f-prot @ http://www.f-prot.com/download/download_fplinux_personal.html
2. unpack qtfprot-0.2.1b.tar.bz2 - well you apparently already have...
3. compile, make and install (binary will be installed to /usr/local/kde/bin/)
./configure
make
make install
4. start the binary:
qtfprot
<<less
Download (0.041MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5