Warning: Undefined variable $affiliateurl in /home/webmaster/data/www/downloadwasp.com/author.php on line 86
KeyPlayer 1.5 author info at DownloadWasp.com
Warning: Undefined variable $search in /home/webmaster/data/www/downloadwasp.com/header.inc on line 6
Home Featured Top 40 Software Reviews Link To Us Advertise




buy arcade traffic

  • free games download
  • zip rar online
  • 3d engine
  • assets
  • image hosting
  • Useful Resources:

    C: \ Web Development \ Java & JavaScript \ KeyPlayer 1.5 \ Author


    Opens in new window

    KeyPlayer 1.5 - Author Info Page

    Description: Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic... (more)


    Author Info for KeyPlayer 1.5

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    Esper iconEsper 2.4   (Downloads: 262)
    A crude translator Esperanto To English and English to Esperanto. A crude translator Esperanto To English and English to
    Esperanto. It works by looking up words in various
    dictionaries on the web. It mindlessly translates word for
    word.

    (1) First download and install the lastest Java JRE

    (2) Using WinZip extract the
    files into the default com\mindprod\esper directory.

    (3) Create a shortcut setting by right clicking the
    desktop and selecting new shortcut.
    <...

    CanadianTax iconCanadianTax 4.2   (Downloads: 571)
    Calculates Canadian sales taxes: GST HST and PST today or in the past. Calculates Canadian sales taxes: GST HST and PST today or as they were in the past.

    Java Applet that can also be run as an application.
    Requires Java version 1.5 or later.

    Java source code and sample HTML included.

    This version computes by adding GST HST and PST to a base
    price. It als works in reverse given the
    final price working backwards to get the taxes and base
    price. In other words it will tell ...

    FileIO iconFileIO 6.1   (Downloads: 522)
    Generates sample Java code to do 617 types of I/O. I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.

    SortedArrayList iconSortedArrayList 1.3   (Downloads: 194)
    Sort and Merge ArrayLists efficiently. This is a pair of library classes to include in your own
    code for manipulating ArrayLists.

    It consist of two classes: SortedArrayList and Merge.

    SortedArrayList is an ArrayList that remembers how it is
    sorted, so that if you ask it to sort, it can sometimes
    bypass the work when it is already in order. You declare the
    order you want and it keeps the list sorted, You just call
    sort whenever you need the list to ...

    Encodings iconEncodings 1.6   (Downloads: 210)
    Applet to list all supported encodings (character sets) supported by Java. Applet to list all supported encodings (character sets)
    supported by your browser/java.

    To install, Extract the zip download with WinZip,
    (or similar unzip utility) into
    any directory you please, often C:\ -- ticking off the (user
    folder names) option. To run as an application, type:

    java -jar C:\com\mindprod\encodings\encodings.jar

    adjusting as necessary to account for where the jar file is....

    Pws iconPws 2.0   (Downloads: 195)
    PWS (the pathway amanuensis) helps you with personal problems. PWS (the pathway amanuensis) helps you with personal
    problems. You describe your problem and it prescribes some
    sage advise based on Ken Keyes' twelve pathways from the
    book Handbook To Higher Consciousness.

    To install, Extract the zip download with WinZip, available from
    winzip.com (or similar unzip utility) into any
    directory you please, often C:\ -- ticking off the (user
    folder names) option. To run as an applicat...

    Wassup iconWassup 2.5   (Downloads: 431)
    Wassup let's you know what's up with your Java environment. Wassup let's you know what's up with your Java environment.
    It will tell you the System Properties, as many as the
    Security system will let you peek at. This includes such
    things as which JVM is running, which version of Java, which
    vendor. It may be run as either an Applet or an application.
    When you run Wassup as an application it shows you
    considerably more information. The Java sandbox considers it
    a security risk to rev...

    VerCheck iconVerCheck 4.4   (Downloads: 280)
    VerCheck checks websites for new versions of the software you use. WHAT IT IS FOR
    **************

    I used to check over a dozen websites each day to see if new versions of the software I use had been released. This was time consuming and error prone. VerCheck automates this
    process by checking the websites of the programs you use to see if the version numbers have changed. It comes preconfigured from the factory with 64 applications.

    HOW IT WORKS
    ************

    For each applica...

    Bulk Emailer iconBulk Emailer 1.7   (Downloads: 249)
    The bulk emailer program sends the same email to many people. The bulk emailer program allows you to send the same email
    to a long list of people. Unlike competing products, it does
    not require you to run any code on your ISP's server.

    The price includes customising the program to your needs.

    For more detail see the manual at
    mindprod.com/application/bulk.manual.html

    To install, Extract the zip download with WinZip, available from
    winzip.com (or similar unzip utili...

    HeapSort iconHeapSort 1.7   (Downloads: 201)
    HeapSort is an implementation of Williams and Floyd classic HeapSort. HeapSort is an implementation of Williams and Floyd's TopDown HeapSort.
    HeapSort is a fast internal sort written in Java that uses a
    sorting algorithm analogous to power struggles for higher
    positions in a hierarchical bureaucracy. Source provided. It
    is faster than QuickSort, but slower that RadixSort. It
    sorts using a comparison routine you provide to compare two
    elements to be sorted.

    You can test it with:

    Pluck iconPluck 1.0   (Downloads: 176)
    Scans multiple files looking for a REGEX pattern, and summarised what it finds. Scans multiple files looking for a REGEX pattern, and
    summarised what it finds as a CSV file.

    java -jar C:\com\mindprod\pluck\pluck.jar "\.[a-z]+\." E:\temp\temp.csv E:\somedir

    adjusting as necessary to account for where the jar file is.
    The first parameter is the regex pattern. See regex in the java glossary
    for how to compose them.

    The next parameter is where the output in to go. use the
    wo...

    Dedup iconDedup 1.5   (Downloads: 201)
    Java command line utility to removes duplicate lines from text files. DeDup is a Java command-line utilty for removing duplicate
    lines in text files.

    The dedup process compares adjacent lines only. It does not
    sort first. The comparison is case sensitive. It removes
    adjacent indentical lines. It replaces the original file, so
    do a backup first. You can dedup 1 to N files in one
    execution, just put their names on the command line.

    DeDup deletes blank lines from both the beginning...

    SetClock iconSetClock 8.5   (Downloads: 826)
    Set your PC Clock from an accurate atomic clock on the web. Set PC Clock from an accurate atomic clock on the web. You
    can put in on your website so that others can use it to
    correct their clocks without having to install software or
    without you having to install software on your server.

    Java Web Start signed.

    Requires Java version 1.5 or later. Native code for Windows only.

    Full Java source code included, and native C JNI code....

    Unicode iconUnicode 1.8   (Downloads: 338)
    Used to test your computer's Unicode support Used to test your computer's Unicode support and your font's
    support for particular characters, or as a learning to to
    explore the Unicode character set. Displays in Courier,
    TimesRoman, Symbol, Dialog and Helvetica.

    copyright (c) 1996-2008 Nic Fulton nic.fulton@reuters.com of
    Reuters Ltd. Modified by Roedy Green
    of Canadian Mind Products with permission.

    To install, Extract the zip download with WinZip, availa...

    CMOSSave iconCMOSSave 4.6   (Downloads: 294)
    Check CMOS for corruption and automatically restore it. CMOSSave CMOSRest CMOSChk restore corrupted CMOS from
    backup and check that CMOS has not been tampered with.

    Naive users sometimes meddle with CMOS settings. We need a
    fast way to put the scores of subtle CMOS configuration
    settings back the way they were.

    Power surges can corrupt CMOS. We need a way for a naive
    user to quickly restore all the CMOS settings.

    If the battery fails, the contents will be los...

    Official Encoding iconOfficial Encoding 1.1   (Downloads: 151)
    Discover the official name of any given Java encoding. Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.

    Prerequisites:

    This program runs under any OS,
    (e.g. Win2K/XP/Vista/OSX/Linux/Solaris/Vista64/AIX...) so long as you have
    Java version 1.5 or later installed.

    Installing:

    Download source and compiled class files to run...

    Compactor iconCompactor 3.4   (Downloads: 510)
    Compresses HTML by removing unnecessary white space. Compresses HTML by removing unnecessary white space.

    Compacts HTML so that web pages are 20% smaller and hence
    20% faster. It does this by removing all unnecessary white
    space. To fluff files up again, I suggest using SlickEdit
    beautify. The file will render on browsers exactly as they
    did before. Any [pre] sections are left intact. No comments
    are removed.

    NOTE THE COMPACTOR JUST COMPACTS YOUR HTML. IT DOES N...






    All Programs:

    0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @


    All Authors:

    0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @


    RSS Feeds:
    (Current Category)

    RSS Feed for New Releases and Updates New releases & updates

    RSS Feed for New Shareware Releases New shareware releases

    RSS Feed for New Freeware Releases New freeware releases

    RSS Feed for Most Popular Software Most popular software

    RSS Feed for Top Rated Software Top rated software

    Feeds List in OPML Feeds list in OPML


    Useful Resources:

    Domain Quester iconDomain Quester 6.02: Search for domains by unlimited number of keywords

    JaSFtp iconJaSFtp 11.10: JaSFtp - Automated SFTP client (secure FTP), Run 1000+ tasks on a schedule.

    Audio DVD Maker iconAudio DVD Maker 1.0: Audio DVD Maker is an innovative utility for you to personalize your own DVD

    Advanced XLS Converter iconAdvanced XLS Converter 2.55: With XLS Converter you can convert Excel (XLS) files into dozens of formats!

    Home | Featured | Submit | Link To Us | Contact Us | FAQ | About Us