Main > Free Download Search >

Free linux input 1.02 software for linux

linux input 1.02

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6622
Linux::Input 1.02

Linux::Input 1.02


Linux::Input is a Linux input event interface. more>>
Linux::Input is a Linux input event interface.

SYNOPSIS

Example: 1 joystick using event API

my $js1 = Linux::Input->new(/dev/input/event3);
while (1) {
while (my @events = $js1->poll(0.01)) {
foreach (@event) {
}
}
}

Example: 2 joysticks using joystick API (different event structure)

my $js1 = Linux::Input::Joystick->new(/dev/input/js0);
my $js2 = Linux::Input::Joystick->new(/dev/input/js1);
my $selector = IO::Select->new();
$selector->add($js1->fh);
$selector->add($js2->fh);

while (my $fh = $selector->can_read) {
my @event;
if ($fh == $js1->fh) {
@event = $js1->poll()
} elsif ($fh == $js2->fh) {
@event = $js2->poll()
}
foreach (@event) {
# work
}
}

Example 3: monitor all input devices

use File::Basename qw(basename);
my @inputs = map { "/dev/input/" . basename($_) }
;

my @dev;
my $selector = IO::Select->new();
foreach (@inputs) {
my $device = Linux::Input->new($_);
$selector->add($device->fh);
push @dev, $device;
}

while (my $fh = $selector->can_read) {
# work
}

Example 4: testing for events on the command line

# information on what event queue belongs to what device
cat /proc/bus/input/devices

# verify that events are coming in
sudo evtest.pl /dev/input/event*

