Warning: Undefined variable $affiliateurl in /home/webmaster/data/www/downloadwasp.com/author.php on line 86
Amper 1.9 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
  • recover rar online
  • 3d engine
  • assets
  • image hosting
  • Useful Resources:

    C: \ Web Development \ HTML Tools \ Amper 1.9 \ Author


    Opens in new window

    Amper 1.9 - Author Info Page

    Description: Safely converts ampersands to !amp; entities.. (more)


    Author Info for Amper 1.9

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    Mouse iconMouse 1.4   (Downloads: 229)
    In Java, allows you to find out where the mouse in on the screen In Java, allows you to find out where the mouse in on the
    screen, even when it is not over one of your apps. This has
    similar function to MouseInfo.getPointerInfo in Java 1.5+.
    This class will work in any version of Java.

    It uses JNI and a DLL, so it only works on Windows.

    You must install the nativemouse.dll somewhere on the path.

    Then your programs can find out the x and y position of the
    mouse, [(0,0...

    SortedArrayList iconSortedArrayList 1.3   (Downloads: 193)
    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 ...

    FontShowerAWT iconFontShowerAWT 2.9   (Downloads: 303)
    Displays all the fonts available to AWT in Java. Displays all the fonts available to AWT in Java on your
    machine. Displays the fonts in a variety of styles, sizes
    and colours, rendered either with a Canvas or with a TextArea.

    FontShowerAwt displays the fonts available on *your* machine
    to *Java*. Other people will have different fonts installed
    and will see different selections available to Java on
    their machines. Your browser will see a slightly different
    set of fo...

    FontSaver iconFontSaver 1.4   (Downloads: 197)
    FontSaver shares Font objects instead of creating new ones. FontSaver shares Font objects instead of creating new ones to cut
    down on the RAM and time needed to create Font and Font peer objects.
    Profiling often shows the creation of too many Font objects is the
    cause of poor performance.

    See the source code for how to incoporate it into your own programs.
    It does nothing on its own....

    Untouch iconUntouch 2.4   (Downloads: 393)
    Reverts files dates back if the files have not really changed. Documentation on the original student project outline
    mindprod.com/projects/untouchproj.html
    This explains how it works and some of its uses.

    Untouch supports the following command line switches which appear
    before the directories.
    -c or -clear = clear history first and take current file times as the new revert-to point.
    -f or -force = revert files back to previous dates whether they have changed or not.
    -h or -help =...

    FileTransfer iconFileTransfer 2.5   (Downloads: 244)
    Java classes to cop, upload and download files. Includes classes to let you copy, download and upload files from within a Java program. Also contains a command-line utility to download files.

    Fully commented Java source is provided. It is now comes in four parts, MiniFileTransfer, FileTransfer and MaxiFileTransfer, Download depending on how much functionality you require. Now supports copying members in local jar files.

    Command line use:

    java -jar download.jar http : //x...

    JarLook iconJarLook 1.2   (Downloads: 280)
    Check that class target versions are as expected in a Java jar. Check a Java jar to make sure all the javac -target versions of
    the class files are what you expect.

    Java application.
    Requires Java version 1.5 or later.

    All Java source code is included.

    to use:

    java -jar jarlook.jar jartotocheck.jar 1.1 1.4

    where jartocheck.jar is the name of jar to check.
    It will check all the class files in it.

    In this example:
    1.1 is the low...

    BlOut iconBlOut 2.6   (Downloads: 340)
    Blout removes extra or all blank lines from a file. Blout removes extra blank lines from a file, collapsing multiple blank
    lines down to one, (or removing them altogether with the -compact option).
    It also ensures the file has a final CrLf. It also trims any blank lines
    off the beginning and end of the file. It also converts all line endings
    to Windows standard CrLf form. It trims trailing tabs and spaces from
    each line.

    Blout is not that bright. It does not understand w...

    Comparators iconComparators 1.4   (Downloads: 282)
    Comparator classes to include in your Java programs. Java classes to include in your programs. Includes:
    HTMLArrayComparator.java: Compares two arrays of Strings of HTML, ignoring embedded tags.
    HTMLComparator.java: Compares two Strings of HTML, ignoring embedded tags.
    StringComparator.java: Compares two Strings, case sensitive.
    StringComparatorIgnoreCase.java: Compares two Strings, case insensitive.

    Not useful on its own, though you can run the debugging harness with:

    ...

    LEDataStream iconLEDataStream 1.8   (Downloads: 215)
    Little-endian replacements for DataInputStream, DataOutputStream and RandomAcces Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. LEDataInputStream, LEDataOutputstream and LERandomAccessFile will le...

    InWords iconInWords 4.6   (Downloads: 308)
    Java code to converts number to words in any of 24 languagues. Shows you how to count in any of the following languages:

    Bahasa Indonesia
    Binary
    Decimal (several variants)
    Dutch (modern, old and banker's)
    English (British, North American, Ordinals)
    Esperanto
    French
    German
    Grams
    Hexadecimal
    Icelandic
    Italian
    Japanese
    Martian
    Metric Metric Prefixes (grams)
    Norwegian
    Octal
    Polish
    RAM (bytes)
    Roman Numerals...

    ShellSort iconShellSort 1.4   (Downloads: 204)
    ShellSort is a simple sort suitable for 2000 or less elements. ShellSort is a simple sort suitable for 2000 or less
    elements. It sorts using a comparision routine you provide
    to compare two elements to be sorted.

    You can test it with:

    java.exe com.mindprod.shellsort.TestShellSort...

    FileFilters iconFileFilters 2.7   (Downloads: 391)
    Colllecton of Java FilenameFilters. FilenameFilters you can use in your own Java programs with
    File.list( FilenameFilter f ). They can also be used
    standalone as fancy dir commands.

    They come with Java source and include:

    AllDirectoriesFilter gets all directories
    AllFilesFilter gets all files
    ClamFilter simple wildcard
    DirListFilter gets a list of directories
    EndsWithFilter gets files whose names end with a...

    Insult iconInsult 1.9   (Downloads: 303)
    Generates insults typical of those posted by Republicans in newsgroups. Generates insults typical of those posted by Republicans in
    the alt.politics.bush newsgroup.

    Java Applet that can also be run as an application.

    You can run it without installing it at
    mindprod.com/applet/insult.html

    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,...

    Rgrow iconRgrow 1.3   (Downloads: 186)
    RGrow resizes fixed length records padding or chopping. RGrow resizes fixed length records e.g.
    RGrow.exe MyFile.seq 500 600
    will grow each record from 500 to 600 bytes by padding binary zeros.
    Will also truncate records.

    These are not the old and new sizes of the file, but of the fixed length records
    in the file. If you increase the record size, each record will be padded
    with nulls. The entire file will grow as a result.

    This program may be freely copied and us...

    Biorhythms Calculator iconBiorhythms Calculator 2.7   (Downloads: 871)
    Calculates and displays biorhythm graphs. Calculates and displays biorhythm graphs.

    Enter your birthdate and this Applet and it will calculate
    your biorhythms. It computes your 23-day physical, 28-day
    emotional, 33-day intellectual and combined cycles. The
    combined cycle is sometimes called the luck cycle. The
    theory of biorhythms is when the cycles are positive/high
    you will have high energy. When they are negative/low you
    will have low energy. When they...

    Converter iconConverter 5.5   (Downloads: 367)
    How to Interconvert any of the Java primitives. Conversion Amanuensis. Conversion teaching tool. Shows you how to convert any of the 17 basic Java types into any of the other. Conversion Amanuensis as your side whenever you need Java code to convert anything to anything else. Runs an as Applet or application.

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






    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

    TradeTrakker iconTradeTrakker 2.93: Powerful investment tracking program to automatically track stocks/mutual funds

    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

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