Warning: Undefined variable $affiliateurl in /home/webmaster/data/www/downloadwasp.com/author.php on line 86
CreditCard Validator 1.8 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




buy arcade traffic

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

    C: \ Web Development \ Java & JavaScript \ CreditCard Validator 1.8 \ Author


    Opens in new window

    CreditCard Validator 1.8 - Author Info Page

    Description: Verifies that credit card number is valid... (more)


    Author Info for CreditCard Validator 1.8

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

    Esper iconEsper 2.4   (Downloads: 262)
    A crude translator Esperanto To English and English to Esperanto. A crude translator Esperanto To English and English to
    Esperanto. It works by looking up words in various
    dictionaries on the web. It mindlessly translates word for
    word.

    (1) First download and install the lastest Java JRE

    (2) Using WinZip extract the
    files into the default com\mindprod\esper directory.

    (3) Create a shortcut setting by right clicking the
    desktop and selecting new shortcut.
    <...

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

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

    Boyer iconBoyer 1.5   (Downloads: 228)
    Fast string search (indexOf) using the Boyer-Moore algorithm. Fast string search (indexOf) using the Boyer-Moore
    algorithm. Incorporate this class into your own Java
    programs to rapidly search strings.

    use:
    import com.mindprod.Boyer.Boyer;
    ...
    Boyer b = new Boyer("dogcatwombat");
    int where = b.indexOf("cat");
    or
    int where = Boyer.indexOf("dogcatwombat","cat");

    Boyer-Moore is about twice as fast as String.indexOf wh...

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

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

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

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

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

    Quoter iconQuoter 5.1   (Downloads: 382)
    Converts text with many possible cleanups and transformations. Converts text with many possible cleanups, including
    preparation of HTML and Java, aligning in columns, character
    set conversion, case converting, removing excess white
    space, removing blank lines, preparing regex expressions....

    converts raw text with the following possible cleanups:

    0. Flow text by removing newline characters. Useful to prepare text to paste into web comment boxes.

    1. Convert awkward chara...

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

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

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

    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:

    ...

    CanadianTax iconCanadianTax 4.2   (Downloads: 571)
    Calculates Canadian sales taxes: GST HST and PST today or in the past. Calculates Canadian sales taxes: GST HST and PST today or as they were in the past.

    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 GST HST and PST to a base
    price. It als works in reverse given the
    final price working backwards to get the taxes and base
    price. In other words it will tell ...

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

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






    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.

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

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

    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