I’ve had a few requests for this in the last 24 hours, so here ya go.

Folding@Home is a distributed computing project with the goal of better understanding protein folding, misfolding and related diseases.  I recommend anyone that has some extra clock cycles on their computer to contribute towards this and other worthy distributed computing projects.

Folding@Home Stats is a WordPress plugin that displays just what is promises.  Currently, this plugin will display your total score, overall rank, number of processes completed in the last 50 days, number of processes completed in the last week, and the last time any of your computers reported a complete work unit.

You can download the latest version of Folding@Home Stats here.

Requirements:

This plugin has been tested on versions 2.0.4, 2.0.5, 2.0.7 and 2.1.  It should (technically) work on anything from 1.5 up, but I can’t promise this.  PHP 4.0 to 4.3 or 5.0+ is required.

Installation:

  • upload the contents of the zip file to your “wp-content/plugins” directory (be sure to write them to the folding-stats directory)
  • ensure your folding-stats directory is writable (required for caching)
  • go to the “Plugins” main menu and find “Folding@Home Stats”, then click “Activate”
  • go to the “Options / Folding Options” menu and enter your account id, and set the number of hours between stat refreshes

Usage:

  • modify the theme file where you wish to display your SETI stats (usually sidebar.php) and type in the following line:

<php get_folding_stats(); ?>

Uninstallation:

  • go to the “Plugins” main menu and find “Folding@Home Stats”, then click “Deactivate”
  • delete the files from your “wp-content/plugins” directory

Change Log:

0.1 - Initial Release

Bug Reports:

As always with initial releases, I’m sure there will be one or two things that I forgot to check.  If you happen to find a bug, please let me know.

Enjoy!