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.443.624 Times

Mouse Chinese Input software
Filter: All | Freeware | Demo
 

Mouse Chinese Input

< 1 2 3 4 5 > 
Released: November 11, 2008  |  Added: July 25, 2012 | Visits: 4.507

Chinese Chess Soul Chinese Chess Soul is an exellent master level and popular Chinese Chess Game software.Whoever you are, beginner or expert, you will have FUN and EXCITING playing with her. You and your family can be enjoy by beating computer and improving chess level; Arena match game model, Computer adjusts its...



Platforms: Windows

License: Shareware Cost: $34.95 USD Size: 4.66 MB Download (397): Chinese Chess Soul Download

Released: June 26, 2008  |  Added: October 12, 2009 | Visits: 4.162

Easy Mouse Lock Lock Mouse cursor with Easy Lock Mouse Utility within user defined rectangle.Mouse is released when utility closed.The main screen of the utility can be minimised automatically when mouse cursor is locked.Trial Version does not have any nagging popups.Register for $5.00 and get free upgrades....





Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 629.74 KB Download (318): Easy Mouse Lock Download

Released: July 07, 2008  |  Added: July 16, 2008 | Visits: 2.628

Word Sudoku to Learn Chinese Print, play and solve word sudoku to learn Chinese.You can create your own word list and print it to your students.A fun and effective way to reinforce Chinese vocabulary


Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.93 MB Download (147): Word Sudoku to Learn Chinese Download

Added: August 25, 2008 | Visits: 1.082

Input Director Input Director is designed for those folks that have two (or more) Windows systems set up at home. Using Input Director, position the monitors of your systems side-by-side and then you can control them via one keyboard/mouse. To transition between systems is as simple as moving the cursor off the...


Platforms: Windows

License: Freeware Size: 378 KB Download (460): Input Director Download

Added: August 12, 2008 | Visits: 1.589

MB Free Chinese Numerology MB Free Chinese Numerology is a unique resource that calculates your lucky number based on the concepts of Chinese numerology. It has its basis in the Lo Shu grid and is wisely used till date in the Eastern countries. A comprehensive and detailed reading is generated based on the input name and...


Platforms: Windows

License: Freeware Size: 1.38 KB Download (157): MB Free Chinese Numerology Download

Released: October 18, 2008  |  Added: October 29, 2008 | Visits: 2.283

Easy Input Easy Input aims to improve the efficiency, quality and accuracy of text input. Whenever you will be typing a word, Easy Input will display a list of possible candidates for the auto completion after you entered the first few letters. For example, if you want to enter efficient, after you...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.11 MB Download (110): Easy Input Download

Released: June 11, 2009  |  Added: June 23, 2009 | Visits: 7.091

Mouse Click Mouse Click software not only automates the mouse clicks, but can also return the mouse cursor to its original location after clicking the mouse. Mouse Click Software is free to try software utility, download and evauate the software utility for free. Mouse Click software can be evaluated upto 20...


Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 627.89 KB Download (1152): Mouse Click Download

Released: July 20, 2009  |  Added: September 30, 2009 | Visits: 9.493

Auto Mouse Click Automate Single or Double Left or Right Mouse Clicks easily and quickly with Auto Mouse Click Software Utility. Save Mouse Clicks in a data file and load the clicks whenever you wish to run them. Edit easily mouse clicks saved in a easy to follow user innterface. Download Auto Mouse Click...


Platforms: Windows

License: Shareware Cost: $5.00 USD Size: 624.5 KB Download (2545): Auto Mouse Click Download

Added: May 21, 2010 | Visits: 1.221

Take Out The Mouse 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......


Platforms: *nix

License: Freeware Size: 1.5 MB Download (100): Take Out The Mouse Download

Added: September 24, 2010 | Visits: 1.451

XMMS DVB Input Plugin XMMS DVB Input Plugin is a plugin for XMMS for users with a DVB-S (Digital Video Broadcast/Satellite) PCI adapter supported by the driver from LinuxTV to record and receive audio streams from this adapter. The incoming MPEG-1 layer II audio data is decompressed and fed to XMMS which can then in...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (152): XMMS DVB Input Plugin Download

Added: September 17, 2010 | Visits: 2.284

Input Filter extension for PHP Input Filter extension for PHP project is an extension for safely dealing with input parameters. It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data..


Platforms: *nix

License: Freeware Size: 24.58 KB Download (137): Input Filter extension for PHP Download

Added: July 31, 2013 | Visits: 1.570

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD.


Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

Added: June 22, 2010 | Visits: 1.605

Audio Input-Output Library Audio Input-Output Library (libaio) is meant to solve the problem of differing digital audio platforms once and for all. JACK is unnecessarily complex for most applications, and while libaos support for file output is cool, it limits what the API can do and is therefore inadequate for any kind...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (225): Audio Input-Output Library Download

Added: September 01, 2010 | Visits: 789

mxk mxk is a reasonably sophisticated input rewriting server. The project picks up where conventional keyboard mappings reach their limits. mxk has been used to generate: - A chording Braille input system from a conventional keyboard. The system uses the S D F J K L keys of a normal keyboard - A...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): mxk Download

Added: July 09, 2010 | Visits: 1.786

Linux::Input 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...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Linux::Input Download

Added: October 06, 2010 | Visits: 1.054

Linux::Input::Joystick 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...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Linux::Input::Joystick Download

Added: July 13, 2010 | Visits: 1.021

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: January 23, 2010 | Visits: 3.102

Razer DeathAdder mouse configuration Razer DeathAdder mouse configuration is a configuration utility for the Razer DeathAdder on Linux systems. You can control the LEDs, scanning resolution and frequency and profiles with this tool. In future things like firmware upload are also planned. Whats New in This Release: - This adds...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (513): Razer DeathAdder mouse configuration Download

Added: May 11, 2010 | Visits: 1.220

GNU CD Input and Control Library GNU CD Input and Control Library (libcdio) encapsulates CD-ROM reading and control. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Some...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (105): GNU CD Input and Control Library Download

Added: July 02, 2010 | Visits: 1.555

XMMS Picture Viewer Input Plugin XMMS Picture Viewer (alias Xmms-Slideshow) is an Input Plugin for XMMS. Although XMMS was mainly intended for use as audio player its features and its broad usage makes it also interesting for use with other medias. An example is eg. the XMMS Mplayer Input Plugin which enables XMMS to play video...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (100): XMMS Picture Viewer Input Plugin Download

< 1 2 3 4 5 >