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

    C: \ Development \ Help Tools \ JarCheck 1.4 \ Author


    Opens in new window

    JarCheck 1.4 - Author Info Page

    Description: Check that class target versions are as expected in a Java jar... (more)


    Author Info for JarCheck 1.4

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    HunkIO iconHunkIO 1.7   (Downloads: 219)
    Java classes to readEntireFile, create a temp file etc. Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data.

    Why the three linked ball logo? It symbolises processing a file in line-sized chunks....

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

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

    Replicator iconReplicator 11.3   (Downloads: 731)
    The Replicator lets you distribute large numbers of files to many people. The Replicator lets you distribute large numbers of files to
    many people efficiently. The software automatically
    downloads just the changed files and deletes ones no longer
    part of the distribution.

    Unlike other similar tools, all it requires is an ordinary
    HTTP website. It requires no code to run on the server.

    It can also work with CDs, and LANs.

    Custom configured for each customer. Not free. Registrat...

    Holiday Calculatior iconHoliday Calculatior 4.7   (Downloads: 669)
    Calculate when 66 holidays occur in any given year. Calculates when various holidays occur in any given year BC or AD.
    Designed to be cannibalised to include the calculation routines in your
    own programs. You might use it to prepare paper calenders well in
    advance or electronic calendars. You might also use the logic in computer
    programs that compute payrolls, bus schedules, or club meetings. You
    might use it in writing novels or researching historical events. It can
    als...

    File Splitter iconFile Splitter 1.3   (Downloads: 279)
    Split large text/html files into smaller files using embedded split commands. Split large text/html files into smaller files. I find it
    much faster and more accurate than cut and paste.

    You embed commands in the big file telling it which pieces
    of it are to go where, then let Splitter do the work. It is
    much faster and more accurate than trying to select huge
    blocks of text in an editor. You don't accidentally lose or
    duplicate text. Keeping files small makes the site more
    responsive.

    Base64 iconBase64 1.9   (Downloads: 262)
    Java classes to encode/decode Base64 and Base64u Base64 is a freeware way of encoding 8-bit characters using
    only ASCII printable characters similar to UUENCODE.
    UUENCODE embeds a filename where BASE64 does not. You will
    see BASE64 used in encoding digital certificates, in
    encoding user:password string in an Authorization: header
    for HTTP. The spec is described in RFC 2045.

    Don't confuse Base64 with x-www-form-urlencoded which
    is handled by java.net.URLEncoder.encod...

    SiteMap iconSiteMap 1.9   (Downloads: 293)
    Prepare Spidering Sitemap for Google and other search engines. You use a sitemap to encourage Google or other search
    engines to more frequently and efficiently index your
    website.

    For overview information about Google sitemaps see:
    mindprod.com/jgloss/google.html#SITEMAPS

    For overview information about this utility see:
    mindprod.com/jgloss/google.html#SITEMAPUTILITY.

    You use this sitemap utility because it is so quick you can
    use it before every upload so that...

    Spinner iconSpinner 1.1   (Downloads: 309)
    DateSpinner, hex and formatted dollar input for Java JSpinner. Spinner consists of source for classes for a DateSpinner and to add hex and
    formatted dollar input/output for Java JSpinner to your own
    Java programs.

    Spinner offers two NumberFormatter classes you can use with
    a JSpinner. One is HexNumberFormatter which lets your
    JSpinner range over hex values. The other is
    DollarNumberFormatter which lets your JSpinner range over
    dollar values. It works better than JSpinner.NumberEd...

    FourTidy iconFourTidy 3.1   (Downloads: 273)
    Tidies Take Command/TCC/4NT/4DOS DESCRIBE file descriptors To tidy, sort, prune and dedup a JP Software
    Take Command/TCC/4NT/4DOS hidden descript.ion file. These files are used by
    the DESCRIBE utility to track what your various files
    are for.

    First make the directory containing the usually-hidden descript.ion file
    current. e.g.

    C:
    cd \env

    Then invoke the java program with:

    java.exe -jar C:\com\mindprod\fourtidy\fourtidy.jar

    If you...

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

    RadixSort iconRadixSort 1.6   (Downloads: 183)
    RadixSort is a fast internal sort written in Java that mimics a card sorter. RadixSort is a fast internal sort written in Java that
    mimics a card sorter. Source provided. It is faster than
    both HeapSort and QuickSort. It sorts using a comparision
    routine you provide to compare two elements to be sorted
    plus a method to extract individual bytes from the keys to
    be sorted. The time to sort each item unlike most sorts,
    does not increase with larger sorts. It depends rather on
    the key length.

    Entities iconEntities 3.1   (Downloads: 560)
    Utilities to convert/strip/insert HTML/XML/XHTML entities Consists of a pair of utilities that let you
    convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _quot;
    from files converting them back and forth to their
    equivalent single characters !amp; and !quot;. It handles the HTML 4
    entities such as _hearts; as well as decimal _#123; and
    hexadecimal _x#123; entities.

    You may us this package as standalone
    utilities, or use the classes in your own programs
    to...

    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.

    LinkedList iconLinkedList 1.6   (Downloads: 169)
    LinkedList is replacement for Java Vector class. Classical doubly linked list. LinkedList is replacement for Java Vector class. Classical
    doubly linked list. Faster that Vector for insert/delete, but slower
    for indexed access. The interface is modeled on java.util.Vector, so
    you can try it both ways and pick which is faster for your needs.
    Heavily commented Java source included. copyright (c) 1997-2008 Canadian Mind
    Products. May be freely distributed and and used for any purpose
    except military.
    ...

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






    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:

    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.

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

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

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