Search is not available for this dataset
type
stringclasses 17
values | public
bool 2
classes | payload
stringlengths 2
1.27M
| repo
dict | actor
dict | org
dict | created_at
timestamp[us] | id
stringclasses 0
values | other
stringlengths 34
66.4k
|
---|---|---|---|---|---|---|---|---|
PushEvent | true | {"shas":[["4f4148cb63d8836f71d0a148dacd45ca56f56a41","[email protected]","Minimizing redundant iterations when setting a data store record via `data.batch()`","Jason Mulligan",false],["d62704bf8a2d070e5bd639592a9066531fd7d4db","[email protected]","Merge pull request #206 from avoidwork/edge\n\nMinor change","Jason Mulligan",true]],"size":2,"ref":"refs/heads/master","head":"d62704bf8a2d070e5bd639592a9066531fd7d4db"} | {
"id": 1017644,
"name": "abaaso",
"url": "https://github.com/avoidwork/abaaso"
} | {
"id": null,
"login": "avoidwork",
"gravatar_id": "6526724cb369151fbbcff6190c34879c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-02-17T20:34:46 | null | {"repository":{"description":"abaaso is a modern, lightweight Enterprise class RESTful JavaScript application framework.","homepage":"http://abaaso.com","watchers":44,"stargazers":44,"forks":4,"fork":false,"size":1308,"owner":"avoidwork","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2010-10-23T07:07:30-07:00","pushed_at":"2013-02-17T12:34:45-08:00","master_branch":"master"},"actor_attributes":{"name":"Jason Mulligan","company":"avoidwork inc.","blog":"http://avoidwork.com","location":"Ottawa, CA","email":"[email protected]","type":"User"},"url":"https://github.com/avoidwork/abaaso/compare/05155949bc...d62704bf8a"} |
PushEvent | true | {"shas":[["757a979284a2c7cbc8fa660aea4a8091741718f3","[email protected]","unix 3 not finish","hackrole",true]],"size":1,"ref":"refs/heads/master","head":"757a979284a2c7cbc8fa660aea4a8091741718f3"} | {
"id": 9449398,
"name": "daily-c",
"url": "https://github.com/hackrole/daily-c"
} | {
"id": null,
"login": "hackrole",
"gravatar_id": "a9d9d5b9aa5049b88b5e7e9299b703fb",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-03T15:04:33 | null | {"repository":{"description":"something about c or just more","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":148,"owner":"hackrole","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-04-15T06:34:26-07:00","pushed_at":"2013-06-03T08:04:32-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"hackrole","company":"nduoa.com","location":"Shanghai Province , China","email":"[email protected]"},"url":"https://github.com/hackrole/daily-c/compare/140bd50866...757a979284"} |
PushEvent | true | {"shas":[["56a3205027f22dffbca6e480fc16ed49e55dd185","[email protected]","Auto generated commit for version 3.1.24.108","Jenkins CI",true]],"size":1,"ref":"refs/heads/master","head":"56a3205027f22dffbca6e480fc16ed49e55dd185"} | {
"id": 3222538,
"name": "OCTGN",
"url": "https://github.com/kellyelton/OCTGN"
} | {
"id": null,
"login": "kellyelton",
"gravatar_id": "7af4a55af1781c82526a8962ad7f4328",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-09T05:04:25 | null | {"repository":{"description":"DON'T CLICK THE ZIP BUTTON! GO TO THE WEBSITE!","homepage":"http://www.octgn.net","watchers":95,"stargazers":95,"forks":51,"fork":false,"size":18046,"owner":"kellyelton","private":false,"open_issues":168,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2012-01-19T16:30:38-08:00","pushed_at":"2013-05-08T22:04:24-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Kelly Elton","company":"skylabs Corporation","blog":"http://www.kellyelton.com","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/kellyelton/OCTGN/compare/a3d490bb80...56a3205027"} |
PushEvent | true | {"shas":[["a076fef2b647399f2fb0575830fb07320fb3b6f5","[email protected]","Add new lint: non_uppercase_pattern_statics, for #7526.\n\nThis tries to warn about code like:\n ```rust\n match (0,0) {\n (0, aha) => { ... },\n ...\n }\n ```\nwhere `aha` is actually a static constant, not a binding.","Felix S. Klock II",true],["924674202ed7677e58ab01d75668d633b068f8dd","[email protected]","Throwing in another interesting test case: There is no need to warn\nabout constants that are (non-trivial) paths rather than just\nidentifiers, regardless of what case their characters are.","Felix S. Klock II",true],["c0599b1bbbf9e4dcfb05a06aa2eef900aa9e4965","[email protected]","Fix typo in comment.","Felix S. Klock II",true],["e2be7aca08f5eac1c0a0eae589c916fc39d57193","[email protected]","Expanded test to clarify that the constants *are* matching when they should.","Felix S. Klock II",true],["8d6f4c207a5a9cf8721d4cd2c884390eb3d5e61f","[email protected]","Workaround conflict between all-uppercase static and NaN definition.","Felix S. Klock II",true],["155857f5488f2b6ca04c3abe6ac22833028c1497","[email protected]","Revise error message to use phrase \"all caps\" instead of \"uppercase\".\n\nThis is to clarify that the lint is checking for THIS_THING and not This.","Felix S. Klock II",true],["5e4ae4f45fab7ce1a984d5b5281e129f76486d10","[email protected]","make small (<= size_of::<int>()) tuples immediate\n\n fn foo() -> (u32, u8, u8, u8, u8) {\n (4, 5, 6, 7, 8)\n }\n\nBefore:\n\n ; Function Attrs: nounwind uwtable\n define void @_ZN3foo18hbb616262f874f8daf4v0.0E({ i32, i8, i8, i8, i8 }* noalias nocapture sret, { i64, %tydesc*, i8*, i8*, i8 }* nocapture readnone) #0 {\n \"function top level\":\n %2 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 0\n store i32 4, i32* %2, align 4\n %3 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 1\n store i8 5, i8* %3, align 4\n %4 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 2\n store i8 6, i8* %4, align 1\n %5 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 3\n store i8 7, i8* %5, align 2\n %6 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 4\n store i8 8, i8* %6, align 1\n ret void\n }\n\nAfter:\n\n ; Function Attrs: nounwind readnone uwtable\n define { i32, i8, i8, i8, i8 } @_ZN3foo18hbb616262f874f8daf4v0.0E({ i64, %tydesc*, i8*, i8*, i8 }* nocapture readnone) #0 {\n \"function top level\":\n ret { i32, i8, i8, i8, i8 } { i32 4, i8 5, i8 6, i8 7, i8 8 }\n }","Daniel Micay",true],["06f46902caf4a98132229237820d482f99e147ea","[email protected]","fix tests for check-fast.","Felix S. Klock II",true],["88d34ff2498e3ca8020c79c63d4501f749831f2f","[email protected]","fix tests for check-fast.","Felix S. Klock II",true],["2461b3102607c1cb4469c94bbe95d67db6c5e54d","[email protected]","incoporate suggestion from huonw to move code into lint.rs","Felix S. Klock II",true],["7f9b91856229262540d06f2bcf7ef63a7137a6da","[email protected]","Register new snapshots","Alex Crichton",true],["4af849bc12e8a2ec592074b1470464efa59f06bf","[email protected]","Obsolete parsing 'loop' as 'continue'","Alex Crichton",true],["4f67dcb24adb1e23f04e624fcbaf2328b82491b6","[email protected]","Migrate users of 'loop' to 'continue'\n\nCloses #9467","Alex Crichton",true],["33a5928b461e4cda3688ea3fbe9a05f35b4fd884","[email protected]","auto merge of #9656 : thestinger/rust/immediate, r=alexcrichton\n\n fn foo() -> (u32, u8, u8, u8, u8) {\r\n (4, 5, 6, 7, 8)\r\n }\r\n\r\nBefore:\r\n\r\n ; Function Attrs: nounwind uwtable\r\n define void @_ZN3foo18hbb616262f874f8daf4v0.0E({ i32, i8, i8, i8, i8 }* noalias nocapture sret, { i64, %tydesc*, i8*, i8*, i8 }* nocapture readnone) #0 {\r\n \"function top level\":\r\n %2 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 0\r\n store i32 4, i32* %2, align 4\r\n %3 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 1\r\n store i8 5, i8* %3, align 4\r\n %4 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 2\r\n store i8 6, i8* %4, align 1\r\n %5 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 3\r\n store i8 7, i8* %5, align 2\r\n %6 = getelementptr inbounds { i32, i8, i8, i8, i8 }* %0, i64 0, i32 4\r\n store i8 8, i8* %6, align 1\r\n ret void\r\n }\r\n\r\nAfter:\r\n\r\n ; Function Attrs: nounwind readnone uwtable\r\n define { i32, i8, i8, i8, i8 } @_ZN3foo18hbb616262f874f8daf4v0.0E({ i64, %tydesc*, i8*, i8*, i8 }* nocapture readnone) #0 {\r\n \"function top level\":\r\n ret { i32, i8, i8, i8, i8 } { i32 4, i8 5, i8 6, i8 7, i8 8 }\r\n }","bors",true],["97cd495aca946d088e103d364d3be34f2bfaf1e1","[email protected]","auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-statics-in-match-patterns, r=alexcrichton\n\nr? anyone\r\n\r\nAddress scariest part of #7526 by adding a new more specific lint (that is set to warn by default, rather than allow).","bors",true],["d00c9269dce3a7925d7d0bf5edb64b3c6747c6af","[email protected]","auto merge of #9665 : alexcrichton/rust/snapshot, r=brson\n\nUses the new snapshots to kill the old `loop` and introduce the new `continue`.","bors",true]],"size":16,"ref":"refs/heads/master","head":"d00c9269dce3a7925d7d0bf5edb64b3c6747c6af"} | {
"id": 11699657,
"name": "rust",
"url": "https://github.com/mrordinaire/rust"
} | {
"id": null,
"login": "mrordinaire",
"gravatar_id": "27defded52933087629a9fbf86c441ed",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-02T10:51:56 | null | {"repository":{"description":"a safe, concurrent, practical language","homepage":"http://www.rust-lang.org","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":127285,"owner":"mrordinaire","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Rust","created_at":"2013-07-26T21:04:14-07:00","pushed_at":"2013-10-02T03:51:55-07:00","integrate_branch":"master","master_branch":"master"},"actor_attributes":{"type":"User","name":"Do Nhat Minh","blog":"minhdo.org","location":"Singapore","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/mrordinaire/rust/compare/1d6c01148c...d00c9269dc"} |
PushEvent | true | {"shas":[["6275bf6dad08bf8d6b26195d80a52c8899f90821","[email protected]","moved materialization of formula weights back to the MRF","jain",true]],"size":1,"ref":"refs/heads/master","head":"6275bf6dad08bf8d6b26195d80a52c8899f90821"} | {
"id": 6313510,
"name": "ProbCog",
"url": "https://github.com/opcode81/ProbCog"
} | {
"id": null,
"login": "opcode81",
"gravatar_id": "6771a03bebc9a5cdac25e530005ba4d2",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-03-09T13:16:22 | null | {"repository":{"description":"A toolbox for statistical relational learning and reasoning.","watchers":1,"stargazers":1,"forks":1,"fork":false,"size":264,"owner":"opcode81","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2012-10-20T13:40:52-07:00","pushed_at":"2013-03-09T05:16:21-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/opcode81/ProbCog/compare/529fdcb971...6275bf6dad"} |
PushEvent | true | {"shas":[["49b46ee7eee3baeadc99c95ba449949b8322d79b","[email protected]"," 修复提交按钮的位置错误","Thinking Song",true]],"size":1,"ref":"refs/heads/master","head":"49b46ee7eee3baeadc99c95ba449949b8322d79b"} | {
"id": 8812785,
"name": "law_case",
"url": "https://github.com/slm1949/law_case"
} | {
"id": null,
"login": "songlipeng2003",
"gravatar_id": "83cd9d30670582968eff9e108940f76a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-03-24T10:16:55 | null | {"repository":{"description":"一个展示","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":5464,"owner":"slm1949","private":false,"open_issues":7,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-03-15T19:12:22-07:00","pushed_at":"2013-03-24T03:16:55-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Thinking Song","company":"http://www.shouyibao.com","blog":"http://7d-life.com","location":"hefei,anhui,china","email":"[email protected]"},"url":"https://github.com/slm1949/law_case/compare/8e8f76c10a...49b46ee7ee"} |
PushEvent | true | {"shas":[["f87b23be67db10f707f44095b7100fe978f2dd36","[email protected]","2 items update","xndcn",true]],"size":1,"ref":"refs/heads/master","head":"f87b23be67db10f707f44095b7100fe978f2dd36"} | {
"id": 10446264,
"name": "cnbeta.com",
"url": "https://github.com/xndcn/cnbeta.com"
} | {
"id": null,
"login": "xndcn",
"gravatar_id": "16e387104ef7adc2df970e06b90129aa",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-14T08:59:35 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":5512,"owner":"xndcn","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-06-02T20:22:43-07:00","pushed_at":"2013-06-14T01:59:34-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/xndcn/cnbeta.com/compare/6b3c3dac99...f87b23be67"} |
PushEvent | true | {"shas":[["61251ddc43e2d1c139e968e293dfc4fd97cac92f","[email protected]","Removed -moz- padding","Avengous",true]],"size":1,"ref":"refs/heads/master","head":"61251ddc43e2d1c139e968e293dfc4fd97cac92f"} | {
"id": 13605136,
"name": "avensden",
"url": "https://github.com/Avengous/avensden"
} | {
"id": null,
"login": "Avengous",
"gravatar_id": "e8b0e4ec49999c5e45101517774dfe96",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-11-26T03:02:00 | null | {"repository":{"description":"Rails application for learning purposes","homepage":"avensden.herokuapp.com","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":636,"owner":"Avengous","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"CSS","created_at":"2013-10-15T16:40:52-07:00","pushed_at":"2013-11-25T19:02:00-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Giovanni Schuoler","company":"RKG","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Avengous/avensden/compare/799dc03603...61251ddc43"} |
PushEvent | true | {"shas":[["5d50be3d3f1ca2674221b9205eeccd1631878cca","[email protected]","remplissage leancanvas","dahugobez",true]],"size":1,"ref":"refs/heads/master","head":"5d50be3d3f1ca2674221b9205eeccd1631878cca"} | {
"id": 13614555,
"name": "SFTools",
"url": "https://github.com/dahugobez/SFTools"
} | {
"id": null,
"login": "dahugobez",
"gravatar_id": "feaa4479c4dfc8c95c4fc56340b83720",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-16T10:32:11 | null | {"repository":{"description":"Salesforce Developer Tools","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":124,"owner":"dahugobez","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-10-16T02:12:35-07:00","pushed_at":"2013-10-16T03:32:10-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dahugobez/SFTools/compare/bba97b5d5f...5d50be3d3f"} |
PushEvent | true | {"shas":[["671b7ab28a2d4d8394c9c8f723568541ec4a745e","[email protected]","Created default forms and some basic actions","Igor Ilic",true]],"size":1,"ref":"refs/heads/master","head":"671b7ab28a2d4d8394c9c8f723568541ec4a745e"} | {
"id": 14283044,
"name": "P2P-Linker",
"url": "https://github.com/gigili/P2P-Linker"
} | {
"id": null,
"login": "gigili",
"gravatar_id": "4f6c92ec704a41749809aae750c34eba",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-11-11T10:08:50 | null | {"repository":{"description":"P2P Linker is a link sharing app","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":0,"owner":"gigili","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-11-10T11:47:25-08:00","pushed_at":"2013-11-11T02:08:50-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/gigili/P2P-Linker/compare/94465fe5dc...671b7ab28a"} |
PushEvent | true | {"size":1,"ref":"refs/heads/master","shas":[["30a8eed52a596a66d266b527f028ddb96911ac7e","[email protected]","Update controllers/helpers/actions/ActionList.php","Krasimir Tsonev",true]],"head":"30a8eed52a596a66d266b527f028ddb96911ac7e"} | {
"id": 7509813,
"name": "admin-ui",
"url": "https://github.com/krasimir/admin-ui"
} | {
"id": null,
"login": "krasimir",
"gravatar_id": "ac92c93f447d217e2ece66d84a0e0d3c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-23T12:11:47 | null | {"repository":{"stargazers":0,"description":"PHP based micro administration","owner":"krasimir","pushed_at":"2013-01-23T04:11:46-08:00","forks":0,"language":"JavaScript","has_issues":true,"has_downloads":true,"fork":false,"size":2424,"open_issues":0,"watchers":0,"private":false,"has_wiki":true,"created_at":"2013-01-08T13:45:44-08:00"},"actor_attributes":{"company":"","name":"Krasimir Tsonev","type":"User","blog":"http://krasimirtsonev.com/blog","location":"Varna, Bulgaria","email":"[email protected]"},"url":"https://github.com/krasimir/admin-ui/compare/d25d2ab465...30a8eed52a"} |
PushEvent | true | {"shas":[["a23ad6a0caabaa738804f1a27e5519b1b6126b69","[email protected]","2013-03-10-13:24:23_pop-laptop","leoniee",true]],"size":1,"ref":"refs/heads/master","head":"a23ad6a0caabaa738804f1a27e5519b1b6126b69"} | {
"id": 6962958,
"name": "temporary",
"url": "https://github.com/leoniee/temporary"
} | {
"id": null,
"login": "leoniee",
"gravatar_id": "7e8f10a3aeea6759b673cc781f42e13d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-03-10T05:24:32 | null | {"repository":{"description":"My temporary files.","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":5332,"owner":"leoniee","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2012-12-01T19:52:47-08:00","pushed_at":"2013-03-09T21:24:31-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/leoniee/temporary/compare/f4a8547f3b...a23ad6a0ca"} |
PushEvent | true | {"head":"871fdcc7d01984e0b1c747338a2ca06c668292d6","size":2,"ref":"refs/heads/master","shas":[["7b1e34aed25f6eb7a2eb79be162c4d4f33b76fae","[email protected]","Added LibPNG and img.h","Quintin",false],["871fdcc7d01984e0b1c747338a2ca06c668292d6","[email protected]","Finished image loading","Quintin",false]]} | {
"id": 7648919,
"name": "GameDesign",
"url": "https://github.com/qcrist/GameDesign"
} | {
"id": null,
"login": "qcrist",
"gravatar_id": "5d730ceb6e7224774d11b0b953df87de",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-17T18:22:43 | null | {"repository":{"watchers":0,"has_wiki":false,"owner":"qcrist","stargazers":0,"pushed_at":"2013-01-17T10:22:42-08:00","description":"Game Design for TSA","forks":0,"has_issues":true,"language":"C","fork":false,"size":1784,"has_downloads":true,"private":false,"created_at":"2013-01-16T08:10:33-08:00","open_issues":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/qcrist/GameDesign/compare/fec1632cf6...871fdcc7d0"} |
PushEvent | true | {"shas":[["f538dfef46d0019827edfb558a727755b647217b","[email protected]","asd","topacio25",true]],"size":1,"ref":"refs/heads/master","head":"f538dfef46d0019827edfb558a727755b647217b"} | {
"id": 13671085,
"name": "NewTest",
"url": "https://github.com/topacio25/NewTest"
} | {
"id": null,
"login": "topacio25",
"gravatar_id": "884d53e22cac9c2e3dd135e322d68af9",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-20T08:39:02 | null | {"repository":{"watchers":0,"stargazers":0,"forks":0,"fork":false,"size":92,"owner":"topacio25","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-10-17T23:55:29-07:00","pushed_at":"2013-10-20T01:39:02-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Anthony Lawrens Biagtan","email":"[email protected]"},"url":"https://github.com/topacio25/NewTest/compare/16811ad385...f538dfef46"} |
PushEvent | true | {"shas":[["0862066eacd029f0b7fe26a87c24bc78f38cde9c","[email protected]","update README.md","zxkletters",true]],"size":1,"ref":"refs/heads/master","head":"0862066eacd029f0b7fe26a87c24bc78f38cde9c"} | {
"id": 9315228,
"name": "my-lab",
"url": "https://github.com/zxkletters/my-lab"
} | {
"id": null,
"login": "zxkletters",
"gravatar_id": "07181014d959e01652d4480e274e92f0",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-19T10:30:07 | null | {"repository":{"description":"all about all","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":296,"owner":"zxkletters","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-04-09T00:10:40-07:00","pushed_at":"2013-05-19T03:30:03-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"zxkletters","company":"alibaba","location":"china hangzhou","email":"[email protected]"},"url":"https://github.com/zxkletters/my-lab/compare/08158b1df8...0862066eac"} |
PushEvent | true | {"shas":[["5ed96ea193c34bcc96a0e0a62f0544d178d994f7","[email protected]","better error handling on user auth","DarkPark",true],["f2646d6815f8ccb9bbfec25cd873ae8890705755","[email protected]","switch to visibility for page","DarkPark",true],["c07992ff2c06666324576a196a4aa34f452f7f92","[email protected]","rework auth mechanism","DarkPark",true]],"size":3,"ref":"refs/heads/master","head":"c07992ff2c06666324576a196a4aa34f452f7f92"} | {
"id": 14311678,
"name": "FortNotes",
"url": "https://github.com/DarkPark/FortNotes"
} | {
"id": null,
"login": "DarkPark",
"gravatar_id": "12936324a5b4355ce9ca55a318786123",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-01T16:02:00 | null | {"repository":{"description":"FortNotes is a highly secure online private information manager based on the AES encryption in the browser.","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":1560,"owner":"DarkPark","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-11-11T12:01:34-08:00","pushed_at":"2013-12-01T08:01:59-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Stanislav","blog":"http://fortnotes.com/","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/DarkPark/FortNotes/compare/34665a0bf4...c07992ff2c"} |
PushEvent | true | {"shas":[["200bafbfc196e31f5ebd5b59ec4b38dbd0c5d831","[email protected]","rewrite 06005's zhanyi","Fsu0413",true]],"size":1,"ref":"refs/heads/master","head":"200bafbfc196e31f5ebd5b59ec4b38dbd0c5d831"} | {
"id": 14230780,
"name": "TouhouKill",
"url": "https://github.com/Fsu0413/TouhouKill"
} | {
"id": null,
"login": "Fsu0413",
"gravatar_id": "5f26f9a68b78c6bc561e34f47683fc6b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-11-26T05:04:02 | null | {"repository":{"description":"TouhouKill Extension For Yanguam's QSanguoshaForDadao mod","homepage":"https://github.com/Fsu0413/TouhouKill/archive/master.zip","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1716,"owner":"Fsu0413","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":false,"language":"Lua","created_at":"2013-11-08T03:05:32-08:00","pushed_at":"2013-11-25T21:04:02-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Fsu0413","location":"Haerbin, Heilongjiang, China","email":"[email protected]"},"url":"https://github.com/Fsu0413/TouhouKill/compare/d602fa86e8...200bafbfc1"} |
PushEvent | true | {"size":1,"head":"6afdd7664b3f78dcd0db72f1930c182170878a42","ref":"refs/heads/patch-1","shas":[["6afdd7664b3f78dcd0db72f1930c182170878a42","[email protected]","Coding standards update to original patch\n\nUpdates following comments by franzliedke","Andy Higgs",true]]} | {
"id": 7595565,
"name": "framework",
"url": "https://github.com/aajhiggs/framework"
} | {
"id": null,
"login": "aajhiggs",
"gravatar_id": "3282170b113297711ac2a2d41bffb70d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-14T00:18:12 | null | {"repository":{"watchers":0,"owner":"aajhiggs","pushed_at":"2013-01-13T16:18:10-08:00","description":"","stargazers":0,"forks":0,"language":"PHP","has_issues":false,"has_downloads":true,"fork":true,"size":168,"created_at":"2013-01-13T15:57:20-08:00","open_issues":0,"has_wiki":true,"private":false},"actor_attributes":{"name":"Andy Higgs","blog":"http://andyhiggs.co.uk","company":"The Higgs Design Co.","location":"JQ, Birmingham, UK","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/aajhiggs/framework/compare/e01ac2d957...6afdd7664b"} |
PushEvent | true | {"shas":[["0b1d6fb30d1743ebb6674c587e37c5e009bfb660","[email protected]","Fixed rivalry variable - no longer matched on MID number.","David Bowden",true],["c79c8f162853f09f05d88d1f3bc6f4f229610428","[email protected]","predicted probabilities","David Bowden",true]],"size":2,"ref":"refs/heads/master","head":"c79c8f162853f09f05d88d1f3bc6f4f229610428"} | {
"id": 8366472,
"name": "compliance",
"url": "https://github.com/dbowden/compliance"
} | {
"id": null,
"login": "dbowden",
"gravatar_id": "2fbb9baa3e12e4b5d058cbc971c1b8dd",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-02T16:55:24 | null | {"repository":{"description":"code for Bowden and Diehl (2013) paper for Brazil Compliance Conference.","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":848,"owner":"dbowden","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"R","created_at":"2013-02-22T13:41:31-08:00","pushed_at":"2013-10-02T09:55:23-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dbowden/compliance/compare/72642f40b6...c79c8f1628"} |
PushEvent | true | {"shas":[["903a45f8fa59f60bd1f6ff2f27ca0cbe620a2c38","[email protected]","Notes on MEP remuneration.","Paul Waring",true]],"size":1,"ref":"refs/heads/master","head":"903a45f8fa59f60bd1f6ff2f27ca0cbe620a2c38"} | {
"id": 9100938,
"name": "notes",
"url": "https://github.com/pwaring/notes"
} | {
"id": null,
"login": "pwaring",
"gravatar_id": null,
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2014-01-01T12:07:59 | null | {"repository":{"description":"Notes made on various topics","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":444,"owner":"pwaring","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"DOT","created_at":"2013-03-29T08:29:45-07:00","pushed_at":"2014-01-01T04:07:59-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Paul","blog":"http://www.pwaring.com/","email":"[email protected]"},"url":"https://github.com/pwaring/notes/compare/0108dc62d5...903a45f8fa"} |
PushEvent | true | {"shas":[["67f6be685754ae37c88355145d654c2153b0a13f","[email protected]","include","Russell Wallace",true]],"size":1,"ref":"refs/heads/master","head":"67f6be685754ae37c88355145d654c2153b0a13f"} | {
"id": 6223879,
"name": "aklo",
"url": "https://github.com/russellw/aklo"
} | {
"id": null,
"login": "russellw",
"gravatar_id": "2e0d270da846dc1ee2bdc8acefd9b50c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-18T14:44:41 | null | {"repository":{"description":"Programming language","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":7652,"owner":"russellw","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2012-10-15T01:32:02-07:00","pushed_at":"2013-06-18T07:44:40-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Russell Wallace","email":"[email protected]"},"url":"https://github.com/russellw/aklo/compare/c7e78d1099...67f6be6857"} |
PushEvent | true | {"shas":[["f62fd0b4335399d764cf2ab4a78c4dd4f126824f","[email protected]","adding speaker details","Laura Whyte",true]],"size":1,"ref":"refs/heads/master","head":"f62fd0b4335399d764cf2ab4a78c4dd4f126824f"} | {
"id": 12216704,
"name": "hackday",
"url": "https://github.com/whyte/hackday"
} | {
"id": null,
"login": "whyte",
"gravatar_id": "865ce0ea33f9ec2db205c8ea0b417034",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-23T19:22:38 | null | {"repository":{"description":"Girls hack day code","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":17596,"owner":"whyte","private":false,"open_issues":3,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-08-19T06:00:02-07:00","pushed_at":"2013-09-23T12:22:38-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Laura Whyte","company":"Adler Planetarium","location":"Chicago","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/whyte/hackday/compare/50a735fdbd...f62fd0b433"} |
PushEvent | true | {"shas":[["cf20bc634619e6e71541d8055256a77be1119bb7","[email protected]","mc","Christian Renner",true],["be0c95757508844686480c7b46f8907ebdaf2c21","[email protected]","Merge branch 'bidi-test' of https://github.com/crenner/tinyos into bidi-test","Christian Renner",true],["4b9ec74699a25bc0876c3389a338b030da86cdac","[email protected]","removed obsolete code","Christian Renner",true]],"size":3,"ref":"refs/heads/bidi-test","head":"4b9ec74699a25bc0876c3389a338b030da86cdac"} | {
"id": 9319783,
"name": "tinyos",
"url": "https://github.com/crenner/tinyos"
} | {
"id": null,
"login": "crenner",
"gravatar_id": "d1240595fa4713f1519a648d1ab260fe",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-17T19:17:50 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2592,"owner":"crenner","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"nesC","created_at":"2013-04-09T04:37:43-07:00","pushed_at":"2013-12-17T11:17:49-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/crenner/tinyos/compare/4f0fd7feb9...4b9ec74699"} |
PushEvent | true | {"shas":[["e67a5cd2b697a8ca40fccf8a563c517cc75ef126","[email protected]","easy","darren",true]],"size":1,"ref":"refs/heads/master","head":"e67a5cd2b697a8ca40fccf8a563c517cc75ef126"} | {
"id": 8874000,
"name": "cppcode",
"url": "https://github.com/dnizna/cppcode"
} | {
"id": null,
"login": "dnizna",
"gravatar_id": "459aab69e71ff88551bc79ec58a5b22e",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-03-21T05:02:40 | null | {"repository":{"description":"c++ 代码,常用的工具使用方式","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":160,"owner":"dnizna","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-03-19T01:33:27-07:00","pushed_at":"2013-03-20T22:02:39-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dnizna/cppcode/compare/b2eece6106...e67a5cd2b6"} |
PushEvent | true | {"shas":[["02d953d80d71fbbfcc80b9d3c954a5cb7dd76fd4","[email protected]","теперь container js-объект","Anton Zhevak",true]],"size":1,"ref":"refs/heads/master","head":"02d953d80d71fbbfcc80b9d3c954a5cb7dd76fd4"} | {
"id": 12404675,
"name": "drinker",
"url": "https://github.com/mayton/drinker"
} | {
"id": null,
"login": "mayton",
"gravatar_id": "eae048102fbb11335ca8d6604e9ef3bb",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-21T22:06:45 | null | {"repository":{"description":"Карточная игра «Пьяница»","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":524,"owner":"mayton","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-08-27T04:52:46-07:00","pushed_at":"2013-09-21T15:06:45-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Anton","blog":"","location":"Yekaterinburg","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/mayton/drinker/compare/8b0ca183cf...02d953d80d"} |
PushEvent | true | {"shas":[["22233596f651d98fb263f8f77c9cca10c5e5b7aa","[email protected]","updates","Morgan Wigmanich",true]],"size":1,"ref":"refs/heads/master","head":"22233596f651d98fb263f8f77c9cca10c5e5b7aa"} | {
"id": 5769155,
"name": "dotfiles",
"url": "https://github.com/okize/dotfiles"
} | {
"id": null,
"login": "okize",
"gravatar_id": "999e7cc5fd2110c0ce1680591cf3f875",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-03T18:59:07 | null | {"repository":{"description":".files — sensible hacker defaults for OS X","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":716,"owner":"okize","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2012-09-11T11:56:12-07:00","pushed_at":"2013-12-03T10:59:07-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Morgan Wigmanich","location":"Cambridge, MA","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/okize/dotfiles/compare/c0bfe3706d...22233596f6"} |
PushEvent | true | {"shas":[["1f79a0246d6d73e9d985826b51c68af9b00e33fb","[email protected]","Added Python 3.2 and PyPy","Daniel Hepper",true]],"size":1,"ref":"refs/heads/develop","head":"1f79a0246d6d73e9d985826b51c68af9b00e33fb"} | {
"id": 7646455,
"name": "reqhash",
"url": "https://github.com/dhepper/reqhash"
} | {
"id": null,
"login": "dhepper",
"gravatar_id": "2826aed4813bf3e2b3eff1eb075d387a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-06T08:43:05 | null | {"repository":{"description":"Calculate a hash value over a pip requirement file.","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":216,"owner":"dhepper","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-01-16T05:48:26-08:00","pushed_at":"2013-05-06T01:43:05-07:00","master_branch":"develop"},"actor_attributes":{"type":"User","name":"Daniel Hepper","blog":"http://daniel.hepper.net/","location":"Cologne, Germany","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dhepper/reqhash/compare/fcc292fc57...1f79a0246d"} |
PushEvent | true | {"shas":[["57e58af40f51c283ac753caab29a9bad97da97e9","[email protected]","Some work done on Entity and Action classes","Nick Cooper",true]],"size":1,"ref":"refs/heads/master","head":"57e58af40f51c283ac753caab29a9bad97da97e9"} | {
"id": 11672429,
"name": "MiniLD44",
"url": "https://github.com/envy3d/MiniLD44"
} | {
"id": null,
"login": "envy3d",
"gravatar_id": "b41d325c7993b58d302bb840a06a5fe6",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-07-28T05:35:12 | null | {"repository":{"description":"7drts","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":4334,"owner":"envy3d","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-07-25T15:24:45-07:00","pushed_at":"2013-07-27T22:35:12-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Nick Cooper","location":"Seattle","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/envy3d/MiniLD44/compare/745bd8aace...57e58af40f"} |
PushEvent | true | {"shas":[["812e192c34a53c961fa079b8f07a62c2f401a425","[email protected]","Approve card requests.","EgoshinME",true]],"size":1,"ref":"refs/heads/develop","head":"812e192c34a53c961fa079b8f07a62c2f401a425"} | {
"id": 5685696,
"name": "ibs",
"url": "https://github.com/martosvadim/ibs"
} | {
"id": null,
"login": "maxyeg",
"gravatar_id": "37074a48f995af519729b8e48700cd1a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-08T10:18:22 | null | {"repository":{"stargazers":0,"has_downloads":true,"owner":"martosvadim","created_at":"2012-09-05T03:24:28-07:00","has_issues":true,"has_wiki":true,"description":"Internet Banking System","open_issues":0,"pushed_at":"2013-01-08T02:18:21-08:00","forks":1,"fork":false,"size":416,"language":"Java","watchers":0,"private":false},"actor_attributes":{"name":"Maxim","type":"User","email":"[email protected]"},"url":"https://github.com/martosvadim/ibs/compare/9fb3afc31d...812e192c34"} |
PushEvent | true | {"shas":[["2321dabfa9f314c478fb0d98d60213603251f597","[email protected]","timerの有効か","isao.ito",true]],"size":1,"ref":"refs/heads/master","head":"2321dabfa9f314c478fb0d98d60213603251f597"} | {
"id": 6921419,
"name": "books",
"url": "https://github.com/syunchanp/books"
} | {
"id": null,
"login": "syunchanp",
"gravatar_id": "c3a05a03d4e5d51bf7bdeed8325aef87",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-02-17T09:24:04 | null | {"repository":{"watchers":0,"stargazers":0,"forks":0,"fork":false,"size":208,"owner":"syunchanp","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2012-11-29T05:13:47-08:00","pushed_at":"2013-02-17T01:24:03-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/syunchanp/books/compare/100d5750a6...2321dabfa9"} |
PushEvent | true | {"shas":[["a4c5a3524c707f7f34d905cf70c2dc17b6cbc191","[email protected]","билды","Anton",true]],"size":1,"ref":"refs/heads/master","head":"a4c5a3524c707f7f34d905cf70c2dc17b6cbc191"} | {
"id": 5062710,
"name": "tSearch",
"url": "https://github.com/Feverqwe/tSearch"
} | {
"id": null,
"login": "Feverqwe",
"gravatar_id": "4f4d0a56e52bb0464aa6e60868f0856a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-26T09:15:12 | null | {"repository":{"description":"Torrents MultiSearch - extension for Google Chrome","homepage":"http://goo.gl/8Y6Fy","watchers":2,"stargazers":2,"forks":1,"fork":false,"size":38238,"owner":"Feverqwe","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2012-07-15T20:48:09-07:00","pushed_at":"2013-10-26T02:15:11-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Anton","location":"Russia, Ufa","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Feverqwe/tSearch/compare/3f0ae7c6c6...a4c5a3524c"} |
PushEvent | true | {"shas":[["5adda0c1a9fed89c0c2580d1b0db8014067639c3","[email protected]","Better transparency support in images - merged some changes from Out of the Sea.","Uberi",true]],"size":1,"ref":"refs/heads/master","head":"5adda0c1a9fed89c0c2580d1b0db8014067639c3"} | {
"id": 4785208,
"name": "Canvas-AHK",
"url": "https://github.com/Uberi/Canvas-AHK"
} | {
"id": null,
"login": "Uberi",
"gravatar_id": "89aaa602380bbbf53ea4a6f9bf4de059",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-25T03:11:57 | null | {"repository":{"description":"High level drawing library for AutoHotkey.","watchers":4,"stargazers":4,"forks":4,"fork":false,"size":192,"owner":"Uberi","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"AutoHotkey","created_at":"2012-06-25T11:02:35-07:00","pushed_at":"2013-09-24T20:11:56-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Anthony","blog":"uberi.github.com","location":"Waterloo, Ontario","email":"[email protected]"},"url":"https://github.com/Uberi/Canvas-AHK/compare/0be1fe9518...5adda0c1a9"} |
PushEvent | true | {"shas":[["0f9878d7960d377bcb7604d4547e38bcb33b03a2","[email protected]","add bookimg for book chapter deal, update not use is_bold, fix chapter save big bug","GDH",true]],"size":1,"ref":"refs/heads/master","head":"0f9878d7960d377bcb7604d4547e38bcb33b03a2"} | {
"id": 11626716,
"name": "bookcatch",
"url": "https://github.com/Yhzhtk/bookcatch"
} | {
"id": null,
"login": "Yhzhtk",
"gravatar_id": "a4809ca625ee551fcef02f00129cddff",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-07T10:11:21 | null | {"repository":{"description":"take a book photo","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":354,"owner":"Yhzhtk","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-07-23T22:08:46-07:00","pushed_at":"2013-08-07T03:11:20-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Daihui Gu","company":"YiCha","blog":"http://yhzhtk.info/","location":"Beijing, China","email":"[email protected]"},"url":"https://github.com/Yhzhtk/bookcatch/compare/bfd22b4e0c...0f9878d796"} |
PushEvent | true | {"shas":[["8fc1b04b577a4b60e850f65b3a374f064ee9bb84","[email protected]","Correct the User_Controller","Tyler Wasden",true]],"size":1,"ref":"refs/heads/master","head":"8fc1b04b577a4b60e850f65b3a374f064ee9bb84"} | {
"id": 9948023,
"name": "simple_app",
"url": "https://github.com/tdubb/simple_app"
} | {
"id": null,
"login": "tdubb",
"gravatar_id": "6bfbac89d385c47eec102e215f0fb2d4",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-24T00:58:48 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":356,"owner":"tdubb","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-05-08T16:24:34-07:00","pushed_at":"2013-05-23T17:58:47-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/tdubb/simple_app/compare/b5c35ac61f...8fc1b04b57"} |
PushEvent | true | {"shas":[["029ed7175ab30d16cc4213920d1acb0ff9ca775e","[email protected]","Expression parser logic created.","Polarniy Nickolay",true]],"size":1,"ref":"refs/heads/master","head":"029ed7175ab30d16cc4213920d1acb0ff9ca775e"} | {
"id": 13391491,
"name": "lesson4",
"url": "https://github.com/PolarHare/lesson4"
} | {
"id": null,
"login": "PolarHare",
"gravatar_id": "c6db76271567b080e24bcf2ec0abf6c0",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-08T06:41:46 | null | {"repository":{"description":"The task is to create calculator.","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":132,"owner":"PolarHare","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-10-07T11:07:53-07:00","pushed_at":"2013-10-07T23:41:45-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Nickolay Polyarniy","company":"DevExperts","blog":"http://www.linkedin.com/pub/nickolay-polyarniy/7b/93b/613","location":"Russia, SPb","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/PolarHare/lesson4/compare/a4c1529858...029ed7175a"} |
PushEvent | true | {"shas":[["e24190d828f5d7028d9ac79d79e4a48c80ed60df","[email protected]","added a funciton to insert a post to the users table","Aneeta Lutfee",true]],"size":1,"ref":"refs/heads/master","head":"e24190d828f5d7028d9ac79d79e4a48c80ed60df"} | {
"id": 8059628,
"name": "csc309",
"url": "https://github.com/manderelee/csc309"
} | {
"id": null,
"login": "aneeta-lutfee",
"gravatar_id": "f055284ebf7fbe764b416211bc6e9d7d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-02-23T23:30:08 | null | {"repository":{"description":"webProgA1","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":3140,"owner":"manderelee","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-02-06T12:41:05-08:00","pushed_at":"2013-02-23T15:30:08-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/manderelee/csc309/compare/fe94186279...e24190d828"} |
PushEvent | true | {"shas":[["deab3425d2461cdec1e3ff38f112d693353a2005","[email protected]","Fixed bug where checking for storage space. Issue #2038.","Micah Lucas",true]],"size":1,"ref":"refs/heads/AddAppDataExport2038","head":"deab3425d2461cdec1e3ff38f112d693353a2005"} | {
"id": 12473451,
"name": "mrapp",
"url": "https://github.com/micahjlucas/mrapp"
} | {
"id": null,
"login": "micahjlucas",
"gravatar_id": "66ff896244ea79b8bb397516c71ce486",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-10T00:14:47 | null | {"repository":{"description":"StoryMaker - Mobile Reporter App","homepage":"https://dev.guardianproject.info/projects/wrapp","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":15907,"owner":"micahjlucas","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-08-29T16:29:50-07:00","pushed_at":"2013-10-09T17:14:46-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Micah Lucas","company":"Scal.io","location":"San Francisco, CA","email":"[email protected]"},"url":"https://github.com/micahjlucas/mrapp/compare/cd60d6171e...deab3425d2"} |
PushEvent | true | {"shas":[["4eba6a31f99165be091a4212718b288876a90b16","[email protected]","update run, edit campaign","tiennt",true]],"size":1,"ref":"refs/heads/master","head":"4eba6a31f99165be091a4212718b288876a90b16"} | {
"id": 9209858,
"name": "advertise",
"url": "https://github.com/tienn2t/advertise"
} | {
"id": null,
"login": "tienn2t",
"gravatar_id": "bc7181b20631ddad259f628d0aa8514c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-05T07:10:17 | null | {"repository":{"description":"advertiser ","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":12660,"owner":"tienn2t","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-04-03T19:55:19-07:00","pushed_at":"2013-04-05T00:10:17-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/tienn2t/advertise/compare/38850ac467...4eba6a31f9"} |
PushEvent | true | {"shas":[["251310ca53d734bf26d5d8b8952487dc8f8cacc2","[email protected]","v0.17","unicable",true]],"size":1,"ref":"refs/heads/master","head":"251310ca53d734bf26d5d8b8952487dc8f8cacc2"} | {
"id": 10652584,
"name": "tester05",
"url": "https://github.com/unicable/tester05"
} | {
"id": null,
"login": "unicable",
"gravatar_id": "e90ab4556a6a17dffb2e372fe20983ea",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-17T20:47:05 | null | {"repository":{"watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1656,"owner":"unicable","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-06-12T14:22:57-07:00","pushed_at":"2013-06-17T13:47:04-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/unicable/tester05/compare/dce1c7222b...251310ca53"} |
PushEvent | true | {"shas":[["07d30aea89e73f65db0e12594d79926691645b76","[email protected]","Readme updated","Eugeniy Petrov",true]],"size":1,"ref":"refs/heads/master","head":"07d30aea89e73f65db0e12594d79926691645b76"} | {
"id": 9858857,
"name": "sort",
"url": "https://github.com/EugeniyPetrov/sort"
} | {
"id": null,
"login": "EugeniyPetrov",
"gravatar_id": "c3376223f8505d00d4a0157cbb2e6adc",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-25T18:56:39 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":272,"owner":"EugeniyPetrov","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-05-04T12:04:00-07:00","pushed_at":"2013-05-25T11:56:38-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Eugeniy Petrov","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/EugeniyPetrov/sort/compare/427648cd9e...07d30aea89"} |
PushEvent | true | {"shas":[["add54a8a049ca309e0304f314926d78c7d9da8c8","[email protected]","add SHA-512 js to the master page","Phil Corbett",true]],"size":1,"ref":"refs/heads/develop","head":"add54a8a049ca309e0304f314926d78c7d9da8c8"} | {
"id": 7969410,
"name": "CallOnMe",
"url": "https://github.com/PureMunky/CallOnMe"
} | {
"id": null,
"login": "PureMunky",
"gravatar_id": "a681d5ec38856b6dbab559f60c9ac408",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-02-28T02:09:01 | null | {"repository":{"description":"A simple app for a teacher to add students and randomize their names to call on them for questions.","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":796,"owner":"PureMunky","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-02-01T16:36:12-08:00","pushed_at":"2013-02-27T18:09:00-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Phil Corbett","company":"","blog":"blog.philcorbett.net","location":"Columbus, OH","email":"[email protected]"},"url":"https://github.com/PureMunky/CallOnMe/compare/9be1fa7034...add54a8a04"} |
PushEvent | true | {"shas":[["0cf359730511da56ab6f996588f391fcc8b880b9","[email protected]","Markus updated a lot of things. A LOT.","Markus Rennemann",true],["9004e3be4a8357d4b74191bb59751a04e5bb482b","[email protected]","Merge branch 'master' of https://github.com/Spiris/Translatron","Markus Rennemann",true],["ce096bb23d8252bfcdfc233b9118c4adf9b0412b","[email protected]","Edit view is updated","Markus Rennemann",true],["4fcb9148d25cf329f6e42e1533b7bc565bf58967","[email protected]","Merge pull request #1 from mrennema/master\n\nPULLLLLLL","Spiris",true]],"size":4,"ref":"refs/heads/master","head":"4fcb9148d25cf329f6e42e1533b7bc565bf58967"} | {
"id": 14723935,
"name": "Translatron",
"url": "https://github.com/Spiris/Translatron"
} | {
"id": null,
"login": "Spiris",
"gravatar_id": "2f856aee41562496a39215189560fe53",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-09T23:36:32 | null | {"repository":{"description":"A magical translation beast of the moon.","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":171,"owner":"Spiris","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-11-26T09:26:48-08:00","pushed_at":"2013-12-09T15:36:32-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Spiris/Translatron/compare/04b20c1fd5...4fcb9148d2"} |
PushEvent | true | {"shas":[["d93829487620da1c91d2cd3fa1a90a510a805b28","[email protected]","use the bitpay api for weighted prices","Kyle Drake",true]],"size":1,"ref":"refs/heads/master","head":"d93829487620da1c91d2cd3fa1a90a510a805b28"} | {
"id": 9961517,
"name": "coinpunk",
"url": "https://github.com/kyledrake/coinpunk"
} | {
"id": null,
"login": "kyledrake",
"gravatar_id": "e3d948d31c437cf38c02e9005e230888",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-03T03:28:20 | null | {"repository":{"description":"Open source, self-hosted DIY Bitcoin wallet service","homepage":"http://coinpunk.org","watchers":206,"stargazers":206,"forks":44,"fork":false,"size":2376,"owner":"kyledrake","private":false,"open_issues":4,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-05-09T08:00:52-07:00","pushed_at":"2013-10-02T20:28:20-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Kyle Drake","company":"Net Brew Ventures","blog":"http://kyledrake.net","location":"Portland, Oregon, USA","email":"[email protected]"},"url":"https://github.com/kyledrake/coinpunk/compare/a096ec98fb...d938294876"} |
PushEvent | true | {"shas":[["74119791a04792dd762a95c027bdaef41b3ebe77","[email protected]","Force filenames to unicode on Python 3 for file storage","Armin Ronacher",true]],"size":1,"ref":"refs/heads/sprint-branch","head":"74119791a04792dd762a95c027bdaef41b3ebe77"} | {
"id": 997338,
"name": "werkzeug",
"url": "https://github.com/mitsuhiko/werkzeug"
} | {
"id": null,
"login": "mitsuhiko",
"gravatar_id": "181de1fb11dffe39774f3e2e23cda3b6",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-30T16:56:42 | null | {"repository":{"description":"A flexible WSGI implementation and toolkit","homepage":"http://werkzeug.pocoo.org/","watchers":998,"stargazers":998,"forks":245,"fork":false,"size":912,"owner":"mitsuhiko","private":false,"open_issues":118,"has_issues":true,"has_downloads":true,"has_wiki":false,"language":"Python","created_at":"2010-10-18T04:42:40-07:00","pushed_at":"2013-05-30T09:56:41-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Armin Ronacher","company":"Fireteam Ltd.","blog":"http://lucumr.pocoo.org/","location":"United Kingdom / Austria","email":"[email protected]"},"url":"https://github.com/mitsuhiko/werkzeug/compare/bb5aef0981...74119791a0"} |
PushEvent | true | {"shas":[["926463bd78977436ab2be63d80e3b4e120e9e7d7","[email protected]","Render refs on the graph surface too","Tatham Oddie",true]],"size":1,"ref":"refs/heads/master","head":"926463bd78977436ab2be63d80e3b4e120e9e7d7"} | {
"id": 14131999,
"name": "GitViz",
"url": "https://github.com/tathamoddie/GitViz"
} | {
"id": null,
"login": "tathamoddie",
"gravatar_id": "459b8249e2b4dba8169774892cab0d48",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-11-05T07:17:44 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":134,"owner":"tathamoddie","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2013-11-04T20:22:44-08:00","pushed_at":"2013-11-04T23:17:44-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Tatham Oddie","blog":"http://tath.am","location":"Sydney, Australia","email":"[email protected]"},"url":"https://github.com/tathamoddie/GitViz/compare/963129f575...926463bd78"} |
PushEvent | true | {"shas":[["3cac4b4fe1c0b5a9e7989cca1868f62154c053c8","[email protected]","Still working on skeleton object interactions.\nMocap still isn't working properly. Missing a leg.\n\nScore field has been added to main. It gets incremented every time the skeleton collides with a box.\n-Dave","Owner",true]],"size":1,"ref":"refs/heads/master","head":"3cac4b4fe1c0b5a9e7989cca1868f62154c053c8"} | {
"id": 9503484,
"name": "Katamari2",
"url": "https://github.com/tud23350/Katamari2"
} | {
"id": null,
"login": "tud23350",
"gravatar_id": "e6b3e2c2af46b54b923082c76c032185",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-29T00:14:10 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":5960,"owner":"tud23350","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-04-17T10:34:08-07:00","pushed_at":"2013-04-28T17:14:09-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/tud23350/Katamari2/compare/bf0a501df4...3cac4b4fe1"} |
PushEvent | true | {"shas":[["11db0326cdee7559f4c6b1e39ff4be26c08fd8ca","[email protected]","try git commit","47dev47null",true]],"ref":"refs/heads/master","head":"11db0326cdee7559f4c6b1e39ff4be26c08fd8ca","size":1} | {
"id": 7395519,
"name": "tiger-c",
"url": "https://github.com/47dev47null/tiger-c"
} | {
"id": null,
"login": "47dev47null",
"gravatar_id": "506caf5843d44322e51edeca0374da12",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-01T13:46:45 | null | {"repository":{"watchers":0,"owner":"47dev47null","created_at":"2013-01-01T05:14:07-08:00","homepage":"http://glacjay.is-a-geek.org/blog/","stargazers":0,"open_issues":0,"has_issues":false,"has_wiki":true,"pushed_at":"2013-01-01T05:46:45-08:00","description":"Compiler practice written in C.","forks":0,"fork":true,"size":132,"language":"C","private":false,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/47dev47null/tiger-c/compare/8f2b1d2926...11db0326cd"} |
PushEvent | true | {"shas":[["396870dc95f071a15269ffa0ef768afe72a27884","[email protected]","Remove test packages","Maxime Fabre",true]],"size":1,"ref":"refs/heads/master","head":"396870dc95f071a15269ffa0ef768afe72a27884"} | {
"id": 9519159,
"name": "dotfiles",
"url": "https://github.com/Anahkiasen/dotfiles"
} | {
"id": null,
"login": "Anahkiasen",
"gravatar_id": "c104c0724758cd86c79205032b8bc528",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-01T18:27:06 | null | {"repository":{"description":"Personnal dotfiles","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":548,"owner":"Anahkiasen","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2013-04-18T03:30:50-07:00","pushed_at":"2013-05-01T11:27:05-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Maxime Fabre","company":"Le Principe de Stappler","blog":"http://autopergamene.eu/","location":"France","email":"[email protected]"},"url":"https://github.com/Anahkiasen/dotfiles/compare/85078dcf9e...396870dc95"} |
PushEvent | true | {"shas":[["ea71a770c4b37fa54f89ae1b0fe861ea83859cfe","[email protected]","modified some content for how-to-unhangout page","srishakatux",false],["e91806c32d0d0dd5651910f0b2b1fe902e67d988","[email protected]","Merge pull request #161 from drewww/how-to-unhangout\n\nmodified some content for how-to-unhangout page","Drew Harry",true]],"size":2,"ref":"refs/heads/master","head":"e91806c32d0d0dd5651910f0b2b1fe902e67d988"} | {
"id": 10479386,
"name": "unhangout",
"url": "https://github.com/drewww/unhangout"
} | {
"id": null,
"login": "drewww",
"gravatar_id": "3d9538e87b7f35791ac3bdc35f246549",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-08T18:57:31 | null | {"repository":{"description":"A platform for running large scale online un-conference-style events using Google Hangouts for many simultaneous small sessions.","watchers":25,"stargazers":25,"forks":9,"fork":false,"size":5760,"owner":"drewww","private":false,"open_issues":32,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-06-04T06:37:10-07:00","pushed_at":"2013-10-08T11:57:31-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Drew Harry","company":"MIT Media Lab","blog":"http://web.media.mit.edu/~dharry","location":"Cambridge, MA","email":"[email protected]"},"url":"https://github.com/drewww/unhangout/compare/d479ae5697...e91806c32d"} |
PushEvent | true | {"shas":[["bfd48e4f9184bf55045ca868d9c42054b153a081","[email protected]","Lipthing2 now compiles. Added a better fix for a ModView error.","Fighter",true],["30acd8ae701c859fd862cd18c6b48d2d507dafa8","[email protected]","Removed cdkey code from mp/client","Harry Jeffery",true],["a9885dd0bb467ca13bcd0851a9ba0e7b64418f2c","[email protected]","Removed cd key from mp/qcommon","Harry Jeffery",true],["bbcabb1a7554fdad209a2838792f2282036a65ee","[email protected]","Removed cdkey code from mp/server","Harry Jeffery",true],["417d5f7bcf8b250321e718153cdabf190fd6b97b","[email protected]","Removed cdkey code from mp/ui","Harry Jeffery",true],["a7dd04fb1a4b4f8afd0f10c0e9621e33c9702ff2","[email protected]","Removed cd key stuff from miscellaneous files","Harry Jeffery",true],["8ed8c4759b63af072ff61f1ac95199f0ef8fa6c5","[email protected]","Merged with latest upstream","Harry Jeffery",true],["af20842aa5d5170c90187971b304b6fc5b315bde","[email protected]","Removed jawa tool, as it's for Xbox according to eez.","Fighter",true],["c68ecd40fb6c6639fb6aefe1fbcbc0f0c582f04a","[email protected]","Ammended issues with patch","Harry Jeffery",true],["8279351f0b3e283f049c406726bda4cee9441fb1","[email protected]","Merge pull request #22 from eXeC64/cdkey\n\nRemoved CD Key code","Ensiform",true],["6244fca9a31e26d39090fd526eddec002c4301fb","[email protected]","Fixed rcon buffer length being really large","Ensiform",true],["14f198b884c480701544aee690b5a74222dfd20c","[email protected]","Merge pull request #21 from Fighter298/master\n\nLipthing2 now compiles. Added a better fix for a ModView error. Removed jawa xbox tool.","Razish",true],["a260f9e514dfdd2da8abed9aa6701afeeeff7a32","[email protected]","Merge branch 'master' of github.com:Razish/OpenJK","eezstreet",true]],"size":13,"ref":"refs/heads/master","head":"a260f9e514dfdd2da8abed9aa6701afeeeff7a32"} | {
"id": 9230572,
"name": "OpenJK",
"url": "https://github.com/eezstreet/OpenJK"
} | {
"id": null,
"login": "eezstreet",
"gravatar_id": "c43e7186f0aa93c7f4c7e69b8a881d4a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-05T23:36:57 | null | {"repository":{"description":"Jedi Academy on crack","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":428,"owner":"eezstreet","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"C++","created_at":"2013-04-04T16:54:36-07:00","pushed_at":"2013-04-05T16:36:56-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/eezstreet/OpenJK/compare/3790b9770f...a260f9e514"} |
PushEvent | true | {"shas":[["d13dcd5fdebd04a5115656ac9f7fec879bd519ca","[email protected]","Done","Jose Gabriel",false],["807fab420ef387187a1854d98b2aa3c54d997872","[email protected]","Merge branch 'desarrollo_rolando' into desarrollo_jose","Jose Gabriel",false],["dbc518c37deb86dc34cf66e1c8174996510a5be3","[email protected]","Cambios en Restaurar Claves Padres","Jose Gabriel",false],["bb402cf1077cfbca4b502eec8ed52930363797f9","[email protected]","Merge branch 'desarrollo_jose' of https://github.com/jgabrielsk8/SACE into pulled","rolexardon",true],["0d7cc690efe32334bd6a9f2c5378ff8471bcc10c","[email protected]","Merge branch 'pulled' into desarrollo_rolando","rolexardon",true],["99237a2bbef8c4f05ea38d4bb7359f7cf34f598a","[email protected]","Merge branch 'desarrollo_rolando' of https://github.com/jgabrielsk8/SACE into desarrollo_rolando","rolexardon",true],["19f409a4dfd335da87bfa17dd8f7db963fda019e","[email protected]","mejoras chat","rolexardon",true],["45759d6be62d3720372c252a86366d6a278dbbdd","[email protected]","mejoras chat","rolexardon",true]],"size":8,"ref":"refs/heads/desarrollo_rolando","head":"45759d6be62d3720372c252a86366d6a278dbbdd"} | {
"id": 8114039,
"name": "SACE",
"url": "https://github.com/jgabrielsk8/SACE"
} | {
"id": null,
"login": "rolexardon",
"gravatar_id": "cb61eb2d013defe0513696266063b9f3",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-09T18:03:49 | null | {"repository":{"description":"Proyecto Desarrollo SACE","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":58611,"owner":"jgabrielsk8","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-02-09T11:41:28-08:00","pushed_at":"2013-08-09T11:03:48-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Rolando Ardon","company":"","location":"Tegucigalpa Honduras","email":"[email protected]"},"url":"https://github.com/jgabrielsk8/SACE/compare/7557b40df6...45759d6be6"} |
PushEvent | true | {"shas":[["fb18d681d9f340de5692618d37515dc78397a4e0","[email protected]","Remove some redundant code from shairplay CLI","Juho Vähä-Herttua",true]],"size":1,"ref":"refs/heads/avahi","head":"fb18d681d9f340de5692618d37515dc78397a4e0"} | {
"id": 3670297,
"name": "shairplay",
"url": "https://github.com/juhovh/shairplay"
} | {
"id": null,
"login": "juhovh",
"gravatar_id": "c6b34122cd28545bf6798dbf8a17d671",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-14T19:05:37 | null | {"repository":{"description":"Apple airplay and raop protocol server","homepage":"","watchers":34,"stargazers":34,"forks":10,"fork":false,"size":300,"owner":"juhovh","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2012-03-09T04:07:40-08:00","pushed_at":"2013-04-14T12:05:37-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/juhovh/shairplay/compare/155bda443d...fb18d681d9"} |
PushEvent | true | {"shas":[["d1161fd6c2cdff244d42f9b910c3d05f191e2948","[email protected]","playing with colours","Chris Clarke",true]],"size":1,"ref":"refs/heads/Initial","head":"d1161fd6c2cdff244d42f9b910c3d05f191e2948"} | {
"id": 13067354,
"name": "GuardianUX",
"url": "https://github.com/mr-mr/GuardianUX"
} | {
"id": null,
"login": "mr-mr",
"gravatar_id": "6ed0bfb73aafbb294bb90f6a47a8e1af",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-03T08:25:02 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":4724,"owner":"mr-mr","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"CSS","created_at":"2013-09-24T07:48:48-07:00","pushed_at":"2013-10-03T01:25:02-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/mr-mr/GuardianUX/compare/1c98af72a1...d1161fd6c2"} |
PushEvent | true | {"shas":[["a5af53943194cc122f3a3ea969722af6c79a02de","[email protected]","Merge pull request #2 from psachs/f12e6c2ef8abb600f0735fc8f40476cfe8aab017\n\nAdd electrical impedance to common units","Andreas Müller",true],["086e7e37dd6c8ff68bfe10caf1752905f92cfaf0","[email protected]","Merge remote-tracking branch 'am/master'","Pascal Sachs",true]],"size":2,"ref":"refs/heads/master","head":"086e7e37dd6c8ff68bfe10caf1752905f92cfaf0"} | {
"id": 2399004,
"name": "alchemist",
"url": "https://github.com/psachs/alchemist"
} | {
"id": null,
"login": "psachs",
"gravatar_id": "cecc730d616c1c256b98f8fa9f3378e0",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-10T11:44:06 | null | {"repository":{"description":"Ruby conversions like you've never seen them before","homepage":"https://github.com/halogenandtoast/alchemist","watchers":1,"stargazers":1,"forks":0,"fork":true,"size":804,"owner":"psachs","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2011-09-16T04:56:00-07:00","pushed_at":"2013-06-10T04:44:06-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Pascal Sachs","company":"Koubachi AG","blog":"www.koubachi.com","location":"Zürich","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/psachs/alchemist/compare/f7b028012e...086e7e37dd"} |
PushEvent | true | {"ref":"refs/heads/master","head":"3f1843efc28489bc1d98c4d49c7873c07a3e9945","size":1,"shas":[["3f1843efc28489bc1d98c4d49c7873c07a3e9945","[email protected]","Check if action was okay","Richard Kuhnt",true]]} | {
"id": 7355760,
"name": "saferpay",
"url": "https://github.com/r15ch13/saferpay"
} | {
"id": null,
"login": "r15ch13",
"gravatar_id": "adffba06ede013bbc07ad5af13a4d7a8",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-16T22:03:06 | null | {"repository":{"watchers":0,"has_issues":true,"owner":"r15ch13","pushed_at":"2013-01-16T14:03:05-08:00","description":"","stargazers":0,"forks":0,"has_wiki":true,"language":"PHP","fork":false,"size":224,"created_at":"2012-12-28T07:06:43-08:00","open_issues":0,"private":false,"has_downloads":true},"actor_attributes":{"name":"Richard Kuhnt","type":"User","email":"[email protected]","blog":"r15ch13.de","location":"Bonn"},"url":"https://github.com/r15ch13/saferpay/compare/5364637ba0...3f1843efc2"} |
PushEvent | true | {"shas":[["3082bcca67919c351c947e684abfc21a08f17b6f","[email protected]","error of previous mod: indata and data","Kun",true]],"size":1,"ref":"refs/heads/master","head":"3082bcca67919c351c947e684abfc21a08f17b6f"} | {
"id": 8173319,
"name": "networkdate",
"url": "https://github.com/kuntu/networkdate"
} | {
"id": null,
"login": "kuntu",
"gravatar_id": "c88b6dfc36759f4fb4a748cd3a1e73bd",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-02T01:04:14 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":728,"owner":"kuntu","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-02-12T20:44:49-08:00","pushed_at":"2013-08-01T18:04:13-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Kun","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/kuntu/networkdate/compare/13ac2097d9...3082bcca67"} |
PushEvent | true | {"shas":[["78fb068f6e796b9b214d143401f798f17a807bdf","[email protected]","Merge pull request #1 from michaellux/master\n\nadd new line","WickedAlice",true]],"size":1,"ref":"refs/heads/master","head":"78fb068f6e796b9b214d143401f798f17a807bdf"} | {
"id": 14802877,
"name": "second",
"url": "https://github.com/michaellux/second"
} | {
"id": null,
"login": "michaellux",
"gravatar_id": "68aace250226c22e4ad9e517de04c35b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-11-29T14:47:48 | null | {"repository":{"description":"The second one","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":88,"owner":"michaellux","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"created_at":"2013-11-29T06:11:42-08:00","pushed_at":"2013-11-29T06:47:48-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/michaellux/second/compare/bc51f85dcd...78fb068f6e"} |
PushEvent | true | {"shas":[["3c252d1fd095e0f2c7f313b4eb317d42ce401b66","[email protected]","moved '\\n' replacement to enforcer,\nbecause it is protocol dependent.","Yoni Ivan Ozimchuk",true]],"size":1,"ref":"refs/heads/Implementing_new_conn_table","head":"3c252d1fd095e0f2c7f313b4eb317d42ce401b66"} | {
"id": 8737077,
"name": "firewall",
"url": "https://github.com/ozimchuk/firewall"
} | {
"id": null,
"login": "ozimchuk",
"gravatar_id": "9659180f15fe594df33fe01a33750bc8",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-21T20:35:41 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":660,"owner":"ozimchuk","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-03-12T13:00:39-07:00","pushed_at":"2013-04-21T13:35:40-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ozimchuk/firewall/compare/6889f77b49...3c252d1fd0"} |
PushEvent | true | {"shas":[["77825c7f85b8c006034fbd8bc37decb8201c783c","[email protected]","Better now - no solution directory name in project files.","JornWildt",true]],"size":1,"ref":"refs/heads/master","head":"77825c7f85b8c006034fbd8bc37decb8201c783c"} | {
"id": 4601058,
"name": "Xyperico",
"url": "https://github.com/JornWildt/Xyperico"
} | {
"id": null,
"login": "JornWildt",
"gravatar_id": "de16a460abc4c39769144cce6ed1d814",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-03T15:10:41 | null | {"repository":{"description":"A set of library utilities for various hobby projects. No docs!","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":42872,"owner":"JornWildt","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2012-06-08T11:57:23-07:00","pushed_at":"2013-09-03T08:10:39-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jørn Wildt","blog":"www.elfisk.dk","location":"Denmark","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/JornWildt/Xyperico/compare/fb07074269...77825c7f85"} |
PushEvent | true | {"shas":[["c2f81dc759ba227a2ae5d465ff6d7581594ae2ef","[email protected]","Added ASP.NET MVC Demo Project","Morgan",true]],"size":1,"ref":"refs/heads/master","head":"c2f81dc759ba227a2ae5d465ff6d7581594ae2ef"} | {
"id": 12548976,
"name": "bookface",
"url": "https://github.com/Logibeara/bookface"
} | {
"id": null,
"login": "rocketeer13",
"gravatar_id": "f030ea37566b09982b1ae915b1619ead",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-16T19:45:06 | null | {"repository":{"description":"Textbook Sharing Webservice Development","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":108,"owner":"Logibeara","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-09-02T13:58:34-07:00","pushed_at":"2013-09-16T12:45:04-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Morgan","email":"[email protected]"},"url":"https://github.com/Logibeara/bookface/compare/afc83228a1...c2f81dc759"} |
PushEvent | true | {"shas":[["de22153c7eeca22a2c4f056a076ef2af7ef78a6b","[email protected]","причесывание","Артем",true]],"size":1,"ref":"refs/heads/master","head":"de22153c7eeca22a2c4f056a076ef2af7ef78a6b"} | {
"id": 12218166,
"name": "startstroy",
"url": "https://github.com/abzdnua/startstroy"
} | {
"id": null,
"login": "ArtyCake",
"gravatar_id": "5ce3b4483c5162068b73045c1aca2309",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-12T07:57:37 | null | {"repository":{"description":"startstroy","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":10048,"owner":"abzdnua","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-08-19T07:02:36-07:00","pushed_at":"2013-09-12T00:57:36-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/abzdnua/startstroy/compare/9cf4af4e72...de22153c7e"} |
PushEvent | true | {"shas":[["13b95eafa08be747a560ea6549adde2fe4de6f50","[email protected]","add resource\n\nadd resource","jeff liu",true]],"size":1,"ref":"refs/heads/master","head":"13b95eafa08be747a560ea6549adde2fe4de6f50"} | {
"id": 12868305,
"name": "ConfigParse",
"url": "https://github.com/ainiaa/ConfigParse"
} | {
"id": null,
"login": "ainiaa",
"gravatar_id": "addfe100bbacb4b5e0d863d2865c8dd5",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-16T14:00:12 | null | {"repository":{"description":"ConfigParse--- parse xls data to other content eg: php ","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2664,"owner":"ainiaa","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-09-16T06:42:30-07:00","pushed_at":"2013-09-16T07:00:12-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ainiaa/ConfigParse/compare/deec35b092...13b95eafa0"} |
PushEvent | true | {"shas":[["bf31c2dcb08d53f903b5eb9559b12c8e8aaca5cf","[email protected]","added alsa configs","Sam F",true]],"size":1,"ref":"refs/heads/master","head":"bf31c2dcb08d53f903b5eb9559b12c8e8aaca5cf"} | {
"id": 8541082,
"name": "Configs",
"url": "https://github.com/digitality/Configs"
} | {
"id": null,
"login": "digitality",
"gravatar_id": "e87980f5eb4effd3708290cd46467b5f",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-03-03T19:31:40 | null | {"repository":{"description":"A collection of dotfiles fomr my home folder","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":140,"owner":"digitality","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2013-03-03T11:22:08-08:00","pushed_at":"2013-03-03T11:31:39-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/digitality/Configs/compare/f2ed9b7ad1...bf31c2dcb0"} |
PushEvent | true | {"shas":[["a329b1affb23f9e657a240b86c185c98c5c4c233","[email protected]","Updated grouse","Jeremy Raw",true]],"size":1,"ref":"refs/heads/master","head":"a329b1affb23f9e657a240b86c185c98c5c4c233"} | {
"id": 11452992,
"name": "nmtk-demo",
"url": "https://github.com/jrawbits/nmtk-demo"
} | {
"id": null,
"login": "jrawbits",
"gravatar_id": "adbd7a28c86e9ea394fa7ca25925e1a9",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-14T16:46:37 | null | {"repository":{"description":"Demo web application for the NMTK","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":4342,"owner":"jrawbits","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-07-16T08:26:06-07:00","pushed_at":"2013-08-14T09:46:37-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jrawbits/nmtk-demo/compare/838a6f6538...a329b1affb"} |
PushEvent | true | {"shas":[["b0999447cb4777fb43e67e77aa0db305e688cd6e","[email protected]","Version 0.4","rebootuser",true]],"size":1,"ref":"refs/heads/master","head":"b0999447cb4777fb43e67e77aa0db305e688cd6e"} | {
"id": 12236152,
"name": "LinEnum",
"url": "https://github.com/rebootuser/LinEnum"
} | {
"id": null,
"login": "rebootuser",
"gravatar_id": "d2d41a0612ff6bdc9c8a692abf2ab0e0",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-05T15:00:11 | null | {"repository":{"description":"Scripted Local Linux Enumeration & Privilege Escalation Checks","watchers":18,"stargazers":18,"forks":13,"fork":false,"size":216,"owner":"rebootuser","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2013-08-19T23:26:58-07:00","pushed_at":"2013-09-05T08:00:10-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Rebootuser","blog":"http://www.rebootuser.com","location":"UK","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/rebootuser/LinEnum/compare/8311ae1cf7...b0999447cb"} |
PushEvent | true | {"shas":[["ba530aa3cc0160e2460f8d7c068430c5d84e78db","[email protected]","use static QStrings for setting names.\nrepaint imageWidget on setRendererFromString()","chipgw",true]],"size":1,"ref":"refs/heads/master","head":"ba530aa3cc0160e2460f8d7c068430c5d84e78db"} | {
"id": 8889302,
"name": "depthview",
"url": "https://github.com/chipgw/depthview"
} | {
"id": null,
"login": "chipgw",
"gravatar_id": "233583d28f7ab62bb55bde5fa9ac5458",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-13T19:23:47 | null | {"repository":{"description":"DepthView is a basic stereoscopic 3D image viewer for .jps and .pns files. It supports anglaph (full-color, half-color, and greyscale), side-by-side (with mirror), interlaced (horizontal and vertical), checkerboard, and single image display.","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":6472,"owner":"chipgw","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C++","created_at":"2013-03-19T14:09:12-07:00","pushed_at":"2013-06-13T12:23:47-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/chipgw/depthview/compare/aaed21fd1c...ba530aa3cc"} |
PushEvent | true | {"shas":[["aef5eca992d5fa9d97fe6e88a0516cf8f774dc59","[email protected]","Adding dev dependencies","Jonny Barnes",true],["079105fed8d0dde191126a9a9baf255f6140f04b","[email protected]","New .lock","Jonny Barnes",true],["9b8685a17bf5cf567e28e8b529538c43484b13ee","[email protected]","Hopefully the image on the homepage will get shrunk to the width of the page","Jonny Barnes",true]],"size":3,"ref":"refs/heads/master","head":"9b8685a17bf5cf567e28e8b529538c43484b13ee"} | {
"id": 11255995,
"name": "jbl4",
"url": "https://github.com/jonnybarnes/jbl4"
} | {
"id": null,
"login": "jonnybarnes",
"gravatar_id": "17bfa3dfb4e6dd8feb0d9f4bcaa5ed2b",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-19T09:41:16 | null | {"repository":{"description":"My site (jonnybarnes.net) based on Laravel 4","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":6480,"owner":"jonnybarnes","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-07-08T07:15:34-07:00","pushed_at":"2013-12-19T01:41:15-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jonny Barnes","blog":"https://jonnybarnes.net/","location":"Manchester, UK","email":"[email protected]"},"url":"https://github.com/jonnybarnes/jbl4/compare/efc79021e2...9b8685a17b"} |
PushEvent | true | {"head":"9d59fb63f9253eb1f66182aab5b602337c35d352","ref":"refs/heads/master","shas":[["8419a3ce8ef7c546a68a8d27de19dbe8901a6b6b","[email protected]","Added cute octocat story","Try Git",true],["eba13cbc883f89eaa47995df63b7b7b6044e7fff","[email protected]","Add all the octocat txt files","Try Git",true],["9d59fb63f9253eb1f66182aab5b602337c35d352","[email protected]","Removed all the cats","Try Git",true]],"size":3} | {
"id": 7569977,
"name": "try_git",
"url": "https://github.com/nmarlin2/try_git"
} | {
"id": null,
"login": "Try-Git",
"gravatar_id": "d5e18ff7e2d01beafbad009dbbec9bd2",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-12T01:28:25 | null | {"repository":{"watchers":0,"owner":"nmarlin2","pushed_at":"2013-01-11T17:28:24-08:00","stargazers":0,"forks":0,"has_wiki":true,"fork":false,"size":108,"created_at":"2013-01-11T17:09:53-08:00","private":false,"open_issues":0,"has_issues":true,"has_downloads":true},"actor_attributes":{"type":"User","name":"Try Git","blog":"http://try.github.com","company":"Code School","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/nmarlin2/try_git/compare/8db6bfceee...9d59fb63f9"} |
PushEvent | true | {"shas":[["3b00ff3bfab26c0eed4210f2492782f79bd2dad1","[email protected]","no timer restarts during measurement (more accurate)","ondrej",true]],"size":1,"ref":"refs/heads/master","head":"3b00ff3bfab26c0eed4210f2492782f79bd2dad1"} | {
"id": 7934838,
"name": "msp430ir",
"url": "https://github.com/ondrejh/msp430ir"
} | {
"id": null,
"login": "ondrejh",
"gravatar_id": "a7944beac09bb8e48feb67546771d8ce",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-02-21T09:18:00 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":240,"owner":"ondrejh","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-01-31T02:35:09-08:00","pushed_at":"2013-02-21T01:18:00-08:00","master_branch":"master"},"actor_attributes":{"name":"Ondrej Hejda","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ondrejh/msp430ir/compare/d89c9c736e...3b00ff3bfa"} |
PushEvent | true | {"shas":[["7a4417ac695d095b967f41acf679789cf9cb191a","[email protected]","Update README.md","Simon Elliott",true]],"size":1,"ref":"refs/heads/master","head":"7a4417ac695d095b967f41acf679789cf9cb191a"} | {
"id": 14601852,
"name": "youarei.js",
"url": "https://github.com/purge/youarei.js"
} | {
"id": null,
"login": "purge",
"gravatar_id": "d7369691fbb0d61dc4d97af96c94f195",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-28T20:17:08 | null | {"repository":{"description":"a tiny URL parsing library for javascript","homepage":"","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":676,"owner":"purge","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-11-21T14:21:52-08:00","pushed_at":"2013-12-28T12:17:07-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Simon Elliott","company":"Paper Creatures","location":"Brighton","email":"[email protected]"},"url":"https://github.com/purge/youarei.js/compare/8a1f2e2666...7a4417ac69"} |
PushEvent | true | {"shas":[["f4959390a38592a213c2f933990f9aece594135e","[email protected]","wp files","rahulnijhawan",true]],"size":1,"ref":"refs/heads/master","head":"f4959390a38592a213c2f933990f9aece594135e"} | {
"id": 15332595,
"name": "wp",
"url": "https://github.com/rahulnijhawan/wp"
} | {
"id": null,
"login": "rahulnijhawan",
"gravatar_id": "788a437bad38251f41bdec3b0917bf30",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-20T08:46:03 | null | {"repository":{"description":"word press","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":96,"owner":"rahulnijhawan","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-12-19T23:31:29-08:00","pushed_at":"2013-12-20T00:46:02-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/rahulnijhawan/wp/compare/982308b3cd...f4959390a3"} |
PushEvent | true | {"shas":[["3df3a467667ea7ba3d1e1b2ec38f340ef48a8b19","[email protected]","AMQ 5.9, Camel 2.12.1, cxf 2.7.6.\nJRE.Properties versioned.","Johan Edstrom",true]],"size":1,"ref":"refs/heads/master","head":"3df3a467667ea7ba3d1e1b2ec38f340ef48a8b19"} | {
"id": 6586544,
"name": "aetos",
"url": "https://github.com/savoirtech/aetos"
} | {
"id": null,
"login": "seijoed",
"gravatar_id": "1d4383f1afa8a3bd9bf72f8f991e7980",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-10-25T17:32:32 | null | {"repository":{"description":"Aetos Integration Platform","watchers":2,"stargazers":2,"forks":3,"fork":false,"size":4724,"owner":"savoirtech","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2012-11-07T13:23:15-08:00","pushed_at":"2013-10-25T10:32:31-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Johan Edstrom","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/savoirtech/aetos/compare/a1a7161b3c...3df3a46766"} |
PushEvent | true | {"shas":[["ad0b9bca4b8990117ef685df6b74fbae3f7d76e1","[email protected]","Improve styling of text","Jordan Suchow",true],["2f8a0af1c416974b67aaf68d6ddc8d220fd7ef4e","[email protected]","Register keystrokes and check accuracy w/r/t the text","Jordan Suchow",true]],"size":2,"ref":"refs/heads/master","head":"2f8a0af1c416974b67aaf68d6ddc8d220fd7ef4e"} | {
"id": 13046653,
"name": "Typlicate",
"url": "https://github.com/suchow/Typlicate"
} | {
"id": null,
"login": "suchow",
"gravatar_id": "cc73619dcb49fee030b89aca866e127d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-24T06:35:33 | null | {"repository":{"description":"Better writing by typing something great.","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":380,"owner":"suchow","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-09-23T13:42:41-07:00","pushed_at":"2013-09-23T23:35:33-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jordan Suchow","blog":"http://jwsu.ch/ow/","location":"Cambridge, MA","email":"[email protected]"},"url":"https://github.com/suchow/Typlicate/compare/64a67a2a80...2f8a0af1c4"} |
PushEvent | true | {"shas":[["2bf1beabb81817be2057129aec4e3d4f786dd9fe","[email protected]","Changed final jar name to ram-mem.jar","Peter Jakubco",true]],"size":1,"ref":"refs/heads/branch-0_13","head":"2bf1beabb81817be2057129aec4e3d4f786dd9fe"} | {
"id": 802239,
"name": "ram-mem",
"url": "https://github.com/vbmacher/ram-mem"
} | {
"id": null,
"login": "vbmacher",
"gravatar_id": "b25955e48fa94fb677c10db650b61e7d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-30T20:53:21 | null | {"repository":{"description":"Program memory for Random Access Machine emulator (plug-in for the emuStudio platform).","homepage":"","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":1324,"owner":"vbmacher","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":false,"language":"Java","created_at":"2010-07-27T22:36:50-07:00","pushed_at":"2013-06-30T13:53:20-07:00","master_branch":"branch-0_13"},"actor_attributes":{"type":"User","name":"Peter Programmer","company":"ZOOM, International, s.r.o.","blog":"","location":"Prague","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/vbmacher/ram-mem/compare/8572fe656c...2bf1beabb8"} |
PushEvent | true | {"shas":[["d2c199833b9750f931867a5db4d0358da0ced9ff","[email protected]","RestaurantActivity with modified listView and update on Results.java","Yos Sugianto",true]],"size":1,"ref":"refs/heads/master","head":"d2c199833b9750f931867a5db4d0358da0ced9ff"} | {
"id": 9968599,
"name": "grubber",
"url": "https://github.com/ysugiant/grubber"
} | {
"id": null,
"login": "ysugiant",
"gravatar_id": "0997a4bd900709bcf937ddfa8f6766aa",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-16T05:10:45 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1784,"owner":"ysugiant","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-05-09T14:06:36-07:00","pushed_at":"2013-05-15T22:10:43-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ysugiant/grubber/compare/4af9ff15fb...d2c199833b"} |
PushEvent | true | {"shas":[["2ab99d3c8cbcb2c5686b937803be67335b1a7d5c","[email protected]","* Fixed Le texte reste centrer lorsque la fenêtre est réduite\n\nLa taille de l'image n'était pas pris en héritage. Ajout de l'attribut\n!important afin de la forcer à garder une hauteur de 500px","Luc-Frederic Langis",true]],"size":1,"ref":"refs/heads/master","head":"2ab99d3c8cbcb2c5686b937803be67335b1a7d5c"} | {
"id": 12080940,
"name": "assets",
"url": "https://github.com/GuitarLove/assets"
} | {
"id": null,
"login": "GuitarLove",
"gravatar_id": "66755810fc8cb80043f164053f3d4385",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-13T14:33:56 | null | {"repository":{"description":"fichiers css | less | js | img pour mes sites","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":300,"owner":"GuitarLove","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"CSS","created_at":"2013-08-13T05:08:31-07:00","pushed_at":"2013-08-13T07:33:56-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Luc-Frédéric Langis","location":"France","email":"[email protected]"},"url":"https://github.com/GuitarLove/assets/compare/4e84014a60...2ab99d3c8c"} |
PushEvent | true | {"shas":[["5258854b5d3bfd01237caf3871ad0facd7a5cc39","[email protected]","again","Simon Cropp",true]],"size":1,"ref":"refs/heads/develop","head":"5258854b5d3bfd01237caf3871ad0facd7a5cc39"} | {
"id": 8849940,
"name": "Studio",
"url": "https://github.com/SimonCropp/Studio"
} | {
"id": null,
"login": "SimonCropp",
"gravatar_id": "b25a33ced3a0f1aef13b9ed7824787ef",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-03-21T10:39:41 | null | {"repository":{"description":"Visual Studio integrated modeling tools for NServiceBus","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":228,"owner":"SimonCropp","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2013-03-18T01:33:36-07:00","pushed_at":"2013-03-21T03:39:39-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Simon Cropp","blog":"http://simoncropp.com/","email":"[email protected]"},"url":"https://github.com/SimonCropp/Studio/compare/693314e8ec...5258854b5d"} |
PushEvent | true | {"shas":[["743c24e6c992a42db917478b04b999c8ce5bfaa0","[email protected]","enable_page_protection: fix %cr0 write","Ahmed Samy",true]],"size":1,"ref":"refs/heads/master","head":"743c24e6c992a42db917478b04b999c8ce5bfaa0"} | {
"id": 12748228,
"name": "kfswatch",
"url": "https://github.com/decltype/kfswatch"
} | {
"id": null,
"login": "decltype",
"gravatar_id": "62e19ff99887e82d80e005548df148bb",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-12T18:22:23 | null | {"repository":{"description":"Kernel file system watch module","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":92,"owner":"decltype","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-09-10T22:19:07-07:00","pushed_at":"2013-09-12T11:22:22-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Ahmed Samy","blog":"","location":"Egypt","email":"[email protected]"},"url":"https://github.com/decltype/kfswatch/compare/ae4c868f0a...743c24e6c9"} |
PushEvent | true | {"shas":[["29c0e469339c5a1aecf67d48e43b45852f7df0b7","[email protected]","Change schema to use PostgreSQL arrays for tags.","Eric Fritz",true],["66b8281bd8d8e8d218a0d3c644d60a08a18422fe","[email protected]","Remove constructors from models.","Eric Fritz",true],["e6b687cb0b630683363e6a7d5edf932ae0a857fe","[email protected]","Require username value in POST /articles.","Eric Fritz",true],["93de8a8fc2952f3c231b024ff6c65456bab8c437","[email protected]","Add default column values to model definitions.","Eric Fritz",true]],"size":4,"ref":"refs/heads/master","head":"93de8a8fc2952f3c231b024ff6c65456bab8c437"} | {
"id": 11693595,
"name": "whiteboard",
"url": "https://github.com/efritz/whiteboard"
} | {
"id": null,
"login": "efritz",
"gravatar_id": "ad5532848da64533cabe24148a7f3531",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-07-30T03:49:20 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":88,"owner":"efritz","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-07-26T12:51:18-07:00","pushed_at":"2013-07-29T20:49:20-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Eric Fritz","blog":"http://www.eric-fritz.com","location":"Milwaukee, WI","email":"[email protected]"},"url":"https://github.com/efritz/whiteboard/compare/aeb19b05fd...93de8a8fc2"} |
PushEvent | true | {"shas":[["f2c19fd9bbd0ae584514a920a1a485e65b8cd6ee","[email protected]","Automatic commentstring","meryngii",true]],"size":1,"ref":"refs/heads/master","head":"f2c19fd9bbd0ae584514a920a1a485e65b8cd6ee"} | {
"id": 2917650,
"name": "dotfiles",
"url": "https://github.com/meryngii/dotfiles"
} | {
"id": null,
"login": "meryngii",
"gravatar_id": "8cb0f85d4f01555a71074412b1c5ca0e",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-13T23:56:49 | null | {"repository":{"description":"","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":214,"owner":"meryngii","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"VimL","created_at":"2011-12-05T07:52:36-08:00","pushed_at":"2013-08-13T16:56:48-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/meryngii/dotfiles/compare/2a805f0cb0...f2c19fd9bb"} |
PushEvent | true | {"shas":[["46fb73d4ac2e7bffa6c62d070d9af8a0fd80ce4a","[email protected]","Fix bug in clear line escape sequence.","Mehdi Mulani",true]],"size":1,"ref":"refs/heads/master","head":"46fb73d4ac2e7bffa6c62d070d9af8a0fd80ce4a"} | {
"id": 8055626,
"name": "Terminal",
"url": "https://github.com/mmmulani/Terminal"
} | {
"id": null,
"login": "mmmulani",
"gravatar_id": "28cd91f52094ec153b8c529848411ba9",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-22T17:31:09 | null | {"repository":{"description":"Terminal","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":1500,"owner":"mmmulani","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Objective-C","created_at":"2013-02-06T08:57:19-08:00","pushed_at":"2013-05-22T10:31:08-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/mmmulani/Terminal/compare/cc890ca51d...46fb73d4ac"} |
PushEvent | true | {"shas":[["f0600c3ef56c50721a44263ae71f448800ff0b8d","[email protected]","Reordered javascript loading order","neoranga55",true]],"size":1,"ref":"refs/heads/master","head":"f0600c3ef56c50721a44263ae71f448800ff0b8d"} | {
"id": 8538570,
"name": "kamelo",
"url": "https://github.com/neoranga55/kamelo"
} | {
"id": null,
"login": "neoranga55",
"gravatar_id": "ce28b2c511204f5b1cb9a0b4087f5e3e",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-12T22:24:36 | null | {"repository":{"description":"My first HTML5 game in 2D","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":42680,"owner":"neoranga55","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-03-03T08:11:38-08:00","pushed_at":"2013-04-12T15:24:35-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Sebas","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/neoranga55/kamelo/compare/2705e268ac...f0600c3ef5"} |
PushEvent | true | {"ref":"refs/heads/master","head":"81d56200a5e30cabc55c26f837b67a33e3a81168","size":1,"shas":[["81d56200a5e30cabc55c26f837b67a33e3a81168","[email protected]","Add joystick.conf for X.\n\nCommented out joystick catchall because X thought it should use it as a mouse.","Soo-Hyun Yoo",true]]} | {
"id": 7797725,
"name": "config_files",
"url": "https://github.com/yoos/config_files"
} | {
"id": null,
"login": "yoos",
"gravatar_id": "2c36a75c553f2549e3134074ae1a248c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-26T06:14:24 | null | {"repository":{"open_issues":0,"owner":"yoos","has_wiki":true,"watchers":0,"has_issues":true,"stargazers":0,"homepage":"","fork":false,"size":124,"created_at":"2013-01-24T04:42:35-08:00","description":"My system configuration files","private":false,"has_downloads":true,"pushed_at":"2013-01-25T22:14:23-08:00","forks":0},"actor_attributes":{"name":"Soo-Hyun Yoo","blog":"http://iterativecode.com/","type":"User","email":"[email protected]"},"url":"https://github.com/yoos/config_files/compare/c7f6d07021...81d56200a5"} |
PushEvent | true | {"shas":[["094f45d5cadb74d4dd124f4f6dea3b741d5ea130","[email protected]","added SSL support, payment system, session tracking","Ben Tzou",true]],"size":1,"ref":"refs/heads/master","head":"094f45d5cadb74d4dd124f4f6dea3b741d5ea130"} | {
"id": 13998203,
"name": "webproject",
"url": "https://github.com/bentzou/webproject"
} | {
"id": null,
"login": "bentzou",
"gravatar_id": "912be047727701bfc3e333e2dc4f1bcd",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-04T14:05:46 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":700,"owner":"bentzou","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-10-30T13:06:25-07:00","pushed_at":"2013-12-04T06:05:43-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/bentzou/webproject/compare/1a67b3644f...094f45d5ca"} |
PushEvent | true | {"shas":[["d63862a59140c97c524cf8c4a258b460b2f39e29","[email protected]","Add a few more bash aliases\n\n- arch and deb package management\n- rename do-repo","Axel von Bertoldi",true],["c9edf1009e733afd9a7c90d22cdc26fc9534e228","[email protected]","Only source files if they exists","Axel von Bertoldi",true],["95df585aae3ed61c11d435d547f15ffabea8438b","[email protected]","Fix finding cli binary when there are multiple binaries","Axel von Bertoldi",true],["4e47fe30b30c5847b1afd86346655c093d8130da","[email protected]","Add nsfw dev and review paths\n\nConflicts:\n\t.build_environment","Axel von Bertoldi",true],["fe6dc99392f502e3db3cd9de2dada95548e64f13","[email protected]","Add a couple more git aliases","Axel von Bertoldi",true],["eac039dfb35ac5d9485206a0002e81308e6aebdb","[email protected]","Add @include tag to greasemonkey script","Axel von Bertoldi",true],["164f7b36125a589d65654d59de33b03cb3c68b3f","[email protected]","Add more .ssh config aliases","Axel von Bertoldi",true],["8a2d670f183d5b78e1a7426d83c4d9138f32c3cb","[email protected]","A few vimrc changes\n\n- cursor changes\n- remove obsolete fonts\n- try Ubuntu font","Axel von Bertoldi",true],["5baebeebbb0424e5c048b1cb8689ba77b6b019c0","[email protected]","Initial commit of work version","Axel von Bertoldi",true],["96de109abcd82bc40f9d8350324488d8a597cfae","[email protected]","update vimrc\n\nset C++ spacing to 4","Axel von Bertoldi",true],["3e25ea6e06b067d6bb3965884ff0660fd712485b","[email protected]","Add script to list pre-checkin test queues","Axel von Bertoldi",true],["7773dc7787da09a4fdf58fd3179c120296b75b65","[email protected]","Make runner-bun use UI_DEV_DIR environment var","Axel von Bertoldi",true],["bf7a7310c82c7660775ae6b52b039cb23b69ea83","[email protected]","Add alias for new runner queue","Axel von Bertoldi",true],["d63a39b12cb1f16ba1702f41ed22af7fa6b7450d","[email protected]",".vimrc updates\n\n- Use new solarized color\n- Add shortcut for Gdiff\n- Change the trailing white space highlight colour\n- Add auto reloading of .vimrc\n- Some misc shortcuts","Axel von Bertoldi",true],["3fe8e524adbc24be996ad94de8dce0d6a81c6876","[email protected]","Relax regex for inet in output of ifconfig","Axel von Bertoldi",true],["56438576616e4b15c615767bf6a5351893731d0f","[email protected]","Add nsfw dev and review paths","Axel von Bertoldi",true],["de8930a67b04443512513229804692fcac3f3eca","[email protected]","Fix run-gcov script\n\nRemove a redundant 'cd work'.","Axel von Bertoldi",true],["f4a29982d2c67515428de6108618658eb3b25a47","[email protected]","Update runner-bin to work with new ctest behaviour\n\nctest default is to use the git branch and build nsfw itself. When\nsubmitting a cli run, we don't want this behaviour. We want to submit\nthe pre-built nsfw for the branch.","Axel von Bertoldi",true],["38918b8d85650c7d242b71b8d420fcc407a31412","[email protected]","Update 'git maint' macro\n\nAdd cleaning up of non tracked files (even files in .gitignore)","Axel von Bertoldi",true],["dc7452d1e82e22cfcc7a4220c9047f7ac014d255","[email protected]","Add current git branch to vim status line","Axel von Bertoldi",true]],"size":22,"ref":"refs/heads/work","head":"78d7805a54f932504eb6dcd97aace32c311f1bd5"} | {
"id": 5741787,
"name": "dotfiles",
"url": "https://github.com/bertoldia/dotfiles"
} | {
"id": null,
"login": "bertoldia",
"gravatar_id": "d799f923a4f012f437fa538853685213",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-04T16:31:53 | null | {"repository":{"description":"my rc and dot files","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1756,"owner":"bertoldia","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"VimL","created_at":"2012-09-09T14:20:53-07:00","pushed_at":"2013-06-04T09:31:52-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Axel von Bertoldi","location":"Canada","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/bertoldia/dotfiles/compare/bab2fe7ebe...78d7805a54"} |
PushEvent | true | {"shas":[["d6ff80a9244232ed4d4b5dea63e020fc20cc959e","[email protected]","五一","codeziwei",true]],"size":1,"ref":"refs/heads/master","head":"d6ff80a9244232ed4d4b5dea63e020fc20cc959e"} | {
"id": 9623458,
"name": "myphpcms",
"url": "https://github.com/codeziwei/myphpcms"
} | {
"id": null,
"login": "codeziwei",
"gravatar_id": "e3b1314a9103c43ce4b91b1c1277fc40",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-01T07:24:41 | null | {"repository":{"description":"CMS 开发测试","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":11544,"owner":"codeziwei","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-04-23T06:17:31-07:00","pushed_at":"2013-05-01T00:24:37-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/codeziwei/myphpcms/compare/0d23d05616...d6ff80a924"} |
PushEvent | true | {"ref":"refs/heads/master","head":"5ab611472eb04f63b165f8f3a6975cb3ebbe1075","size":1,"shas":[["5ab611472eb04f63b165f8f3a6975cb3ebbe1075","[email protected]","fix link to heroku in README","Maximilian Haack",true]]} | {
"id": 7545849,
"name": "birdses",
"url": "https://github.com/coffeejunk/birdses"
} | {
"id": null,
"login": "coffeejunk",
"gravatar_id": "543e65a5a9f15cab5b4f81d645e67e9c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-01-13T19:10:50 | null | {"repository":{"watchers":0,"owner":"coffeejunk","pushed_at":"2013-01-13T11:10:50-08:00","description":"gollum views as a mountable rails engine","stargazers":0,"forks":0,"language":"Ruby","has_issues":true,"has_downloads":true,"fork":false,"size":136,"created_at":"2013-01-10T10:01:29-08:00","open_issues":1,"has_wiki":true,"private":false,"homepage":"https://github.com/coffeejunk/birdses"},"actor_attributes":{"type":"User","location":"Leipzig","name":"Maximilian Haack","blog":"http://www.3141.eu","email":"[email protected]"},"url":"https://github.com/coffeejunk/birdses/compare/c357d345c7...5ab611472e"} |
PushEvent | true | {"shas":[["975e021760dd5b4ce7a467a6b78295833933ba73","[email protected]","Readme update","unknown",true]],"size":1,"ref":"refs/heads/master","head":"975e021760dd5b4ce7a467a6b78295833933ba73"} | {
"id": 12988765,
"name": "rune-editor",
"url": "https://github.com/dmliao/rune-editor"
} | {
"id": null,
"login": "dmliao",
"gravatar_id": "57b373426f1d2215ab5eb7304ff628df",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-21T04:13:54 | null | {"repository":{"description":"jRuby-Swing Text Editor.","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":736,"owner":"dmliao","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-09-20T20:29:59-07:00","pushed_at":"2013-09-20T21:13:54-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Diana Liao","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dmliao/rune-editor/compare/fb745030f0...975e021760"} |
PushEvent | true | {"shas":[["6ab4d46ef0d381b112aca01adf72db716a15963a","[email protected]","one new file\n\ndon't work","Boris",true]],"size":1,"ref":"refs/heads/master","head":"6ab4d46ef0d381b112aca01adf72db716a15963a"} | {
"id": 10791367,
"name": "lararatings",
"url": "https://github.com/jentix/lararatings"
} | {
"id": null,
"login": "jentix",
"gravatar_id": "7e80e65c7c336f3961eba5072a8cc6df",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-07-10T06:58:42 | null | {"repository":{"description":"sites rating system on laravel framework","homepage":"","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":5560,"owner":"jentix","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-06-19T05:26:44-07:00","pushed_at":"2013-07-09T23:58:42-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Boris","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jentix/lararatings/compare/08d6594d01...6ab4d46ef0"} |
PushEvent | true | {"shas":[["ff6b0bfe7df70e633993af550ed229ff0b5f0a4c","[email protected]",".tmux.conf","hsucht",true]],"size":1,"ref":"refs/heads/master","head":"ff6b0bfe7df70e633993af550ed229ff0b5f0a4c"} | {
"id": 9594980,
"name": "dot_files",
"url": "https://github.com/hsucht/dot_files"
} | {
"id": null,
"login": "hsucht",
"gravatar_id": "9da4662e9a8bdad51a016522d84abee5",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-04-22T09:02:10 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":108,"owner":"hsucht","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-04-22T02:00:49-07:00","pushed_at":"2013-04-22T02:02:09-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"John Hsu","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/hsucht/dot_files/compare/6dc8bf60bd...ff6b0bfe7d"} |
PushEvent | true | {"shas":[["039282ccddb8ca0fea4b62c33a70e38fc973240b","[email protected]","Convert cgtimer_t to struct timeval","Luke Dashjr",false],["c0fe28a55655c8a9fbe158fcedbe6812905f3309","[email protected]","Further integrate cgsleep API into BFGMiner's timer system, so clock_nanosleep is only used on platforms with CLOCK_MONOTONIC","Luke Dashjr",false],["e7bae5920974577a7877b5c93293f8413def8a2f","[email protected]","Explicitly check for clock_nanosleep and only use it when available","Luke Dashjr",false],["e16537dc00b88e40e9506119889095faa752fca6","[email protected]","Set RT_LIBS correctly from autoconf detection","Luke Dashjr",false],["e7b57d363324023ff2c4c8ef93003b90ebd85895","[email protected]","Merge branch 'cg_merges_20130822a' into bfgminer","Luke Dashjr",false],["9670d88f5ca53bde0192ed8e71d265d8c01b04d3","[email protected]","Bugfix: RPC: Fix log format types in io_flush","Luke Dashjr",false],["c5a89bb38317380710ba3d53470544591f6bf312","[email protected]","Merge branch 'rpc_longreply' into bfgminer","Luke Dashjr",false]],"size":7,"ref":"refs/heads/bfgminer","head":"c5a89bb38317380710ba3d53470544591f6bf312"} | {
"id": 4146984,
"name": "bfgminer",
"url": "https://github.com/luke-jr/bfgminer"
} | {
"id": null,
"login": "luke-jr",
"gravatar_id": "30aa55ee8573680ee4bbb556dae3160c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-08-23T11:15:50 | null | {"repository":{"description":"Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities.","homepage":"http://luke.dashjr.org/programs/bitcoin/files/bfgminer/","watchers":204,"stargazers":204,"forks":64,"fork":false,"size":32445,"owner":"luke-jr","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":false,"language":"C","created_at":"2012-04-26T04:29:32-07:00","pushed_at":"2013-08-23T04:15:49-07:00","master_branch":"bfgminer"},"actor_attributes":{"type":"User","name":"Luke-Jr","blog":"https://gitorious.org/~Luke-Jr","email":"[email protected]"},"url":"https://github.com/luke-jr/bfgminer/compare/96727323d8...c5a89bb383"} |
PushEvent | true | {"shas":[["c52e0a7dfad969236faa9dad9dc62f7f5c3e65cb","[email protected]","add admin page","Mike Grimes",true]],"size":1,"ref":"refs/heads/master","head":"c52e0a7dfad969236faa9dad9dc62f7f5c3e65cb"} | {
"id": 14353392,
"name": "mtu-acm",
"url": "https://github.com/magrimes/mtu-acm"
} | {
"id": null,
"login": "magrimes",
"gravatar_id": "8df4d2e9234745ee943f1b1f0569b895",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-12-04T04:27:25 | null | {"repository":{"description":"Website for the ACM@MichiganTech Student Chapter","homepage":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":510,"owner":"magrimes","private":false,"open_issues":5,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-11-12T20:01:40-08:00","pushed_at":"2013-12-03T20:27:25-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Mike Grimes","company":"","blog":"grimeti.me","location":"Michigan, USA","email":"[email protected]"},"url":"https://github.com/magrimes/mtu-acm/compare/0f9ae2f758...c52e0a7dfa"} |
PushEvent | true | {"shas":[["0effb7bc72ce52bbcbdee7b4a196527e6b7eba54","[email protected]","fixed parse_git_dirty\n\ngit status output isn't always the same, so the function now uses \"git status -z\" for the backwards-compatible and machine-readable output. If the ouput with -z is empty, then the working dir is clean.\r\n\r\nAlso, I'm using the test ([) program because... yeah.","natearn",true]],"size":1,"ref":"refs/heads/patch-1","head":"0effb7bc72ce52bbcbdee7b4a196527e6b7eba54"} | {
"id": 11261582,
"name": "dotfiles",
"url": "https://github.com/natearn/dotfiles"
} | {
"id": null,
"login": "natearn",
"gravatar_id": "f0f825438e9cc75612a995ee6d93239f",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-07-08T18:21:10 | null | {"repository":{"description":"Personal dotfiles for various tools","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":148,"owner":"natearn","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2013-07-08T11:17:00-07:00","pushed_at":"2013-07-08T11:21:09-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/natearn/dotfiles/compare/0349fff0d5...0effb7bc72"} |
PushEvent | true | {"shas":[["d8e5a975f4d93acf598e8fec3e11296a86c2ac4d","[email protected]","Fix memory leak in zim_Phalcon_Image_Adapter_background()","Vladimir Kolesnikov",true],["c3977267bef2b2eb0c3641bc13295678db426def","[email protected]","Bug fixes in Phalcon\\Image\\Adapter","Vladimir Kolesnikov",true],["e5e2041a0fba50f97928bfd2bc9ce6c6187ab396","[email protected]","Use phalcon_class_exists() instead of usersoace class_exists()","Vladimir Kolesnikov",true],["715f64c49e6e02816294ed2ff9b4c7592b1fa5ee","[email protected]","Fix memory leaks","Vladimir Kolesnikov",true],["bc3836173633f8039031e782e78a7142521cb3b9","[email protected]","Merge pull request #1249 from sjinks/image\n\nFix memory leaks in Phalcon\\Image\\*","Phalcon",true]],"size":5,"ref":"refs/heads/1.3.0","head":"bc3836173633f8039031e782e78a7142521cb3b9"} | {
"id": 2854337,
"name": "cphalcon",
"url": "https://github.com/phalcon/cphalcon"
} | {
"id": null,
"login": "phalcon",
"gravatar_id": "5d6f567f9109789fd9f702959768e35d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-18T13:34:53 | null | {"repository":{"description":"Web framework delivered as a C-extension for PHP","homepage":"phalconphp.com","watchers":1714,"stargazers":1714,"forks":209,"fork":false,"size":33897,"owner":"phalcon","private":false,"open_issues":8,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2011-11-25T21:52:50-08:00","pushed_at":"2013-09-18T06:34:50-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Phalcon","blog":"http://phalconphp.com","email":"[email protected]"},"url":"https://github.com/phalcon/cphalcon/compare/a061f9ac63...bc38361736"} |
PushEvent | true | {"shas":[["7b4710686bf28d4f5ea572d77a2767089944245f","511d54834ed4308f6de59a89f9d51c4bc6e103cd@karsten-K55VJ.(none)","done something","Karsten",true]],"size":1,"ref":"refs/heads/master","head":"7b4710686bf28d4f5ea572d77a2767089944245f"} | {
"id": 8155351,
"name": "Dat10",
"url": "https://github.com/protective/Dat10"
} | {
"id": null,
"login": "protective",
"gravatar_id": "ab1dd126cda263fc7f19d5fbcdc6955a",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-02-13T12:28:32 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":5772,"owner":"protective","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-02-12T00:35:09-08:00","pushed_at":"2013-02-13T04:28:31-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/protective/Dat10/compare/11931c0f44...7b4710686b"} |
PushEvent | true | {"shas":[["b456e633079500c8f92a581219485b9276ba75fd","[email protected]","scroll to make caret visible when f/F/s/S","reus",true]],"size":1,"ref":"refs/heads/master","head":"b456e633079500c8f92a581219485b9276ba75fd"} | {
"id": 14415008,
"name": "my-editor",
"url": "https://github.com/reusee/my-editor"
} | {
"id": null,
"login": "reusee",
"gravatar_id": "e4599614be424ebec4e12f583efdb84d",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-11-16T02:24:36 | null | {"repository":{"description":"modal editor based on PyQt and Scintilla","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":268,"owner":"reusee","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-11-14T20:17:04-08:00","pushed_at":"2013-11-15T18:24:35-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"声zz","blog":"http://www.douban.com/people/reus/","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/reusee/my-editor/compare/75408de0f9...b456e63307"} |
PushEvent | true | {"shas":[["effc8285f2f985a275d499b4acd04203076bba63","[email protected]","New error-system for Etcd with docs","Hongchao Deng",true],["7ad523270dc95a424baaae329fa2fccdd65d9af3","[email protected]","Merge pull request #9 from fengjingchao/fileSystem\n\nNew error-system for Etcd with docs","Xiang Li",true]],"size":2,"ref":"refs/heads/fileSystem","head":"7ad523270dc95a424baaae329fa2fccdd65d9af3"} | {
"id": 11245678,
"name": "etcd",
"url": "https://github.com/xiangli-cmu/etcd"
} | {
"id": null,
"login": "xiangli-cmu",
"gravatar_id": "6e8c5245322d3c3a0a523683800a784c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-09-08T23:25:48 | null | {"repository":{"watchers":2,"stargazers":2,"forks":2,"fork":true,"size":760,"owner":"xiangli-cmu","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Go","created_at":"2013-07-07T21:17:14-07:00","pushed_at":"2013-09-08T16:25:47-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Xiang Li","company":"","blog":"xiangli.co","email":"[email protected]"},"url":"https://github.com/xiangli-cmu/etcd/compare/bd7c09e9c0...7ad523270d"} |
PushEvent | true | {"shas":[["80e3265c6180c3972ea67b1e4ef0263fb162464d","[email protected]","Add ArtistList.php","Pasopeso",true]],"size":1,"ref":"refs/heads/master","head":"80e3265c6180c3972ea67b1e4ef0263fb162464d"} | {
"id": 11541844,
"name": "CreateHP",
"url": "https://github.com/Pasopeso/CreateHP"
} | {
"id": null,
"login": "Pasopeso",
"gravatar_id": "dcab37b915ebd582e5a77395f77e216c",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-07-21T16:10:40 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":376,"owner":"Pasopeso","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Shell","created_at":"2013-07-19T21:11:20-07:00","pushed_at":"2013-07-21T09:10:40-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Pasopeso","email":"[email protected]"},"url":"https://github.com/Pasopeso/CreateHP/compare/76a806b89d...80e3265c61"} |
PushEvent | true | {"shas":[["187a96de3d1dbdd9b909fec88701305521280d34","[email protected]","give pagination a button, adjust post/show view","Sherwyn Goh",true],["5d5fa2214331966e51f627e472efadbb2290dd33","[email protected]","mobile device method add for responsive","Sherwyn Goh",true],["693554a9343f6d518b12da423014ddaa69db6cf3","[email protected]","heroku test for mobile","Sherwyn Goh",true],["62f112b69c6e90eab3a760ef9c3831275edf8835","[email protected]","try mobile","Sherwyn Goh",true],["28a2014cb9f999a6a15e49a39f40021dff57c4d8","[email protected]","merge","Sherwyn Goh",true]],"size":5,"ref":"refs/heads/master","head":"28a2014cb9f999a6a15e49a39f40021dff57c4d8"} | {
"id": 9933403,
"name": "Bonsai",
"url": "https://github.com/JurgensSmit/Bonsai"
} | {
"id": null,
"login": "sherwyngoh",
"gravatar_id": "4765deec5c715948e9f2d42bb0674187",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-05-21T03:38:43 | null | {"repository":{"description":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":1056,"owner":"JurgensSmit","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-05-08T02:56:53-07:00","pushed_at":"2013-05-20T20:38:41-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/JurgensSmit/Bonsai/compare/0a0a31556f...28a2014cb9"} |
PushEvent | true | {"shas":[["2789a3c0f3b4b939c4edc2af1e85c2bd54d883af","[email protected]","Add banner to Readme","Blueset",true]],"size":1,"ref":"refs/heads/master","head":"2789a3c0f3b4b939c4edc2af1e85c2bd54d883af"} | {
"id": 10176026,
"name": "project-gy",
"url": "https://github.com/blueset/project-gy"
} | {
"id": null,
"login": "blueset",
"gravatar_id": "66a90bb0427b2ddd8366d21f96f17689",
"avatar_url": null,
"url": null
} | {
"id": null,
"login": null,
"gravatar_id": null,
"avatar_url": null,
"url": null
} | 2013-06-21T12:28:51 | null | {"repository":{"description":"Project Gy, a lyric-centered web-log based on PHP and MySQL.","watchers":2,"stargazers":2,"forks":1,"fork":false,"size":204,"owner":"blueset","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-05-20T08:41:56-07:00","pushed_at":"2013-06-21T05:28:50-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Blueset","company":"Blueset Studio","blog":"http://1a23.com","location":"Singapore","email":"[email protected]"},"url":"https://github.com/blueset/project-gy/compare/a9f1dae977...2789a3c0f3"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.