Home Featured Top 40 Software Reviews Link To Us Advertise



buy arcade traffic

  • free games download
  • docx online password
  • 3d engine
  • assets
  • image hosting
  • Useful Resources:

    C: \ Development \ Help Tools \ FontShower 2.9 \ Author


    Opens in new window

    FontShower 2.9 - Author Info Page

    Description: Displays all the fonts available to Swing in Java... (more)


    Author Info for FontShower 2.9

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

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

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

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

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

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

    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:

    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:

    ...

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

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

    QuickSort iconQuickSort 1.6   (Downloads: 215)
    QuickSort is an implementation of Tony Hoare's classic recursive Quicksort. QuickSort is an implementation of Tony Hoare's classic
    QuickSort. QuickSort works by choosing a pivot point and
    ensuring all elements below the pivot point are small all
    above are big, (i.e. smaller than the pivot) Then it
    recursively splites the upper and lower halves, repeating
    the process. QuickSort is an internal sort written in Java.
    Both RadixSort and HeapSort are quicker than QuickSort.
    QuickSort can also take patholo...

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

    Tabout iconTabout 2.7   (Downloads: 207)
    converts tabs to spaces in an ASCII text file. converts tabs to spaces in an ASCII text file
    usage : TABOUT Myfile.TXT
    Don't use it on word processor files. Assumes tab stops
    are 8 columns apart. Also trims ^Z and corrects any
    malformed CrLf line endings. C source included.
    Copyrighted, but may be distributed freely and used for
    any purpose except military....

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

    Splice iconSplice 1.5   (Downloads: 334)
    SPLICE splices bits of files together SPLICE splices bits of files together e.g.
    SPLICE Cut MyFile.Txt Start 99 Length 99 Insert MyFile2.txt At 99
    SPLICE Copy MyFile.Txt Start 99 Length 99 Overlay MyFile2.txt At 99

    Uses for SPLICE:

    1. excising a section of a file.
    2. replacing a section of a file.
    3. inserting a section into a file.
    4. extracting a section of a file.
    5. appending a section onto a file.

    This program may be freel...

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

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

    Http iconHttp 2.9   (Downloads: 684)
    HTTP GET/POST/HEAD/PROBE/CHASE java class library for http: or https: http is a small library of Java classes to let you do GET/POST/HEAD/PROBE/CHASE to a server r with http: or https. It will also encode parameter pairs for you.

    It does nothing on its own. It is intended to be incorporated into your own programs.

    To see a sample use have a look at the com.mindprod.submitter package, downloadable...






    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.

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

    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