Nice work!

As the application name, I'd suggest "Gearbox"; a saved collection of gears could be called a gearchain. A quick Googling failed to turn up any obvious conflicts with proprietary tradenames; the "gearbox programming" references are almost all about cars. Unfortunately SourceForge does already have a project named gearbox -- a Java visual debugger.

More features for the vapor-ware list: add support for gears with multiple inputs -- like one that takes two incoming files and returns either all the lines, or only those that appear in A but not B, etc, etc -- or multiple outputs -- so that you can tee some intermediate version out to a WriteFile gear and also run it through further processing.

Consider adding a property to some or all gears that cause them to be interactively re-configured each time the gearchain is run; for example you could build a gearchain that performed a type of log file analysis, and every time you clicked "run" it would ask you which file to read from.

For what it's worth, the video also doesn't work on Mac OS X's Quicktime player, nor do the slides render on most of the Mac browsers I tried: OmniWeb 4.2, Safari 1.0, or MS IE 5.2; luckily the Mozilla browsers did the trick.


In reply to Re: pstax - GUI with a Perl Centre by simonm
in thread pstax - GUI with a Perl Centre by grantm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.