Home Featured Top 40 Software Reviews Link To Us Advertise



russian traditional clothing

video hosting

лучшее сео продвижение сайтов

томск новости

Useful Resources:

C: \ Web Development \ Java & JavaScript \ Pentium 1.5 \ Author


Opens in new window

Pentium 1.5 - Author Info Page

Description: Java code to tell you facts about the Pentium and AMD CPU... (more)


Author Info for Pentium 1.5

Author/Company Name: Canadian Mind Products

Country: Canada

Web Site: http://mindprod.com

Programs listed: 86

Share |


Other listings by this author

MimeCheck iconMimeCheck 4.5   (Downloads: 445)
Check that a server is sending the correct mime type for any given URL. Check that a server is sending the correct mime type for any given URL.

Helps you check that a server, possible not even yours, is properly configured....

Sound iconSound 1.4   (Downloads: 233)
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...

Dedup iconDedup 1.5   (Downloads: 212)
Java command line utility to removes duplicate lines from text files. DeDup is a Java command-line utilty for removing duplicate
lines in text files.

The dedup process compares adjacent lines only. It does not
sort first. The comparison is case sensitive. It removes
adjacent indentical lines. It replaces the original file, so
do a backup first. You can dedup 1 to N files in one
execution, just put their names on the command line.

DeDup deletes blank lines from both the beginning...

TimeZones iconTimeZones 1.9   (Downloads: 202)
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....

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

Transporter iconTransporter 1.4   (Downloads: 228)
Lightweight Java classes to let you encrypt/sign/armour for secure transmission. The Transporter acts like an electronic secure courier to
deliver your data and documents in encrypted form safe from
prying eyes or those who would tamper with them.

It Encrypts, digitally signs and armours to send sensitive
information over the Internet without SSL.

Typically you would embed it in your own Internet
applications....

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

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

JarLook iconJarLook 1.2   (Downloads: 294)
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 jarlook.jar jartotocheck.jar 1.1 1.4

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

Comparators iconComparators 1.4   (Downloads: 294)
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:

...

Compactor iconCompactor 3.4   (Downloads: 540)
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...

Converter iconConverter 5.5   (Downloads: 388)
How to Interconvert any of the Java primitives. Conversion Amanuensis. Conversion teaching tool. Shows you how to convert any of the 17 basic Java types into any of the other. Conversion Amanuensis as your side whenever you need Java code to convert anything to anything else. Runs an as Applet or application.

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

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

SortedArrayList iconSortedArrayList 1.3   (Downloads: 206)
Sort and Merge ArrayLists efficiently. This is a pair of library classes to include in your own
code for manipulating ArrayLists.

It consist of two classes: SortedArrayList and Merge.

SortedArrayList is an ArrayList that remembers how it is
sorted, so that if you ask it to sort, it can sometimes
bypass the work when it is already in order. You declare the
order you want and it keeps the list sorted, You just call
sort whenever you need the list to ...

Common11 iconCommon11 2.8   (Downloads: 358)
common utility classes that work under Java 1.1+ common utility classes that work under Java 1.1 without using Arraylists or Swing.

Class library.
Requires Java version 1.1 or later.

BigDate: simplified date handling when you want dates without times.
CMPAboutBox: a proper about box that provides useful information.
ImageInfo: information about a GIF, png, jpg.
ImageViewer: component to display an image
Limiter: cap, corral and h...

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

Http iconHttp 2.9   (Downloads: 703)
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:

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.

Audio DVD Maker iconAudio DVD Maker 1.0: Audio DVD Maker is an innovative utility for you to personalize your own DVD

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