Home Featured Top 40 Software Reviews Link To Us Advertise



buy arcade traffic

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

    C: \ Education \ Languages \ Esper 2.4 \ Author


    Opens in new window

    Esper 2.4 - Author Info Page

    Description: A crude translator Esperanto To English and English to Esperanto... (more)


    Author Info for Esper 2.4

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    Entities iconEntities 3.1   (Downloads: 560)
    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...

    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.

    Pluck iconPluck 1.0   (Downloads: 176)
    Scans multiple files looking for a REGEX pattern, and summarised what it finds. Scans multiple files looking for a REGEX pattern, and
    summarised what it finds as a CSV file.

    java -jar C:\com\mindprod\pluck\pluck.jar "\.[a-z]+\." E:\temp\temp.csv E:\somedir

    adjusting as necessary to account for where the jar file is.
    The first parameter is the regex pattern. See regex in the java glossary
    for how to compose them.

    The next parameter is where the output in to go. use the
    wo...

    Dedup iconDedup 1.5   (Downloads: 201)
    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...

    Biorhythms Calculator iconBiorhythms Calculator 2.7   (Downloads: 871)
    Calculates and displays biorhythm graphs. Calculates and displays biorhythm graphs.

    Enter your birthdate and this Applet and it will calculate
    your biorhythms. It computes your 23-day physical, 28-day
    emotional, 33-day intellectual and combined cycles. The
    combined cycle is sometimes called the luck cycle. The
    theory of biorhythms is when the cycles are positive/high
    you will have high energy. When they are negative/low you
    will have low energy. When they...

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

    Align iconAlign 1.6   (Downloads: 225)
    Aligns data in ASCII text files into neat columns. ALIGN aligns data in ASCII text files into neat columns.
    Also converts comma-delimited files to columns with 2 spaces
    between each column. Input fields must be separated by
    commas or white space. Fields may contain spaces if they
    are enclosed in single or double quotes or C comments /* ...
    */ or //. The best way to understand this program is to try
    it on a COPY of any ASCII Text file, especially one that
    contains badly al...

    KeyPlayer iconKeyPlayer 1.5   (Downloads: 358)
    Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic. Java Keystroke and Mouse Event Tutor / Keyboard Diagnostic
    Application to let you experiment to learn how mouse and
    keystroke events work. Output appears on the console.
    Just click the mouse or hit keystrokes and watch what details
    of the events generated.

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

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

    ISBN iconISBN 2.5   (Downloads: 302)
    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....

    BlOut iconBlOut 2.6   (Downloads: 340)
    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...

    FontShower iconFontShower 2.9   (Downloads: 467)
    Displays all the fonts available to Swing in Java. Displays all the fonts available to Java on your
    machine. Displays the fonts in a variety of styles, sizes
    and colours, rendered either with anti-aliased or plain.

    FontShower displays the fonts available on *your* machine
    to *Java*. Other people will have different fonts installed
    and will see different selections available via Java on
    their machines. Your browser will see a slightly different
    set of fonts than Java ...

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

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

    FileIO iconFileIO 6.1   (Downloads: 522)
    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.

    CurrCon iconCurrCon 4.5   (Downloads: 540)
    CurrCon displays prices in HTML in users' home currency. Currency Conversion Applet.

    CurrCon is an Applet you embed in your HTML
    to display prices in a variety of world currencies
    defaulting to the user's country.

    It usually works in conjunction with the htmlmacros
    pre-processor to insert the necessary Applet calls,
    though you can do it manually.

    Shareware for non military use only.
    Registrants get help setting it up....

    Unicode iconUnicode 1.8   (Downloads: 338)
    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...






    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:

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

    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.

    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