Home Featured Top 40 Software Reviews Link To Us Advertise



buy arcade traffic

  • free games download
  • zip rar online
  • 3d engine
  • assets
  • image hosting
  • Useful Resources:

    C: \ Web Development \ Java & JavaScript \ FileIO 6.1 \ Author


    Opens in new window

    FileIO 6.1 - Author Info Page

    Description: Generates sample Java code to do 617 types of I/O... (more)


    Author Info for FileIO 6.1

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    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:

    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.

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

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

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

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

    JarCheck iconJarCheck 1.4   (Downloads: 444)
    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 jarcheck.jar jartotocheck.jar 1.1 1.7

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

    CMOSSave iconCMOSSave 4.6   (Downloads: 294)
    Check CMOS for corruption and automatically restore it. CMOSSave CMOSRest CMOSChk restore corrupted CMOS from
    backup and check that CMOS has not been tampered with.

    Naive users sometimes meddle with CMOS settings. We need a
    fast way to put the scores of subtle CMOS configuration
    settings back the way they were.

    Power surges can corrupt CMOS. We need a way for a naive
    user to quickly restore all the CMOS settings.

    If the battery fails, the contents will be los...

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

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

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

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

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

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

    JDisplay iconJDisplay 4.5   (Downloads: 367)
    JDisplay displays colorised program listings in web pages. JDisplay displays Java, HTML, bat, SQL, ini, csv, xml, mft
    properties... files a variety of colours, fonts, sizes
    and weights to help make them more presentable and readable.

    Why would you use it? For the same sorts of reasons you use
    colours and fonts in an IDE like IntelliJ or Eclipse. They
    make the code much easier to understand.

    There is no server-side code used. Java utilities parse the
    code snippets i...

    NetworkCam iconNetworkCam 1.6   (Downloads: 242)
    Java Applet to view a Webcam stream of JPG images a Java Applet that lets you a view
    video stream from web cameras that servers
    present as a series of still jpg images....

    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:

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

    JaSFtp iconJaSFtp 11.10: JaSFtp - Automated SFTP client (secure FTP), Run 1000+ tasks on a schedule.

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

    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