Warning: Undefined variable $affiliateurl in /home/webmaster/data/www/downloadwasp.com/author.php on line 86
Replicator 11.3 author info at DownloadWasp.com
Warning: Undefined variable $search in /home/webmaster/data/www/downloadwasp.com/header.inc on line 6
Home Featured Top 40 Software Reviews Link To Us Advertise




  • docx online password
  • 7z online password
  • 3d engine
  • Useful Resources:

    C: \ Communications \ Other Comms Tools \ Replicator 11.3 \ Author


    Opens in new window

    Replicator 11.3 - Author Info Page

    Description: The Replicator lets you distribute large numbers of files to many people... (more)


    Author Info for Replicator 11.3

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    Masker iconMasker 1.9   (Downloads: 262)
    Hides email addresses from spammers as PNG image files. Produces PNG files (image files similar to GIFs, but
    smaller) that contain your email address. When you post them
    on your website, it is harder for spammer to harvest them.

    You can include the generated image files in the HTML on
    your website with: code like this:

    [a href="../image/mailto/roedy.png"]email me[/a]

    (pretend [] are angle brackets)

    or

    [mg src="image/mailto/r...

    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.

    FileFilters iconFileFilters 2.7   (Downloads: 391)
    Colllecton of Java FilenameFilters. FilenameFilters you can use in your own Java programs with
    File.list( FilenameFilter f ). They can also be used
    standalone as fancy dir commands.

    They come with Java source and include:

    AllDirectoriesFilter gets all directories
    AllFilesFilter gets all files
    ClamFilter simple wildcard
    DirListFilter gets a list of directories
    EndsWithFilter gets files whose names end with a...

    FileTimes iconFileTimes 1.9   (Downloads: 211)
    Read and set Windows file/dir times from Java: Create/LastModified/LastAccessed Java class library to get/set file and directory times: Create/LastModified/LastAccessed. For Windows only.

    Create time is when the file was first written. Modified
    time (sometimes called lastModified) is when the file was
    last written. Accessed time is when the file was last read
    or written. Checking its date, looking at its attributes or
    checking to see if it exists does not count as reading it.

    Get/Set Windows Fil...

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

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

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

    Pluck iconPluck 1.0   (Downloads: 175)
    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...

    FileTransfer iconFileTransfer 2.5   (Downloads: 244)
    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...

    VerCheck iconVerCheck 4.4   (Downloads: 280)
    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...

    LEDataStream iconLEDataStream 1.8   (Downloads: 214)
    Little-endian replacements for DataInputStream, DataOutputStream and RandomAcces Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files. LEDataInputStream, LEDataOutputstream and LERandomAccessFile will le...

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

    CSV iconCSV 6.5   (Downloads: 946)
    Java to read, write, align, sort, reshape, pack... comma, tab-separated files. Java classes you can use standalone or embed in your own programs to
    Read, write, align, sort and pack comma, tab and semicolon-
    separated variable files, commonly known as CSV files.

    It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVPack, CSVPatch, CSVReshape, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToHTML, CSVToS...

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

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

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

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

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

    JaSFtp iconJaSFtp 11.10: JaSFtp - Automated SFTP client (secure FTP), Run 1000+ tasks on a schedule.

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

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