<<less
Download (0.006MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1006 downloads
Linux::Input::Joystick 1.02

Linux::Input::Joystick 1.02


Linux::Input::Joystick is a joystick-specific interface for Linux 2.2+ more>>
Linux::Input::Joystick is a joystick-specific interface for Linux 2.2+

SYNOPSIS

Usage

use YAML;
my $js = Linux::Input::Joystick->new(/dev/input/js0);
while (1) {
my @event = $js->poll(0.01);
print Dump($_) foreach (@event);
}

This is a subclass of Linux::Input that implements the joystick event interface that versions of Linux from 2.2 onward support. It differs from the normal event interface in that it uses a slightly different C struct to return event information.

This subclass inherits all of Linux::Inputs methods, but differs from it in the following ways:

Class Methods

new

This method takes a $filename and returns a Linux::Input::Joystick object on success.

Example:

my $js = Linux::Input::Joystick->new(/dev/input/js1);

event_bytes

This method returns the size of the joystick event structure (which is always 8) no matter what platform you run this on.

Object Methods

poll

This method takes a $timeout as a parameter and returns an list of @events after that timeout has elapsed. The hashrefs inside @events have the following key/value pairs.

time

This is the time in microseconds that this event happened.
type

This is the type of event.
number

This number represents a more specific instance of type. For example, if type is 1 (meaning button event), then number might be 5 (meaning button 5 moved).
value

This number specifies what happened. Keeping the previous example in mind, if the value received is 1, that means the button was pressed. However, if its 0, that means the button was released.

For more information on what values to expect in this hashref, go look at /usr/include/linux/joystick.h

<<less
Download (0.006MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1003 downloads
iPup 1.02

iPup 1.02


iPup is a simplified build of Puppy Linux for use in institutional settings. more>>
iPup is a simplified build of Puppy Linux for use in institutional settings. iPups applications are limited to those typically used in libraries and schools. iPup comes with AbiWord, Firefox, gFTP and mtPaint.

The purpose behind building iPup has been to create a puplet (custom build of Puppy) that is easy for novice users to understand (at least when it comes to getting on the Internet or typing a paper), but not too user friendly when it comes to things like mounting flash drives, CD-ROMs and the like.

Instant messaging, CD ripping software and media players have not been included. Having said this, most, but not all, of the library files found in the standard version of Puppy have also been included in iPup. This allows you to add software with minimal headache.

MD5: 06635cd572deab1a02d764bdf2192281
<<less
Download (55.8MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1078 downloads
Linux distribution race 1.0

Linux distribution race 1.0


Linux distribution race is a cool car race for 4 players. more>>
Linux distribution race is a cool car race for 4 players, cars are named by Linux distributions (Mandrake, SUSE, RedHat, Debian).

You can create maps in GIMP. Controls: WSAD, TGFH, IKJL, arrows.

<<less
Download (1.2MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1422 downloads
EKG For Linux 1.0.25

EKG For Linux 1.0.25


EKG is a simple yet powerful key more>> EKG is a simple yet powerful key (password) generator whose only purpose is to help you create really complex passwords.<<less
Download (146KB)
Added: 2009-04-25 License: Freeware Price: Free
193 downloads
Linux Commander 0.5.2

Linux Commander 0.5.2


Linux Commander is a file manager for X11 using GTK+. more>>
Linux Commander is a powerful file manager for the X Window System.

It is partially modelled after Window Commander for Windows.

<<less
Download (0.16MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1665 downloads
Swinput 0.6

Swinput 0.6


Swinput can fake a mouse and a keyboard by using the Linux Input System. more>>
Swinput can fake a mouse and a keyboard by using the Linux Input System. The swinput modules read from a device and fakes hardware event (mouse motion, key presses etc) as commands written on the devices. Swinput presents status etc on the proc filesystem.

Swinput project is useful when testing applications.

It was developed to use when testing Xnee.
<<less
Download (0.013MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1269 downloads
Kiwiana for Linux 1.0

Kiwiana for Linux 1.0


A well drawn small collection of cool New Zealand-themed icons more>> A well drawn small collection of cool New Zealand-themed icons - Make sure to check out the kiwis!<<less
Download (125KB)
Added: 2009-04-12 License: Freeware Price:
194 downloads
hfishs monitor 0.1.02

hfishs monitor 0.1.02


Ihfishs monitor includes support for two cpus, two ethernet interfaces, ram, swap and two partitions, nvidia gpu temp. more>>
hfishs monitor is based on this theme (http://www.kde-look.org/content/show.php?content=47852), I made some changes to best fit to my laptop.
Includes support for two cpus, two ethernet interfaces, ram, swap and two partitions, nvidia gpu temp.
Enhancements:
- Added nVidia GPU temp support
<<less
Download (0.028MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1079 downloads
ummf 1.02

ummf 1.02


ummf Perl module contains a driver for UMMF. more>>
ummf Perl module contains a driver for UMMF.

SYNOPSIS

ummf [-I dir] [-M MetaModel] [-m Main::Module] [-o {dir|-}] [-e exporter] input ...

This is a driver for the UMMF toolkit. It translates UML input documents into the export targets specified by the -e option. If -o - is specified the output is generated to STDOUT, otherwise the output is multiplexed into files underneath the directory specified by the -o option, using files2dirs.

If input is UML-1.5, then the internal UML 1.5 meta-model (from UMMF::UML::MetaModel) is used as input.

Input files can be .zargo (ArgoUML and Poseidon for UML 1.x), .zuml (Poseidon for UML 2.x) or XMI 1.0 or 1.2 documents.

USAGE

ummf -e java -e perl -o gen test/test1.xmi

Generates Java and Perl code in directory gen from test/test1.xmi.

ummf -e perl::hibernate -o gen test/test2.zargo

Generates Java Hibernate hbn.xml file in directory gen from test/test2.zargo.

ummf -e XMI -o - UML-1.5

Generates XMI for the UML 1.5 meta-model on the standard output stream.

ummf --perl5lib

Print the PERL5LIB path needed for Perl code generated by UMMF.

ummf -L Some::Package

Loads Some::Package.

ummf -m Some::Package @args ...

Loads Some::Package and executes >.

ummf -I dir/with/perl/modules

Executes use lib dir/with/perl/modules; including modules from the specified directory in the search path.

ummf -M UMMF::Boot::MetaModel

Uses UMMF::Boot::MetaModel for the meta-model, defaults to UMMF::UML_1_5.

ummf -profile MyMagicProfile -e Perl UML-1.5

Applies MyMagicProfile during export of Perl code on the UML 1.5 meta-model. This overides the default lib/ummf/profile/UML-1.5.ummfprofile file.

<<less
Download (0.67MB)
Added: 2007-06-07 License: Perl Artistic License Price:
871 downloads
Xmmix 1.2

Xmmix 1.2


Xmmix is a premium audio mixer utility for the X window system using the Motif graphical user interface. more>>
Xmmix is a premium audio mixer utility for the X window system using the Motif graphical user interface. It operates the input and output mixer section of the sound hardware on many PCs and workstations.
Xmmix offers superior features and look-and-feel. It is designed to be attractive, feature-rich and intuitive to use. It adapts to your sound hardware configuration and displays the appropriate set of controls. It also allows control settings to be saved and retrieved.
Xmmix is supported on Linux as well as other UNIX platforms that runs X11/Motif and the Open Sound System (OSS) package from 4Front technologies. OSS supports many different platforms, including IBM AIX, BSDI BSD/OS, FreeBSD, NetBSD, Linux. Sun Solaris, SCO Open Server, SCO UnixWare and others. Also, OSS supports a very wide range of audio hardware. Visit the Open Sound System web site for details. Linux systems running the ALSA (Advanced Linux Sound Architecture) sound drivers are also supported.
Note: Open Sound System was formerly known as "Unix Sound System" and "VoxWare". OSS/Free, a free version of Open Sound System, is provided with Linux. OSS/Free is also known as a Linux Sound Driver.
Main features:
- Open Sound System API compliant
- Linux sound driver compliant
- Input Controls
- Synth
- PCM
- Alt PCM
- Line
- Mic
- CD
- Rec Mon
- Speaker
- Output Controls
- Master Volume
- Rec Level
- Miscellaneous Controls
- Bass
- Treble
- Input Gain
- Output Gain
- Enhance
- Loudness
- Mute
- Reset to startup-settings
- Selector for recording source
- All level controls can be locked for simultaneous control of left and right channels, or unlocked for individual adjustments.
- Bass and Treble "center" button to set to flat setting.
- Appropriate controls are displayed, based on sound hardware capability and configuration.
- Write mixer settings to file
- Read settings from file
- Auto-initialization upon startup
- Supports running multiple copies of xmmix
- Attractive, intuitive-to-use
- Motif user interface with 3D appearance
<<less
Download (0.37MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1178 downloads
Absolute 1.1.0

Absolute 1.1.0


Absolute is an XFree86 driver for absolute positioning pointer devices, such as tablets and touchscreens. more>>
Absolute is an XFree86 driver for absolute positioning pointer devices, such as tablets and touchscreens.
Absolute project currently supports arbitrary-point calibration and several types of hardware. It also includes calibration utilities for touchscreens and tablets.
Installation:
Driver:
- sudo apt-get install xorg-dev
- cd xorg
- PREFIX=/usr ./configure
- make
- sudo make install
- Add the driver to your /etc/X11/XF86Config-4 using examples from xfree86/example-configs
Calibration Utility:
- ./configure
- make
- sudo make install
Then, start (or restart) X, and run "calibrate" or "sudo calibrate"
Supported Software:
Tested:
- X.Org Debian GNU/Linux 7.0.14
Supported Hardware:
Tested:
- KeyTec MagicTouch USB-X
- ELO 1525L
- JamStudio KG-TAB1
Untested, but believed to work:
- Anything properly supporting the Linux Input Event interface
Enhancements:
- Support for axis flipping and device hot-plugging was added.
- The driver was ported to X.org 7.0.
<<less
Download (0.030MB)
Added: 2006-04-20 License: LGPL (GNU Lesser General Public License) Price:
1284 downloads
UMMF::Export::Java 1.02

UMMF::Export::Java 1.02


UMMF::Export::Java is a code generator for JavaTemplate. more>>
UMMF::Export::Java is a code generator for JavaTemplate.

SYNOPSIS

use UMMF::Export::Java;

my $exporter = UMMF::Export::Java->new(output => *STDOUT);
my $exporter->export_Model($model);

This package allow UML models to be represented as Java code.

<<less
Download (0.67MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
871 downloads
iPod nano for Linux 1.0

iPod nano for Linux 1.0


Five icons inspired in the look of Apples iPod nano for use in desktops more>> Five icons inspired in the look of Apples iPod nano for use in desktops, websites and blogs.<<less
Download (128KB)
Added: 2009-04-28 License: Freeware Price:
185 downloads
HSweep For Linux 1.0.70

HSweep For Linux 1.0.70


HSweep is a small program more>> Are you looking for a way to extract an e-mail address or a web address from documents like web pages and/or other text based documents? Yeah! Then this application is what you need.<<less
Download (106KB)
Added: 2009-04-28 License: Freeware Price: Free
181 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5