two coding projects that come to mind
Feb. 5th, 2002 08:20 pmA URL rewriter. You do a GET from it, and it munges the URL, fetches that, and returns the result. This is a generalization of "gee, I dislike a) clicking like a trained rat for successive chunks of the nytimes.com story, and also b) typing this pagewanted=all cruft onto the end of the URL." I started working on this as a learn-Python project a while back, but then I got sidetracked by my thesis. Python's standard library didn't seem to deal with cookies, so it all got more involved than I'd budgeted time for.
A plugin grouper. Takes a flow graph of VST plugins (or DX if you enjoy pain) and wraps them into a single plugin. Hides some parameters, exposes others, as specified. To start, maybe just define the grouping in a text file, XML maybe; later you can slap a UI on top.
A plugin grouper. Takes a flow graph of VST plugins (or DX if you enjoy pain) and wraps them into a single plugin. Hides some parameters, exposes others, as specified. To start, maybe just define the grouping in a text file, XML maybe; later you can slap a UI on top.
no subject
Date: 2002-02-05 06:09 pm (UTC)http://www.ece.utexas.edu/~ranga/software/pwp.html
That's the thing I was thinking of. I don't know if it's what you want.
no subject
Date: 2002-02-05 06:40 pm (UTC)no subject
Date: 2002-02-05 09:50 pm (UTC)The experienced programmers among you recognize this as a way of saying "I have so much hubris that I will be surprised and ashamed when I finish the projects after three weeks of non-stop coding."