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

Input Devices Of A Computer software
Filter: All | Freeware | Demo
 

Input Devices Of A Computer

< 1 2 3 4 5 > 
Released: September 16, 2015  |  Added: October 06, 2015 | Visits: 1.109

TrustPort Internet Security TrustPort Internet Security is a comprehensive solution for the protection of a personal computer on all fronts. It is based on a powerful multi-engine platform, effectively ranking it among the best security suites in terms of malware detection. The program scans and protects file system...



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

License: Shareware Cost: $43.95 USD Size: 310.97 MB Download (115): TrustPort Internet Security Download

Added: August 16, 2008 | Visits: 1.343

I/O UPS Weather Event Monitoring with Embedded Web Server This software allows to receive data sent by external devices as a weather station, a UPS, a webcam, and to look up these data remotely. This application also allows to define and launch emergency processes when necessary, and this according to user-defined alarm thresholds (temperature,...






License: Freeware Size: 600 KB Download (110): I/O UPS Weather Event Monitoring with Embedded Web Server Download

Added: March 25, 2010 | Visits: 1.917

Running Unix Memory Test The goal of RUMT is to check the memory of a computer over a long period of time and almost-real load conditions without having to interrupt the services. RUMT exploits the possibility of some Unix kernels to selectivly disable some memory areas while still accessing them through the /dev/mem...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Running Unix Memory Test Download

Added: April 10, 2006 | Visits: 1.976

igPower The given program is able to work with the closed processes of operational system Windows, processing them through own the nucleus - accelerator, is able to trace congestion of the processor and to carry out to him the maximal unloading that results in increase in productivity of a computer.


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.76 MB Download (104): igPower Download

Added: May 15, 2006 | Visits: 2.033

15-game Game 15 is similar to world known logic game.You should place pieces by way of following numbers from 1 up to 15. Make it more quickly than a computer! Game rules:You compete with artificial intellect of a computer. Your goal is to collect a puzzle for smaller amount of turns, than a computer....


Platforms: Windows

License: Shareware Cost: $12.00 USD Size: 682 KB Download (103): 15-game Download

Added: May 18, 2006 | Visits: 1.871

game-15 Game 15 is similar to world known logic game.You should place pieces by way of following numbers from 1 up to 15. Make it more quickly than a computer! Game rules:You compete with artificial intellect of a computer. Your goal is to collect a puzzle for smaller amount of turns, than a computer....


Platforms: Windows

License: Shareware Cost: $12.00 USD Size: 682 KB Download (98): game-15 Download

Added: May 01, 2010 | Visits: 769

aproc aproc displays some information about all pcm devices of a soundcard from the alsa proc tree on console. This project is distributed under the terms of the Open Software License (Version 3.0).


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): aproc Download

Released: November 26, 2019  |  Added: January 08, 2020 | Visits: 587

BurnInTest Professional Society's reliance on computers means that the cost of hardware failure can be enormous. BurnInTest can thoroughly exercises PC hardware in the shortest period of time so intermittent or hidden problems are found before they turn into a disaster. BurnInTest is an easy-to-use software tool that...


Platforms: Windows 8, Windows 7, Windows, 2012 R2 Server, 2012 Server,2003 Server,2008 R2 Server,2008 Server

License: Shareware Cost: $79.00 USD Size: 51.07 MB Download (78): BurnInTest Professional Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 711

Tibor - Tale of a Kind Vampire Help Tibor save his village, and his beloved, from the evil countess and her vampire army in Tibor: Tale of a Kind Vampire! Tibor is a poor young painter who is in love with Agness, but her father wants her to marry a rich man. When a wealthy countess asks Tibor to paint her portrait, he thinks...


Platforms: Mac

License: Demo Cost: $6.99 USD Size: 134 MB Download (71): Tibor - Tale of a Kind Vampire Download

Added: May 10, 2013 | Visits: 550

Simple string checksum This one line function adds up the ascii values of a string and returns the total as a checksum. Also included is a variation which returns the checksum mod 256 (so it can be used as a single byte).The same technique can be used to add up a list of numbers, or to return the average of a list...


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

License: Freeware Download (64): Simple string checksum Download

Added: May 10, 2013 | Visits: 651

Changing the indentation of a multi line string When working with text, it may be necessary to change the indentation level of a block. This code will take a multiline string and add or remove leading spaces to each line so that the indentation level of the block matches some absolute number of spaces.


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


Added: May 10, 2013 | Visits: 742

Replacing a portion of a string This script allows you to replaceĀ a portion of a string at a given position.


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

License: Freeware Download (59): Replacing a portion of a string Download

Added: May 10, 2013 | Visits: 812

Generating all strings of a given alphabet This script shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length by using list comprehensions. Strings (not the 'string' type) are frequently used in computer science; for example numbers are encoded as strings of...


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

License: Freeware Download (58): Generating all strings of a given alphabet Download

Added: May 10, 2013 | Visits: 685

Indices of a SubString in a Given String This script uses string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string.


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

License: Freeware Download (58): Indices of a SubString in a Given String Download

Added: May 10, 2013 | Visits: 882

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list.


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


Added: May 10, 2013 | Visits: 1.060

Get the MAC address of a remote computer This script uses the Internet Protocol Helper functions on Win32 and helps you to find the MAC adress of a remote computer.


Platforms: Windows, Python,

License: Freeware Download (56): Get the MAC address of a remote computer Download

Added: May 10, 2013 | Visits: 642

Rename subdirectories of a directory tree I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.It would be nicer if someone could suggest an enhanced re.sub(regex,...


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

License: Freeware Download (54): Rename subdirectories of a directory tree Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 433

SwitchSnarf SwithSnarf enables monitoring the internet connection of any computer in a network established with a switch.SwitchSnarf scans all working computers in the local network and identifies their MAC addresses, IP addresses and Computer Names (Hostnames).The internet in/out going internet connections...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.46 MB Download (54): SwitchSnarf Download

Added: May 10, 2013 | Visits: 787

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function.


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

License: Freeware Download (53): Obtaining the name of a function/method Download

Released: June 27, 2012  |  Added: June 27, 2012 | Visits: 1.048

Bad Effect Of A Plastic Surgery Bad Effect Of A Plastic Surgery - Learn more about the potential side effects of plastic surgery at homepage


Platforms: Windows

License: Freeware Size: 5 MB Download (52): Bad Effect Of A Plastic Surgery Download

< 1 2 3 4 5 >