This week's pull stats
Brad Roberts via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jul 14 02:33:34 PDT 2014
On 7/14/14, 2:21 AM, Robert burner Schadek via Digitalmars-d wrote:
> On 07/14/2014 10:42 AM, Brad Roberts via Digitalmars-d wrote:
>>
>> Yeah, that's a pretty large wall of data. But, it's available already
>> with nice convenient links over on github, at least on a per
>> repository basis:
>>
>> https://github.com/D-Programming-Language/dmd/pulls
>> https://github.com/D-Programming-Language/druntime/pulls
>> https://github.com/D-Programming-Language/phobos/pulls
>>
>> Both the repo total and the per-user counts.
> can I contribute to that tool? what is it written in? repo url?
>
Tool? That was a cut, paste, and a little minor editing from running a couple queries against the
auto-tester mysql database. That said, the stats I posted a little while ago only use data that's
available through the github api's themselves so anyone can query if they want. See also:
developer.github.com, particularly the pull related apis.
I probably won't post the same data each week. Mixing it up some and exploring the data will keep
it from getting stale / redundant / boring.
More information about the Digitalmars-d
mailing list