I had a pretty good Perl interface written for the TD Ameritrade API quite a few years ago, it was right when they launched it. The test suite used their historical data as fixtures. I got sidetracked with a new job and home life. Let it slide. Peeked at it about 2 months ago. They changed the interface. Haven’t dug into whether my code is retrievable; or garbage because that was when I was just becoming a halfway decent hacker. Took a couple simple passes at https://developer.tradier.com/ a few days ago. Again, time is the problem. It’s sad (for me) too because I had a scalping algorithm, based on some Perl statistics modules, that was working extremely well on historical data.

Medical. I would love to see the DCMTK get a module family like the libxml2 stuff. I have taken some weak runs at it. I have zero XS chops and had no trouble wrapping up the command line tools I needed with Capture::Tiny and such so… A MeSH installer, license manager, and tool suite to go with UMLS::Similarity but make it all easy; if it could be tied in with ICD-10 and if there were a solid HL-7 distribution, Perl would probably become the backbone of choice for a few different kinds of medical applications.

I started what I think is a nice piece of code for Coinbase which I played with during Coinbase API. Trouble there was their docs suck and I had no energy to pursue it. I think I may be taking the Lazy dictum wrongly these days. :P


In reply to Re^5: Writing Popular Perl Software by Your Mother
in thread Writing Popular Perl Software by Anonymous Monk

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.