I know it's not high on many peoples priorities, but could this be added on the TODO list for BOINC at all ? That way someone might pick it up.
Just so it's not forgotten. World Community Grid apparently would like to do it but want to have it in the standard BOINC code. I'd love to add the badge milestones to my facebook app, I have already coded these for Primegrid and Yoyo now, just testing the actual posting part.. Phil On Sun, Aug 9, 2009 at 3:43 PM, yoyo <[email protected]> wrote: > Hello, > the 2 tables are filled by my specific validator, don't know how to make > this generic. > The table structure is: > > CREATE TABLE `work_user` ( > `id` int(11) NOT NULL, > `appid` int(11) NOT NULL, > `wus` int(11) NOT NULL default '0', > `credit` double NOT NULL default '0', > PRIMARY KEY (`id`,`appid`) > ) ENGINE=InnoDB DEFAULT CHARSET=latin1; > > CREATE TABLE `work_team` ( > `id` int(11) NOT NULL, > `appid` int(11) NOT NULL, > `wus` int(11) NOT NULL default '0', > `credit` double NOT NULL default '0', > PRIMARY KEY (`id`,`appid`) > ) ENGINE=InnoDB DEFAULT CHARSET=latin1; > > > > Phil wrote: > > Yoyo, > > would you be interested in applying a modified or otherwise version of your > code which would be generic? > > Phil > > On Sun, Aug 9, 2009 at 12:22 AM, David Anderson <[email protected]>wrote: > >> If anyone wants to write the code to keep track of >> credit per application, I'll add it to BOINC. >> -- David >> >> Phil wrote: >> >>> The Primegrid and y...@home projects provide an extra level of >>> statistical >>> detail with subproject credit breakdown and an associated export file for >>> this http://www.primegrid.com/stats/ >>> >>> I assume it entails an extra table(s) and code changes to populate the >>> table. >>> >>> I've asked World Community Grid if they can produce an equivalent, seeing >>> as >>> they have subprojects - >>> >>> http://www.worldcommunitygrid.org/forums/wcg/viewthread?thread=26299&lastpage=yesand >>> they have asked if the code changes are integrated into the BOINC >>> server. Is there any interest in integrating them in a way that allows >>> them >>> to be switched on if subprojects are utilized at all ? >>> >>> Phil >>> >> >> > > > -- > Distributed Computing stats > http://stats.free-dc.org > > > -- > Rate Me <http://boinc.ssl.berkeley.edu/help_vol.php?volid=29>, MySkype > (yoyo_rkn)[image: Skype Me™!] , myICQ 139003243 , myIRC > ------------------------------ > Rechenkraft.net e.V. <http://www.rechenkraft.net> - Verein zur Förderung > von Bildung, Forschung und Wissenschaft durch Einsatz vernetzter Computer > weitere interessante Projekte > <http://www.rechenkraft.net/wiki/index.php?title=Projekt%C3%BCbersicht>und > Hilfe <http://www.rechenkraft.net/phpBB/viewforum.php?f=19>auf unserer > Webseite www.Rechenkraft.net <http://www.rechenkraft.net> und im Chat > ------------------------------ > Rechenkraft.net <http://www.rechenkraft.net> - Germany's largest > distributed computing community. We make those things possible that > supercomputers don't. > > -- Distributed Computing stats http://stats.free-dc.org
<<online.gif>>
<<call_blue_transparent_34x34.png>>
_______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
