Home Featured Top 40 Software Reviews Link To Us Advertise




russian traditional clothing

video hosting

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

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

Useful Resources:

C: \ Web Development \ Java & JavaScript \ LEDataStream 1.8 \ Author


Opens in new window

LEDataStream 1.8 - Author Info Page

Description: Little-endian replacements for DataInputStream, DataOutputStream and RandomAcces.. (more)


Author Info for LEDataStream 1.8

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: 239)
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...

Mouse iconMouse 1.4   (Downloads: 244)
In Java, allows you to find out where the mouse in on the screen In Java, allows you to find out where the mouse in on the
screen, even when it is not over one of your apps. This has
similar function to MouseInfo.getPointerInfo in Java 1.5+.
This class will work in any version of Java.

It uses JNI and a DLL, so it only works on Windows.

You must install the nativemouse.dll somewhere on the path.

Then your programs can find out the x and y position of the
mouse, [(0,0...

Holiday Calculatior iconHoliday Calculatior 4.7   (Downloads: 688)
Calculate when 66 holidays occur in any given year. Calculates when various holidays occur in any given year BC or AD.
Designed to be cannibalised to include the calculation routines in your
own programs. You might use it to prepare paper calenders well in
advance or electronic calendars. You might also use the logic in computer
programs that compute payrolls, bus schedules, or club meetings. You
might use it in writing novels or researching historical events. It can
als...

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

Insult iconInsult 1.9   (Downloads: 314)
Generates insults typical of those posted by Republicans in newsgroups. Generates insults typical of those posted by Republicans in
the alt.politics.bush newsgroup.

Java Applet that can also be run as an application.

You can run it without installing it at
mindprod.com/applet/insult.html

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

Accumulate iconAccumulate 1.3   (Downloads: 179)
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....

Pentium iconPentium 1.5   (Downloads: 248)
Java code to tell you facts about the Pentium and AMD CPU. Pentium works on Windows and Intel Pentium class and AMD
CPUs to determine the CPUID information such as the vendor,
brand/model, step, model, instruction set family, cpu serial
number, and the RDTSC Time stamp register for high
resolution timing measured in CPU cycles since the last
boot. It is designed to be incorporated in your own Java
progams.

You can also use it as a standalone utility with:

java.ex...

Amper iconAmper 1.9   (Downloads: 370)
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 ...

Echoserver iconEchoserver 1.3   (Downloads: 225)
See what browsers and programs are sending to an HTTP Server. See what browsers and programs are sending to an HTTP Server.

Simple server just dumps whatever it receives on the console.

Echoserver is misnamed because it does not actually echo what it receives
back to the browser....

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

Splice iconSplice 1.5   (Downloads: 346)
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...

ShellSort iconShellSort 1.4   (Downloads: 214)
ShellSort is a simple sort suitable for 2000 or less elements. ShellSort is a simple sort suitable for 2000 or less
elements. It sorts using a comparision routine you provide
to compare two elements to be sorted.

You can test it with:

java.exe com.mindprod.shellsort.TestShellSort...

Primes iconPrimes 1.4   (Downloads: 462)
calculates the prime numbers 1..N, tells you if N is prime etc. calculates the prime numbers 1..N, tells you if N is prime etc.

Prints tables of primes.

Computes the prime just below or above N.

It is useful in computing optimal Hashtable sizes.

Java source included....

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

ISBN iconISBN 2.5   (Downloads: 317)
Tidies, interconverts and Validates ISBN-10 and ISBN-13 book numbers. Helps you proofread, interconvert, validate and tidy ISBN-10 and ISBN-13 (International Standard Book Number) references in your HTML or other documentation. It validates the checkdigit, inserts dashes, interconverts ISBN-10 and ISBN-13. It displays them both with and without dashes....

Rgrow iconRgrow 1.3   (Downloads: 195)
RGrow resizes fixed length records padding or chopping. RGrow resizes fixed length records e.g.
RGrow.exe MyFile.seq 500 600
will grow each record from 500 to 600 bytes by padding binary zeros.
Will also truncate records.

These are not the old and new sizes of the file, but of the fixed length records
in the file. If you increase the record size, each record will be padded
with nulls. The entire file will grow as a result.

This program may be freely copied and us...

FontSaver iconFontSaver 1.4   (Downloads: 209)
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....






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

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

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.

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