Home Featured Top 40 Software Reviews Link To Us Advertise




buy arcade traffic

  • free games download
  • excel online password
  • 3d engine
  • assets
  • image hosting
  • Useful Resources:

    C: \ Web Development \ Java & JavaScript \ Official Encoding 1.1 \ Author


    Opens in new window

    Official Encoding 1.1 - Author Info Page

    Description: Discover the official name of any given Java encoding... (more)


    Author Info for Official Encoding 1.1

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    RadixSort iconRadixSort 1.6   (Downloads: 183)
    RadixSort is a fast internal sort written in Java that mimics a card sorter. RadixSort is a fast internal sort written in Java that
    mimics a card sorter. Source provided. It is faster than
    both HeapSort and QuickSort. It sorts using a comparision
    routine you provide to compare two elements to be sorted
    plus a method to extract individual bytes from the keys to
    be sorted. The time to sort each item unlike most sorts,
    does not increase with larger sorts. It depends rather on
    the key length.

    Pentium iconPentium 1.5   (Downloads: 237)
    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...

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

    SetClock iconSetClock 8.5   (Downloads: 826)
    Set your PC Clock from an accurate atomic clock on the web. Set PC Clock from an accurate atomic clock on the web. You
    can put in on your website so that others can use it to
    correct their clocks without having to install software or
    without you having to install software on your server.

    Java Web Start signed.

    Requires Java version 1.5 or later. Native code for Windows only.

    Full Java source code included, and native C JNI code....

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

    SiteMap iconSiteMap 1.9   (Downloads: 293)
    Prepare Spidering Sitemap for Google and other search engines. You use a sitemap to encourage Google or other search
    engines to more frequently and efficiently index your
    website.

    For overview information about Google sitemaps see:
    mindprod.com/jgloss/google.html#SITEMAPS

    For overview information about this utility see:
    mindprod.com/jgloss/google.html#SITEMAPUTILITY.

    You use this sitemap utility because it is so quick you can
    use it before every upload so that...

    Volser iconVolser 1.2   (Downloads: 329)
    Gets the 4-byte 32-bit binary volume serial number in Windows. Gets the 4-byte 32-bit binary volume serial number of a Windows
    disk drive assigned when it is formatted to provide and almost unique id.
    Don't confuse this with the volser(, the string name,
    or the manufacturer's disk serial number assigned to a hard drive at the factory.
    Uses JNI and C++ native code.

    Consists of java and JNI you include in your own code.

    You can test with

    C:
    CD \com.mindprod...

    BOOTSave iconBOOTSave 2.8   (Downloads: 245)
    BootSave saves/restores the master boot sector BootSave saves/restores the master boot sector on the
    hard disk. Suite of three utilities BootSave, BootRest and
    BootChk. Protects against damage to the partition table or
    boot sector done by rogue programs, viruses or accidents
    with tools like Norton NU.

    The BootSave suite will work under DOS, Windows 3.x, Windows
    95/98/ME, OS/2, but not NT, Windows 2000, XP, Vista or Windows 7.
    These OSes block low level disk I/O as...

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

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

    Wavelength iconWavelength 1.3   (Downloads: 228)
    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...

    MimeCheck iconMimeCheck 4.5   (Downloads: 435)
    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....

    Tabin iconTabin 5.3   (Downloads: 222)
    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...

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

    Transporter iconTransporter 1.4   (Downloads: 221)
    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....

    Common11 iconCommon11 2.8   (Downloads: 339)
    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...

    Batik iconBatik 2.2   (Downloads: 449)
    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:

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

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

    AbleFTP iconAbleFTP 11.10: AbleFtp - FTP client designed to automate and run 1000+ FTP tasks a day.

    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