mouse driven
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1467
Joyevmouse 0.2
joyevmouse converts joystick events to mouse events. more>>
joyevmouse converts joystick events to mouse events, making it possible to use a joystick as a mouse. joyevmouse uses the rather nice evdev and uinput infrastructure of the linux kernel.
This means that joyevmouse runs entirely in userspace - it does not run as a kernel driver or need a patch joyevmouse has been written rather quickly and is only tested on one device. So it may have some rough edges.
This project is released under the GNU General Public License.
<<lessThis means that joyevmouse runs entirely in userspace - it does not run as a kernel driver or need a patch joyevmouse has been written rather quickly and is only tested on one device. So it may have some rough edges.
This project is released under the GNU General Public License.
Download (0.013MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
898 downloads
js2mouse 040208
Js2mouse converts joystick events into mouse events, so the user can use his joystick/gamepad as a pointer instead of the mouse. more>>
Js2mouse converts joystick events into mouse events, so the user can use his joystick/gamepad as a pointer instead of the mouse.
It works with any kind of joystick (analogic or digital) and with any kind of program (XFree86, GPM, etc.).
The user does not need to be root. It can emulate PS/2 and IMPS/2 protocols, and joystick keys can be assigned.
Installation:
make
make install (as root)
<<lessIt works with any kind of joystick (analogic or digital) and with any kind of program (XFree86, GPM, etc.).
The user does not need to be root. It can emulate PS/2 and IMPS/2 protocols, and joystick keys can be assigned.
Installation:
make
make install (as root)
Download (0.041MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1474 downloads
Smooth Icons 1.0
Smooth Icons is a mouse cursor theme. more>>
Smooth Icons is a mouse cursor theme.
This is my first upload for awhile so here we go. Its not going to be ready to package yet for quite awhile this is only a days work.
Enhancements:
- redid alot of icons
- added actions(magnify, find)
<<lessThis is my first upload for awhile so here we go. Its not going to be ready to package yet for quite awhile this is only a days work.
Enhancements:
- redid alot of icons
- added actions(magnify, find)
Download (0.44MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1219 downloads
Take Out The Mouse 1.0
Take Out The Mouse is a very entertaining puzzle game where you must help a mouse to find the exit. more>>
Take Out The Mouse is a very entertaining puzzle game where you must help a mouse to find the exit.
This is the first game developed by Bertesh Studios, in 2001. Take Out The Mouse consist in a little mouse who has to find the exit of the different labyrinths by finding his delicious reward... the cheese.
The game has 2 difficulties. The first one is the "Easy" difficulty, where our only objective is to find the cheese before our time finishes. Once we have finish this difficulty, we will have access to the "Hard" difficulty, here besides of have to find the cheese before that our time ends, we must to eliminate all the bats that are inside the labyrinths with cakes first to be able to get access to the next level... but be careful, because this bats spit drops of blood that could damage the mouse and could cost him 1 live.
Take Out The Mouse counts with several labyrinths and funny music that we will listen during the whole game, getting a fun game for all the family.
<<lessThis is the first game developed by Bertesh Studios, in 2001. Take Out The Mouse consist in a little mouse who has to find the exit of the different labyrinths by finding his delicious reward... the cheese.
The game has 2 difficulties. The first one is the "Easy" difficulty, where our only objective is to find the cheese before our time finishes. Once we have finish this difficulty, we will have access to the "Hard" difficulty, here besides of have to find the cheese before that our time ends, we must to eliminate all the bats that are inside the labyrinths with cakes first to be able to get access to the next level... but be careful, because this bats spit drops of blood that could damage the mouse and could cost him 1 live.
Take Out The Mouse counts with several labyrinths and funny music that we will listen during the whole game, getting a fun game for all the family.
Download (1.5MB)
Added: 2007-04-20 License: Freeware Price:
917 downloads
Me TV 0.3.0
Me TV is a digital television viewer for GNOME. more>>
Me TV is a digital television viewer for GNOME.
The software was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre such as MythTV but will integrate well with the existing GNOME desktop. If you think that a remote is something that belongs in a museum then Me TV is probably for you.
It currently supports only DVB-T but Im willing to add support for other DVB types because it seems straight forward. It just needs to be tested.
Main features:
- Completely mouse driven
- Current and future program information
- Instant Record
- Double-click fullscreen
- DVB-T and DVB-C support
- Very simple installation and set up
<<lessThe software was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre such as MythTV but will integrate well with the existing GNOME desktop. If you think that a remote is something that belongs in a museum then Me TV is probably for you.
It currently supports only DVB-T but Im willing to add support for other DVB types because it seems straight forward. It just needs to be tested.
Main features:
- Completely mouse driven
- Current and future program information
- Instant Record
- Double-click fullscreen
- DVB-T and DVB-C support
- Very simple installation and set up
Download (0.10MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
512 downloads
xremote 2.0
xremote is a tool for grabbing mouse and keyboard of another display. more>>
xremote is a tool for grabbing mouse and keyboard of another display.
It creates a form of remote control of other machines. All mouse- and keyboard-actions on the local machine are forwarded to the remote display.
Installation
xremote should be easy to compile and install if you are using the tar.gz. Just issue the following commands to configure, compile and install it:
# ./configure
# make
# make install
<<lessIt creates a form of remote control of other machines. All mouse- and keyboard-actions on the local machine are forwarded to the remote display.
Installation
xremote should be easy to compile and install if you are using the tar.gz. Just issue the following commands to configure, compile and install it:
# ./configure
# make
# make install
Download (0.034MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1137 downloads
libircservice 0.5
Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection. more>>
Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection.
The library provides functions so that the developer does not need to care about the inter-server protocol and can keep the focus on the service programming logic.
Enhancements:
- This release adds timer stats, global messaging, and channel mode lock functions.
- The samples have been updated to compile with the latest API changes, and several bugs have been fixed.
<<lessThe library provides functions so that the developer does not need to care about the inter-server protocol and can keep the focus on the service programming logic.
Enhancements:
- This release adds timer stats, global messaging, and channel mode lock functions.
- The samples have been updated to compile with the latest API changes, and several bugs have been fixed.
Download (0.10MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1506 downloads
Web Sharing 0.0.3
Web Sharing is a small tray applet for sharing files on the web. more>>
Web Sharing is a small tray applet for sharing files on the web.
Publish anything on the Internet or your local area network at home, office or school from a folder on your hard disk with just a few clicks of a mouse!
<<lessPublish anything on the Internet or your local area network at home, office or school from a folder on your hard disk with just a few clicks of a mouse!
Download (1.9MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1553 downloads
mjhservers 200703101548
mjhservers is a project which consists of event-driven servers for FTP, POP3, LMTP, TACACS+, and others. more>>
mjhservers is a project which consists of event-driven servers for FTP, POP3, LMTP, TACACS+, and others.
mjhservers is a set of highly configurable event-driven servers for FTP, POP3, LMTP, TACACS+, and other protocols. These servers feature a modular authentication sub-system, SSL, and IPv6 support, and are very scalable and efficient.
The software should compile out of the box for recent versions of Linux, FreeBSD, NetBSD, OpenBSD and Solaris.
Daemons provided by "mjhservers":
- spawnd is a broker with load-balancing functionality that listens for incoming connections on IP, UNIX or possibly IPv6 sockets, accepts them and finally forwards them (using ancillary messages over UNIX domain sockets) to the spawned server processes.
- ftpd is a highly configurable event-driven FTP daemon with TLS/SSL and IPv6 support, and much more.
- pop3d is an event-driven POP3 daemon. The manual has a short description on required Postfix patches, too (alas, these are quite out of date, and may or may not apply cleanly to current versions).
- lmtpd is an event-driven LMTP daemon, useful only in conjunction with pop3d.
- mavis and mavisd implement the modular authentication sub-system used by ftpd, pop3d et al.
- mod_auth_mavis is an Apache module for MAVIS based authentication.
- tac_plus is an event-driven TACACS+ daemon which utilizes the MAVIS backend for authentication and authorization (and may get its user data from LDAP, a suitable minimalistic tacacs.schema for OpenLDAP is included).
- tcprelay is an event-driven TCP connection forwarder.
- tcpmapd is an experimental daemon that interfaces the MAVIS system to Postfix.
<<lessmjhservers is a set of highly configurable event-driven servers for FTP, POP3, LMTP, TACACS+, and other protocols. These servers feature a modular authentication sub-system, SSL, and IPv6 support, and are very scalable and efficient.
The software should compile out of the box for recent versions of Linux, FreeBSD, NetBSD, OpenBSD and Solaris.
Daemons provided by "mjhservers":
- spawnd is a broker with load-balancing functionality that listens for incoming connections on IP, UNIX or possibly IPv6 sockets, accepts them and finally forwards them (using ancillary messages over UNIX domain sockets) to the spawned server processes.
- ftpd is a highly configurable event-driven FTP daemon with TLS/SSL and IPv6 support, and much more.
- pop3d is an event-driven POP3 daemon. The manual has a short description on required Postfix patches, too (alas, these are quite out of date, and may or may not apply cleanly to current versions).
- lmtpd is an event-driven LMTP daemon, useful only in conjunction with pop3d.
- mavis and mavisd implement the modular authentication sub-system used by ftpd, pop3d et al.
- mod_auth_mavis is an Apache module for MAVIS based authentication.
- tac_plus is an event-driven TACACS+ daemon which utilizes the MAVIS backend for authentication and authorization (and may get its user data from LDAP, a suitable minimalistic tacacs.schema for OpenLDAP is included).
- tcprelay is an event-driven TCP connection forwarder.
- tcpmapd is an experimental daemon that interfaces the MAVIS system to Postfix.
Download (0.36MB)
Added: 2007-04-04 License: The Apache License Price:
933 downloads
Borg Live 0.5 Beta
Borg Live is a bootable CD-Rom containing a GNU/Linux operative system. more>>
Borg Live is a bootable CD-Rom containing a GNU/Linux operative system, that permits you to boot directly from the CD, without the need of an hard disk installation .
The system is based on Slax , the Slackware Linux Live CD.
Main features:
- Kernel 2.4.24 with Openmosix clustering support
- X Graphical system
- XFCE Window Manager
To use the Live CD , you need:
A Computer PC-Compatible ( not a MAC one )
A Bios that permit to boot from the CD drive
A Pentium III ( or AMD equivalent ) or better CPU
64 Mb RAM
A CD-Rom or DVD unit
A Mouse ( better if PS2 or USB )
# Instructions for the first boot
1) enable BIOS to boot from Cd-rom
2) Insert the Cd
3) Take a look at the boot options , just when the image appears , pressing F1
4) ( Write down your desired options if any , then ) Press Enter
5) Login as root , no password
<<lessThe system is based on Slax , the Slackware Linux Live CD.
Main features:
- Kernel 2.4.24 with Openmosix clustering support
- X Graphical system
- XFCE Window Manager
To use the Live CD , you need:
A Computer PC-Compatible ( not a MAC one )
A Bios that permit to boot from the CD drive
A Pentium III ( or AMD equivalent ) or better CPU
64 Mb RAM
A CD-Rom or DVD unit
A Mouse ( better if PS2 or USB )
# Instructions for the first boot
1) enable BIOS to boot from Cd-rom
2) Insert the Cd
3) Take a look at the boot options , just when the image appears , pressing F1
4) ( Write down your desired options if any , then ) Press Enter
5) Login as root , no password
Download (375.6MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
906 downloads
Computer Basics Whats a USB Flash Drive 1.0
Computer Basics: What is a USB Flash Drive and How They Work in Plain English - another easy video computer lesson from Worth Godwin uses simple expla... more>> <<less
Download (77118KB)
Added: 2009-04-09 License: Freeware Price: Free
198 downloads
Logitech MediaPlay Cordless Mouse USB Linux driver 0.5.2
Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for USB Logitech mice. more>>
Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice.
The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational.
When i bought this mouse, the first thing that crossed my mind was the incompatibility between all this multimedia buttons and Linux. After googling about it, I noticed there was no useful information regarding this mouse, so I decided to put myself at work.
Did my reseach, and after a few hours browsing kernel source files, reading some usb documentation, code changes, I was able to make the bit map for MediaPlay multimedia keys.
The next step was to change usbmouse.c by Vojtech Pavlik allowing it to get and export mouse extra keys as keyboard entries using kernel input core support.
<<lessThe main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational.
When i bought this mouse, the first thing that crossed my mind was the incompatibility between all this multimedia buttons and Linux. After googling about it, I noticed there was no useful information regarding this mouse, so I decided to put myself at work.
Did my reseach, and after a few hours browsing kernel source files, reading some usb documentation, code changes, I was able to make the bit map for MediaPlay multimedia keys.
The next step was to change usbmouse.c by Vojtech Pavlik allowing it to get and export mouse extra keys as keyboard entries using kernel input core support.
Download (0.012MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1494 downloads
UMLSpeed 0.19
UMLSpeed is a compiler for a simple, C-style language that allows declaration of UML entities and diagrams. more>>
UMLSpeed project is a compiler for a simple, C-style language that allows declaration of UML entities and diagrams. Diagrams can be compiled into SVG and the entities to XMI for use with other tools.
Why?
- Graphical UML tools in general suck - why should we, as programmers have to drag and drop stupid graphical things and use a mouse when we could express what we want 10 times faster with a text editor and a simple notation? - More importantly, why should we have to lay everything out when the computer could do it for us?
- Graphical UML tools are bloated, huge, memory and disk-hogging monsters.
- Graphical UML tools use either a binary data format or XML, which is not particularly friendly to source code control systems.
Main features:
- Written in GCJ-portable java and compiled natively. Its extremely fast even when dealing with thousands of entities and diagrams.
- Purely command-line driven and takes miniscule resources.
- Flexible enough with file imports that large UML projects can be broken up into separate files and only individual bits built at a time as required.
- C-style syntax means that the source language integrates well with source code control and diff tools.
- Standards compliant - produces interoperable SVG and XMI, as well as clean source code.
- Can integrate with automated build tools for regular diagram/xmi compilation.
Status
This is still alpha software. Dont hold me responsible if it kills your pets and blows your house up.
Implemented so far:
- Compiler/parser
- Namespaces, Class diagrams and related entities
- Use case diagrams and related entities
- Auto-link pathfinding
- XMI 1.3 output
- VIM syntax highlighting
- Code generation (Java and Python)
Still to do:
- Documentation output
- Code generation (Ruby, PHP, Perl, C++, C#)
- Diagram packages
- Diagram notes
- Alternative diagram layout managers
- Deployment diagrams
- Sequence diagrams
- Activity diagrams
Enhancements:
- Added facilities to store HTML of reports in a buffer for use by plugins and turn off file generation. Maven plugin now uses this when using Doxia for generation.
- Added $PROJECTNAME and $PROJECTVERSION HTML tokens, with CLI parameters to set them. Maven plugin will automatically set them.
- Added $PUBLISHDATE token
- Added $TOC key for generating links to bookmarks on the same page.
<<lessWhy?
- Graphical UML tools in general suck - why should we, as programmers have to drag and drop stupid graphical things and use a mouse when we could express what we want 10 times faster with a text editor and a simple notation? - More importantly, why should we have to lay everything out when the computer could do it for us?
- Graphical UML tools are bloated, huge, memory and disk-hogging monsters.
- Graphical UML tools use either a binary data format or XML, which is not particularly friendly to source code control systems.
Main features:
- Written in GCJ-portable java and compiled natively. Its extremely fast even when dealing with thousands of entities and diagrams.
- Purely command-line driven and takes miniscule resources.
- Flexible enough with file imports that large UML projects can be broken up into separate files and only individual bits built at a time as required.
- C-style syntax means that the source language integrates well with source code control and diff tools.
- Standards compliant - produces interoperable SVG and XMI, as well as clean source code.
- Can integrate with automated build tools for regular diagram/xmi compilation.
Status
This is still alpha software. Dont hold me responsible if it kills your pets and blows your house up.
Implemented so far:
- Compiler/parser
- Namespaces, Class diagrams and related entities
- Use case diagrams and related entities
- Auto-link pathfinding
- XMI 1.3 output
- VIM syntax highlighting
- Code generation (Java and Python)
Still to do:
- Documentation output
- Code generation (Ruby, PHP, Perl, C++, C#)
- Diagram packages
- Diagram notes
- Alternative diagram layout managers
- Deployment diagrams
- Sequence diagrams
- Activity diagrams
Enhancements:
- Added facilities to store HTML of reports in a buffer for use by plugins and turn off file generation. Maven plugin now uses this when using Doxia for generation.
- Added $PROJECTNAME and $PROJECTVERSION HTML tokens, with CLI parameters to set them. Maven plugin will automatically set them.
- Added $PUBLISHDATE token
- Added $TOC key for generating links to bookmarks on the same page.
Download (0.47MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
826 downloads
Fraqtive 0.3.1
Fraqtive is a program for drawing Mandelbrot and Julia fractals. more>>
Fraqtive is a program for drawing Mandelbrot and Julia fractals. It uses a very fast algorithm and generates high quality, smooth images.
It is fully interactive, allowing for real-time mouse navigation and dynamic generation of the Julia fractal preview. OpenGL-rendered 3D view of the fractals is also supported.
<<lessIt is fully interactive, allowing for real-time mouse navigation and dynamic generation of the Julia fractal preview. OpenGL-rendered 3D view of the fractals is also supported.
Download (0.69MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1511 downloads
Cool Linux 2.3
Cool Linux CD is a bootable CD with Linux operating system, containing a 2.4 kernel and many free software packages. more>>
Cool Linux CD is a bootable CD with Linux operating system that contains a 2.4 kernel and many free software packages.
Enhancements:
- Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers;
- Ability to choose a version of linux kernel and parameters for FrameBuffer and XFree86 (resolution);
- Save and restore your system configuration on floppy;
- Restore configuration from another session on CoolLinuxCD (in multissesion mode);
- Writing the CD-RW disks with CDRW device (if not a boot drive);
- Ability to choose the interface language during the bootup process (currently only English and Russian languages are supported);
- Autodetects all hardware and autoconfigures XFree86;
- USB mouse and keyboard support;
- IceWM window manager with ROX-filer as desktop and file manager.
<<lessEnhancements:
- Kernel 2.4.20-wolk and 2.4.22 with supermount, squashfs, shfs patches and ALSA 0.9.6 drivers;
- Ability to choose a version of linux kernel and parameters for FrameBuffer and XFree86 (resolution);
- Save and restore your system configuration on floppy;
- Restore configuration from another session on CoolLinuxCD (in multissesion mode);
- Writing the CD-RW disks with CDRW device (if not a boot drive);
- Ability to choose the interface language during the bootup process (currently only English and Russian languages are supported);
- Autodetects all hardware and autoconfigures XFree86;
- USB mouse and keyboard support;
- IceWM window manager with ROX-filer as desktop and file manager.
Download (617MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1406 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mouse driven search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed