Home Featured Top 40 Software Reviews Link To Us Advertise



russian traditional clothing

video 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

CurrCon iconCurrCon 4.5   (Downloads: 561)
CurrCon displays prices in HTML in users' home currency. Currency Conversion Applet.

CurrCon is an Applet you embed in your HTML
to display prices in a variety of world currencies
defaulting to the user's country.

It usually works in conjunction with the htmlmacros
pre-processor to insert the necessary Applet calls,
though you can do it manually.

Shareware for non military use only.
Registrants get help setting it up....

Entities iconEntities 3.1   (Downloads: 586)
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...

FourTidy iconFourTidy 3.1   (Downloads: 288)
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: 260)
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...

Borders iconBorders 1.5   (Downloads: 203)
Displays a variety of decorative borders. Shows off what you can do with Swing. Displays a variety of decorative borders.
Shows off what you can do with Swing.

To run as an application, type:

java -jar C:\com\mindprod\borders\borders.jar

adjusting as necessary to account for where the jar file is.

The picture frame icon represents the various decorative
borders you can put around your Swing panels....

Spinner iconSpinner 1.1   (Downloads: 326)
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...

CMOSSave iconCMOSSave 4.6   (Downloads: 309)
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...

Encoding Recogniser iconEncoding Recogniser 1.2   (Downloads: 190)
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
...

Base64 iconBase64 1.9   (Downloads: 277)
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...

Masker iconMasker 1.9   (Downloads: 273)
Hides email addresses from spammers as PNG image files. Produces PNG files (image files similar to GIFs, but
smaller) that contain your email address. When you post them
on your website, it is harder for spammer to harvest them.

You can include the generated image files in the HTML on
your website with: code like this:

[a href="../image/mailto/roedy.png"]email me[/a]

(pretend [] are angle brackets)

or

[mg src="image/mailto/r...

Compactor iconCompactor 3.4   (Downloads: 541)
Compresses HTML by removing unnecessary white space. Compresses HTML by removing unnecessary white space.

Compacts HTML so that web pages are 20% smaller and hence
20% faster. It does this by removing all unnecessary white
space. To fluff files up again, I suggest using SlickEdit
beautify. The file will render on browsers exactly as they
did before. Any [pre] sections are left intact. No comments
are removed.

NOTE THE COMPACTOR JUST COMPACTS YOUR HTML. IT DOES N...

Password iconPassword 1.7   (Downloads: 521)
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: 180)
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.
...

FileTimes iconFileTimes 1.9   (Downloads: 225)
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...

Quoter iconQuoter 5.1   (Downloads: 399)
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...

Encodings iconEncodings 1.6   (Downloads: 224)
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....

Common13 iconCommon13 1.3   (Downloads: 257)
common utility classes that work under Swing Java 1.3+ common utility classes that work under Swing Java 1.3+
Includes:

CMPAboutJBox: a proper about box for Swing apps/JApplets that provides useful information.
HybridJ : converts Swing Applet into an Application...






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

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

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

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