SETI @ home

Another plugin. This one is to retrieve user information from the seti@home distributed computing project.

If you don't know what seti@home is, follow the above link. If you're not interested, then this plugin won't do anything for you.

It's usage is fairly simple: fetch it here, and copy it "as is" into your blog's plugins directory. It needs the XML::Simple module for perl, but that's all.

Once it's installed, just try inserting the code on your left into one of your templates (like the Main Index) and check the results (just edit the ID. It's the e-mail address you've used to register with seti@home)

The plugin provides:

  • MTsahResults - Total number of WorkUnits done
  • MTsahCPUTime - Total CPU time spent
  • MTsahUserTime - Total real time used
  • MTsahResPerDay - Average WorkUnits done per day
  • <MTsah id="me@here.com">

    I've done <$MTsahResults$> results in a period of <$MTsahUserTime$><br />
    I used up <$MTsahCPUTime$> of actual CPU time, with the impressive average of <$MTsahResPerDay$> units per day!<br />

    </MTsah>