type
stringclasses
14 values
public
bool
1 class
payload
stringlengths
2
388k
repo
dict
actor
dict
org
dict
created_at
timestamp[us]
id
stringlengths
10
10
other
stringlengths
31
69
PushEvent
true
{"push_id":1395291450,"size":1,"distinct_size":1,"ref":"refs/heads/module7-task1","head":"799612d79eeb674bd3bb36ba0afa45742b830970","before":"c0bd3596786b2a690194a26a70779bda11371ef3","commits":[{"sha":"799612d79eeb674bd3bb36ba0afa45742b830970","author":{"name":"Zillah","email":"[email protected]"},"message":"фиксы","distinct":true,"url":"https://api.github.com/repos/korviswhitecat/191647-kekstagram/commits/799612d79eeb674bd3bb36ba0afa45742b830970"}]}
{ "id": 70076631, "name": "korviswhitecat/191647-kekstagram", "url": "https://api.github.com/repos/korviswhitecat/191647-kekstagram" }
{ "id": 18405362, "login": "korviswhitecat", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18405362?", "url": "https://api.github.com/users/korviswhitecat" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-10T09:02:01
4845634466
{"actor":{"display_login":"korviswhitecat"}}
PushEvent
true
{"push_id":964292814,"size":3,"distinct_size":3,"ref":"refs/heads/android-6.0","head":"91175c7bafbba4fa4a85eff525249817d30a516d","before":"194d0eaaa3da44b1a54e4459c5c9b95a00ff1d27","commits":[{"sha":"edbd79ef0503a3ffc0f12b0bc9fc2fff28e1c984","author":{"email":"[email protected]","name":"Peter Zijlstra"},"message":"sched/fair: Improve the ->group_imb logic\n\nGroup imbalance is meant to deal with situations where affinity masks\nand sched domains don't align well, such as 3 cpus from one group and\n6 from another. In this case the domain based balancer will want to\nput an equal amount of tasks on each side even though they don't have\nequal cpus.\n\nCurrently group_imb is set whenever two cpus of a group have a weight\ndifference of at least one avg task and the heaviest cpu has at least\ntwo tasks. A group with imbalance set will always be picked as busiest\nand a balance pass will be forced.\n\nThe problem is that even if there are no affinity masks this stuff can\ntrigger and cause weird balancing decisions, eg. the observed\nbehaviour was that of 6 cpus, 5 had 2 and 1 had 3 tasks, due to the\ndifference of 1 avg load (they all had the same weight) and nr_running\nbeing >1 the group_imbalance logic triggered and did the weird thing\nof pulling more load instead of trying to move the 1 excess task to\nthe other domain of 6 cpus that had 5 cpu with 2 tasks and 1 cpu with\n1 task.\n\nCurb the group_imbalance stuff by making the nr_running condition\nweaker by also tracking the min_nr_running and using the difference in\nnr_running over the set instead of the absolute max nr_running.\n\nSigned-off-by: Peter Zijlstra <[email protected]>\nLink: http://lkml.kernel.org/n/[email protected]\nSigned-off-by: Ingo Molnar <[email protected]>\n\nConflicts:\n\n\tkernel/sched/fair.c\n\n(adapter for the latest idle_balance changes)\nSigned-off-by: franciscofranco <[email protected]>","distinct":true,"url":"https://api.github.com/repos/kabata1975/android_kernel_lge_hammerhead/commits/edbd79ef0503a3ffc0f12b0bc9fc2fff28e1c984"},{"sha":"9cfa6ac16921a02bee710a317639cba5d7e5f96d","author":{"email":"[email protected]","name":"Peter Zijlstra"},"message":"sched: Remove stale power aware scheduling remnants and dysfunctional knobs\n\nIt's been broken forever (i.e. it's not scheduling in a power\naware fashion), as reported by Suresh and others sending\npatches, and nobody cares enough to fix it properly ...\nso remove it to make space free for something better.\n\nThere's various problems with the code as it stands today, first\nand foremost the user interface which is bound to topology\nlevels and has multiple values per level. This results in a\nstate explosion which the administrator or distro needs to\nmaster and almost nobody does.\n\nFurthermore large configuration state spaces aren't good, it\nmeans the thing doesn't just work right because it's either\nunder so many impossibe to meet constraints, or even if\nthere's an achievable state workloads have to be aware of\nit precisely and can never meet it for dynamic workloads.\n\nSo pushing this kind of decision to user-space was a bad idea\neven with a single knob - it's exponentially worse with knobs\non every node of the topology.\n\nThere is a proposal to replace the user interface with a single\n3 state knob:\n\n sched_balance_policy := { performance, power, auto }\n\nwhere 'auto' would be the preferred default which looks at things\nlike Battery/AC mode and possible cpufreq state or whatever the hw\nexposes to show us power use expectations - but there's been no\nprogress on it in the past many months.\n\nAside from that, the actual implementation of the various knobs\nis known to be broken. There have been sporadic attempts at\nfixing things but these always stop short of reaching a mergable\nstate.\n\nTherefore this wholesale removal with the hopes of spurring\npeople who care to come forward once again and work on a\ncoherent replacement.\n\nSigned-off-by: Peter Zijlstra <[email protected]>\nCc: Suresh Siddha <[email protected]>\nCc: Arjan van de Ven <[email protected]>\nCc: Vincent Guittot <[email protected]>\nCc: Vaidyanathan Srinivasan <[email protected]>\nCc: Linus Torvalds <[email protected]>\nCc: Andrew Morton <[email protected]>\nLink: http://lkml.kernel.org/r/1326104915.2442.53.camel@twins\nSigned-off-by: Ingo Molnar <[email protected]>\nSigned-off-by: franciscofranco <[email protected]>\n\nConflicts:\n\tkernel/sched/core.c","distinct":true,"url":"https://api.github.com/repos/kabata1975/android_kernel_lge_hammerhead/commits/9cfa6ac16921a02bee710a317639cba5d7e5f96d"},{"sha":"91175c7bafbba4fa4a85eff525249817d30a516d","author":{"email":"[email protected]","name":"kabata1975"},"message":"Fix sched: Remove stale power aware scheduling remnants and dysfunctional… Xs","distinct":true,"url":"https://api.github.com/repos/kabata1975/android_kernel_lge_hammerhead/commits/91175c7bafbba4fa4a85eff525249817d30a516d"}]}
{ "id": 51084698, "name": "kabata1975/android_kernel_lge_hammerhead", "url": "https://api.github.com/repos/kabata1975/android_kernel_lge_hammerhead" }
{ "id": 7851933, "login": "kabata1975", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7851933?", "url": "https://api.github.com/users/kabata1975" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-04T18:33:21
3608304976
null
PushEvent
true
{"push_id":1262267791,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"07f0357ef68e6e5b33054444a7bd47cb5cc4a41e","before":"4d12aff5be4a1e58ee00c65a96e5bc60ed4aed63","commits":[{"sha":"07f0357ef68e6e5b33054444a7bd47cb5cc4a41e","author":{"name":"nnsookwon","email":"[email protected]"},"message":"Create x","distinct":true,"url":"https://api.github.com/repos/nnsookwon/Workout-Log/commits/07f0357ef68e6e5b33054444a7bd47cb5cc4a41e"}]}
{ "id": 66332752, "name": "nnsookwon/Workout-Log", "url": "https://api.github.com/repos/nnsookwon/Workout-Log" }
{ "id": 20546812, "login": "nnsookwon", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/20546812?", "url": "https://api.github.com/users/nnsookwon" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-23T05:32:59
4455171430
{"actor":{"display_login":"nnsookwon"}}
PushEvent
true
{"push_id":1170172537,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"dd432cf3efc36476935ca0cfabd2fdff7be963cb","before":"cd68e39d43cbf5e980e8a225e559dfb0af2ef2e3","commits":[{"sha":"dd432cf3efc36476935ca0cfabd2fdff7be963cb","author":{"name":"andela-djames","email":"[email protected]"},"message":"Add destroy.js","distinct":true,"url":"https://api.github.com/repos/andela-doladosu/wikid-corps/commits/dd432cf3efc36476935ca0cfabd2fdff7be963cb"}]}
{ "id": 61705187, "name": "andela-doladosu/wikid-corps", "url": "https://api.github.com/repos/andela-doladosu/wikid-corps" }
{ "id": 10341438, "login": "andela-dJames", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/10341438?", "url": "https://api.github.com/users/andela-dJames" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-22T09:20:36
4179048924
{"actor":{"display_login":"andela-dJames"}}
PushEvent
true
{"push_id":1306363607,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"05fb0188dba79dd8316cf8b314f1fa3fe204296b","before":"5583456b3545987fd79d52f67c56887aec410d0b","commits":[{"sha":"05fb0188dba79dd8316cf8b314f1fa3fe204296b","author":{"name":"Mahin","email":"[email protected]"},"message":"Added to DataType.","distinct":true,"url":"https://api.github.com/repos/mkhan14/Classwork/commits/05fb0188dba79dd8316cf8b314f1fa3fe204296b"}]}
{ "id": 68225272, "name": "mkhan14/Classwork", "url": "https://api.github.com/repos/mkhan14/Classwork" }
{ "id": 22200399, "login": "mkhan14", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/22200399?", "url": "https://api.github.com/users/mkhan14" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-19T22:22:56
4586313192
{"actor":{"display_login":"mkhan14"}}
PushEvent
true
{"push_id":1229979471,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"f6608932f5cd374f82edc810581357b3d2a38a39","before":"f21f9385734e667213911eb1893603e51052c65d","commits":[{"sha":"f6608932f5cd374f82edc810581357b3d2a38a39","author":{"name":"Mike Izbicki","email":"[email protected]"},"message":"changes to theorem","distinct":true,"url":"https://api.github.com/repos/mikeizbicki/gaussian-affine-hull/commits/f6608932f5cd374f82edc810581357b3d2a38a39"}]}
{ "id": 64558428, "name": "mikeizbicki/gaussian-affine-hull", "url": "https://api.github.com/repos/mikeizbicki/gaussian-affine-hull" }
{ "id": 1052630, "login": "mikeizbicki", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1052630?", "url": "https://api.github.com/users/mikeizbicki" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-01T22:46:08
4356855376
{"actor":{"display_login":"mikeizbicki"}}
PushEvent
true
{"push_id":982297838,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"a5b29dd8cb846e719945873b4c102a0320d888f2","before":"07ecc1d51de8dcee5d5527fb927f4cf8bb080a96","commits":[{"sha":"a5b29dd8cb846e719945873b4c102a0320d888f2","author":{"email":"[email protected]","name":"fyang"},"message":"fix cases","distinct":true,"url":"https://api.github.com/repos/Fumeng-Yang/Fumeng-Yang.github.io/commits/a5b29dd8cb846e719945873b4c102a0320d888f2"}]}
{ "id": 48560465, "name": "Fumeng-Yang/Fumeng-Yang.github.io", "url": "https://api.github.com/repos/Fumeng-Yang/Fumeng-Yang.github.io" }
{ "id": 5539349, "login": "Fumeng-Yang", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/5539349?", "url": "https://api.github.com/users/Fumeng-Yang" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-18T02:26:43
3657892155
null
PushEvent
true
{"push_id":923600759,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c3fb571265f513c9f705a999963af4f11193ffde","before":"8b5d05c8fa45151434c3e5a0ea4158da01556795","commits":[{"sha":"c3fb571265f513c9f705a999963af4f11193ffde","author":{"email":"[email protected]","name":"Jessica Campos"},"message":"alterando readme com descricao","distinct":true,"url":"https://api.github.com/repos/Jessica-cps/justooubarato/commits/c3fb571265f513c9f705a999963af4f11193ffde"}]}
{ "id": 46307472, "name": "Jessica-cps/justooubarato", "url": "https://api.github.com/repos/Jessica-cps/justooubarato" }
{ "id": 8515661, "login": "Jessica-cps", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/8515661?", "url": "https://api.github.com/users/Jessica-cps" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-05T21:06:41
3496689186
null
PushEvent
true
{"push_id":921410757,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"3f87dc5fcbc5ddaa813efe5fe754f598227cfc9f","before":"a0972061b17ea726852a467c3509763117c15b91","commits":[{"sha":"3f87dc5fcbc5ddaa813efe5fe754f598227cfc9f","author":{"email":"[email protected]","name":"Kenan Sulayman"},"message":"1451903062080\n\nDhwJIpqeD9wUe21M1Zn02MtJfn3mw4sAojnLp34pagk=","distinct":true,"url":"https://api.github.com/repos/KenanSulayman/heartbeat/commits/3f87dc5fcbc5ddaa813efe5fe754f598227cfc9f"}]}
{ "id": 21481110, "name": "KenanSulayman/heartbeat", "url": "https://api.github.com/repos/KenanSulayman/heartbeat" }
{ "id": 280212, "login": "KenanSulayman", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/280212?", "url": "https://api.github.com/users/KenanSulayman" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-04T10:24:23
3490500162
null
PushEvent
true
{"push_id":1055360927,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"9d08a71515bd8d5f5796a86712e61dee8720db16","before":"613e733e7f388602604fab9b64d38a995dda8727","commits":[{"sha":"9d08a71515bd8d5f5796a86712e61dee8720db16","author":{"email":"[email protected]","name":"AlfredYang1986"},"message":"已经登陆","distinct":true,"url":"https://api.github.com/repos/AlfredYang1986/DongDaiOS/commits/9d08a71515bd8d5f5796a86712e61dee8720db16"}]}
{ "id": 54605548, "name": "AlfredYang1986/DongDaiOS", "url": "https://api.github.com/repos/AlfredYang1986/DongDaiOS" }
{ "id": 5229016, "login": "AlfredYang1986", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/5229016?", "url": "https://api.github.com/users/AlfredYang1986" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-07T08:50:05
3857976478
null
PushEvent
true
{"push_id":1407642976,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"898354aa931c420dc1bf53fdd744885c4c6386d1","before":"9e38aa64ff8ddfef005b984967042dd72f73b80f","commits":[{"sha":"898354aa931c420dc1bf53fdd744885c4c6386d1","author":{"name":"Martin Dimondo","email":"[email protected]"},"message":"Updates function autogenerated","distinct":true,"url":"https://api.github.com/repos/danieltes/tp_solver/commits/898354aa931c420dc1bf53fdd744885c4c6386d1"}]}
{ "id": 71719538, "name": "danieltes/tp_solver", "url": "https://api.github.com/repos/danieltes/tp_solver" }
{ "id": 737688, "login": "martindimondo", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/737688?", "url": "https://api.github.com/users/martindimondo" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-17T06:24:28
4881737380
{"actor":{"display_login":"martindimondo"}}
PushEvent
true
{"push_id":1024959337,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"289bb6d8f74524fe06a10f81bc8593e5cfd55f6d","before":"5e0ba8e0a02cbeeb01b21c425a3faf5e8941cba6","commits":[{"sha":"289bb6d8f74524fe06a10f81bc8593e5cfd55f6d","author":{"email":"[email protected]","name":"phirmohabbat"},"message":"GAS Commit - 03-17-2016 05:59:58","distinct":true,"url":"https://api.github.com/repos/phirmohabbat/phirmohabbat/commits/289bb6d8f74524fe06a10f81bc8593e5cfd55f6d"}]}
{ "id": 54104365, "name": "phirmohabbat/phirmohabbat", "url": "https://api.github.com/repos/phirmohabbat/phirmohabbat" }
{ "id": 17428367, "login": "phirmohabbat", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17428367?", "url": "https://api.github.com/users/phirmohabbat" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-17T10:00:00
3774602802
null
PushEvent
true
{"push_id":1405432954,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"a1befca990a7801c07f586efe347c4a9f1743bb5","before":"c8a6be7c03e8daabacc85ea14af9bc8787f1df04","commits":[{"sha":"a1befca990a7801c07f586efe347c4a9f1743bb5","author":{"name":"Valentina","email":"[email protected]"},"message":"diagonal slider","distinct":true,"url":"https://api.github.com/repos/valyavidyaeva/valyavidyaeva.github.io/commits/a1befca990a7801c07f586efe347c4a9f1743bb5"}]}
{ "id": 66055400, "name": "valyavidyaeva/valyavidyaeva.github.io", "url": "https://api.github.com/repos/valyavidyaeva/valyavidyaeva.github.io" }
{ "id": 19204483, "login": "valyavidyaeva", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/19204483?", "url": "https://api.github.com/users/valyavidyaeva" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-16T07:31:42
4874902719
{"actor":{"display_login":"valyavidyaeva"}}
PushEvent
true
{"push_id":1383459564,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"bb1c341d05803e7dc41a67d36246b635c8fb1314","before":"95092559ca0eb59ca9932cd0f325ae6f6fdc0ade","commits":[{"sha":"bb1c341d05803e7dc41a67d36246b635c8fb1314","author":{"name":"Nishchith","email":"163edda2d6e6a1a57ad9a52d36d97b056de44c7f"},"message":" Updated","distinct":true,"url":"https://api.github.com/repos/inishchith/inishchith.github.io/commits/bb1c341d05803e7dc41a67d36246b635c8fb1314"}]}
{ "id": 67887064, "name": "inishchith/inishchith.github.io", "url": "https://api.github.com/repos/inishchith/inishchith.github.io" }
{ "id": 20226361, "login": "inishchith", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/20226361?", "url": "https://api.github.com/users/inishchith" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-03T15:07:43
4811509618
{"actor":{"display_login":"inishchith"}}
PushEvent
true
{"push_id":1132602377,"size":1,"distinct_size":1,"ref":"refs/heads/gh-pages","head":"2ffe40c3851f75c79fa0fc5ba66b724d2d72e68b","before":"d718a812878ddcc1c786f06301c9eb37ecea4453","commits":[{"sha":"2ffe40c3851f75c79fa0fc5ba66b724d2d72e68b","author":{"name":"Nick Spacek","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"message":"Updates","distinct":true,"url":"https://api.github.com/repos/nickspacek/canadian-water-levels/commits/2ffe40c3851f75c79fa0fc5ba66b724d2d72e68b"}]}
{ "id": 54684351, "name": "nickspacek/canadian-water-levels", "url": "https://api.github.com/repos/nickspacek/canadian-water-levels" }
{ "id": 99182, "login": "nickspacek", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/99182?", "url": "https://api.github.com/users/nickspacek" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-27T17:01:40
4072223294
{"actor":{"display_login":"nickspacek"}}
PushEvent
true
{"push_id":1119231341,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"a08477705638385db755ac4aff2492b8e078178a","before":"e6a35d9978ba65f0282c13dee22c564ba035bb7e","commits":[{"sha":"a08477705638385db755ac4aff2492b8e078178a","author":{"email":"[email protected]","name":"Manuel Carbonell Nuñez"},"message":"Show precision in training","distinct":true,"url":"https://api.github.com/repos/manucarbonell/convnet/commits/a08477705638385db755ac4aff2492b8e078178a"}]}
{ "id": 55415550, "name": "manucarbonell/convnet", "url": "https://api.github.com/repos/manucarbonell/convnet" }
{ "id": 13553448, "login": "manucarbonell", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/13553448?", "url": "https://api.github.com/users/manucarbonell" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-19T11:58:48
4035404779
null
PushEvent
true
{"push_id":1070330518,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"703a0bf002700ceeabd08d447e2eb428cc4ca503","before":"8d9fd0ac42f6b5a9e8e6c5424c750ff059a04be2","commits":[{"sha":"703a0bf002700ceeabd08d447e2eb428cc4ca503","author":{"email":"[email protected]","name":"changbenny"},"message":"add vender file","distinct":true,"url":"https://api.github.com/repos/changbenny/Blog/commits/703a0bf002700ceeabd08d447e2eb428cc4ca503"}]}
{ "id": 37205907, "name": "changbenny/Blog", "url": "https://api.github.com/repos/changbenny/Blog" }
{ "id": 3777138, "login": "changbenny", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3777138?", "url": "https://api.github.com/users/changbenny" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-17T15:09:46
3899139753
null
PushEvent
true
{"push_id":1416597448,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"7fa005c5c1d3b87edba1a456646e337c0e559d3f","before":"31acd442923259887d5e52d1feaf70c06824dbf3","commits":[{"sha":"7fa005c5c1d3b87edba1a456646e337c0e559d3f","author":{"name":"Unknown","email":"[email protected]"},"message":"jijiji","distinct":true,"url":"https://api.github.com/repos/Ellen9543/BMI/commits/7fa005c5c1d3b87edba1a456646e337c0e559d3f"}]}
{ "id": 74473029, "name": "Ellen9543/BMI", "url": "https://api.github.com/repos/Ellen9543/BMI" }
{ "id": 22906519, "login": "Ellen9543", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/22906519?", "url": "https://api.github.com/users/Ellen9543" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-22T13:51:36
4907307403
{"actor":{"display_login":"Ellen9543"}}
PushEvent
true
{"push_id":1343049860,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"4cd988b83228dce2cf9ec5779a5401bfa14c155a","before":"4e6c79998b2c77fbeff92dac77855258939ac8e5","commits":[{"sha":"4cd988b83228dce2cf9ec5779a5401bfa14c155a","author":{"name":"Hendra Anggrian","email":"[email protected]"},"message":"0.1.0 - reuploaded","distinct":true,"url":"https://api.github.com/repos/hendraanggrian/permission/commits/4cd988b83228dce2cf9ec5779a5401bfa14c155a"}]}
{ "id": 70059784, "name": "hendraanggrian/permission", "url": "https://api.github.com/repos/hendraanggrian/permission" }
{ "id": 11507430, "login": "hendraanggrian", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/11507430?", "url": "https://api.github.com/users/hendraanggrian" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-10-11T17:19:09
4693655827
{"actor":{"display_login":"hendraanggrian"}}
PushEvent
true
{"push_id":1236955343,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"02c967fff33c3e11b8b74a976bd7757e04402d8a","before":"83487f74a6d17317979f1376fac97885b0e775ca","commits":[{"sha":"02c967fff33c3e11b8b74a976bd7757e04402d8a","author":{"name":"Jack Edge","email":"[email protected]"},"message":"Efficent tower repair wasn't actually efficient","distinct":true,"url":"https://api.github.com/repos/coiax/muhscreeps/commits/02c967fff33c3e11b8b74a976bd7757e04402d8a"}]}
{ "id": 63729421, "name": "coiax/muhscreeps", "url": "https://api.github.com/repos/coiax/muhscreeps" }
{ "id": 609465, "login": "coiax", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/609465?", "url": "https://api.github.com/users/coiax" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-05T14:54:37
4378569734
{"actor":{"display_login":"coiax"}}
PushEvent
true
{"push_id":1457527211,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"2f1ef16a721f4f77a1373ac80458ecc28fb001a0","before":"8413d971ecf6b69a635fe1a315ed7d4b4acde3fa","commits":[{"sha":"2f1ef16a721f4f77a1373ac80458ecc28fb001a0","author":{"name":"Yohei Matsumoto","email":"[email protected]"},"message":"Updating aws3_com","distinct":true,"url":"https://api.github.com/repos/yhmtmt/aws/commits/2f1ef16a721f4f77a1373ac80458ecc28fb001a0"}]}
{ "id": 26435599, "name": "yhmtmt/aws", "url": "https://api.github.com/repos/yhmtmt/aws" }
{ "id": 3748806, "login": "yhmtmt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3748806?", "url": "https://api.github.com/users/yhmtmt" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-15T09:57:51
5025668669
{"actor":{"display_login":"yhmtmt"}}
PushEvent
true
{"push_id":1175717986,"size":2,"distinct_size":1,"ref":"refs/heads/master","head":"ddc8fb737695dddac7a2cb33c8ebdd73c8cd763f","before":"c58ff157c584197d3daac6d53a64b0afc0ab39d8","commits":[{"sha":"01b7348f5e939385f7f317f663e222d1811d3e9a","author":{"name":"greenkeeperio-bot","email":"[email protected]"},"message":"chore(package): update gun to version 0.3.94\n\nhttps://greenkeeper.io/","distinct":false,"url":"https://api.github.com/repos/PsychoLlama/connect-four/commits/01b7348f5e939385f7f317f663e222d1811d3e9a"},{"sha":"ddc8fb737695dddac7a2cb33c8ebdd73c8cd763f","author":{"name":"Jesse Gibson","email":"[email protected]"},"message":"Merge pull request #4 from PsychoLlama/greenkeeper-gun-0.3.94\n\[email protected] untested ⚠️","distinct":true,"url":"https://api.github.com/repos/PsychoLlama/connect-four/commits/ddc8fb737695dddac7a2cb33c8ebdd73c8cd763f"}]}
{ "id": 58976804, "name": "PsychoLlama/connect-four", "url": "https://api.github.com/repos/PsychoLlama/connect-four" }
{ "id": 10053423, "login": "PsychoLlama", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/10053423?", "url": "https://api.github.com/users/PsychoLlama" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-25T23:15:40
4195725429
{"actor":{"display_login":"PsychoLlama"}}
PushEvent
true
{"push_id":1124336089,"size":2,"distinct_size":2,"ref":"refs/heads/jearls-allow-includes-in-filters","head":"a7e18e82a4017605ba6d2d93c3fba42d11d26b79","before":"f4cab28c41744809abae8ec786d59104293d7b1d","commits":[{"sha":"185c86089d0f89b1c84648c77ce3f765d827da77","author":{"email":"[email protected]","name":"Jo Vanvoorden"},"message":"make logpath optional to enable systemd selection","distinct":true,"url":"https://api.github.com/repos/ziporah/puppet-fail2ban/commits/185c86089d0f89b1c84648c77ce3f765d827da77"},{"sha":"a7e18e82a4017605ba6d2d93c3fba42d11d26b79","author":{"email":"[email protected]","name":"Jo Vanvoorden"},"message":"create requirement for logpath if backend != polling","distinct":true,"url":"https://api.github.com/repos/ziporah/puppet-fail2ban/commits/a7e18e82a4017605ba6d2d93c3fba42d11d26b79"}]}
{ "id": 59473342, "name": "ziporah/puppet-fail2ban", "url": "https://api.github.com/repos/ziporah/puppet-fail2ban" }
{ "id": 3773929, "login": "ziporah", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3773929?", "url": "https://api.github.com/users/ziporah" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-23T12:28:22
4048946735
{"actor":{"display_login":"ziporah"}}
PushEvent
true
{"push_id":934073405,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"7b4efdeecb9de1b01c31b399c5d42bca6907fc70","before":"e344559a60e338300a4b51fbb7a8891fe6caf638","commits":[{"sha":"7b4efdeecb9de1b01c31b399c5d42bca6907fc70","author":{"email":"[email protected]","name":"John Salvatier"},"message":"rm cuda stuff to work locally","distinct":true,"url":"https://api.github.com/repos/jsalvatier/deep-go/commits/7b4efdeecb9de1b01c31b399c5d42bca6907fc70"}]}
{ "id": 49449547, "name": "jsalvatier/deep-go", "url": "https://api.github.com/repos/jsalvatier/deep-go" }
{ "id": 270513, "login": "jsalvatier", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/270513?", "url": "https://api.github.com/users/jsalvatier" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-13T21:54:29
3525335864
null
PushEvent
true
{"push_id":1004592364,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"ff36a00a7fcea15b6945437b749a221a480b8cd1","before":"d45a4f2d6cf0b04d98c515d3cb76347c6c8256c5","commits":[{"sha":"ff36a00a7fcea15b6945437b749a221a480b8cd1","author":{"email":"[email protected]","name":"Yura"},"message":"Updates...","distinct":true,"url":"https://api.github.com/repos/YuryBecker/dotfiles/commits/ff36a00a7fcea15b6945437b749a221a480b8cd1"}]}
{ "id": 51851277, "name": "YuryBecker/dotfiles", "url": "https://api.github.com/repos/YuryBecker/dotfiles" }
{ "id": 7417597, "login": "YuryBecker", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7417597?", "url": "https://api.github.com/users/YuryBecker" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-03T18:33:42
3719019067
null
PushEvent
true
{"push_id":1154386136,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"1dd7193f06901d88451b46d95c2a6d0edd7e34f7","before":"b2d6df179768e12517265090f2bb8e29abe05285","commits":[{"sha":"1dd7193f06901d88451b46d95c2a6d0edd7e34f7","author":{"name":"Sarah Spikes","email":"[email protected]"},"message":"Merge pull request from more-oil\n\nAdd more oil so the cake is more moist!","distinct":true,"url":"https://api.github.com/repos/botdotcom/recipes/commits/1dd7193f06901d88451b46d95c2a6d0edd7e34f7"}]}
{ "id": 60895061, "name": "botdotcom/recipes", "url": "https://api.github.com/repos/botdotcom/recipes" }
{ "id": 14256747, "login": "botdotcom", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/14256747?", "url": "https://api.github.com/users/botdotcom" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-11T12:27:19
4133384264
{"actor":{"display_login":"botdotcom"}}
PushEvent
true
{"push_id":1296237276,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c2c581c99e8d31e48fba3d212a47665b2f323796","before":"99a9eaea253443834edfcf2561ecf75dcf0cdae8","commits":[{"sha":"c2c581c99e8d31e48fba3d212a47665b2f323796","author":{"name":"马佳斌","email":"[email protected]"},"message":"修改","distinct":true,"url":"https://api.github.com/repos/majiabin/CRM/commits/c2c581c99e8d31e48fba3d212a47665b2f323796"}]}
{ "id": 68116045, "name": "majiabin/CRM", "url": "https://api.github.com/repos/majiabin/CRM" }
{ "id": 7600431, "login": "majiabin", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7600431?", "url": "https://api.github.com/users/majiabin" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-13T14:36:47
4556003927
{"actor":{"display_login":"majiabin"}}
PushEvent
true
{"push_id":978762820,"size":1,"distinct_size":1,"ref":"refs/heads/develop","head":"d8d13e95f4f64493910e7085dc547f1fb4e791ef","before":"e524a2de2eda3cb36336eabc5388e02616b848fb","commits":[{"sha":"d8d13e95f4f64493910e7085dc547f1fb4e791ef","author":{"email":"[email protected]","name":"henock"},"message":"Added project update functionality","distinct":true,"url":"https://api.github.com/repos/henockl/ticketee/commits/d8d13e95f4f64493910e7085dc547f1fb4e791ef"}]}
{ "id": 51707621, "name": "henockl/ticketee", "url": "https://api.github.com/repos/henockl/ticketee" }
{ "id": 789271, "login": "henockl", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/789271?", "url": "https://api.github.com/users/henockl" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-16T04:34:34
3647912507
null
PushEvent
true
{"push_id":1398175860,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"0fc8f1a11159487d16099775c94c9abdc114fd25","before":"f34fb8bc1f7ae564edbd9984d136ce9ed4ab9e4d","commits":[{"sha":"0fc8f1a11159487d16099775c94c9abdc114fd25","author":{"name":"Elena Agostini","email":"[email protected]"},"message":"nvprof","distinct":true,"url":"https://api.github.com/repos/e-ago/transpose_async/commits/0fc8f1a11159487d16099775c94c9abdc114fd25"}]}
{ "id": 73178398, "name": "e-ago/transpose_async", "url": "https://api.github.com/repos/e-ago/transpose_async" }
{ "id": 4546950, "login": "e-ago", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4546950?", "url": "https://api.github.com/users/e-ago" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-11T16:30:25
4854072805
{"actor":{"display_login":"e-ago"}}
PushEvent
true
{"push_id":1058660036,"size":1,"distinct_size":1,"ref":"refs/heads/ci","head":"778d5b38dcd1ec2f54308b356e3b07b8e746a5c1","before":"1d0e3f9ec9a013cb14848b05f2932f4dddfee1e3","commits":[{"sha":"778d5b38dcd1ec2f54308b356e3b07b8e746a5c1","author":{"email":"[email protected]","name":"OpenLocalizationTest"},"message":"reset test source repo","distinct":true,"url":"https://api.github.com/repos/OpenLocalizationTest/oltest/commits/778d5b38dcd1ec2f54308b356e3b07b8e746a5c1"}]}
{ "id": 44356079, "name": "OpenLocalizationTest/oltest", "url": "https://api.github.com/repos/OpenLocalizationTest/oltest" }
{ "id": 14175800, "login": "OpenLocalizationTest", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/14175800?", "url": "https://api.github.com/users/OpenLocalizationTest" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-09T05:31:59
3867283967
null
PushEvent
true
{"push_id":1228101323,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"fb4cd6aea7131d54ce64d843b69669669c95f454","before":"100e4f0cd80490bd339f4ddf8634b35f549b511c","commits":[{"sha":"fb4cd6aea7131d54ce64d843b69669669c95f454","author":{"name":"Johnny Willemsen","email":"[email protected]"},"message":"Correct rubocop disabling\n * spec/pvoutput/client_spec.rb:","distinct":true,"url":"https://api.github.com/repos/jwillemsen/pvoutput/commits/fb4cd6aea7131d54ce64d843b69669669c95f454"}]}
{ "id": 52151329, "name": "jwillemsen/pvoutput", "url": "https://api.github.com/repos/jwillemsen/pvoutput" }
{ "id": 47353, "login": "jwillemsen", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/47353?", "url": "https://api.github.com/users/jwillemsen" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-31T18:18:07
4351185402
{"actor":{"display_login":"jwillemsen"}}
PushEvent
true
{"push_id":936964252,"size":1,"distinct_size":1,"ref":"refs/heads/gh-pages","head":"5a29b9bdd0e46a3aaec779af5e191a8ec37feac4","before":"b5ea329d345c20f09cb25341f6adca1c12762fa4","commits":[{"sha":"5a29b9bdd0e46a3aaec779af5e191a8ec37feac4","author":{"email":"[email protected]","name":"kai zhu"},"message":"[skip ci] PUT file https://api.github.com/repos/kaizhu256/node-github-crud/contents/test/hello.build.alpha.v0.12.9.txt","distinct":true,"url":"https://api.github.com/repos/kaizhu256/node-github-crud/commits/5a29b9bdd0e46a3aaec779af5e191a8ec37feac4"}]}
{ "id": 34610048, "name": "kaizhu256/node-github-crud", "url": "https://api.github.com/repos/kaizhu256/node-github-crud" }
{ "id": 280571, "login": "kaizhu256", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/280571?", "url": "https://api.github.com/users/kaizhu256" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-15T17:33:46
3533299444
null
PushEvent
true
{"push_id":1457769161,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"f06b0d7e00a5fbe17767c76c150a191ebeec0015","before":"90e7c023fdd6b915109bce1323556e8368e4e91b","commits":[{"sha":"f06b0d7e00a5fbe17767c76c150a191ebeec0015","author":{"name":"luca","email":"[email protected]"},"message":"fix javadoc","distinct":true,"url":"https://api.github.com/repos/claudio-unipv/Progetto-I/commits/f06b0d7e00a5fbe17767c76c150a191ebeec0015"}]}
{ "id": 53950757, "name": "claudio-unipv/Progetto-I", "url": "https://api.github.com/repos/claudio-unipv/Progetto-I" }
{ "id": 17254471, "login": "A7F", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17254471?", "url": "https://api.github.com/users/A7F" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-15T12:17:39
5026357712
{"actor":{"display_login":"A7F"}}
PushEvent
true
{"push_id":1093052633,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c6061a93018eb8c91ea34260e52a53a835ee7450","before":"bb7deb9d1cdf9d31c17c945381fabc6df2160aae","commits":[{"sha":"c6061a93018eb8c91ea34260e52a53a835ee7450","author":{"email":"[email protected]","name":"Andrea Mazzarella"},"message":"Solve challenge 2:2","distinct":true,"url":"https://api.github.com/repos/andreamazza89/ruby-kickstart/commits/c6061a93018eb8c91ea34260e52a53a835ee7450"}]}
{ "id": 57871112, "name": "andreamazza89/ruby-kickstart", "url": "https://api.github.com/repos/andreamazza89/ruby-kickstart" }
{ "id": 16692471, "login": "andreamazza89", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16692471?", "url": "https://api.github.com/users/andreamazza89" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-02T14:52:12
3961899659
null
PushEvent
true
{"push_id":1412093730,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"41537314fc922e66e9c593f6d4aa5bb75b0806ba","before":"a518b57194432af7d083062e2f4513238eb2391c","commits":[{"sha":"41537314fc922e66e9c593f6d4aa5bb75b0806ba","author":{"name":"[email protected]","email":"[email protected]"},"message":"1","distinct":true,"url":"https://api.github.com/repos/jiangchao0304/bond-spider/commits/41537314fc922e66e9c593f6d4aa5bb75b0806ba"}]}
{ "id": 74123490, "name": "jiangchao0304/bond-spider", "url": "https://api.github.com/repos/jiangchao0304/bond-spider" }
{ "id": 6456077, "login": "jiangchao0304", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6456077?", "url": "https://api.github.com/users/jiangchao0304" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-19T14:23:43
4894849672
{"actor":{"display_login":"jiangchao0304"}}
PushEvent
true
{"push_id":973323890,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"98fd0c0adc6e734a0b749b441c861c5e7c7c8cc1","before":"a4cf9bde714a6cd6fc76654661296bd565f20f7f","commits":[{"sha":"98fd0c0adc6e734a0b749b441c861c5e7c7c8cc1","author":{"email":"[email protected]","name":"Sébastien CAPARROS"},"message":"More colorschemes","distinct":true,"url":"https://api.github.com/repos/Seb-C/vim-config/commits/98fd0c0adc6e734a0b749b441c861c5e7c7c8cc1"}]}
{ "id": 51018785, "name": "Seb-C/vim-config", "url": "https://api.github.com/repos/Seb-C/vim-config" }
{ "id": 2553075, "login": "Seb-C", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2553075?", "url": "https://api.github.com/users/Seb-C" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-11T13:59:43
3633279860
null
PushEvent
true
{"push_id":1217231562,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"b6f7fb28c9f60551bf439d2a9520441c89134646","before":"7939bf525aea42af8f551fccffb4846b491fe2e9","commits":[{"sha":"b6f7fb28c9f60551bf439d2a9520441c89134646","author":{"name":"Osman Yılmaz","email":"[email protected]"},"message":"updated\n\nAdres Onay ,Ödeme ve miniSepet eklendi , bazı hatalar giderildi","distinct":true,"url":"https://api.github.com/repos/ozmn90/eTicaretKitap/commits/b6f7fb28c9f60551bf439d2a9520441c89134646"}]}
{ "id": 63639458, "name": "ozmn90/eTicaretKitap", "url": "https://api.github.com/repos/ozmn90/eTicaretKitap" }
{ "id": 20465680, "login": "ozmn90", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/20465680?", "url": "https://api.github.com/users/ozmn90" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-24T12:38:49
4319057370
{"actor":{"display_login":"ozmn90"}}
PushEvent
true
{"push_id":1221211005,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"f46b9550a25af0a077e51f092c862ee2583f832b","before":"c4e38c6405ced8d4fe1cff04767af95dfaf04093","commits":[{"sha":"f46b9550a25af0a077e51f092c862ee2583f832b","author":{"name":"Jonathan Light","email":"03a0f2989006ab4ff192635b90721a2e7a81ed08@users.noreply.github.com"},"message":"Update README.md","distinct":true,"url":"https://api.github.com/repos/Altefore/RobotLibrary/commits/f46b9550a25af0a077e51f092c862ee2583f832b"}]}
{ "id": 64255692, "name": "Altefore/RobotLibrary", "url": "https://api.github.com/repos/Altefore/RobotLibrary" }
{ "id": 7140546, "login": "Altefore", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/7140546?", "url": "https://api.github.com/users/Altefore" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-26T21:25:14
4330873442
{"actor":{"display_login":"Altefore"}}
PushEvent
true
{"push_id":1039578207,"size":1,"distinct_size":0,"ref":"refs/heads/gh-pages","head":"96e008fb15a16d2d7e16f8eb1875e6e1cf2a7db5","before":"cd9cf256e464f2be0408a45f65922c5eab3ae95f","commits":[{"sha":"96e008fb15a16d2d7e16f8eb1875e6e1cf2a7db5","author":{"email":"[email protected]","name":"TommyCakes"},"message":"Added side-nav-push menu","distinct":false,"url":"https://api.github.com/repos/TommyCakes/breaking-reality/commits/96e008fb15a16d2d7e16f8eb1875e6e1cf2a7db5"}]}
{ "id": 54667795, "name": "TommyCakes/breaking-reality", "url": "https://api.github.com/repos/TommyCakes/breaking-reality" }
{ "id": 12416379, "login": "TommyCakes", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/12416379?", "url": "https://api.github.com/users/TommyCakes" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-28T10:10:19
3814014570
null
PushEvent
true
{"push_id":1461946798,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"b89c317617307405e113e3d36e2dcba18a0f21c3","before":"1236570eec99a14fe6394fad668df478b130ec94","commits":[{"sha":"b89c317617307405e113e3d36e2dcba18a0f21c3","author":{"name":"[email protected]","email":"[email protected]"},"message":"openshift conf files","distinct":true,"url":"https://api.github.com/repos/luisamorim/springbootReact/commits/b89c317617307405e113e3d36e2dcba18a0f21c3"}]}
{ "id": 76774194, "name": "luisamorim/springbootReact", "url": "https://api.github.com/repos/luisamorim/springbootReact" }
{ "id": 1746977, "login": "luisamorim", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1746977?", "url": "https://api.github.com/users/luisamorim" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-18T10:06:59
5038555417
{"actor":{"display_login":"luisamorim"}}
PushEvent
true
{"push_id":1307321318,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"f1b8711aafb4673032c3f07b78c10017225366ed","before":"b29f0a2227c92e77bd6377d7e1589bf544d95e65","commits":[{"sha":"f1b8711aafb4673032c3f07b78c10017225366ed","author":{"name":"Loc Nguyen","email":"[email protected]"},"message":"second commit","distinct":true,"url":"https://api.github.com/repos/LocNguyen21011990/zwilling/commits/f1b8711aafb4673032c3f07b78c10017225366ed"}]}
{ "id": 68684216, "name": "LocNguyen21011990/zwilling", "url": "https://api.github.com/repos/LocNguyen21011990/zwilling" }
{ "id": 22194537, "login": "LocNguyen21011990", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/22194537?", "url": "https://api.github.com/users/LocNguyen21011990" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-20T11:44:57
4589113773
{"actor":{"display_login":"LocNguyen21011990"}}
PushEvent
true
{"push_id":1437739583,"size":2,"distinct_size":2,"ref":"refs/heads/master","head":"bce5b6182970ced77bbcb000b26f18d40c640bc5","before":"64ff9203b3f2071bb9a4753c651465cb791965d6","commits":[{"sha":"77d22a2f703606d8e98a17ec7c47f56be3b8eda9","author":{"name":"Samuel P. Fellers","email":"[email protected]"},"message":"Commit addBook","distinct":true,"url":"https://api.github.com/repos/spfellers/addBook/commits/77d22a2f703606d8e98a17ec7c47f56be3b8eda9"},{"sha":"bce5b6182970ced77bbcb000b26f18d40c640bc5","author":{"name":"Samuel P. Fellers","email":"[email protected]"},"message":"Commit addBook","distinct":true,"url":"https://api.github.com/repos/spfellers/addBook/commits/bce5b6182970ced77bbcb000b26f18d40c640bc5"}]}
{ "id": 74170505, "name": "spfellers/addBook", "url": "https://api.github.com/repos/spfellers/addBook" }
{ "id": 6003754, "login": "spfellers", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6003754?", "url": "https://api.github.com/users/spfellers" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-05T05:22:25
4967534404
{"actor":{"display_login":"spfellers"}}
PushEvent
true
{"push_id":984433896,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"4cd113fc14a29a175721af499bc35d4a718dd0f2","before":"4dd47d070a7c5b19e6d590b7b1be76ae83f5b790","commits":[{"sha":"4cd113fc14a29a175721af499bc35d4a718dd0f2","author":{"email":"[email protected]","name":"haihuiling"},"message":"Delete README.md","distinct":true,"url":"https://api.github.com/repos/haihuiling/wechat-kindle/commits/4cd113fc14a29a175721af499bc35d4a718dd0f2"}]}
{ "id": 52063605, "name": "haihuiling/wechat-kindle", "url": "https://api.github.com/repos/haihuiling/wechat-kindle" }
{ "id": 13796299, "login": "haihuiling", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/13796299?", "url": "https://api.github.com/users/haihuiling" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-19T08:49:34
3663843835
null
PushEvent
true
{"push_id":1323433870,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"d74933992e196c6c7acc24934dead6385d474f42","before":"f17a569fb38d3e20a92274e9ccff8b2592c6b828","commits":[{"sha":"d74933992e196c6c7acc24934dead6385d474f42","author":{"name":"Jaskaran Singh","email":"[email protected]"},"message":"Updated C# samples to show how to add codes against records.","distinct":true,"url":"https://api.github.com/repos/Medelinked/API/commits/d74933992e196c6c7acc24934dead6385d474f42"}]}
{ "id": 53776968, "name": "Medelinked/API", "url": "https://api.github.com/repos/Medelinked/API" }
{ "id": 16595296, "login": "Medelinked", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16595296?", "url": "https://api.github.com/users/Medelinked" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-29T11:22:00
4636602483
{"actor":{"display_login":"Medelinked"}}
PushEvent
true
{"push_id":1198504084,"size":1,"distinct_size":1,"ref":"refs/heads/dev","head":"24e2e1b06b3fd2ea49c5e60b54929526fc56dc1c","before":"e60b519c18e98c2686fa6f25723dfc119a550b71","commits":[{"sha":"24e2e1b06b3fd2ea49c5e60b54929526fc56dc1c","author":{"name":"BlueFisher","email":"[email protected]"},"message":"全面开启心跳包功能","distinct":true,"url":"https://api.github.com/repos/BlueFisher/YummyOnline/commits/24e2e1b06b3fd2ea49c5e60b54929526fc56dc1c"}]}
{ "id": 56777487, "name": "BlueFisher/YummyOnline", "url": "https://api.github.com/repos/BlueFisher/YummyOnline" }
{ "id": 6104460, "login": "BlueFisher", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6104460?", "url": "https://api.github.com/users/BlueFisher" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-12T01:44:21
4263608267
{"actor":{"display_login":"BlueFisher"}}
PushEvent
true
{"push_id":1035379744,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"dd804f3956cbef447d199bbb271afd0f81ba4574","before":"263f30612ca913279cd9ff36762935142846d914","commits":[{"sha":"dd804f3956cbef447d199bbb271afd0f81ba4574","author":{"email":"[email protected]","name":"lijunqia"},"message":"20160324","distinct":true,"url":"https://api.github.com/repos/lijunqia/weizan/commits/dd804f3956cbef447d199bbb271afd0f81ba4574"}]}
{ "id": 44156918, "name": "lijunqia/weizan", "url": "https://api.github.com/repos/lijunqia/weizan" }
{ "id": 2240816, "login": "lijunqia", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2240816?", "url": "https://api.github.com/users/lijunqia" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-24T10:15:06
3803083970
null
PushEvent
true
{"push_id":1100263902,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"555e75d0bc27f2886605a7deca372bf7b1f26c9a","before":"274b9b3206505cfd6fc07191bacb394b5f124e2c","commits":[{"sha":"555e75d0bc27f2886605a7deca372bf7b1f26c9a","author":{"email":"[email protected]","name":"shotgun33"},"message":"GIT CloneShare Commit","distinct":true,"url":"https://api.github.com/repos/shotgun33/shotgun33.github.io/commits/555e75d0bc27f2886605a7deca372bf7b1f26c9a"}]}
{ "id": 58195548, "name": "shotgun33/shotgun33.github.io", "url": "https://api.github.com/repos/shotgun33/shotgun33.github.io" }
{ "id": 18553665, "login": "shotgun33", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18553665?", "url": "https://api.github.com/users/shotgun33" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-06T16:37:58
3982440366
null
PushEvent
true
{"push_id":1449525118,"size":1,"distinct_size":1,"ref":"refs/heads/feature/video-placement","head":"427487ec65c5c888e5021eff1ba0e9a8e648fe1a","before":"f36dc818c64af6667a5357639f8a134411592ff6","commits":[{"sha":"427487ec65c5c888e5021eff1ba0e9a8e648fe1a","author":{"name":"Ayman AlThawadi","email":"[email protected]"},"message":"Updated 'index.html' via CloudCannon","distinct":true,"url":"https://api.github.com/repos/PadsterReynolds/meem-gib/commits/427487ec65c5c888e5021eff1ba0e9a8e648fe1a"}]}
{ "id": 46237449, "name": "PadsterReynolds/meem-gib", "url": "https://api.github.com/repos/PadsterReynolds/meem-gib" }
{ "id": 12169775, "login": "PadsterReynolds", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/12169775?", "url": "https://api.github.com/users/PadsterReynolds" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-11T07:26:58
5002136175
{"actor":{"display_login":"PadsterReynolds"}}
PushEvent
true
{"push_id":1429571043,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"f49c71b296ff218c9a651f602e1c22bc99526b83","before":"a079f875b5918cb549345719e4d193b55721b1c0","commits":[{"sha":"f49c71b296ff218c9a651f602e1c22bc99526b83","author":{"name":"Nitish Bali","email":"[email protected]"},"message":"json for dashboard","distinct":true,"url":"https://api.github.com/repos/dearmurali/clearbank/commits/f49c71b296ff218c9a651f602e1c22bc99526b83"}]}
{ "id": 73446253, "name": "dearmurali/clearbank", "url": "https://api.github.com/repos/dearmurali/clearbank" }
{ "id": 23378583, "login": "dearmurali", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/23378583?", "url": "https://api.github.com/users/dearmurali" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-30T06:53:39
4944255770
{"actor":{"display_login":"dearmurali"}}
PushEvent
true
{"push_id":1473954395,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"aa1c1d86a2bf63857d71ed292083f2e819f0711e","before":"6f647cdc9756b6cb1ab65872a955c7af721aee1b","commits":[{"sha":"aa1c1d86a2bf63857d71ed292083f2e819f0711e","author":{"name":"GINBQS\\gin_bqs","email":"[email protected]"},"message":"transaksi model","distinct":true,"url":"https://api.github.com/repos/zilkipradita/e2L1N12/commits/aa1c1d86a2bf63857d71ed292083f2e819f0711e"}]}
{ "id": 69523654, "name": "zilkipradita/e2L1N12", "url": "https://api.github.com/repos/zilkipradita/e2L1N12" }
{ "id": 15645440, "login": "ginbqs", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/15645440?", "url": "https://api.github.com/users/ginbqs" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-27T07:51:23
5073301177
{"actor":{"display_login":"ginbqs"}}
PushEvent
true
{"push_id":1392320933,"size":1,"distinct_size":1,"ref":"refs/heads/astropy-time-convert","head":"5d63389e30321f07ecdbc4280a82dc8a6230df8d","before":"32829101a2e5d66cf93c333d8e8a7dd6737a152b","commits":[{"sha":"5d63389e30321f07ecdbc4280a82dc8a6230df8d","author":{"name":"Tim Staley","email":"[email protected]"},"message":"WIP: Implement routine for parsing TDB timescale ISOTimes.\n\nTo do: Document additional astropy dep and new functionality in changelog,\ntag and release.","distinct":true,"url":"https://api.github.com/repos/timstaley/voevent-parse/commits/5d63389e30321f07ecdbc4280a82dc8a6230df8d"}]}
{ "id": 6765746, "name": "timstaley/voevent-parse", "url": "https://api.github.com/repos/timstaley/voevent-parse" }
{ "id": 1352905, "login": "timstaley", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1352905?", "url": "https://api.github.com/users/timstaley" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-08T20:55:27
4836883035
{"actor":{"display_login":"timstaley"}}
PushEvent
true
{"push_id":947865106,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"49e324e57889758d57af528e91245c67563aebbb","before":"de03688c9267ff12720957bad5bd3a09a08ddb60","commits":[{"sha":"49e324e57889758d57af528e91245c67563aebbb","author":{"email":"[email protected]","name":"Kevin Risden"},"message":"limit depth of travis git clones","distinct":true,"url":"https://api.github.com/repos/risdenk/lucene-solr/commits/49e324e57889758d57af528e91245c67563aebbb"}]}
{ "id": 50294541, "name": "risdenk/lucene-solr", "url": "https://api.github.com/repos/risdenk/lucene-solr" }
{ "id": 3384157, "login": "risdenk", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3384157?", "url": "https://api.github.com/users/risdenk" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-24T18:10:57
3562694560
null
PushEvent
true
{"push_id":1395088710,"size":385,"distinct_size":385,"ref":"refs/heads/master","head":"ab45b74da6050b067c7d5ca1e22c193de05df98d","before":"1b5d4fc48512e8da01a4d3634a310c4cd3b5d49e","commits":[{"sha":"e722f71fc1127dd7b3a9a172de01635d453426a0","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Convert docstrings for pooling tests to normal comments.\n\nThe unittest framework printed the docstrings instead of the function\nname, but this was not very helpful in identifying the tests.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/e722f71fc1127dd7b3a9a172de01635d453426a0"},{"sha":"172e699ce70193879fead3aeffa47185836f81a9","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"gpuarray.mode_without_gpu should also exclude gpu.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/172e699ce70193879fead3aeffa47185836f81a9"},{"sha":"a16e91f7933e20b1ae77c1d43f8278af9333f2ab","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"theano.tensor.signal.Pool with 3D support.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/a16e91f7933e20b1ae77c1d43f8278af9333f2ab"},{"sha":"3cc0686e67d8986f4db1cabbae5336598eeb777c","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Add comments to pooling opts.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/3cc0686e67d8986f4db1cabbae5336598eeb777c"},{"sha":"eaf8e90979832a552cc0995c19cbdf1d170cd844","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Assert input.ndim == 5 in pool3d2d reference.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/eaf8e90979832a552cc0995c19cbdf1d170cd844"},{"sha":"3e4c6b97a44ed08926aad5751914e4ebce39693c","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Remove cast_to_output_type=False (the default).","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/3e4c6b97a44ed08926aad5751914e4ebce39693c"},{"sha":"d39be7597b3dada57c4e2ede2de692c76705ecf1","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Address minor comments.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/d39be7597b3dada57c4e2ede2de692c76705ecf1"},{"sha":"d9a66a7d08418ae1719358b2e3452f5c1478ca5d","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"pad_dims examples, and keep as many dimensions as possible.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/d9a66a7d08418ae1719358b2e3452f5c1478ca5d"},{"sha":"e1528269510db1db1434b9b135c9d77ad7dbf92e","author":{"name":"AdeB","email":"[email protected]"},"message":"Log sum exp optimization for numerical stability","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/e1528269510db1db1434b9b135c9d77ad7dbf92e"},{"sha":"b8fffd758998c82590a3391efbeb8b2bcdc9bbb6","author":{"name":"AdeB","email":"[email protected]"},"message":"Adds two tests for local_log_sum_exp optimization","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/b8fffd758998c82590a3391efbeb8b2bcdc9bbb6"},{"sha":"8150bbd35509f9aea78e2c0532414dc4574a5a9c","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Revert \"gpuarray.mode_without_gpu should also exclude gpu.\"\n\nThis reverts commit 172e699ce70193879fead3aeffa47185836f81a9.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/8150bbd35509f9aea78e2c0532414dc4574a5a9c"},{"sha":"19c1624f943b31570d56efff9bb9299ead07d3b6","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Update gpuarray/cuda pooling tests.\n\nNow use the CPU implementation as the reference (and other changes).","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/19c1624f943b31570d56efff9bb9299ead07d3b6"},{"sha":"39a5efab5dba0d3944b73d392adc0a1b655e0047","author":{"name":"AdeB","email":"[email protected]"},"message":"log_sum_exp opt: no more equilibrium so that it is only applied once","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/39a5efab5dba0d3944b73d392adc0a1b655e0047"},{"sha":"f5a51eaa1848749b2a5338998023f9ff41b9938e","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"GpuDnnBatchNorm now accepts 5d inputs.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/f5a51eaa1848749b2a5338998023f9ff41b9938e"},{"sha":"7fa590952c8ec15a961d6e77fa959ca4c2ed7ba5","author":{"name":"Faruk Ahmed","email":"[email protected]"},"message":"removal in link","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/7fa590952c8ec15a961d6e77fa959ca4c2ed7ba5"},{"sha":"3c755c695c90a8462a28e95c234c54d46213e719","author":{"name":"Faruk Ahmed","email":"[email protected]"},"message":"ifelse - inherit from Op, rename make_thunk to make_py_thunk; scan - added make_py_thunk func","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/3c755c695c90a8462a28e95c234c54d46213e719"},{"sha":"1245e3c6be529a79d3cc1ea469283ccda818c998","author":{"name":"Faruk Ahmed","email":"[email protected]"},"message":"forgot to add PEP8 corrected link.py","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/1245e3c6be529a79d3cc1ea469283ccda818c998"},{"sha":"ca40ef22780af6d281062470dcb8d1c547cd534d","author":{"name":"Faruk Ahmed","email":"[email protected]"},"message":"other places","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/ca40ef22780af6d281062470dcb8d1c547cd534d"},{"sha":"f9aa61779f7994c58e868be039d34e191e6b0a1a","author":{"name":"Gijs van Tulder","email":"[email protected]"},"message":"Fix pooling documentation.","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/f9aa61779f7994c58e868be039d34e191e6b0a1a"},{"sha":"8f5e482118d9918000925061436188fce8a7e1ca","author":{"name":"carriepl","email":"[email protected]"},"message":"Add Scan-with-checkpoint function","distinct":true,"url":"https://api.github.com/repos/yobajnin/Theano/commits/8f5e482118d9918000925061436188fce8a7e1ca"}]}
{ "id": 70639767, "name": "yobajnin/Theano", "url": "https://api.github.com/repos/yobajnin/Theano" }
{ "id": 9635725, "login": "yobajnin", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/9635725?", "url": "https://api.github.com/users/yobajnin" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-10T06:17:24
4845066706
{"actor":{"display_login":"yobajnin"}}
PushEvent
true
{"push_id":1366234803,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"64bad556ec1d28cca4cdf045cc8303c3424a0ad9","before":"6786fda8869872a0c9a30123aa1572e8105c5b8e","commits":[{"sha":"64bad556ec1d28cca4cdf045cc8303c3424a0ad9","author":{"name":"Mitchell Dowd","email":"[email protected]"},"message":"Check registry for location of jvm.dll.","distinct":true,"url":"https://api.github.com/repos/mitchdowd/jnipp/commits/64bad556ec1d28cca4cdf045cc8303c3424a0ad9"}]}
{ "id": 71559297, "name": "mitchdowd/jnipp", "url": "https://api.github.com/repos/mitchdowd/jnipp" }
{ "id": 18898574, "login": "mitchdowd", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18898574?", "url": "https://api.github.com/users/mitchdowd" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-10-25T05:47:00
4760895873
{"actor":{"display_login":"mitchdowd"}}
PushEvent
true
{"push_id":1067033081,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"75ad571d31fa72add827a6a4f029cdc40796bb3e","before":"b4bdf79d136f081c53baddd1443177b0930eba16","commits":[{"sha":"75ad571d31fa72add827a6a4f029cdc40796bb3e","author":{"email":"c4c0d0b233bed3d7551b89274387bf530cf6e317","name":"Chinnu"},"message":"First commit","distinct":true,"url":"https://api.github.com/repos/kprakasht/lili-twits/commits/75ad571d31fa72add827a6a4f029cdc40796bb3e"}]}
{ "id": 56259759, "name": "kprakasht/lili-twits", "url": "https://api.github.com/repos/kprakasht/lili-twits" }
{ "id": 16700589, "login": "kprakasht", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16700589?", "url": "https://api.github.com/users/kprakasht" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-14T18:20:21
3890262390
null
PushEvent
true
{"push_id":1007184823,"size":3,"distinct_size":3,"ref":"refs/heads/master","head":"7d53ad94c40bd929b858fc2ba28975379814fb90","before":"ffdcf4a52556231d6b5a06f3ca8c192fabd683c7","commits":[{"sha":"74bf2c69342a1543d5f525e231403d3adf04d2ec","author":{"email":"[email protected]","name":"Allmantool"},"message":"04.02.2016 W","distinct":true,"url":"https://api.github.com/repos/Allmantool/Railway/commits/74bf2c69342a1543d5f525e231403d3adf04d2ec"},{"sha":"54d7d2db1f64884516179cec273cc6d85195cdf9","author":{"email":"[email protected]","name":"Allmantool"},"message":"05.02.2016 W","distinct":true,"url":"https://api.github.com/repos/Allmantool/Railway/commits/54d7d2db1f64884516179cec273cc6d85195cdf9"},{"sha":"7d53ad94c40bd929b858fc2ba28975379814fb90","author":{"email":"[email protected]","name":"Allmantool"},"message":"05.02.2016 W","distinct":true,"url":"https://api.github.com/repos/Allmantool/Railway/commits/7d53ad94c40bd929b858fc2ba28975379814fb90"}]}
{ "id": 48733168, "name": "Allmantool/Railway", "url": "https://api.github.com/repos/Allmantool/Railway" }
{ "id": 16443259, "login": "Allmantool", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16443259?", "url": "https://api.github.com/users/Allmantool" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-05T13:03:58
3726176102
null
PushEvent
true
{"push_id":1288337058,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"e725c53c7d646cf807a35e9b499f984a26961acc","before":"5cebc810ee220d56e30734853d0eaa402aede491","commits":[{"sha":"e725c53c7d646cf807a35e9b499f984a26961acc","author":{"name":"androidjdx","email":"[email protected]"},"message":"Update menu2.json\n\n修改JSON","distinct":true,"url":"https://api.github.com/repos/androidjdx/smile/commits/e725c53c7d646cf807a35e9b499f984a26961acc"}]}
{ "id": 67585109, "name": "androidjdx/smile", "url": "https://api.github.com/repos/androidjdx/smile" }
{ "id": 9346659, "login": "androidjdx", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/9346659?", "url": "https://api.github.com/users/androidjdx" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-08T08:02:47
4532425553
{"actor":{"display_login":"androidjdx"}}
PushEvent
true
{"push_id":1008070407,"size":1,"distinct_size":1,"ref":"refs/heads/gh-pages","head":"238294cad6f7a3fa9247ddbcfdb7d39c70fb9346","before":"eb5979b0f512d937a3ee2ac142db38b5a4d801c4","commits":[{"sha":"238294cad6f7a3fa9247ddbcfdb7d39c70fb9346","author":{"email":"[email protected]","name":"Tyler Rhodes"},"message":"Updated website","distinct":true,"url":"https://api.github.com/repos/trhodeos/yard-ghpages/commits/238294cad6f7a3fa9247ddbcfdb7d39c70fb9346"}]}
{ "id": 9335027, "name": "trhodeos/yard-ghpages", "url": "https://api.github.com/repos/trhodeos/yard-ghpages" }
{ "id": 767526, "login": "trhodeos", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/767526?", "url": "https://api.github.com/users/trhodeos" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-06T19:32:35
3728156247
null
PushEvent
true
{"push_id":975258664,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c77680ad78413ab7f8f12458e1e29efe75bc0de8","before":"ce729ec7506d45acfe1f59ae76b57f22ad4cfa11","commits":[{"sha":"c77680ad78413ab7f8f12458e1e29efe75bc0de8","author":{"email":"[email protected]","name":"Titus Wormer"},"message":"Add support for `list`, `matrix` of attachers","distinct":true,"url":"https://api.github.com/repos/wooorm/attach-ware/commits/c77680ad78413ab7f8f12458e1e29efe75bc0de8"}]}
{ "id": 39788797, "name": "wooorm/attach-ware", "url": "https://api.github.com/repos/wooorm/attach-ware" }
{ "id": 944406, "login": "wooorm", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/944406?", "url": "https://api.github.com/users/wooorm" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-12T16:42:27
3638753647
null
PushEvent
true
{"push_id":1142950359,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c96e035831dec8891c2d7b36d13239e93b06fb48","before":"ee7b1a15b4ec81131484cbaae7de8716617fe095","commits":[{"sha":"c96e035831dec8891c2d7b36d13239e93b06fb48","author":{"name":"staceysze","email":"[email protected]"},"message":"Second Commit","distinct":true,"url":"https://api.github.com/repos/staceysze/TechTalentPipeline/commits/c96e035831dec8891c2d7b36d13239e93b06fb48"}]}
{ "id": 60363893, "name": "staceysze/TechTalentPipeline", "url": "https://api.github.com/repos/staceysze/TechTalentPipeline" }
{ "id": 16693623, "login": "staceysze", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16693623?", "url": "https://api.github.com/users/staceysze" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-03T18:12:28
4101006699
{"actor":{"display_login":"staceysze"}}
PushEvent
true
{"push_id":1237094976,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"ee05283a639621dbdf035547d291de18bcc32395","before":"9c903b0125fcb989e4367373ca86ee6b704fe5d5","commits":[{"sha":"ee05283a639621dbdf035547d291de18bcc32395","author":{"name":"takari-looper","email":"[email protected]"},"message":"Committed New File","distinct":true,"url":"https://api.github.com/repos/takari-looper/maven-project-simple-1470413777245/commits/ee05283a639621dbdf035547d291de18bcc32395"}]}
{ "id": 65032463, "name": "takari-looper/maven-project-simple-1470413777245", "url": "https://api.github.com/repos/takari-looper/maven-project-simple-1470413777245" }
{ "id": 18583812, "login": "takari-looper", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18583812?", "url": "https://api.github.com/users/takari-looper" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-05T16:16:28
4379006613
{"actor":{"display_login":"takari-looper"}}
PushEvent
true
{"push_id":933940971,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"501afcd02016a78cf7e4bb00b2c8601c6d7acc2d","before":"22c2d92db5b161d0b933801a78dce73c887ca72a","commits":[{"sha":"501afcd02016a78cf7e4bb00b2c8601c6d7acc2d","author":{"email":"7a613a7c8e3fef03b01979b85b1a6ca83427d1f7@mbp-dgoj.fios-router.home","name":"Dominik Goj"},"message":"Dominik Goj's google search page solution","distinct":true,"url":"https://api.github.com/repos/booyakuhhsha/curriculum/commits/501afcd02016a78cf7e4bb00b2c8601c6d7acc2d"}]}
{ "id": 49598161, "name": "booyakuhhsha/curriculum", "url": "https://api.github.com/repos/booyakuhhsha/curriculum" }
{ "id": 16477044, "login": "booyakuhhsha", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16477044?", "url": "https://api.github.com/users/booyakuhhsha" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-13T20:18:43
3524947035
null
PushEvent
true
{"push_id":1354333647,"size":8,"distinct_size":8,"ref":"refs/heads/master","head":"4e4044f12f27b8d5c3c18c452ba3d755de664c2e","before":"58c26029f7c514af0da6a5bda31fda6cfa9fcf0a","commits":[{"sha":"a40b18ba56ecda0edaf859d56ec7f4437b678285","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Initial commit\n\nCopy/paste ipython notebook, add imports and fix quotes.","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/a40b18ba56ecda0edaf859d56ec7f4437b678285"},{"sha":"bfd54289086104b7ae3a52218d8bf6d4a019eecd","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Add proper setup to run","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/bfd54289086104b7ae3a52218d8bf6d4a019eecd"},{"sha":"ff520dfb34c2cfd206bb4efe1eaf5d636f43ac04","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Remove annealing test","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/ff520dfb34c2cfd206bb4efe1eaf5d636f43ac04"},{"sha":"4c4464900485741a5646516ba41469ba11ce8c93","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Load image peaks","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/4c4464900485741a5646516ba41469ba11ce8c93"},{"sha":"4e8f82ee3762229690f22b5fe072de52de675a2c","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Remove anneal_structure\n\nNever used.","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/4e8f82ee3762229690f22b5fe072de52de675a2c"},{"sha":"2a0d7975b6391a7110c39c3456cd34ac6681079d","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Fix PDB export\n\nUse correct coords variable name.","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/2a0d7975b6391a7110c39c3456cd34ac6681079d"},{"sha":"ec053112e50fe3ed5d7e66564b9a40782a509d63","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Import names only from cython\n\nAlso fixes random number passthrough.","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/ec053112e50fe3ed5d7e66564b9a40782a509d63"},{"sha":"4e4044f12f27b8d5c3c18c452ba3d755de664c2e","author":{"name":"Kai Wohlfahrt","email":"[email protected]"},"message":"Unused imports","distinct":true,"url":"https://api.github.com/repos/kwohlfahrt/nuc_dynamics/commits/4e4044f12f27b8d5c3c18c452ba3d755de664c2e"}]}
{ "id": 70687599, "name": "kwohlfahrt/nuc_dynamics", "url": "https://api.github.com/repos/kwohlfahrt/nuc_dynamics" }
{ "id": 2422454, "login": "kwohlfahrt", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/2422454?", "url": "https://api.github.com/users/kwohlfahrt" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-10-18T10:08:56
4726420815
{"actor":{"display_login":"kwohlfahrt"}}
PushEvent
true
{"push_id":1251499812,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"ffcd399ff9a407f6025845fedf9b8d4ae1f2094f","before":"b66f3adc7b9f5b20b8cda708347f34fa0aec4fa2","commits":[{"sha":"ffcd399ff9a407f6025845fedf9b8d4ae1f2094f","author":{"name":"renaldrozario","email":"[email protected]"},"message":"Uploaded","distinct":true,"url":"https://api.github.com/repos/renaldrozario/cfs-terraform/commits/ffcd399ff9a407f6025845fedf9b8d4ae1f2094f"}]}
{ "id": 65539871, "name": "renaldrozario/cfs-terraform", "url": "https://api.github.com/repos/renaldrozario/cfs-terraform" }
{ "id": 17566559, "login": "renaldrozario", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17566559?", "url": "https://api.github.com/users/renaldrozario" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-16T06:54:42
4423064581
{"actor":{"display_login":"renaldrozario"}}
PushEvent
true
{"push_id":1240364935,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"a9942d824539f4ad9c125846ab143b9aabba51b0","before":"62aa285e2722ede99399fce50ed4ec2ad8a4f1e4","commits":[{"sha":"a9942d824539f4ad9c125846ab143b9aabba51b0","author":{"name":"Rashna Razdan","email":"[email protected]"},"message":"anchor links fix","distinct":true,"url":"https://api.github.com/repos/rrazd/rrazd.github.com/commits/a9942d824539f4ad9c125846ab143b9aabba51b0"}]}
{ "id": 3038707, "name": "rrazd/rrazd.github.com", "url": "https://api.github.com/repos/rrazd/rrazd.github.com" }
{ "id": 900030, "login": "rrazd", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/900030?", "url": "https://api.github.com/users/rrazd" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-08T19:15:59
4388556862
{"actor":{"display_login":"rrazd"}}
PushEvent
true
{"push_id":1064343185,"size":1,"distinct_size":1,"ref":"refs/heads/pu_758p3_02","head":"476f05aa99b5575573ae904d4faad8642a4f7c98","before":"be49696f3cc107b019d4a00c5e985dc20e26df20","commits":[{"sha":"476f05aa99b5575573ae904d4faad8642a4f7c98","author":{"email":"[email protected]","name":"Yetkin"},"message":"fixed bug in ntuplizing","distinct":true,"url":"https://api.github.com/repos/yetkinyilmaz/cmssw/commits/476f05aa99b5575573ae904d4faad8642a4f7c98"}]}
{ "id": 11705733, "name": "yetkinyilmaz/cmssw", "url": "https://api.github.com/repos/yetkinyilmaz/cmssw" }
{ "id": 4980496, "login": "yetkinyilmaz", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4980496?", "url": "https://api.github.com/users/yetkinyilmaz" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-13T10:51:27
3882666760
null
PushEvent
true
{"push_id":1212811153,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"4e2a3aeec93022205088c806ce951546bb9bee9f","before":"152b77ead648f64649021170c2f569ac7a3e1c04","commits":[{"sha":"4e2a3aeec93022205088c806ce951546bb9bee9f","author":{"name":"e","email":"[email protected]"},"message":"JS","distinct":true,"url":"https://api.github.com/repos/mujin2013/jd/commits/4e2a3aeec93022205088c806ce951546bb9bee9f"}]}
{ "id": 63825650, "name": "mujin2013/jd", "url": "https://api.github.com/repos/mujin2013/jd" }
{ "id": 18170508, "login": "mujin2013", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18170508?", "url": "https://api.github.com/users/mujin2013" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-21T02:01:19
4306269797
{"actor":{"display_login":"mujin2013"}}
PushEvent
true
{"push_id":1325982437,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"d0805e03620c529c33dd906c96ecdbf39ed41b14","before":"084b7e8758a698bc11906546ed780a1c82af0de0","commits":[{"sha":"d0805e03620c529c33dd906c96ecdbf39ed41b14","author":{"name":"Lucia Cipolatti","email":"c98b9eb4225d0aaf57b95505619fc1b6507ab20b@Lucia"},"message":"Translated by Lucia Cipolatti","distinct":true,"url":"https://api.github.com/repos/TonyMiloro/Pr-cticas-Preprofesionales/commits/d0805e03620c529c33dd906c96ecdbf39ed41b14"}]}
{ "id": 62910707, "name": "TonyMiloro/Pr-cticas-Preprofesionales", "url": "https://api.github.com/repos/TonyMiloro/Pr-cticas-Preprofesionales" }
{ "id": 21181456, "login": "ABeltramino", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/21181456?", "url": "https://api.github.com/users/ABeltramino" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-30T15:31:35
4644149183
{"actor":{"display_login":"ABeltramino"}}
PushEvent
true
{"push_id":1360496943,"size":1,"distinct_size":1,"ref":"refs/heads/repoMetaTest","head":"94f4ec8c92e7bfbf836ea7ae14a71d3e325018cf","before":"d34cd37e19744739ca847dda956a319f5015b8f4","commits":[{"sha":"94f4ec8c92e7bfbf836ea7ae14a71d3e325018cf","author":{"name":"pbaffiliatetwoop","email":"[email protected]"},"message":"Test - Clear repository branch","distinct":true,"url":"https://api.github.com/repos/pbaffiliatetwoop/repoForTest/commits/94f4ec8c92e7bfbf836ea7ae14a71d3e325018cf"}]}
{ "id": 61786524, "name": "pbaffiliatetwoop/repoForTest", "url": "https://api.github.com/repos/pbaffiliatetwoop/repoForTest" }
{ "id": 10269519, "login": "pbaffiliatetwoop", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/10269519?", "url": "https://api.github.com/users/pbaffiliatetwoop" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-10-21T03:36:32
4744852318
{"actor":{"display_login":"pbaffiliatetwoop"}}
PushEvent
true
{"push_id":1064258122,"size":1,"distinct_size":1,"ref":"refs/heads/helloworld_v100_branch","head":"db163bd34d7c2053f621962b8c035544970bb903","before":"28cd3b9ac2e3f03a594d2356ee1d2383f8a0dd0f","commits":[{"sha":"db163bd34d7c2053f621962b8c035544970bb903","author":{"email":"[email protected]","name":"zzyong"},"message":"Update README.md\n\nfirst change","distinct":true,"url":"https://api.github.com/repos/zhiyongzou/HelloWorld/commits/db163bd34d7c2053f621962b8c035544970bb903"}]}
{ "id": 56140327, "name": "zhiyongzou/HelloWorld", "url": "https://api.github.com/repos/zhiyongzou/HelloWorld" }
{ "id": 18436091, "login": "zhiyongzou", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18436091?", "url": "https://api.github.com/users/zhiyongzou" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-13T09:53:11
3882437361
null
PushEvent
true
{"push_id":1402232728,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c9965c42711c5ecfd173f28b4a1a7141e34adb6e","before":"843a5defdd87de2f54b95698faa9ac55565cc21d","commits":[{"sha":"c9965c42711c5ecfd173f28b4a1a7141e34adb6e","author":{"name":"glynester","email":"[email protected]"},"message":"11 - Test and functionality to delete a restaurant.","distinct":true,"url":"https://api.github.com/repos/glynester/yelp-clone/commits/c9965c42711c5ecfd173f28b4a1a7141e34adb6e"}]}
{ "id": 73697076, "name": "glynester/yelp-clone", "url": "https://api.github.com/repos/glynester/yelp-clone" }
{ "id": 20479118, "login": "glynester", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/20479118?", "url": "https://api.github.com/users/glynester" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-14T20:04:08
4865189604
{"actor":{"display_login":"glynester"}}
PushEvent
true
{"push_id":1269168305,"size":3,"distinct_size":3,"ref":"refs/heads/master","head":"0f5babcae2996f613fccb75e1bb9dd2dff535bc4","before":"2ee200f89fab836f924f5622d15a8a2f6b0ce8d6","commits":[{"sha":"947ce937af6e194fdf2a211840acff527f24b266","author":{"name":"Fábio Ueno","email":"[email protected]"},"message":"[Exercise 11.9] Creating tasks\n\nCreated a Controller for tasks and JSPs for adding new tasks.","distinct":true,"url":"https://api.github.com/repos/FabioUeno/FJ21-Tarefas/commits/947ce937af6e194fdf2a211840acff527f24b266"},{"sha":"7872cb97ecbec25be64519a114acc940ac891cc7","author":{"name":"Fábio Ueno","email":"[email protected]"},"message":"[Exercise 11.12] Validating tasks\n\nBean Validation used in order to validate new tasks.","distinct":true,"url":"https://api.github.com/repos/FabioUeno/FJ21-Tarefas/commits/7872cb97ecbec25be64519a114acc940ac891cc7"},{"sha":"0f5babcae2996f613fccb75e1bb9dd2dff535bc4","author":{"name":"Fábio Ueno","email":"[email protected]"},"message":"[Exercise 11.14] Listing tasks\n\nTasks list done.","distinct":true,"url":"https://api.github.com/repos/FabioUeno/FJ21-Tarefas/commits/0f5babcae2996f613fccb75e1bb9dd2dff535bc4"}]}
{ "id": 66653718, "name": "FabioUeno/FJ21-Tarefas", "url": "https://api.github.com/repos/FabioUeno/FJ21-Tarefas" }
{ "id": 14273852, "login": "FabioUeno", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/14273852?", "url": "https://api.github.com/users/FabioUeno" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-26T15:08:49
4475977057
{"actor":{"display_login":"FabioUeno"}}
PushEvent
true
{"push_id":1178775537,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"b5c4c22cde5d0b01ca1aa13cffb449503de1fc9b","before":"bece277b06d04491bd1b6695a01a5144393548e9","commits":[{"sha":"b5c4c22cde5d0b01ca1aa13cffb449503de1fc9b","author":{"name":"li ming","email":"[email protected]"},"message":"add balance","distinct":true,"url":"https://api.github.com/repos/limitee/lot/commits/b5c4c22cde5d0b01ca1aa13cffb449503de1fc9b"}]}
{ "id": 54182771, "name": "limitee/lot", "url": "https://api.github.com/repos/limitee/lot" }
{ "id": 16256748, "login": "limitee", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16256748?", "url": "https://api.github.com/users/limitee" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-28T10:40:25
4204641901
{"actor":{"display_login":"limitee"}}
PushEvent
true
{"push_id":1148693376,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"744791d4acb81a4f0728d5f11353d066211f5cfc","before":"24cdd4297f86357df10fc633382dc3c493400aa3","commits":[{"sha":"744791d4acb81a4f0728d5f11353d066211f5cfc","author":{"name":"[sCRiPTz-TEAM]","email":"fa738c14112b2519b8bb7ad49c833e415ca53282@users.noreply.github.com"},"message":"uPdAtEd: 2016-06-08_06-45-02","distinct":true,"url":"https://api.github.com/repos/scriptzteam/BitTorrent_DHT/commits/744791d4acb81a4f0728d5f11353d066211f5cfc"}]}
{ "id": 41249359, "name": "scriptzteam/BitTorrent_DHT", "url": "https://api.github.com/repos/scriptzteam/BitTorrent_DHT" }
{ "id": 533180, "login": "scriptzteam", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/533180?", "url": "https://api.github.com/users/scriptzteam" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-08T04:45:06
4117013486
{"actor":{"display_login":"scriptzteam"}}
PushEvent
true
{"push_id":1461942109,"size":1,"distinct_size":1,"ref":"refs/heads/develop","head":"ae1ee528fa797d24f584b1be8ac232c4054148d6","before":"6e090b5ce97dbd7b784fadfa6c18ae12322faa9d","commits":[{"sha":"ae1ee528fa797d24f584b1be8ac232c4054148d6","author":{"name":"Mike Edwards","email":"[email protected]"},"message":"Added to support to the URL resolving that uses the item language and not the context language see issue 249","distinct":true,"url":"https://api.github.com/repos/mikeedwards83/Glass.Mapper/commits/ae1ee528fa797d24f584b1be8ac232c4054148d6"}]}
{ "id": 5798270, "name": "mikeedwards83/Glass.Mapper", "url": "https://api.github.com/repos/mikeedwards83/Glass.Mapper" }
{ "id": 123856, "login": "mikeedwards83", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/123856?", "url": "https://api.github.com/users/mikeedwards83" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-18T09:56:52
5038543753
{"actor":{"display_login":"mikeedwards83"}}
PushEvent
true
{"push_id":922054922,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"d8f5134272b97331fd824c6178a256d65d034c11","before":"935e04c97c2ebfbe257ed1ed3083210f76a9b2e1","commits":[{"sha":"d8f5134272b97331fd824c6178a256d65d034c11","author":{"email":"[email protected]","name":"mauroc8"},"message":"uní los \"tiles\"","distinct":true,"url":"https://api.github.com/repos/mauroc8/juego96/commits/d8f5134272b97331fd824c6178a256d65d034c11"}]}
{ "id": 48929585, "name": "mauroc8/juego96", "url": "https://api.github.com/repos/mauroc8/juego96" }
{ "id": 16363787, "login": "mauroc8", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16363787?", "url": "https://api.github.com/users/mauroc8" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-01-04T19:47:03
3492325855
null
PushEvent
true
{"push_id":1435817716,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"3797182b8d67272ed63062df9fe312ee82b262c5","before":"7abe84aa72cc5c4cf4f6ba2b6c5b3795989e6280","commits":[{"sha":"3797182b8d67272ed63062df9fe312ee82b262c5","author":{"name":"Jake Parker","email":"[email protected]"},"message":"Update README.md","distinct":true,"url":"https://api.github.com/repos/parkre/unstrip/commits/3797182b8d67272ed63062df9fe312ee82b262c5"}]}
{ "id": 68867501, "name": "parkre/unstrip", "url": "https://api.github.com/repos/parkre/unstrip" }
{ "id": 15026415, "login": "parkre", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/15026415?", "url": "https://api.github.com/users/parkre" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-03T00:52:07
4962852822
{"actor":{"display_login":"parkre"}}
PushEvent
true
{"push_id":1338365531,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"cd7ab34e9e2fa3d1467af6cd0e38cf793bcc3922","before":"d01a981ad919373681feed927e6b5a8ded3ad344","commits":[{"sha":"cd7ab34e9e2fa3d1467af6cd0e38cf793bcc3922","author":{"name":"K.Sravya","email":"[email protected]"},"message":"added hello program","distinct":true,"url":"https://api.github.com/repos/sravyakapalavai/gitremotedemo/commits/cd7ab34e9e2fa3d1467af6cd0e38cf793bcc3922"}]}
{ "id": 70309738, "name": "sravyakapalavai/gitremotedemo", "url": "https://api.github.com/repos/sravyakapalavai/gitremotedemo" }
{ "id": 22700942, "login": "sravyakapalavai", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/22700942?", "url": "https://api.github.com/users/sravyakapalavai" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-10-08T06:47:49
4680432480
{"actor":{"display_login":"sravyakapalavai"}}
PushEvent
true
{"push_id":1455028442,"size":1,"distinct_size":1,"ref":"refs/heads/struc","head":"f8c4fe3a15e8d8c13d5f9f98d3443196e784389a","before":"80e13ae0245c62e2c603ea19ac76c2206c240e29","commits":[{"sha":"f8c4fe3a15e8d8c13d5f9f98d3443196e784389a","author":{"name":"Justin Lee","email":"[email protected]"},"message":"fix bug can't show order when database is empty","distinct":true,"url":"https://api.github.com/repos/userjia/loganalyzer/commits/f8c4fe3a15e8d8c13d5f9f98d3443196e784389a"}]}
{ "id": 67018407, "name": "userjia/loganalyzer", "url": "https://api.github.com/repos/userjia/loganalyzer" }
{ "id": 13482036, "login": "userjia", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/13482036?", "url": "https://api.github.com/users/userjia" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-14T07:10:10
5018191477
{"actor":{"display_login":"userjia"}}
PushEvent
true
{"push_id":1162008807,"size":5,"distinct_size":5,"ref":"refs/heads/master","head":"b1565ff7b8745460825c4ea46799765d69230aa2","before":"5aceeba0ae3a3e78b078f08659d0e2c8e40ce79b","commits":[{"sha":"b904d4900aaa162234196a0dd410dcf5715c1dc3","author":{"name":"Caitlin","email":"[email protected]"},"message":"Merge pull request #4 from michaelshea88/master\n\nsome EDA on merged df, also added spray.csv","distinct":true,"url":"https://api.github.com/repos/michaelshea88/WestNilePrediction/commits/b904d4900aaa162234196a0dd410dcf5715c1dc3"},{"sha":"6f58241a665035e18d1511630fbf5b5109ff0375","author":{"name":"Caitlin","email":"[email protected]"},"message":"update merge code and save merged.csv","distinct":true,"url":"https://api.github.com/repos/michaelshea88/WestNilePrediction/commits/6f58241a665035e18d1511630fbf5b5109ff0375"},{"sha":"8524edf237d05f9425c221e3a8886add78d6a724","author":{"name":"Caitlin","email":"[email protected]"},"message":"update merge code and save merged.csv","distinct":true,"url":"https://api.github.com/repos/michaelshea88/WestNilePrediction/commits/8524edf237d05f9425c221e3a8886add78d6a724"},{"sha":"feddc07876fbfe2067887b62c6e0d642fc06863b","author":{"name":"Caitlin","email":"[email protected]"},"message":"add select k best with classification models","distinct":true,"url":"https://api.github.com/repos/michaelshea88/WestNilePrediction/commits/feddc07876fbfe2067887b62c6e0d642fc06863b"},{"sha":"b1565ff7b8745460825c4ea46799765d69230aa2","author":{"name":"Michael Shea","email":"[email protected]"},"message":"adding several files","distinct":true,"url":"https://api.github.com/repos/michaelshea88/WestNilePrediction/commits/b1565ff7b8745460825c4ea46799765d69230aa2"}]}
{ "id": 61065727, "name": "michaelshea88/WestNilePrediction", "url": "https://api.github.com/repos/michaelshea88/WestNilePrediction" }
{ "id": 18292743, "login": "michaelshea88", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18292743?", "url": "https://api.github.com/users/michaelshea88" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-16T14:16:37
4155203032
{"actor":{"display_login":"michaelshea88"}}
PushEvent
true
{"push_id":1294533273,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"ea193e5e376d3ea89e29c8656094e937ab2827e8","before":"247b9c7042d77665e7cd3d59ec980cdecf5c5f64","commits":[{"sha":"ea193e5e376d3ea89e29c8656094e937ab2827e8","author":{"name":"faroncoder","email":"[email protected]"},"message":"Configuring","distinct":true,"url":"https://api.github.com/repos/faroncoder/falcon-fly/commits/ea193e5e376d3ea89e29c8656094e937ab2827e8"}]}
{ "id": 34867322, "name": "faroncoder/falcon-fly", "url": "https://api.github.com/repos/faroncoder/falcon-fly" }
{ "id": 3174116, "login": "faroncoder", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3174116?", "url": "https://api.github.com/users/faroncoder" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-12T18:03:31
4550887269
{"actor":{"display_login":"faroncoder"}}
PushEvent
true
{"push_id":1220187559,"size":1,"distinct_size":1,"ref":"refs/heads/develop","head":"5d48e710ee1c51905e21feac9a50a8a7e4b889c1","before":"c30c2cac1561fa115e1bfda7c0dd0d9a133d4d5f","commits":[{"sha":"5d48e710ee1c51905e21feac9a50a8a7e4b889c1","author":{"name":"Kristof Coninx","email":"[email protected]"},"message":"Implemented Unit Tests for tumsim example initialization.","distinct":true,"url":"https://api.github.com/repos/KrisC369/BeSwarm/commits/5d48e710ee1c51905e21feac9a50a8a7e4b889c1"}]}
{ "id": 60554643, "name": "KrisC369/BeSwarm", "url": "https://api.github.com/repos/KrisC369/BeSwarm" }
{ "id": 1733486, "login": "KrisC369", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1733486?", "url": "https://api.github.com/users/KrisC369" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-26T11:36:50
4327708688
{"actor":{"display_login":"KrisC369"}}
PushEvent
true
{"push_id":1193661234,"size":1,"distinct_size":1,"ref":"refs/heads/gh-pages","head":"9c7035c81acfae37e975c9b0d4cdbb41f4eace2a","before":"394726341924a0cfdab3de4d53004c0b22e1e26a","commits":[{"sha":"9c7035c81acfae37e975c9b0d4cdbb41f4eace2a","author":{"name":"Tim JK Strickland","email":"[email protected]"},"message":"Update main.css","distinct":true,"url":"https://api.github.com/repos/TimJKStrickland/great-first-dates/commits/9c7035c81acfae37e975c9b0d4cdbb41f4eace2a"}]}
{ "id": 50002280, "name": "TimJKStrickland/great-first-dates", "url": "https://api.github.com/repos/TimJKStrickland/great-first-dates" }
{ "id": 6686451, "login": "TimJKStrickland", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6686451?", "url": "https://api.github.com/users/TimJKStrickland" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-07-07T23:24:41
4249334214
{"actor":{"display_login":"TimJKStrickland"}}
PushEvent
true
{"push_id":1259951208,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"cb398b73db0807637055fb78f58e441a77476ce8","before":"100e49d06ca04b3fec8a6dfface121f32d47dd9b","commits":[{"sha":"cb398b73db0807637055fb78f58e441a77476ce8","author":{"name":"shaanobney","email":"[email protected]"},"message":"ugh","distinct":true,"url":"https://api.github.com/repos/shaanobney/Test-Search/commits/cb398b73db0807637055fb78f58e441a77476ce8"}]}
{ "id": 66211392, "name": "shaanobney/Test-Search", "url": "https://api.github.com/repos/shaanobney/Test-Search" }
{ "id": 18297566, "login": "shaanobney", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/18297566?", "url": "https://api.github.com/users/shaanobney" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-21T19:18:01
4448146622
{"actor":{"display_login":"shaanobney"}}
PushEvent
true
{"push_id":967067308,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"4800a81c4d53aa2a3ee154cfb82d321c86ef9400","before":"a48e0b391d3536dd17ed551a27822b12a1be57f7","commits":[{"sha":"4800a81c4d53aa2a3ee154cfb82d321c86ef9400","author":{"email":"[email protected]","name":"Qasim Iqbal"},"message":"Subheader typos","distinct":true,"url":"https://api.github.com/repos/qasim/iverilog-tutorial/commits/4800a81c4d53aa2a3ee154cfb82d321c86ef9400"}]}
{ "id": 51233097, "name": "qasim/iverilog-tutorial", "url": "https://api.github.com/repos/qasim/iverilog-tutorial" }
{ "id": 3253505, "login": "qasim", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3253505?", "url": "https://api.github.com/users/qasim" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-02-07T02:56:08
3615906860
null
PushEvent
true
{"push_id":1316367429,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"1c698a92bf7cc581d741068cb28f4f04016066cb","before":"6ecec974bd1dbfb9f960a5fea514f5ce409aea51","commits":[{"sha":"1c698a92bf7cc581d741068cb28f4f04016066cb","author":{"name":"soulg23","email":"[email protected]"},"message":"pass id = disable *\ncondition reserved = release *\ncondition in returning management selectedpage*\nclear to return button*\nreservation_management filterd reserved*\nreleased management filtered released and reserved*","distinct":true,"url":"https://api.github.com/repos/angelodgreat/CEU-TLTD-Scheduling-System/commits/1c698a92bf7cc581d741068cb28f4f04016066cb"}]}
{ "id": 64092250, "name": "angelodgreat/CEU-TLTD-Scheduling-System", "url": "https://api.github.com/repos/angelodgreat/CEU-TLTD-Scheduling-System" }
{ "id": 20696914, "login": "soulg23", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/20696914?", "url": "https://api.github.com/users/soulg23" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-26T03:50:46
4615628388
{"actor":{"display_login":"soulg23"}}
PushEvent
true
{"push_id":1094104418,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"646c0f85a5ee01790425a073efdb9bc6625d0121","before":"30609db494cc0c6ef2215277b902a75c2b0a78da","commits":[{"sha":"646c0f85a5ee01790425a073efdb9bc6625d0121","author":{"email":"[email protected]","name":"daruma3940"},"message":"codeが見るに堪えなかったのでいらないところを削ってみた","distinct":true,"url":"https://api.github.com/repos/daruma3940/Squirrel/commits/646c0f85a5ee01790425a073efdb9bc6625d0121"}]}
{ "id": 57878084, "name": "daruma3940/Squirrel", "url": "https://api.github.com/repos/daruma3940/Squirrel" }
{ "id": 17908723, "login": "daruma3940", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17908723?", "url": "https://api.github.com/users/daruma3940" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-03T05:41:53
3965025430
null
PushEvent
true
{"push_id":1351130931,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"fa621162693d2c5e7ca66e4b34c07323386cdc4c","before":"0d87bc5cc75c460163b650a50baf4545c2fe0380","commits":[{"sha":"fa621162693d2c5e7ca66e4b34c07323386cdc4c","author":{"name":"azu","email":"[email protected]"},"message":"chore: update api","distinct":true,"url":"https://api.github.com/repos/azu/technical-word-rules/commits/fa621162693d2c5e7ca66e4b34c07323386cdc4c"}]}
{ "id": 25116287, "name": "azu/technical-word-rules", "url": "https://api.github.com/repos/azu/technical-word-rules" }
{ "id": 19714, "login": "azu", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/19714?", "url": "https://api.github.com/users/azu" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-10-16T14:10:55
4717219643
{"actor":{"display_login":"azu"}}
PushEvent
true
{"push_id":1423319645,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"9c9f9d8f37b80d1a5cad35fc4171782fcdfed500","before":"61f91355b40f401260c32fe29e322b6b6b552041","commits":[{"sha":"9c9f9d8f37b80d1a5cad35fc4171782fcdfed500","author":{"name":"Shelro","email":"[email protected]"},"message":"First version of game","distinct":true,"url":"https://api.github.com/repos/Shelro/ShootShrewmouse/commits/9c9f9d8f37b80d1a5cad35fc4171782fcdfed500"}]}
{ "id": 74760577, "name": "Shelro/ShootShrewmouse", "url": "https://api.github.com/repos/Shelro/ShootShrewmouse" }
{ "id": 17904714, "login": "Shelro", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17904714?", "url": "https://api.github.com/users/Shelro" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-26T07:58:05
4926590893
{"actor":{"display_login":"Shelro"}}
PushEvent
true
{"push_id":1143747334,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"e86015d2e0f514f44a83608e5203ce12888ca701","before":"ac194f6e2198097663a6cb239819a52a94c9cfa3","commits":[{"sha":"e86015d2e0f514f44a83608e5203ce12888ca701","author":{"name":"Chris","email":"[email protected]"},"message":"2016-06-04 10:48:56.69","distinct":true,"url":"https://api.github.com/repos/ssbattousai/Cuda17/commits/e86015d2e0f514f44a83608e5203ce12888ca701"}]}
{ "id": 59262515, "name": "ssbattousai/Cuda17", "url": "https://api.github.com/repos/ssbattousai/Cuda17" }
{ "id": 3358783, "login": "ssbattousai", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3358783?", "url": "https://api.github.com/users/ssbattousai" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-06-04T14:48:40
4103228816
{"actor":{"display_login":"ssbattousai"}}
PushEvent
true
{"push_id":1103443079,"size":3,"distinct_size":3,"ref":"refs/heads/master","head":"ed3a4f2f0b0af25bc4597077a5c471f54a84225c","before":"55b258f706a582c37142c6a2384ab7b0400ed7c4","commits":[{"sha":"c16f9199562dad9cd1b1a2ae7033f2207403fb3f","author":{"email":"[email protected]","name":"Ari Weiland"},"message":"Fixed a typo","distinct":true,"url":"https://api.github.com/repos/mathbeveridge/NetworksOfMac/commits/c16f9199562dad9cd1b1a2ae7033f2207403fb3f"},{"sha":"2a9e39d3cd2ab55e3d4f29750f8d95b11e529111","author":{"email":"[email protected]","name":"Ari Weiland"},"message":"Merge branch 'master' of https://github.com/math1man/NetworksOfMac","distinct":true,"url":"https://api.github.com/repos/mathbeveridge/NetworksOfMac/commits/2a9e39d3cd2ab55e3d4f29750f8d95b11e529111"},{"sha":"ed3a4f2f0b0af25bc4597077a5c471f54a84225c","author":{"email":"[email protected]","name":"Ari Weiland"},"message":"Improved the speed on CharacterGroups.getNameList a bit\nCleaned up CharacterListSorter\nAdded a comparator to WordUtils for sorting strings by length (descending)","distinct":true,"url":"https://api.github.com/repos/mathbeveridge/NetworksOfMac/commits/ed3a4f2f0b0af25bc4597077a5c471f54a84225c"}]}
{ "id": 55370002, "name": "mathbeveridge/NetworksOfMac", "url": "https://api.github.com/repos/mathbeveridge/NetworksOfMac" }
{ "id": 4040946, "login": "math1man", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/4040946?", "url": "https://api.github.com/users/math1man" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-09T19:17:30
3991008954
null
PushEvent
true
{"push_id":1301228914,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"ab6386171ac4bb0ba43208649878bb89641c497d","before":"6c97dc5eeb2096dd58d08c3dbdf4b779af9de263","commits":[{"sha":"ab6386171ac4bb0ba43208649878bb89641c497d","author":{"name":"SCOSSI","email":"[email protected]"},"message":".","distinct":true,"url":"https://api.github.com/repos/SCOSSI/api/commits/ab6386171ac4bb0ba43208649878bb89641c497d"}]}
{ "id": 67465728, "name": "SCOSSI/api", "url": "https://api.github.com/repos/SCOSSI/api" }
{ "id": 13853347, "login": "SCOSSI", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/13853347?", "url": "https://api.github.com/users/SCOSSI" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-09-16T00:14:00
4571523610
{"actor":{"display_login":"SCOSSI"}}
PushEvent
true
{"push_id":1232223134,"size":6,"distinct_size":6,"ref":"refs/heads/master","head":"d179af19dd4d26afbf9ecc01684e527849a64214","before":"802f5980225a01755de2dd8719ca3d36d47b28ef","commits":[{"sha":"31f2029d06646aa8071e475f0325465234644f5a","author":{"name":"niuli","email":"[email protected]"},"message":"^_^","distinct":true,"url":"https://api.github.com/repos/hellozxs/LearnGit/commits/31f2029d06646aa8071e475f0325465234644f5a"},{"sha":"258fbd60a2db80a6d6eadf348c491639e0651e7f","author":{"name":"niuli","email":"[email protected]"},"message":"@_@","distinct":true,"url":"https://api.github.com/repos/hellozxs/LearnGit/commits/258fbd60a2db80a6d6eadf348c491639e0651e7f"},{"sha":"e5cb146e9b317bd3ed3499274847ce2f0fca04e1","author":{"name":"niuli","email":"[email protected]"},"message":"bug is ok","distinct":true,"url":"https://api.github.com/repos/hellozxs/LearnGit/commits/e5cb146e9b317bd3ed3499274847ce2f0fca04e1"},{"sha":"143d6fa6cbd3fef07ef9f0ca8bbeac1dfec73fa5","author":{"name":"niuli","email":"[email protected]"},"message":" ^_-","distinct":true,"url":"https://api.github.com/repos/hellozxs/LearnGit/commits/143d6fa6cbd3fef07ef9f0ca8bbeac1dfec73fa5"},{"sha":"01bdaec371850990eb2e1ebe8b1814374adcff71","author":{"name":"niuli","email":"[email protected]"},"message":"this is ....","distinct":true,"url":"https://api.github.com/repos/hellozxs/LearnGit/commits/01bdaec371850990eb2e1ebe8b1814374adcff71"},{"sha":"d179af19dd4d26afbf9ecc01684e527849a64214","author":{"name":"niuli","email":"[email protected]"},"message":"merge with --no-ff","distinct":true,"url":"https://api.github.com/repos/hellozxs/LearnGit/commits/d179af19dd4d26afbf9ecc01684e527849a64214"}]}
{ "id": 64537900, "name": "hellozxs/LearnGit", "url": "https://api.github.com/repos/hellozxs/LearnGit" }
{ "id": 16416485, "login": "hellozxs", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/16416485?", "url": "https://api.github.com/users/hellozxs" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-08-03T03:49:28
4363984662
{"actor":{"display_login":"hellozxs"}}
PushEvent
true
{"push_id":1045705436,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"d0e8ed02adcf15a9536b3324be42aaaf7d207297","before":"699f802360bbee35e2f0d6ec3fadbd02f85cc4ff","commits":[{"sha":"d0e8ed02adcf15a9536b3324be42aaaf7d207297","author":{"email":"[email protected]","name":"Hiroto-K"},"message":"Add google analytics code","distinct":true,"url":"https://api.github.com/repos/Hiroto-K/HkApps/commits/d0e8ed02adcf15a9536b3324be42aaaf7d207297"}]}
{ "id": 47696889, "name": "Hiroto-K/HkApps", "url": "https://api.github.com/repos/Hiroto-K/HkApps" }
{ "id": 12016555, "login": "Hiroto-K", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/12016555?", "url": "https://api.github.com/users/Hiroto-K" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-03-31T16:49:57
3831145303
null
PushEvent
true
{"push_id":1477159145,"size":3,"distinct_size":3,"ref":"refs/heads/Experimental","head":"d7fcf4e87d809f5a1d4e68f36dde6238afee58ad","before":"27724cfe436a38c0397e343f0148914a442612af","commits":[{"sha":"313adda7d0e70e2073a12aa9667476719123b541","author":{"name":"monkeyman192","email":"[email protected]"},"message":"changed some paths\n\nThe files all now get put in a subfolder of CUSTOMMODELS to keep things\nmore organised in PCBANKS","distinct":true,"url":"https://api.github.com/repos/monkeyman192/NMSModelImporter/commits/313adda7d0e70e2073a12aa9667476719123b541"},{"sha":"e41bc28e78b3edfab65d427651d5782391e624aa","author":{"name":"monkeyman192","email":"[email protected]"},"message":"Complete overhaul of the nodes.\n\nLOCATOR and REFERENCE nodes are now able to be added.\nNOTE: Will not work at all until blender script is fixed. Greg: read\nGKWASTE README.txt","distinct":true,"url":"https://api.github.com/repos/monkeyman192/NMSModelImporter/commits/e41bc28e78b3edfab65d427651d5782391e624aa"},{"sha":"d7fcf4e87d809f5a1d4e68f36dde6238afee58ad","author":{"name":"monkeyman192","email":"[email protected]"},"message":"missed one apparently...\n\nwhoopps","distinct":true,"url":"https://api.github.com/repos/monkeyman192/NMSModelImporter/commits/d7fcf4e87d809f5a1d4e68f36dde6238afee58ad"}]}
{ "id": 73231820, "name": "monkeyman192/NMSModelImporter", "url": "https://api.github.com/repos/monkeyman192/NMSModelImporter" }
{ "id": 8000597, "login": "monkeyman192", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/8000597?", "url": "https://api.github.com/users/monkeyman192" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-12-29T15:15:00
5082355368
{"actor":{"display_login":"monkeyman192"}}
PushEvent
true
{"push_id":1090722530,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"12e45e04eb22a12a5d0565e71c500f284b809c63","before":"0734a9e39470620cad10941ccf83720ee46a6bb9","commits":[{"sha":"12e45e04eb22a12a5d0565e71c500f284b809c63","author":{"email":"[email protected]","name":"Vault Service"},"message":"PackageInstall","distinct":true,"url":"https://api.github.com/repos/mhak/vaulttest/commits/12e45e04eb22a12a5d0565e71c500f284b809c63"}]}
{ "id": 54580176, "name": "mhak/vaulttest", "url": "https://api.github.com/repos/mhak/vaulttest" }
{ "id": 1825331, "login": "mhak", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/1825331?", "url": "https://api.github.com/users/mhak" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-29T20:57:45
3955447485
null
PushEvent
true
{"push_id":1410941688,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"88052faffcb359605fef4292d58f8b1736d5ac60","before":"549709275d34f54f4a8cb760957dde5df9bf3353","commits":[{"sha":"88052faffcb359605fef4292d58f8b1736d5ac60","author":{"name":"sriharan40","email":"[email protected]"},"message":"Update database.js","distinct":true,"url":"https://api.github.com/repos/sriharan40/paypal_check/commits/88052faffcb359605fef4292d58f8b1736d5ac60"}]}
{ "id": 71003638, "name": "sriharan40/paypal_check", "url": "https://api.github.com/repos/sriharan40/paypal_check" }
{ "id": 22477018, "login": "sriharan40", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/22477018?", "url": "https://api.github.com/users/sriharan40" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-11-18T16:51:38
4891503419
{"actor":{"display_login":"sriharan40"}}
PushEvent
true
{"push_id":1115315667,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"d14ae159bd854ef3f396bafc1055518b8dce5ad3","before":"28fcf92a54f0b472b5d925bed4d5c79133736b62","commits":[{"sha":"d14ae159bd854ef3f396bafc1055518b8dce5ad3","author":{"email":"[email protected]","name":"Leslie Dao"},"message":"laat nu geen lagen zien die niet gebruikt worden","distinct":true,"url":"https://api.github.com/repos/Lesliedao/paprikachips/commits/d14ae159bd854ef3f396bafc1055518b8dce5ad3"}]}
{ "id": 55406039, "name": "Lesliedao/paprikachips", "url": "https://api.github.com/repos/Lesliedao/paprikachips" }
{ "id": 17004853, "login": "Lesliedao", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/17004853?", "url": "https://api.github.com/users/Lesliedao" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-17T12:17:18
4024098194
null
PushEvent
true
{"push_id":1097484557,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"98a55a1e678530c15931972144fd18cebc1559bb","before":"551990598c35168abe187c8e8be41cc8a74c5fe9","commits":[{"sha":"98a55a1e678530c15931972144fd18cebc1559bb","author":{"email":"39afb6cb2f84a5645c2345b80cbfe0b45648600b@horse-l","name":"darren"},"message":"Added swagger module","distinct":true,"url":"https://api.github.com/repos/KangoV/gwizard-example/commits/98a55a1e678530c15931972144fd18cebc1559bb"}]}
{ "id": 56310342, "name": "KangoV/gwizard-example", "url": "https://api.github.com/repos/KangoV/gwizard-example" }
{ "id": 3931807, "login": "KangoV", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/3931807?", "url": "https://api.github.com/users/KangoV" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-05-04T23:13:34
3974656385
null
PushEvent
true
{"push_id":1079397914,"size":1,"distinct_size":1,"ref":"refs/heads/master","head":"c495761959e95af68af45c19759e477dbead0945","before":"aa50c24d885b488e1748fae8558a0b189360f398","commits":[{"sha":"c495761959e95af68af45c19759e477dbead0945","author":{"email":"[email protected]","name":"Manh Tu"},"message":"Add ability to export/import file","distinct":true,"url":"https://api.github.com/repos/yehnkay/automata/commits/c495761959e95af68af45c19759e477dbead0945"}]}
{ "id": 56861889, "name": "yehnkay/automata", "url": "https://api.github.com/repos/yehnkay/automata" }
{ "id": 6909106, "login": "yehnkay", "gravatar_id": "", "avatar_url": "https://avatars.githubusercontent.com/u/6909106?", "url": "https://api.github.com/users/yehnkay" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2016-04-22T15:40:55
3924583505
null