Warning: Undefined variable $affiliateurl in /home/webmaster/data/www/downloadwasp.com/author.php on line 86
Holiday Calculatior 4.7 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 \ Holiday Calculatior 4.7 \ Author


    Opens in new window

    Holiday Calculatior 4.7 - Author Info Page

    Description: Calculate when 66 holidays occur in any given year... (more)


    Author Info for Holiday Calculatior 4.7

    Author/Company Name: Canadian Mind Products

    Country: Canada

    Web Site: http://mindprod.com

    Programs listed: 86

    Share |


    Other listings by this author

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

    HeapSort iconHeapSort 1.7   (Downloads: 201)
    HeapSort is an implementation of Williams and Floyd classic HeapSort. HeapSort is an implementation of Williams and Floyd's TopDown HeapSort.
    HeapSort is a fast internal sort written in Java that uses a
    sorting algorithm analogous to power struggles for higher
    positions in a hierarchical bureaucracy. Source provided. It
    is faster than QuickSort, but slower that RadixSort. It
    sorts using a comparison routine you provide to compare two
    elements to be sorted.

    You can test it with:

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

    Screws iconScrews 1.3   (Downloads: 217)
    CMP Screws and Screwdrivers draws eight types of screw heads. CMP Screws and Screwdrivers draws eight types of screw
    heads. It is a teaching example for how to use Java Canvas,
    fillRect, fillOval, fillPoly and AffineTransform to draw.

    Java source is included for you to cannibalise.

    It draws 8 types of screw heads.

    To run as an application, type:

    java -jar C:\com\mindprod\screws\screws.jar

    adjusting as necessary to account for where the jar file is....

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

    Rgrow iconRgrow 1.3   (Downloads: 186)
    RGrow resizes fixed length records padding or chopping. RGrow resizes fixed length records e.g.
    RGrow.exe MyFile.seq 500 600
    will grow each record from 500 to 600 bytes by padding binary zeros.
    Will also truncate records.

    These are not the old and new sizes of the file, but of the fixed length records
    in the file. If you increase the record size, each record will be padded
    with nulls. The entire file will grow as a result.

    This program may be freely copied and us...

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

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

    CSV iconCSV 6.5   (Downloads: 947)
    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...

    Mouse iconMouse 1.4   (Downloads: 229)
    In Java, allows you to find out where the mouse in on the screen In Java, allows you to find out where the mouse in on the
    screen, even when it is not over one of your apps. This has
    similar function to MouseInfo.getPointerInfo in Java 1.5+.
    This class will work in any version of Java.

    It uses JNI and a DLL, so it only works on Windows.

    You must install the nativemouse.dll somewhere on the path.

    Then your programs can find out the x and y position of the
    mouse, [(0,0...

    Masker iconMasker 1.9   (Downloads: 263)
    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...

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

    LinkedList iconLinkedList 1.6   (Downloads: 169)
    LinkedList is replacement for Java Vector class. Classical doubly linked list. LinkedList is replacement for Java Vector class. Classical
    doubly linked list. Faster that Vector for insert/delete, but slower
    for indexed access. The interface is modeled on java.util.Vector, so
    you can try it both ways and pick which is faster for your needs.
    Heavily commented Java source included. copyright (c) 1997-2008 Canadian Mind
    Products. May be freely distributed and and used for any purpose
    except military.
    ...

    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:

    ...

    FourTidy iconFourTidy 3.1   (Downloads: 273)
    Tidies Take Command/TCC/4NT/4DOS DESCRIBE file descriptors To tidy, sort, prune and dedup a JP Software
    Take Command/TCC/4NT/4DOS hidden descript.ion file. These files are used by
    the DESCRIBE utility to track what your various files
    are for.

    First make the directory containing the usually-hidden descript.ion file
    current. e.g.

    C:
    cd \env

    Then invoke the java program with:

    java.exe -jar C:\com\mindprod\fourtidy\fourtidy.jar

    If you...

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

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






    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.

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

    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