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 \ Common11 2.8 \ Author


    Opens in new window

    Common11 2.8 - Author Info Page

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


    Author Info for Common11 2.8

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

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

    CreditCard Validator iconCreditCard Validator 1.8   (Downloads: 368)
    Verifies that credit card number is valid. The CreditCard Validator will help you tell:
    1. if a credit card number is valid,
    2. which credit card vendor handles that number.

    It is a simple Applet to demonstrate the use of the ValidateCreditCard class.

    It validates the prefix and the checkdigit. It does *not* contact the credit card company to ensure that number has actually been issued and that the account is in good standing.

    It will also tell you which of ...

    Volser iconVolser 1.2   (Downloads: 329)
    Gets the 4-byte 32-bit binary volume serial number in Windows. Gets the 4-byte 32-bit binary volume serial number of a Windows
    disk drive assigned when it is formatted to provide and almost unique id.
    Don't confuse this with the volser(, the string name,
    or the manufacturer's disk serial number assigned to a hard drive at the factory.
    Uses JNI and C++ native code.

    Consists of java and JNI you include in your own code.

    You can test with

    C:
    CD \com.mindprod...

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

    FileTimes iconFileTimes 1.9   (Downloads: 211)
    Read and set Windows file/dir times from Java: Create/LastModified/LastAccessed Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only.

    Create time is when the file was first written. Modified
    time (sometimes called lastModified) is when the file was
    last written. Accessed time is when the file was last read
    or written. Checking its date, looking at its attributes or
    checking to see if it exists does not count as reading it.

    Get/Set Windows Fil...

    Sound iconSound 1.4   (Downloads: 226)
    Create/synthesize sounds mathematically in Java. Sound lets you mathematically create sounds in Java.

    You define your sounds in terms of 16-bit linear code for
    the waveform, -- an array of samplings. The U_Law.class will
    then convert that to (or from) *.AU mu-law 8-bit encoding
    format which you can then play with
    AudioPlayer.player.start(bis) in an application or with
    Applet.getAudioClip in an Applet.

    This is just a sample program. You would insert your own m...

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

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

    FontShower iconFontShower 2.9   (Downloads: 467)
    Displays all the fonts available to Swing in Java. Displays all the fonts available to Java on your
    machine. Displays the fonts in a variety of styles, sizes
    and colours, rendered either with anti-aliased or plain.

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

    Amper iconAmper 1.9   (Downloads: 344)
    Safely converts ampersands to !amp; entities In the following, pretend ! is an ampersand. PAD files don't let me give literal examples. Amper converts ! to !amp; in HTML files and back, but does not convert it when the ! is already in an entity e.g. !lt; !thetasym; !eacute;

    The main use for this is to pass HTMLValidator verification of your HTML, which is very picky about !, especially inside URLs.

    As a side effect, it also ensures all your comment delimiters balance.

    It ...

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

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

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

    Accumulate iconAccumulate 1.3   (Downloads: 169)
    Used to accumulate values by category. Used to accumulate values by category. It might be useful
    for example in a billing program to accumulate hours by
    various categories.

    It could be used to count how many times various words
    occurred in a document.

    All you need is:

    buckets.accumulate( "somecategory", someamount );

    And Accumulate looks after creating the buckets to
    accumulate new categories for you.

    e....

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

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






    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 Pro iconDomain Quester Pro 6.02: Search for domains by unlimited number of keywords

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

    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