Home Featured Top 40 Software Reviews Link To Us Advertise



russian traditional clothing

video hosting

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

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

Useful Resources:

C: \ Development \ Components & Libraries \ RadixSort 1.6 \ Author


Opens in new window

RadixSort 1.6 - Author Info Page

Description: RadixSort is a fast internal sort written in Java that mimics a card sorter... (more)


Author Info for RadixSort 1.6

Author/Company Name: Canadian Mind Products

Country: Canada

Web Site: http://mindprod.com

Programs listed: 86

Share |


Other listings by this author

QuickSort iconQuickSort 1.6   (Downloads: 229)
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...

VerCheck iconVerCheck 4.4   (Downloads: 299)
VerCheck checks websites for new versions of the software you use. WHAT IT IS FOR
**************

I used to check over a dozen websites each day to see if new versions of the software I use had been released. This was time consuming and error prone. VerCheck automates this
process by checking the websites of the programs you use to see if the version numbers have changed. It comes preconfigured from the factory with 64 applications.

HOW IT WORKS
************

For each applica...

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

Submitter iconSubmitter 16.4   (Downloads: 1031)
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
...

Tabin iconTabin 5.3   (Downloads: 234)
Converts spaces to tabs in an ASCII text file. Converts spaces to tabs in an ASCII text file

Usage:
TABIN.exe Myfile.txt

Assumes tab stops are 8 columns apart. Don't use it on word
processor files. C source included. Copyrighted by Canadian
Mind Products. May be freely distributed and used for any
purpose except military. It has been rewritten in C from
Pascal for extra speed. Users of previous versions should
take care to delete the old TABIN.COM...

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

FileIO iconFileIO 6.1   (Downloads: 548)
Generates sample Java code to do 617 types of I/O. I/O teaching tool that generates sample Java source code to read or write the console, a sequential file, a random access file, a String, an array of characters, an array of bytes, URL, HTTP CGI GET/POST, Socket, resource or Pipe. It shows you how to read or write ASCII-8 bit characters (plain or locale-encoded), Unicode 16-bit characters, raw bytes, big endian binary, little endian binary, or serialised objects, buffered, unbuffered or gzip compressed.

Official Encoding iconOfficial Encoding 1.1   (Downloads: 162)
Discover the official name of any given Java encoding. Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java. It will also display some of the characters available with that encoding.

Prerequisites:

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.

Installing:

Download source and compiled class files to run...

AmericanTax iconAmericanTax 3.8   (Downloads: 422)
Calculates American sales taxes state and district Calculates American sales taxes, state and district.

Java Applet that can also be run as an application.
Requires Java version 1.5 or later.

Java source code and sample HTML included.

This version computes by adding sales tax to a base price.
It also works in reverse given the total paid working
backwards to get the tax and original price. In other words
it will tell you the sticker price to make somet...

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

Bulk Emailer iconBulk Emailer 1.7   (Downloads: 258)
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...

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

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

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

BlOut iconBlOut 2.6   (Downloads: 353)
Blout removes extra or all blank lines from a file. Blout removes extra blank lines from a file, collapsing multiple blank
lines down to one, (or removing them altogether with the -compact option).
It also ensures the file has a final CrLf. It also trims any blank lines
off the beginning and end of the file. It also converts all line endings
to Windows standard CrLf form. It trims trailing tabs and spaces from
each line.

Blout is not that bright. It does not understand w...

Unicode iconUnicode 1.8   (Downloads: 355)
Used to test your computer's Unicode support Used to test your computer's Unicode support and your font's
support for particular characters, or as a learning to to
explore the Unicode character set. Displays in Courier,
TimesRoman, Symbol, Dialog and Helvetica.

copyright (c) 1996-2008 Nic Fulton nic.fulton@reuters.com of
Reuters Ltd. Modified by Roedy Green
of Canadian Mind Products with permission.

To install, Extract the zip download with WinZip, availa...

Batik iconBatik 2.2   (Downloads: 465)
Java to let you create a custom utility to find and delete all junk files. Java classes to let you create a custom utility to find and
delete all junk files on your machine. Use one of the three
scripts supplied as an example, to create your own XXX.java
source code file then compile and use to rapidly clean your
drive of junk.

This program requires some elementary Java programming skill.

To compile

E:
cd \com\mindprod\batik
javac *.java

to run, make s...






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:

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

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

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