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

    C: \ Development \ Other \ Common13 1.3 \ Author


    Opens in new window

    Common13 1.3 - Author Info Page

    Description: common utility classes that work under Swing Java 1.3+.. (more)


    Author Info for Common13 1.3

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

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

    Screws iconScrews 1.3   (Downloads: 217)
    CMP Screws and Screwdrivers draws eight types of screw heads. CMP Screws and Screwdrivers draws eight types of screw
    heads. It is a teaching example for how to use Java Canvas,
    fillRect, fillOval, fillPoly and AffineTransform to draw.

    Java source is included for you to cannibalise.

    It draws 8 types of screw heads.

    To run as an application, type:

    java -jar C:\com\mindprod\screws\screws.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...

    Password iconPassword 1.7   (Downloads: 502)
    Generates random passwords that are hard to guess. Generates random passwords that are hard to guess. It uses a crytographic quality random number generator. The passwords are generated locally in a Java Applet. They are never transmitted over the Internet, even in encrypted form.
    You can also run it as a standalone program, invoking it with
    java com.mindprod.password.Password
    or
    password.jar

    You can also run it online at the mindprod.com website without installing it....

    Batik iconBatik 2.2   (Downloads: 449)
    Java to let you create a custom utility to find and delete all junk files. Java classes to let you create a custom utility to find and
    delete all junk files on your machine. Use one of the three
    scripts supplied as an example, to create your own XXX.java
    source code file then compile and use to rapidly clean your
    drive of junk.

    This program requires some elementary Java programming skill.

    To compile

    E:
    cd \com\mindprod\batik
    javac *.java

    to run, make s...

    Align iconAlign 1.6   (Downloads: 225)
    Aligns data in ASCII text files into neat columns. ALIGN aligns data in ASCII text files into neat columns.
    Also converts comma-delimited files to columns with 2 spaces
    between each column. Input fields must be separated by
    commas or white space. Fields may contain spaces if they
    are enclosed in single or double quotes or C comments /* ...
    */ or //. The best way to understand this program is to try
    it on a COPY of any ASCII Text file, especially one that
    contains badly al...

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

    Submitter iconSubmitter 16.4   (Downloads: 1010)
    Submitter will submit your PAD *.xml program descriptor file to 199 PADsites. Submitter will submit your PAD *.xml program descriptor file to 199 PADsites.
    Unlike other submission programs, it submits only to PADSites
    that welcome automated submissions. Compose your PAD *.xml file using a
    program like PADGen, then upload it you your website. Then enter the URL
    of your website directory where you upload pads and the name of the pad
    itself e.g. hypotheticalprogram.xml, then hit SUBMIT. It also has a
    ...

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

    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:

    ...

    TimeZones iconTimeZones 1.9   (Downloads: 194)
    Displays all the TimeZone on your machine supported by Java Displays all the TimeZoneon your machine supported by
    Java, with their standard time and daylight saving time
    offsets from GMT, along with the their ID (programmer) names
    and display names. It also displays UTC time, local time, and
    your default TimeZone and whether daylight savings is
    currently in effect....

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

    CSV iconCSV 6.5   (Downloads: 948)
    Java to read, write, align, sort, reshape, pack... comma, tab-separated files. Java classes you can use standalone or embed in your own programs to
    Read, write, align, sort and pack comma, tab and semicolon-
    separated variable files, commonly known as CSV files.

    It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVPack, CSVPatch, CSVReshape, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToHTML, CSVToS...

    Wavelength iconWavelength 1.3   (Downloads: 228)
    Wavelength creates Color objects given the light wavelength or the frequency Wavelength creates Color objects given the wavelength or
    the frequency of the light rather than the usual RGB or HSB.

    instead of:
    Color c = new Color(255, 0, 0);
    use the frequency in nanometers, and gamma 0.0. .. 1.0.
    (gamma is intensity/brightness.)
    Color c = Wavelength.wvColor( 400.0f, 0.80f );
    The visible range of the spectrum is 380..780 nanometers.
    Smaller is bluer.

    or using frequency in Terahe...

    Quoter iconQuoter 5.1   (Downloads: 382)
    Converts text with many possible cleanups and transformations. Converts text with many possible cleanups, including
    preparation of HTML and Java, aligning in columns, character
    set conversion, case converting, removing excess white
    space, removing blank lines, preparing regex expressions....

    converts raw text with the following possible cleanups:

    0. Flow text by removing newline characters. Useful to prepare text to paste into web comment boxes.

    1. Convert awkward chara...

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

    Encoding Recogniser iconEncoding Recogniser 1.2   (Downloads: 181)
    Help determine a file's encoding by displaying it wth all supported encodings. Encoding Recogniser will help you determine what encoding was
    used to write a file by displaying the file in hex or and
    decoded characters in any of the encodings supported by
    Java.

    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.

    To install, Extract the zip download with WinZip (or similar unzip utility) into
    ...






    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:

    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

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

    AbleFTP iconAbleFTP 11.10: AbleFtp - FTP client designed to automate and run 1000+ FTP tasks a day.

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