Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.755 Times

Carpal Tunnel Syndrome From A Mouse software
Filter: All | Freeware | Demo
 

Carpal Tunnel Syndrome From A Mouse

1 2 3 4 5 > 
Released: January 28, 2024  |  Added: February 10, 2024 | Visits: 290

Clickless Mouse Clickless Mouse makes using a computer easier for people with repetitive strain injury, carpal tunnel syndrome, some motor disabilities and other health problems. This application allows using a mouse without clicking - by moving it only. By reacting to user mouse movements this program...



Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.92 MB Download (149): Clickless Mouse Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 947

ShuttlePRO X About Contour ShuttlePRO Contour s Shuttle devices have been designed to enhance the productivity of multimedia content creators, but they also increase productivity in many other types of applications, including: - graphics and photo editing - word processing - spreadsheet manipulation -...





Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.7 MB Download (46): ShuttlePRO X Download

sel_and_del Interactively select and delete points from a 2D plot with the mouse sel_and_del Interactively select and delete points from a line object using mouse input. Left-click selects the point closest to the click and Right-click unselects it. The selected points are highlighted with a black square. The selection process is stopped by hitting any keyboard key when the...


Platforms: Matlab


Added: July 04, 2006 | Visits: 2.715

SmartMOUSE With the popularity of computer, more and more people have been plagued by computer-related maladies, such as eyestrain and carpal tunnel syndrome. SmartMOUSE is an ergonomic software that is designed to prevent and alleviate these illness. Unlike many other similiar products, SmartMOUSE combines...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.87 MB Download (467): SmartMOUSE Download

Released: January 04, 2002  |  Added: November 27, 2006 | Visits: 5.231

Active Click ActiveClick automatically Clicks the Mouse, can Drag Windows&Text without using your Hands, and Makes You Take Stretch Breaks to Help Relieve the Pain of Carpal Tunnel Syndrome, Tend,&RSI. ctiveClick works with any mouse, trackball or pointing device. Sounds strange, huh? It isn't really -...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.74 MB Download (897): Active Click Download

Released: July 30, 2008  |  Added: August 14, 2008 | Visits: 2.183

EyeDefender EyeDefender is a freeware rest reminder designed to prevent Computer Vision Syndrome (CVS) resulting from working on a computer for hours on end. Once installed, EyeDefender sits in the system tray and displays the time left until the next break. When the time for a break arrives, the program...


Platforms: Windows

License: Freeware Size: 182.3 KB Download (186): EyeDefender Download

Added: May 10, 2013 | Visits: 828

extract filename from a full path string extract filename from a full path string easily returns the filename component of a path with the built-in PHP basename() function. Useful for splitting a string path to get the filename.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): extract filename from a full path string Download

Added: September 01, 2013 | Visits: 437

Add Simulink Blocks from a given Model File with context menu Customizes Simulink context menu with all blocks from a model file custom_context_menu_blocks.mdl.These blocks are accessible through context menu: Add custom block / List of blocks. The chosen block is added at the position of the mouse click that initiated the context menu.Please feel free to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Add Simulink Blocks from a given Model File with context menu Download

Added: January 25, 2010 | Visits: 960

StretchWare The Problem:If you work at a computer, there is a good chance you will eventually suffer from Carpal Tunnel Syndrome, along with back pain, stiff muscles, tight joints, tension and stress. Every day millions of Americans feel the aches and pains brought on by long hours sitting at a desk and...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 1.6 MB Download (109): StretchWare Download

Added: May 10, 2013 | Visits: 475

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 764

Remove duplicates from a sequence The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they're hashable, and whether they support full comparisons. This script defines the unique() function that tries three methods, from fastest to slowest,...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Remove duplicates from a sequence Download

Calculation of distances from a given set of points to a set of segments CSMV calculates distances from a given set of points to a set of linear segments SYNOPSIS: [squared_distances_to_segments I]=csmv(P,R,Q,to_plot) [squared_distances_to_segments I]=csmv(P,R,Q,...) INPUT P,R : arrays of coordinates of 2n segment endpoints (i.e., if there are n segments considered in...


Platforms: Matlab


Added: May 26, 2013 | Visits: 516

Distance from a point to polygon Calculate the distance from a point to 2-D polygon, and the point on the polygon closest to the point.This is based on the function made by Michael Yoshpe. Also include the test suggested by Eric Schmitz.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Distance from a point to polygon Download

Added: July 28, 2013 | Visits: 396

readFlukeFile - Read measurements from a Fluke multimeter [DATA TIME] = readFlukeFile(FILENAME), reads a CSV file with recorded measurements from a Fluke multimeter. It returns DATA (a vector of measurement values) and TIME (a vector of measurement times). The "time" of each measurement is the elapsed time in seconds since the start of the recording...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 286.72 KB Download (50): readFlukeFile - Read measurements from a Fluke multimeter Download

Added: June 26, 2013 | Visits: 501

Choosse randomly number of elements from a vector function [out]=random2(ini,fin,num)% Choosse randomly a number (num) of elements from a vector [ini:fin]% Randomly change the position of the vector. in pairs of twos%% Imput:% ini: Beginning of the vector% fin: End of the vector% nun: Number of elements to choose from the range of vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Choosse randomly number of elements from a vector Download

Added: August 29, 2013 | Visits: 323

Closest value(s) from a list Returns the closest value from a list Syntax c = closest(a,b); returns the closest c value in a for each value in b [c,i] = closest(a,b); returns the index i of the closest value in a for each value in b [c,i,d] = closest(a,b); returns the difference d of the closest value in a for each value in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Closest value(s) from a list Download

Find an ungapped pattern window from a set of protein sequences This program is a bioinformatics tool developed for helping biologists finding patterns from a set of protein sequences. The method is the first one that fully utilizes the advantages of the Dirichlet mixture models. It starts from a random pattern and iteratively improves the Bayesian log-odds...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.94 MB Download (43): Find an ungapped pattern window from a set of protein sequences Download

Added: June 30, 2013 | Visits: 563

Extract data from a matlab figure (.fig) file To extract data from a matlab figure (.fig) files generate using version 7 or later. It can be used for both 2D and 3D plots


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Extract data from a matlab figure (.fig) file Download

Added: July 25, 2013 | Visits: 416

Get binary volumes from a volume of labels / integers Creates a set of binary volumes from a volume of labels (integers value)When using label volumes (volumes with regions defined by integers), it is sometimes useful to obtain the binary volumes of each region for further processing or to calculate statistics. This program takes as an input a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (45): Get binary volumes from a volume of labels / integers Download

Added: June 22, 2013 | Visits: 326

Generate a subdirectory listing from a path string PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string.A simple function that examines a string and returns a naive directory listing; no validity checks are made on subdirectory strings.A = PATH_PARTS(S) returns a cell array of strings containing the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate a subdirectory listing from a path string Download

1 2 3 4 5 >