Changes between Version 13 and Version 14 of CreditStats
- Timestamp:
- Feb 13, 2013, 12:11:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreditStats
v13 v14 37 37 38 38 Developing a system that collects, analyzes, and stores credit data from all BOINC projects is a large development task. 39 The code for [http://boinc.netsoft-online.com/ BOINC Combined Stats], a web site/service that provides per-project and aggregate data, can be downloaded via Subversion from39 The code for [http://boinc.netsoft-online.com/ BOINC Combined Stats], a web site/service that provides per-project and aggregate data, can be downloaded via git using 40 40 {{{ 41 http://boinc.berkeley.edu/svn/trunk/boinc_stats 41 git clone git://boinc.berkeley.edu/boinc-combined-stats.git 42 or 43 git clone http://boinc.berkeley.edu/git/boinc-combined-stats.git 42 44 }}} 43 45 … … 60 62 If you don't apply this decay, inactive entities will have incorrectly high RAC. 61 63 62 PHP code for the decay function can be found in [source: trunk/boinc/html/inc/credit.inc html/inc/credit.inc] and [source:trunk/boinc/html/inc/host.inc html/inc/host.inc].64 PHP code for the decay function can be found in [source:boinc/html/inc/credit.inc html/inc/credit.inc] and [source:boinc/html/inc/host.inc html/inc/host.inc].