Home Featured Top 40 Software Reviews Link To Us Advertise




buy arcade traffic

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

    C: \ Home & Hobby \ Astrology/Biorhythms/Mystic \ Biorhythms Calculator 2.7 \ Author


    Opens in new window

    Biorhythms Calculator 2.7 - Author Info Page

    Description: Calculates and displays biorhythm graphs... (more)


    Author Info for Biorhythms Calculator 2.7

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

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

    CreditCard Validator iconCreditCard Validator 1.8   (Downloads: 368)
    Verifies that credit card number is valid. The CreditCard Validator will help you tell:
    1. if a credit card number is valid,
    2. which credit card vendor handles that number.

    It is a simple Applet to demonstrate the use of the ValidateCreditCard class.

    It validates the prefix and the checkdigit. It does *not* contact the credit card company to ensure that number has actually been issued and that the account is in good standing.

    It will also tell you which of ...

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

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

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

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

    ...

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

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

    Tabout iconTabout 2.7   (Downloads: 207)
    converts tabs to spaces in an ASCII text file. converts tabs to spaces in an ASCII text file
    usage : TABOUT Myfile.TXT
    Don't use it on word processor files. Assumes tab stops
    are 8 columns apart. Also trims ^Z and corrects any
    malformed CrLf line endings. C source included.
    Copyrighted, but may be distributed freely and used for
    any purpose except military....

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

    NetworkCam iconNetworkCam 1.6   (Downloads: 242)
    Java Applet to view a Webcam stream of JPG images a Java Applet that lets you a view
    video stream from web cameras that servers
    present as a series of still jpg images....

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

    HunkIO iconHunkIO 1.7   (Downloads: 219)
    Java classes to readEntireFile, create a temp file etc. Java classes to include in your own programs. They let you read or write a file in one fell swoop into RAM. It also includes createTempFile method that is more convenient to use than Sun's File.createTempFile. It also includes PrintWriterPlus that converts linefeeds to platform specific line feeds even when they are embedded in data.

    Why the three linked ball logo? It symbolises processing a file in line-sized chunks....

    JarLook iconJarLook 1.2   (Downloads: 280)
    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...

    ShellSort iconShellSort 1.4   (Downloads: 204)
    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...

    Insult iconInsult 1.9   (Downloads: 303)
    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,...

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






    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:

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

    Advanced XLS Converter iconAdvanced XLS Converter 2.55: With XLS Converter you can convert Excel (XLS) files into dozens of formats!

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

    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