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":[["500155b91bb9987ea73a38aa0900fbf86d0bb9f4","[email protected]","Draft #1 of a new expired keys collection algorithm.\n\nThe main idea here is that when we are no longer to expire keys at the\nrate the are created, we can't block more in the normal expire cycle as\nthis would result in too big latency spikes.\n\nFor this reason the commit introduces a \"fast\" expire cycle that does\nnot run for more than 1 millisecond but is called in the beforeSleep()\nhook of the event loop, so much more often, and with a frequency bound\nto the frequency of executed commnads.\n\nThe fast expire cycle is only called when the standard expiration\nalgorithm runs out of time, that is, consumed more than\nREDIS_EXPIRELOOKUPS_TIME_PERC of CPU in a given cycle without being able\nto take the number of already expired keys that are yet not collected\nto a number smaller than 25% of the number of keys.\n\nYou can test this commit with different loads, but a simple way is to\nuse the following:\n\nExtreme load with pipelining:\n\nredis-benchmark -r 100000000 -n 100000000 \\\n -P 32 set ele:rand:000000000000 foo ex 2\n\nRemove the -P32 in order to avoid the pipelining for a more real-world\nload.\n\nIn another terminal tab you can monitor the Redis behavior with:\n\nredis-cli -i 0.1 -r -1 info keyspace\n\nand\n\nredis-cli --latency-history\n\nNote: this commit will make Redis printing a lot of debug messages, it\nis not a good idea to use it in production.","antirez",true],["d54e373b8477cf4cb2c1a18fee98fc626f3f77ca","[email protected]","Darft #2 for key collection algo: more improvements.\n\nThis commit makes the fast collection cycle time configurable, at\nthe same time it does not allow to run a new fast collection cycle\nfor the same amount of time as the max duration of the fast\ncollection cycle.","antirez",true],["8686a70303d101210b82e93afc597f69f128ceb9","[email protected]","Remove dead code and fix comments for new expire code.","antirez",true],["00c8cfef74a5a2954f3f44078f8f08f458c9ce76","[email protected]","Some activeExpireCycle() refactoring.","antirez",true],["31d0f341000fc18b81717607ba82496ca285fb80","[email protected]","activeExpireCycle(): fix about fast cycle early start.\n\nWe don't want to repeat a fast cycle too soon, the previous code was\nbroken, we need to wait two times the period *since* the start of the\nprevious cycle in order to avoid there is an even space between cycles:\n\n.-> start .-> second start\n| |\n+-------------+-------------+--------------+\n| first cycle | pause | second cycle |\n+-------------+-------------+--------------+\n\nThe second and first start must be PERIOD*2 useconds apart hence the *2\nin the new code.","antirez",true],["fa48b1fa3247ee9f3a52536488b3e591347feed4","[email protected]","Add per-db average TTL information in INFO output.\n\nExample:\n\ndb0:keys=221913,expires=221913,avg_ttl=655\n\nThe algorithm uses a running average with only two samples (current and\nprevious). Keys found to be expired are considered at TTL zero even if\nthe actual TTL can be negative.\n\nThe TTL is reported in milliseconds.","antirez",true]],"size":6,"ref":"refs/heads/2.8","head":"fa48b1fa3247ee9f3a52536488b3e591347feed4"}
{ "id": 5184243, "name": "redis", "url": "https://github.com/PKRoma/redis" }
{ "id": null, "login": "PKRoma", "gravatar_id": "3e4f4b9ae176c90bd44f5d0346e2374b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-08-06T18:57:21
null
{"repository":{"description":"Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes","homepage":"http://redis.io","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":7370,"owner":"PKRoma","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2012-07-25T13:35:23-07:00","pushed_at":"2013-08-06T11:57:23-07:00","master_branch":"unstable"},"actor_attributes":{"type":"User","name":"Pēteris Kļaviņš","location":"Dublin, Ireland","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/PKRoma/redis/compare/cc94697284...fa48b1fa32"}
PushEvent
true
{"shas":[["0e12eef107240f259fb2d2404753f6492a8856ec","[email protected]","Uhh... typo","Arjun Shankar",true]],"size":1,"ref":"refs/heads/master","head":"0e12eef107240f259fb2d2404753f6492a8856ec"}
{ "id": 13525261, "name": "smash", "url": "https://github.com/sunian/smash" }
{ "id": null, "login": "sarjun", "gravatar_id": "429d1599fc069856a899158c595b01db", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-17T05:07:15
null
{"repository":{"description":"A catalog for all things Smash","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2632,"owner":"sunian","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-10-12T09:59:30-07:00","pushed_at":"2013-11-16T21:07:15-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/sunian/smash/compare/ea5aeae3c7...0e12eef107"}
PushEvent
true
{"shas":[["47fe762d4a739a6ff78c447e922aaa4e6265ac81","[email protected]","Ajout de toutes les données de l'avis dans avis_detail","Jean-Philippe Caissy",true],["6c2fa5e502bb036e8d56800a05c4d14f8e3cb6b8","[email protected]","Merge pull request #12 from jpcaissy/master\n\nAjout de toutes les données de l'avis dans avis_detail\r\nIl va falloir traiter les booleans (est_municipal, etc).\r\nMerci!","Louis-Bertrand Varin",true]],"size":2,"ref":"refs/heads/master","head":"6c2fa5e502bb036e8d56800a05c4d14f8e3cb6b8"}
{ "id": 10709154, "name": "seao", "url": "https://github.com/giotta/seao" }
{ "id": null, "login": "louib", "gravatar_id": "b066d670e2392e7eeb9dc37381850067", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-29T01:52:40
null
{"repository":{"description":"Exploration des données ouvertes sur les appels d'offres (seao) du Québec","watchers":3,"stargazers":3,"forks":2,"fork":false,"size":23587,"owner":"giotta","private":false,"open_issues":3,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-06-15T09:53:58-07:00","pushed_at":"2013-11-28T17:52:39-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Louis-Bertrand Varin","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/giotta/seao/compare/729859673e...6c2fa5e502"}
PushEvent
true
{"shas":[["1b65aeac162b4c732a5d2b8ae3f2052661914662","[email protected]","fix reverse not working issue","xiaoyvr",true]],"size":1,"ref":"refs/heads/master","head":"1b65aeac162b4c732a5d2b8ae3f2052661914662"}
{ "id": 6085550, "name": "yam", "url": "https://github.com/xiaoyvr/yam" }
{ "id": null, "login": "xiaoyvr", "gravatar_id": "987bb9ce31f192c7d6cd8184ba67d6c8", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-11T07:48:35
null
{"repository":{"description":"yet another make for .net","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":960,"owner":"xiaoyvr","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2012-10-04T20:59:33-07:00","pushed_at":"2013-07-11T00:48:35-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Yu Xiaoqiang","company":"ThoughtWorks","location":"Beijing","email":"[email protected]"},"url":"https://github.com/xiaoyvr/yam/compare/1d787d4d14...1b65aeac16"}
PushEvent
true
{"shas":[["4af6b8308e2764e1944bf45ae5dd40d68f8a4733","[email protected]","Campfire can attract barbs","raincole",false],["a9bedde196a4035ebc74a2207040383cd2c70438","[email protected]","Merge branch 'raincole_working'\n\nConflicts:\n\tgame/campfire.lua\n\tr.lua","raincole",true]],"size":2,"ref":"refs/heads/master","head":"a9bedde196a4035ebc74a2207040383cd2c70438"}
{ "id": 12642199, "name": "isr", "url": "https://github.com/raincole/isr" }
{ "id": null, "login": "raincole", "gravatar_id": "e996de859f50f94a5d3ef754a0dee431", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-07T23:44:36
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":9912,"owner":"raincole","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-09-06T04:07:35-07:00","pushed_at":"2013-09-07T16:44:36-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Lai Yu-Hsuan","location":"Taiwan, Taichung","email":"[email protected]"},"url":"https://github.com/raincole/isr/compare/67da27c80c...a9bedde196"}
PushEvent
true
{"shas":[["e675766c1eca2e711190398d770c3e53121cbf85","[email protected]","up blog","tuliang",true]],"size":1,"ref":"refs/heads/gh-pages","head":"e675766c1eca2e711190398d770c3e53121cbf85"}
{ "id": 10836362, "name": "blog", "url": "https://github.com/tuliang/blog" }
{ "id": null, "login": "tuliang", "gravatar_id": "6e8cd7b6b3abd43d69eba17b0c2e068a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-29T11:11:20
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":744,"owner":"tuliang","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-06-20T22:56:46-07:00","pushed_at":"2013-06-29T04:11:19-07:00","master_branch":"gh-pages"},"actor_attributes":{"type":"User","location":"china","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/tuliang/blog/compare/86bc1d7af6...e675766c1e"}
PushEvent
true
{"shas":[["49aaab3b4b4bcbf4ced9459b96383f4d4c687f4a","[email protected]","more changes to get cap deploy:setup working","Jimmy Huang",true]],"size":1,"ref":"refs/heads/master","head":"49aaab3b4b4bcbf4ced9459b96383f4d4c687f4a"}
{ "id": 8370674, "name": "hello", "url": "https://github.com/yhuang/hello" }
{ "id": null, "login": "yhuang", "gravatar_id": "7e5fd8f3c1673873d2f481251c970a7d", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-02-23T17:30:45
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":320,"owner":"yhuang","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-02-22T19:44:25-08:00","pushed_at":"2013-02-23T09:30:44-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jimmy Huang","location":"Dublin, CA","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/yhuang/hello/compare/0a1606c771...49aaab3b4b"}
PushEvent
true
{"shas":[["2e6288105332cf978c719008237bf5b6c9287cc0","[email protected]","Create README.md","Azolla",true]],"size":1,"ref":"refs/heads/master","head":"2e6288105332cf978c719008237bf5b6c9287cc0"}
{ "id": 8358201, "name": "azolla", "url": "https://github.com/Azolla/azolla" }
{ "id": null, "login": "Azolla", "gravatar_id": "e497a42ae82ed2b52e7440e8b8102172", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-02-22T14:13:39
null
{"repository":{"description":"Azolla Group","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":124,"owner":"Azolla","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-02-22T05:52:36-08:00","pushed_at":"2013-02-22T06:13:38-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Azolla/azolla/compare/13e7118d30...2e62881053"}
PushEvent
true
{"shas":[["f7fd5791b22c3ead1eece459b47cd8033fc4538d","[email protected]","add git script","Fatteru",true]],"size":1,"ref":"refs/heads/master","head":"f7fd5791b22c3ead1eece459b47cd8033fc4538d"}
{ "id": 10968908, "name": "vimrc", "url": "https://github.com/Fatteru/vimrc" }
{ "id": null, "login": "Fatteru", "gravatar_id": "efe8ef028e59d9514a1cd66d447ea415", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-03T06:34:21
null
{"repository":{"description":"My Vim configuration","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":264,"owner":"Fatteru","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"VimL","created_at":"2013-06-26T06:42:56-07:00","pushed_at":"2013-07-02T23:34:20-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Gao DaoJing","blog":"http://gaodaojing.com/","location":"Beijing,China","email":"[email protected]"},"url":"https://github.com/Fatteru/vimrc/compare/d72a2ec8d5...f7fd5791b2"}
PushEvent
true
{"shas":[["f749c193f6c7b69d1cdd3a41a560f8bde405d98f","[email protected]","added exceptions and update Launcher","AmoAHCP",true],["bed7a9d6c80dabb52e1669abacaf5fadca1a30e8","[email protected]","updated tests","AmoAHCP",true]],"size":2,"ref":"refs/heads/master","head":"bed7a9d6c80dabb52e1669abacaf5fadca1a30e8"}
{ "id": 12055230, "name": "JacpFX", "url": "https://github.com/JacpFX/JacpFX" }
{ "id": null, "login": "amoAHCP", "gravatar_id": "4c358d5b22ddd7c3c3ed8988010b82df", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-09T20:35:57
null
{"repository":{"description":"The JacpFX Project is an API to create Rich Clients in MVC style with JavaFX, Spring (or other DI frameworks) and an Actor like component approach.","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2596,"owner":"JacpFX","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-08-12T05:21:36-07:00","pushed_at":"2013-09-09T13:35:56-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Andy Moncsek","location":"Switzerland","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/JacpFX/JacpFX/compare/f1e0afc582...bed7a9d6c8"}
PushEvent
true
{"shas":[["6aee70ac553acbf509cf5df0023d6d45ff201d5b","[email protected]","Separates and refactors Module and promise classes for the sake of maintainability,\nRefactors build task for that","Bence",false]],"size":1,"ref":"refs/heads/master","head":"6aee70ac553acbf509cf5df0023d6d45ff201d5b"}
{ "id": 10299592, "name": "kaboom", "url": "https://github.com/benqus/kaboom" }
{ "id": null, "login": "benqus", "gravatar_id": "c09f47ca033a10845e1f3cb330e2ef93", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-05T22:27:32
null
{"repository":{"description":"kaboom","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":200,"owner":"benqus","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-05-26T08:23:15-07:00","pushed_at":"2013-06-05T15:27:31-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Bence","company":"Caplin Systems Ltd.","blog":"w3layer.blogspot.hu","location":"London, United Kingdom","email":"[email protected]"},"url":"https://github.com/benqus/kaboom/compare/63364888a1...6aee70ac55"}
PushEvent
true
{"shas":[["fec13a36597179085ea962b443a065263413f09f","[email protected]","added KeyboardOptions::closeOnReturn(), documentation","Rich E",true],["c429ff6ce8db83e9d4a0d9b1cd91d24213a25de7","[email protected]","switch to using UITextView for native multiline support","Rich E",true],["e1e1aef4799b91007951cf2ab9bf9650d11445f6","[email protected]","update iOS test app for keyboard changes","Rich E",true],["0c311eac18b48f0be5dccd17c3c7fe42d3202625","[email protected]","add missing keyEvent sends for return","Rich E",true]],"size":4,"ref":"refs/heads/ios_keyboard","head":"0c311eac18b48f0be5dccd17c3c7fe42d3202625"}
{ "id": 622127, "name": "Cinder", "url": "https://github.com/cinder/Cinder" }
{ "id": null, "login": "richardeakin", "gravatar_id": "ec95b52e26c06cd068b80cdfeb03525e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-10-04T17:16:22
null
{"repository":{"description":"Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.","homepage":"http://libcinder.org","watchers":1403,"stargazers":1403,"forks":303,"fork":false,"size":219166,"owner":"cinder","private":false,"open_issues":81,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2010-04-21T12:03:10-07:00","pushed_at":"2013-10-04T10:16:21-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Richard Eakin","location":"New York","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cinder/Cinder/compare/36a0f2eaf0...0c311eac18"}
PushEvent
true
{"shas":[["543d04dd14e4e3c96db07b6fe5c3662c60d65497","[email protected]","Init Qt demo.","Wim",true]],"size":1,"ref":"refs/heads/Qt","head":"543d04dd14e4e3c96db07b6fe5c3662c60d65497"}
{ "id": 8605461, "name": "Demo", "url": "https://github.com/liwangmj/Demo" }
{ "id": null, "login": "liwangmj", "gravatar_id": "31a7a37a5611ded6331573db8bbdcc02", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-07T07:48:38
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":372,"owner":"liwangmj","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-03-06T06:46:50-08:00","pushed_at":"2013-07-07T00:48:38-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Wim Li","blog":"liwangmj.com","email":"[email protected]"},"url":"https://github.com/liwangmj/Demo/compare/b00f3bf4ac...543d04dd14"}
PushEvent
true
{"shas":[["178480b21d8c45ac44c23dce4733694fc21766fd","[email protected]","another log","mr.Shu",true]],"size":1,"ref":"refs/heads/gh-pages","head":"178480b21d8c45ac44c23dce4733694fc21766fd"}
{ "id": 14346981, "name": "summath", "url": "https://github.com/mrshu/summath" }
{ "id": null, "login": "mrshu", "gravatar_id": "731cff9a796d572067092237df38b488", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-14T09:25:28
null
{"repository":{"description":"Let's do Math together!","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":164,"owner":"mrshu","private":false,"open_issues":4,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-11-12T14:25:53-08:00","pushed_at":"2013-11-14T01:25:28-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Marek Šuppa","blog":"http://shu.io","location":"Slovakia","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/mrshu/summath/compare/45d5c9cfde...178480b21d"}
PushEvent
true
{"head":"fd2d5bdfca722c6df87554ea9265343bc11017bd","ref":"refs/heads/remove_column_oracle","size":1,"shas":[["fd2d5bdfca722c6df87554ea9265343bc11017bd","[email protected]","Address a failure test_remove_column_with_multi_column_index with Oracle database\n\nNot only PostgreSQL, Oracle database adapter drops the multi-column index\nif any of the indexed columns dropped by remove_column.","Yasuo Honda",true]]}
{ "id": 2608195, "name": "rails", "url": "https://github.com/yahonda/rails" }
{ "id": null, "login": "yahonda", "gravatar_id": "e2cb998e15d8e8fdef4f11a1f510fe74", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-01T21:23:29
null
{"repository":{"watchers":1,"owner":"yahonda","created_at":"2011-10-19T11:46:05-07:00","homepage":"http://rubyonrails.org","stargazers":1,"open_issues":0,"integrate_branch":"master","has_issues":false,"pushed_at":"2013-01-01T13:23:27-08:00","description":"Ruby on Rails","forks":0,"has_downloads":true,"fork":true,"size":380,"language":"Ruby","private":false,"has_wiki":false},"actor_attributes":{"location":"Great Neck, New York USA","email":"[email protected]","type":"User","name":"Yasuo Honda"},"url":"https://github.com/yahonda/rails/compare/99e328d73e...fd2d5bdfca"}
PushEvent
true
{"shas":[["cbcaa3cee57c0e776153ca5f0e96063bdb8be806","[email protected]","Removed old files, added requirements to readme, retabbed some stuff","Andrew Kovacs",true],["7b534568710637c4bbd7313a5497d21092a04f2b","[email protected]","Merge branch 'master' of https://github.com/sbirch/webtalk\n\nConflicts:\n\tinteract.py","Andrew Kovacs",true]],"size":2,"ref":"refs/heads/master","head":"7b534568710637c4bbd7313a5497d21092a04f2b"}
{ "id": 13309999, "name": "webtalk", "url": "https://github.com/sbirch/webtalk" }
{ "id": null, "login": "akov", "gravatar_id": "ea297f5f382f854ac9245841f6493c07", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-26T19:07:10
null
{"repository":{"description":"CSCI2951-K","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":976,"owner":"sbirch","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-10-03T14:11:49-07:00","pushed_at":"2013-12-26T11:07:10-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/sbirch/webtalk/compare/0502edd141...7b53456871"}
PushEvent
true
{"shas":[["cb69e9e1947ceae98d830cb32a8145fabc517e15","[email protected]","1.0 Координаты городов","UA0308",true]],"size":1,"ref":"refs/heads/master","head":"cb69e9e1947ceae98d830cb32a8145fabc517e15"}
{ "id": 13624210, "name": "Pandemic", "url": "https://github.com/UA0308/Pandemic" }
{ "id": null, "login": "UA0308", "gravatar_id": "fd15649a8d7003eefeb0bddadc965f3c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-10-18T13:40:17
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":96,"owner":"UA0308","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2013-10-16T09:15:38-07:00","pushed_at":"2013-10-18T06:40:17-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Konstantin","location":"Ukraine","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/UA0308/Pandemic/compare/6d2839f558...cb69e9e194"}
PushEvent
true
{"shas":[["4df721ecde9eb5074616c7a8ec19480e314ee1cc","[email protected]","enlarge container","Eslam Mostafa",true]],"size":1,"ref":"refs/heads/master","head":"4df721ecde9eb5074616c7a8ec19480e314ee1cc"}
{ "id": 13635674, "name": "faselty", "url": "https://github.com/cseslam/faselty" }
{ "id": null, "login": "cseslam", "gravatar_id": "0c8e36fb96c78f81f8a94375e51b4cd0", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-09T14:27:03
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":14668,"owner":"cseslam","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-10-16T18:11:42-07:00","pushed_at":"2013-11-09T06:27:03-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Eslam Mostafa","company":"null","blog":"http://www.eslammostafa.com","location":"Egypt, Sohag","email":"[email protected]"},"url":"https://github.com/cseslam/faselty/compare/f0b8261c79...4df721ecde"}
PushEvent
true
{"shas":[["7a481df34cf87f2fcc2a790cced34fcc33faf2be","[email protected]","Image tag","Jennifer L Brown",true]],"size":1,"ref":"refs/heads/gh-pages","head":"7a481df34cf87f2fcc2a790cced34fcc33faf2be"}
{ "id": 9357080, "name": "My-Site", "url": "https://github.com/jlynn81/My-Site" }
{ "id": null, "login": "jlynn81", "gravatar_id": "4c166bcb480e4ed1c5e0224b0dee2228", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-15T23:24:55
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1280,"owner":"jlynn81","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-04-10T15:10:51-07:00","pushed_at":"2013-04-15T16:24:54-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jennifer Brown","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jlynn81/My-Site/compare/dab1f66c61...7a481df34c"}
PushEvent
true
{"ref":"refs/heads/master","size":1,"head":"e9ce464a269181e602416b742d9b43521bb0682e","shas":[["e9ce464a269181e602416b742d9b43521bb0682e","[email protected]","testing testing 1 2 3","jmhfreire",true]]}
{ "id": 7677829, "name": "Bruce", "url": "https://github.com/jmhfreire/Bruce" }
{ "id": null, "login": "jmhfreire", "gravatar_id": "9b191ed6d00c377e9af6fd2d442d6c8d", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-18T22:35:35
null
{"repository":{"pushed_at":"2013-01-18T14:35:34-08:00","forks":0,"owner":"jmhfreire","created_at":"2013-01-17T17:12:01-08:00","has_issues":true,"description":"Bruce","open_issues":0,"watchers":0,"has_downloads":true,"fork":false,"size":324,"stargazers":0,"private":false,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jmhfreire/Bruce/compare/a670cc0875...e9ce464a26"}
PushEvent
true
{"shas":[["ca090997e45b9124580f75b47d3d6e020e61e759","[email protected]","Disable redis","Richard Kuhnt",true],["72e2ffda7c2914e6f7d6ef62d95852e7f2087bd4","[email protected]","Add demo link","Richard Kuhnt",true]],"size":2,"ref":"refs/heads/pagodabox","head":"72e2ffda7c2914e6f7d6ef62d95852e7f2087bd4"}
{ "id": 10887259, "name": "toolbox", "url": "https://github.com/r15ch13/toolbox" }
{ "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-07-04T12:00:52
null
{"repository":{"description":"","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":1668,"owner":"r15ch13","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-06-23T08:52:05-07:00","pushed_at":"2013-07-04T05:00:51-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Richard Kuhnt","blog":"r15ch13.de","location":"Bonn","email":"[email protected]"},"url":"https://github.com/r15ch13/toolbox/compare/82d97f1b4a...72e2ffda7c"}
PushEvent
true
{"shas":[["918284be268d4e790e1ab6ad9a4a6685441f8117","[email protected]","创建新的项目","dxf",true]],"size":1,"ref":"refs/heads/master","head":"918284be268d4e790e1ab6ad9a4a6685441f8117"}
{ "id": 12318184, "name": "myblog", "url": "https://github.com/272152441/myblog" }
{ "id": null, "login": "272152441", "gravatar_id": "6d1d34e62dddef0b0a13f7d209410140", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-03T13:43:25
null
{"repository":{"description":"这是我学习与测试的项目","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":752,"owner":"272152441","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-08-23T01:27:02-07:00","pushed_at":"2013-09-03T06:43:25-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"zhangxiao","location":"china","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/272152441/myblog/compare/9c11bcdb73...918284be26"}
PushEvent
true
{"shas":[["238cb6f400fe105ac0fe92b1134a885a74a75718","[email protected]","cleanup","phil65",true]],"ref":"refs/heads/master","head":"238cb6f400fe105ac0fe92b1134a885a74a75718","size":1}
{ "id": 1652784, "name": "Aeon-Nox", "url": "https://github.com/BigNoid/Aeon-Nox" }
{ "id": null, "login": "phil65", "gravatar_id": "4606f4fa6d3a182f3909fe003fcdce1e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-23T02:25:27
null
{"repository":{"stargazers":152,"has_issues":true,"description":"A skin for XBMC ","owner":"BigNoid","pushed_at":"2013-01-22T18:25:26-08:00","forks":87,"has_downloads":true,"fork":false,"size":57018,"open_issues":8,"homepage":"http://code.google.com/p/aeon--nox/","watchers":152,"private":false,"has_wiki":true,"created_at":"2011-04-22T23:26:28-07:00"},"actor_attributes":{"type":"User","name":"Philipp Temminghoff","location":"Cologne","email":"[email protected]"},"url":"https://github.com/BigNoid/Aeon-Nox/compare/92893a9fb7...238cb6f400"}
PushEvent
true
{"shas":[["8227eb4e459ca1d083b58f6455a7aa0542f24722","[email protected]","More content","Leonard Ehrenfried",true]],"size":1,"ref":"refs/heads/master","head":"8227eb4e459ca1d083b58f6455a7aa0542f24722"}
{ "id": 6631361, "name": "blog", "url": "https://github.com/lenniboy/blog" }
{ "id": null, "login": "lenniboy", "gravatar_id": "51a8973edc7c7a2d2b4b84d835920f07", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-03T08:28:25
null
{"repository":{"description":"My personal blog, mostly about software development","homepage":"http://lenni.info/blog/","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":956,"owner":"lenniboy","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2012-11-10T11:24:31-08:00","pushed_at":"2013-07-03T01:28:25-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Leonard Ehrenfried","blog":"http://leonard.io/blog/","location":"Berlin","email":"[email protected]"},"url":"https://github.com/lenniboy/blog/compare/bdd150850a...8227eb4e45"}
PushEvent
true
{"shas":[["983828e220e33dd7a7533cdd969ba6344dd318c4","[email protected]","changed para, too","Tobias Vaupel",true]],"size":1,"ref":"refs/heads/New-branch-1","head":"983828e220e33dd7a7533cdd969ba6344dd318c4"}
{ "id": 8452487, "name": "NewTest", "url": "https://github.com/TeeVau/NewTest" }
{ "id": null, "login": "TeeVau", "gravatar_id": "4373146c51115359f7e9748e433ed5f3", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-02-27T09:25:19
null
{"repository":{"description":"Test again","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":108,"owner":"TeeVau","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-02-27T01:12:46-08:00","pushed_at":"2013-02-27T01:25:19-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/TeeVau/NewTest/compare/e2ca0bcde6...983828e220"}
PushEvent
true
{"shas":[["5e65e5dcf4d690a95edd299fa92190e0034e46f9","[email protected]","thesis: Add bcache section","Alex Pyrgiotis",true],["45a7f70fe105c5572c5811cda53358135d28e4b3","[email protected]","thesis: Add flashcache and memcached","Alex Pyrgiotis",true]],"size":2,"ref":"refs/heads/master","head":"45a7f70fe105c5572c5811cda53358135d28e4b3"}
{ "id": 11121483, "name": "thesis", "url": "https://github.com/apyrgio/thesis" }
{ "id": null, "login": "apyrgio", "gravatar_id": "4f882be3025dac4788450b751c589c68", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-09T06:53:46
null
{"repository":{"description":"A repo to store safely, synchronize and keep different versions of my diploma thesis","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":336,"owner":"apyrgio","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-07-02T02:29:31-07:00","pushed_at":"2013-09-08T23:53:44-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Alex Pyrgiotis","email":"[email protected]"},"url":"https://github.com/apyrgio/thesis/compare/5b0c8e3026...45a7f70fe1"}
PushEvent
true
{"shas":[["7c6c5913f9287237f293248e44e38be2c4d87922","[email protected]","Terminada sintaxisc","ccallado",true]],"size":1,"ref":"refs/heads/master","head":"7c6c5913f9287237f293248e44e38be2c4d87922"}
{ "id": 13776262, "name": "Azure", "url": "https://github.com/ccallado/Azure" }
{ "id": null, "login": "ccallado", "gravatar_id": "d885101c539e0679b84deb8f8627540c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-10-22T18:53:53
null
{"repository":{"description":"Desarrollo","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":748,"owner":"ccallado","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-10-22T07:43:50-07:00","pushed_at":"2013-10-22T11:53:53-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ccallado/Azure/compare/d80ec3429e...7c6c5913f9"}
PushEvent
true
{"shas":[["24c6303b4cc1b43a4e44a0380d7fd94730d85f00","[email protected]","Recommitting Chris's changes (some modified) after project reset","Colin Bennett",true]],"size":1,"ref":"refs/heads/master","head":"24c6303b4cc1b43a4e44a0380d7fd94730d85f00"}
{ "id": 12707014, "name": "ARNA", "url": "https://github.com/cmbennett/ARNA" }
{ "id": null, "login": "cmbennett", "gravatar_id": "7fc4c0e43e5e98d11bace8a1829e25de", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-21T22:56:17
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":3,"fork":false,"size":15055,"owner":"cmbennett","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-09-09T09:56:00-07:00","pushed_at":"2013-11-21T14:56:17-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cmbennett/ARNA/compare/f19a78be02...24c6303b4c"}
PushEvent
true
{"shas":[["e2215e7481ebbc9729394b5525cabf83773f03ff","[email protected]","Refactoring Browse","Frederic Bour",true],["ef343a2bfbe0d0f127f5f672dba67a5984456d76","[email protected]","debug: print outlines\n\nConflicts:\n\tcommand.ml","Frederic Bour",true],["33fe73e0845650a7b0c58f1fe050621ac6792bf0","[email protected]","Refactoring Browse (part 2)","Frederic Bour",true],["2e7a861151844dbab5a1e575f263315c53377303","[email protected]","State: extract Command.state to its own module","Frederic Bour",true],["63cd0614ff652c3efd96df15b8365286a6b3ba03","[email protected]","tweak: Stop saving partial types information from Cmt_format\n\nUseless information, consume memory that will not be released.","Frederic Bour",true]],"size":5,"ref":"refs/heads/experimental","head":"63cd0614ff652c3efd96df15b8365286a6b3ba03"}
{ "id": 8048400, "name": "merlin", "url": "https://github.com/def-lkb/merlin" }
{ "id": null, "login": "def-lkb", "gravatar_id": "ea80bf3cdc45175b5d15ba62482a78b5", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-11T23:09:22
null
{"repository":{"description":"Context sensitive completion for Ocaml in Vim and Emacs","watchers":24,"stargazers":24,"forks":3,"fork":false,"size":756,"owner":"def-lkb","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"OCaml","created_at":"2013-02-06T01:38:04-08:00","pushed_at":"2013-04-11T16:09:21-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/def-lkb/merlin/compare/a441118b92...63cd0614ff"}
PushEvent
true
{"shas":[["f341be369aa75a7c43e4ee6b6b3f9345732a1ff9","[email protected]","Updates on the raises in the code; rename some data siles.","Fang-Chieh Chou",true]],"size":1,"ref":"refs/heads/master","head":"f341be369aa75a7c43e4ee6b6b3f9345732a1ff9"}
{ "id": 8865007, "name": "HelixMC", "url": "https://github.com/fcchou/HelixMC" }
{ "id": null, "login": "fcchou", "gravatar_id": "445bdefdf633d0442d5d6586bcd1b6c5", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-05T03:47:24
null
{"repository":{"description":"Python-based Monte Carlo simulator for DNA/RNA double helices.","homepage":"http://fcchou.github.com/HelixMC/","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":312,"owner":"fcchou","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-03-18T14:47:03-07:00","pushed_at":"2013-09-04T20:47:24-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Fang-Chieh Chou","company":"Stanford University","location":"Stanford, California, USA","email":"[email protected]"},"url":"https://github.com/fcchou/HelixMC/compare/d61b06e618...f341be369a"}
PushEvent
true
{"shas":[["67149c14c99ec1045c8cb685d362e2742a4b8c17","[email protected]","page","huiwq1990",true]],"size":1,"ref":"refs/heads/master","head":"67149c14c99ec1045c8cb685d362e2742a4b8c17"}
{ "id": 13914096, "name": "sbgl", "url": "https://github.com/huiwq1990/sbgl" }
{ "id": null, "login": "huiwq1990", "gravatar_id": "67866ac20c1faa0e63273b9057ec905f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-11T01:54:07
null
{"repository":{"description":"sbgl","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":43792,"owner":"huiwq1990","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-10-27T18:36:07-07:00","pushed_at":"2013-11-10T17:54:07-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/huiwq1990/sbgl/compare/d61d1dfbca...67149c14c9"}
PushEvent
true
{"shas":[["a5806f2aaa6a1e82b6cddb5b14aeef2f850e7ef5","[email protected]","Changed itemList from HashMap to ArrayList\n\n*allows for unique instances of items\n*makes weight calculation for duplicate items more cumbersome\n*makes find methods slower\n*but it ALLOWS FOR UNIQUE INSTANCES OF ITEMS","jnickg",false],["82fb4cf28d0523eeaec7e4361a94c6e611e1d813","[email protected]","Make abstract subclass of Item \"Equippable\"\n\n*includes a boolean \"equipped\" and proper accessors/mutators\n\tvoid equipSet(bool isEquipped)\n\tvoid equipItem()\n\tvoid unequipItem()\n\tboolean isEquipped()\n\tboolean equipToggle()\n*Weapon and Armor classes now extend Equippable instead of Item\n*Future equippable items should also extend Equippable","jnickg",false],["2d59a14d9ffa9965df0c03aa8f905ffd550c4e51","[email protected]","Merge pull request #10 from jnickg/InvItemDev\n\nInv item dev","J Nicholas Giampietro",true]],"size":3,"ref":"refs/heads/master","head":"2d59a14d9ffa9965df0c03aa8f905ffd550c4e51"}
{ "id": 11298296, "name": "d-and-d", "url": "https://github.com/jnickg/d-and-d" }
{ "id": null, "login": "jnickg", "gravatar_id": "18057a90fcc4f0e56e63d7eb72682865", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-26T08:36:13
null
{"repository":{"description":"D&D class interface","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":231,"owner":"jnickg","private":false,"open_issues":3,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-07-09T17:59:21-07:00","pushed_at":"2013-07-26T01:36:12-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"J Nicholas Giampietro","location":"Portland, OR","email":"[email protected]"},"url":"https://github.com/jnickg/d-and-d/compare/c7e1c9bdd8...2d59a14d9f"}
PushEvent
true
{"ref":"refs/heads/master","shas":[["9eaa482cc21d0d95ab6e946785bf0e1d0128f547","[email protected]","Update README.md\n\nargparse is required, which is added in python 2.7 ...","Clay Chiang",true]],"head":"9eaa482cc21d0d95ab6e946785bf0e1d0128f547","size":1}
{ "id": 7523616, "name": "hman", "url": "https://github.com/chiangbing/hman" }
{ "id": null, "login": "chiangbing", "gravatar_id": "18b0eb10a11ae4c57ead809cdefcfc7b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-10T08:07:28
null
{"repository":{"stargazers":0,"open_issues":0,"owner":"chiangbing","created_at":"2013-01-09T07:38:22-08:00","has_downloads":true,"pushed_at":"2013-01-10T00:07:27-08:00","description":"HBase metrics display tool.","forks":0,"fork":false,"size":264,"language":"Python","watchers":0,"private":false,"has_issues":true,"has_wiki":true},"actor_attributes":{"name":"Clay Chiang","email":"[email protected]","location":"","company":"Hanborqs","type":"User"},"url":"https://github.com/chiangbing/hman/compare/9631f11c14...9eaa482cc2"}
PushEvent
true
{"shas":[["6552c5ae6d6b53676ba77f0c7ad35c583af856fa","[email protected]","Don't use PathPattern and PathCaptureFns var names","Oguz Bilgic",true]],"size":1,"ref":"refs/heads/simple","head":"6552c5ae6d6b53676ba77f0c7ad35c583af856fa"}
{ "id": 9127708, "name": "rota", "url": "https://github.com/oguzbilgic/rota" }
{ "id": null, "login": "oguzbilgic", "gravatar_id": "523b735c515f4f89e7f4f1f31d2add74", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-02T02:39:27
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":368,"owner":"oguzbilgic","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Go","created_at":"2013-03-31T01:22:01-07:00","pushed_at":"2013-04-01T19:39:27-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Oguz Bilgic","blog":"oguzbilgic.com","location":"Los Angeles, CA","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/oguzbilgic/rota/compare/924f404750...6552c5ae6d"}
PushEvent
true
{"shas":[["201d4ff464e6efc3742eb51edcdcad29a3b4b46c","[email protected]","Actualizacion estilos","pruebaMundo",true]],"size":1,"ref":"refs/heads/master","head":"201d4ff464e6efc3742eb51edcdcad29a3b4b46c"}
{ "id": 13109032, "name": "icd", "url": "https://github.com/pruebaMundo/icd" }
{ "id": null, "login": "pruebaMundo", "gravatar_id": "01406973d0e020128ff1c9ff2f0e3910", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-30T21:48:22
null
{"repository":{"watchers":0,"stargazers":0,"forks":1,"fork":false,"size":3119,"owner":"pruebaMundo","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-09-25T17:25:41-07:00","pushed_at":"2013-09-30T14:48:22-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/pruebaMundo/icd/compare/5f5b1a09a5...201d4ff464"}
PushEvent
true
{"shas":[["92b42d3b5a7d74bd39077fe36167f8848ed1db3d","[email protected]","1 items update","xndcn",true]],"size":1,"ref":"refs/heads/master","head":"92b42d3b5a7d74bd39077fe36167f8848ed1db3d"}
{ "id": 10446275, "name": "smzdm.com", "url": "https://github.com/xndcn/smzdm.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-10-18T03:54:49
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":20702,"owner":"xndcn","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-06-02T20:23:30-07:00","pushed_at":"2013-10-17T20:54:49-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/xndcn/smzdm.com/compare/9719d63797...92b42d3b5a"}
PushEvent
true
{"shas":[["2ca953a199909e74fa53e0953e3806e3e1aefec0","[email protected]","Create FireScrew.cs","sepharoph",true]],"size":1,"ref":"refs/heads/master","head":"2ca953a199909e74fa53e0953e3806e3e1aefec0"}
{ "id": 9226363, "name": "LK2", "url": "https://github.com/svan/LK2" }
{ "id": null, "login": "sepharoph", "gravatar_id": "b5d1bd8c130e2e6bd602402a8705de96", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-10T01:13:30
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":12680,"owner":"svan","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2013-04-04T12:40:05-07:00","pushed_at":"2013-04-09T18:13:29-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/svan/LK2/compare/8945ae4a76...2ca953a199"}
PushEvent
true
{"shas":[["07159254ef05323a8112562ad26a6c67c9869488","3ff62582e8ef909dbdf948189bac99ff4930c5ae@github","optimised for V8 engine, showing support and hope others follow its lead","cing",true]],"size":1,"ref":"refs/heads/master","head":"07159254ef05323a8112562ad26a6c67c9869488"}
{ "id": 11335958, "name": "boxd", "url": "https://github.com/cinger/boxd" }
{ "id": null, "login": "cinger", "gravatar_id": "71b3568552d1d04b0a94f6b866ab4c53", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-08-30T00:41:39
null
{"repository":{"description":"a game of language in six acts","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1176,"owner":"cinger","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-07-11T00:37:40-07:00","pushed_at":"2013-08-29T17:41:38-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cinger/boxd/compare/e01c84a7d8...07159254ef"}
PushEvent
true
{"head":"a784a78d5256a0496a6fa8067ec5f0214da894f1","size":1,"ref":"refs/heads/master","shas":[["a784a78d5256a0496a6fa8067ec5f0214da894f1","12dea96fec20593566ab75692c9949596833adc9@fen","fixed signup issue.","fenjiot",true]]}
{ "id": 5788553, "name": "dwa", "url": "https://github.com/fenjiot/dwa" }
{ "id": null, "login": "fenjiot", "gravatar_id": "a9154393e821a8c9706b4d7cae555260", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-02-06T21:14:59
null
{"repository":{"has_wiki":true,"owner":"fenjiot","has_issues":true,"pushed_at":"2013-02-06T13:14:58-08:00","forks":0,"open_issues":0,"watchers":0,"fork":false,"size":129880,"has_downloads":true,"created_at":"2012-09-12T18:37:44-07:00","description":"Course work for Dynamic Web Applications - Fall 2012","stargazers":0,"private":false,"language":"PHP"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/fenjiot/dwa/compare/83566aa772...a784a78d52"}
PushEvent
true
{"head":"08106cd51e4c9b90561171cd32a418393880e11c","size":1,"ref":"refs/heads/master","shas":[["08106cd51e4c9b90561171cd32a418393880e11c","[email protected]","11111\n\n111111","Jiang Xiaodong",true]]}
{ "id": 6893957, "name": "cms", "url": "https://github.com/sunshed/cms" }
{ "id": null, "login": "sunshed", "gravatar_id": "cd579895bcfa1729071206dbdd3a951e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-09T01:35:16
null
{"repository":{"open_issues":0,"has_issues":true,"has_wiki":true,"owner":"sunshed","created_at":"2012-11-27T17:06:45-08:00","description":"an application deal with cms","watchers":0,"pushed_at":"2013-01-08T17:35:15-08:00","forks":0,"fork":false,"size":352,"has_downloads":true,"stargazers":0,"language":"Java","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/sunshed/cms/compare/1130908dd7...08106cd51e"}
PushEvent
true
{"shas":[["d46f9eb1738bc638652fef7653ebf69e7e8ac38f","[email protected]","improve arg handling","Dan Kelley",true]],"size":1,"ref":"refs/heads/master","head":"d46f9eb1738bc638652fef7653ebf69e7e8ac38f"}
{ "id": 8159176, "name": "nb", "url": "https://github.com/dankelley/nb" }
{ "id": null, "login": "dankelley", "gravatar_id": "7dba56a0153bbb3335fa90fbe1e2fa36", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-03-06T12:17:01
null
{"repository":{"description":"note accumulator","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":820,"owner":"dankelley","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-02-12T05:26:30-08:00","pushed_at":"2013-03-06T04:17:01-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Dan Kelley","company":"Dalhousie University","blog":"http://oceanography.dal.ca/person/Kelley_Dan.html","location":"Halifax, NS, Canada","email":"[email protected]"},"url":"https://github.com/dankelley/nb/compare/abd75a7e6a...d46f9eb173"}
PushEvent
true
{"shas":[["6142ad4db9f9ca3c48bbfe65fcfc89cebd5ba5a6","[email protected]","Check signal only once","Joe Dursun",true]],"size":1,"ref":"refs/heads/master","head":"6142ad4db9f9ca3c48bbfe65fcfc89cebd5ba5a6"}
{ "id": 14928810, "name": "kk", "url": "https://github.com/joedursun/kk" }
{ "id": null, "login": "joedursun", "gravatar_id": "741681f6ef9b056ae7ed1d30a7e133b0", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-08T17:46:44
null
{"repository":{"description":"Conveniently kill off processes","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":180,"owner":"joedursun","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-12-04T08:13:16-08:00","pushed_at":"2013-12-08T09:46:43-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Joseph Dursun","company":"Primedia","location":"Norcross","email":"[email protected]"},"url":"https://github.com/joedursun/kk/compare/9c7ab99d42...6142ad4db9"}
PushEvent
true
{"shas":[["fb3e97e11f2ea9233c843df9b5c096b3af90a0bf","[email protected]","修正\n - 前台首页幻灯片插件重写\n\n\n\n\n\n\nSigned-off-by: leiddx <[email protected]>","leiddx",true]],"size":1,"ref":"refs/heads/master","head":"fb3e97e11f2ea9233c843df9b5c096b3af90a0bf"}
{ "id": 10185697, "name": "new31", "url": "https://github.com/leiddx/new31" }
{ "id": null, "login": "leiddx", "gravatar_id": "bfecd511c96b06c99e7b40c18566d3b8", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-18T09:58:34
null
{"repository":{"description":"nothing","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":111148,"owner":"leiddx","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-05-20T18:47:24-07:00","pushed_at":"2013-11-18T01:58:33-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"leiddx","email":"[email protected]"},"url":"https://github.com/leiddx/new31/compare/bd55cc5e65...fb3e97e11f"}
PushEvent
true
{"shas":[["ee1250f81dbc59b3f9fd8d537309f0485cf4a625","[email protected]","add host definition to get around peer identification","Chris MacNaughton",true]],"size":1,"ref":"refs/heads/master","head":"ee1250f81dbc59b3f9fd8d537309f0485cf4a625"}
{ "id": 10577164, "name": "bitbox", "url": "https://github.com/tubbo/bitbox" }
{ "id": null, "login": "ChrisMacNaughton", "gravatar_id": "90d0279f562504ff47d88f62a51b7f19", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-26T18:10:15
null
{"repository":{"description":"[WIP] A web interface to your BitTorrent Sync folders, inspired by Dropbox.","homepage":"","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":184,"owner":"tubbo","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-06-08T19:26:38-07:00","pushed_at":"2013-06-26T11:10:14-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Chris MacNaughton","company":"eLocal","blog":"http://chrismacnaughton.com","location":"Houston, TX","email":"[email protected]"},"url":"https://github.com/tubbo/bitbox/compare/4cbce45e92...ee1250f81d"}
PushEvent
true
{"shas":[["56c5b0a79f141caf509b6f30e40a3580878e728b","[email protected]","Formatting changes","elizabeth",true]],"size":1,"ref":"refs/heads/visit_objects","head":"56c5b0a79f141caf509b6f30e40a3580878e728b"}
{ "id": 13778151, "name": "llvm-gc", "url": "https://github.com/EvaGL/llvm-gc" }
{ "id": null, "login": "Elizaveta239", "gravatar_id": "78a040807472015c1163843994abd5fd", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-27T19:26:53
null
{"repository":{"description":"Implementation of LLVM compiler plugin for garbage collection","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":304,"owner":"EvaGL","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-10-22T08:51:46-07:00","pushed_at":"2013-11-27T11:26:53-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Elizabeth Shashkova","email":"[email protected]"},"url":"https://github.com/EvaGL/llvm-gc/compare/3329f49e94...56c5b0a79f"}
PushEvent
true
{"ref":"refs/heads/blead","head":"ed39e4ee2993f11d81d79e6e611d623b8ad7704c","size":1,"shas":[["ed39e4ee2993f11d81d79e6e611d623b8ad7704c","[email protected]","Don't usenm on haiku\n\nThis cam up from building perl with nm enabled and make test_harness\ncroaking with the complaint that times wasn't implemented.\n\nnm /system/lib/libroot.so | grep times produces:\n\n00095540 T __times\n00095460 T __times_beos\n0009b690 t itimerspec_to_bigtimes__FRC10itimerspecRxT1\n00095540 T times@@LIBROOT_1_ALPHA4\n00095460 T times@LIBROOT_BASE\n000981c8 t timesub\n000958b4 T utimes\n\nof which the two times@... entries appear to be version symbols.\n\nThe system perl on Haiku-OS alpha4.1 is built with -Uusenm","Tony Cook",true]]}
{ "id": 157341, "name": "perl", "url": "https://github.com/dagolden/perl" }
{ "id": null, "login": "dagolden", "gravatar_id": "bb755c989fcb9897f28a2c6e00df61e2", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-02T22:50:13
null
{"repository":{"watchers":6,"has_issues":true,"has_wiki":true,"owner":"dagolden","created_at":"2009-03-23T12:42:18-07:00","homepage":"","stargazers":6,"pushed_at":"2013-01-02T14:50:11-08:00","description":"perl mirror","forks":4,"master_branch":"blead","open_issues":0,"fork":true,"size":2200,"has_downloads":true,"language":"Perl","private":false},"actor_attributes":{"location":"New York, NY","blog":"http://www.dagolden.com/","email":"[email protected]","name":"David Golden","type":"User"},"url":"https://github.com/dagolden/perl/compare/6e2b1c999f...ed39e4ee29"}
PushEvent
true
{"shas":[["b67008d98ec948f79138abca1aa2161a2c264214","[email protected]","Bump v0.1.3","Hariadi Hinta",true]],"size":1,"ref":"refs/heads/develop","head":"b67008d98ec948f79138abca1aa2161a2c264214"}
{ "id": 9962352, "name": "siapa", "url": "https://github.com/hariadi/siapa" }
{ "id": null, "login": "hariadi", "gravatar_id": "73fa18a7fe70e52099116b23bf7f556d", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-02T14:04:24
null
{"repository":{"description":"A simple script for parsing complex Malay names into their individual components.","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":1120,"owner":"hariadi","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-05-09T08:40:27-07:00","pushed_at":"2013-12-02T06:04:23-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Hariadi Hinta","company":"Hariadi.Org","blog":"http://www.hariadi.org","location":"Cyberjaya, Malaysia","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/hariadi/siapa/compare/b2e65e8e39...b67008d98e"}
PushEvent
true
{"shas":[["b627b1c466a48bd26ee475d0884219e3c4b0b701","[email protected]","subir arreglos de archivos","Ale",true]],"size":1,"ref":"refs/heads/master","head":"b627b1c466a48bd26ee475d0884219e3c4b0b701"}
{ "id": 5513465, "name": "bind", "url": "https://github.com/jcordero/bind" }
{ "id": null, "login": "alebanio", "gravatar_id": "dd0d405e38e44ac5c203b838da4effce", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-27T18:17:04
null
{"repository":{"description":"Bind DMZ","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":6144,"owner":"jcordero","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2012-08-22T11:19:23-07:00","pushed_at":"2013-06-27T11:17:02-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jcordero/bind/compare/b345f510e9...b627b1c466"}
PushEvent
true
{"shas":[["02189a3c0e2c9770b06e3199a4efbeec4feca9e2","[email protected]","ignore database","jzamora",true]],"size":1,"ref":"refs/heads/master","head":"02189a3c0e2c9770b06e3199a4efbeec4feca9e2"}
{ "id": 8540022, "name": "pupol", "url": "https://github.com/jzamora/pupol" }
{ "id": null, "login": "jzamora", "gravatar_id": "cc83ef4e57e643ea0fc0099303fa684a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-14T18:41:27
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":224,"owner":"jzamora","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-03-03T09:59:28-08:00","pushed_at":"2013-04-14T11:41:26-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"José Zamora","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/jzamora/pupol/compare/c2ddde77f7...02189a3c0e"}
PushEvent
true
{"size":1,"head":"f5c8d980ccd39802ed1c8b53947ca225cc9dc008","shas":[["f5c8d980ccd39802ed1c8b53947ca225cc9dc008","[email protected]","fix activity index display","Yamwat",true]],"ref":"refs/heads/master"}
{ "id": 7318210, "name": "yamwat", "url": "https://github.com/yamwat/yamwat" }
{ "id": null, "login": "yamwat", "gravatar_id": "ff5ff78ab1f89a0d322a8dfa9e96d86f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-10T22:25:51
null
{"repository":{"homepage":"http://getitdaily.com/wikis/","language":"PHP","owner":"yamwat","has_issues":true,"description":"Yamwat is Yet Another MediaWiki API Tool. PHP based, SQLite database, command line and web interfaces, SMARTY templates, and a plugin system for API calls","open_issues":2,"watchers":1,"has_downloads":true,"fork":false,"size":2236,"stargazers":1,"created_at":"2012-12-25T06:54:12-08:00","private":false,"pushed_at":"2013-01-10T14:25:50-08:00","forks":0,"has_wiki":true},"actor_attributes":{"email":"[email protected]","type":"User","name":"Yamwat"},"url":"https://github.com/yamwat/yamwat/compare/0f7a0f2431...f5c8d980cc"}
PushEvent
true
{"shas":[["09a7fcc1a3eb817feedadd93c60ed6ef303e2e34","[email protected]","Update README.md","Jordi Ros",true]],"size":1,"ref":"refs/heads/master","head":"09a7fcc1a3eb817feedadd93c60ed6ef303e2e34"}
{ "id": 8481655, "name": "dryGL", "url": "https://github.com/JordiRos/dryGL" }
{ "id": null, "login": "JordiRos", "gravatar_id": "5a185d97fb199793644462d3e8bbbf5a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-03-28T08:46:04
null
{"repository":{"description":"Lightweight C++ OpenGL ES 2.0 framework","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":11556,"owner":"JordiRos","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C++","created_at":"2013-02-28T07:17:11-08:00","pushed_at":"2013-03-28T01:46:03-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jordi Ros","company":"Freelance","blog":"http://jordiros.me","location":"Barcelona","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/JordiRos/dryGL/compare/1f4b91b86b...09a7fcc1a3"}
PushEvent
true
{"shas":[["d0e823ffec6d13d4d1f38d18bf854bb6a97841df","[email protected]","/ ‘warden-agent/src/warden-agent-mono/build/Release/logs/warden-agent.log’","rdlaitila",true]],"size":1,"ref":"refs/heads/master","head":"d0e823ffec6d13d4d1f38d18bf854bb6a97841df"}
{ "id": 14609942, "name": "warden", "url": "https://github.com/admin36/warden" }
{ "id": null, "login": "admin36", "gravatar_id": "04b334b44868c297a74b47a362ef948e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-24T08:03:11
null
{"repository":{"description":"Configuration Automation ","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":163860,"owner":"admin36","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2013-11-21T21:58:20-08:00","pushed_at":"2013-12-24T00:03:10-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/admin36/warden/compare/bb3246e65e...d0e823ffec"}
PushEvent
true
{"shas":[["3f8c5776301c4bab06900e559d2912fde058f10f","[email protected]","Remove spurious display when there is zero preprocessor warning","Sébastien Villemot",true],["325a2ea90ef378fd158b2e428546a5dc16aa25af","[email protected]","Remove unused field n_exog of DynamicModelDLL class","Sébastien Villemot",true],["871cbbe44879d77fd0aaba2d6dc98aa7ebf61584","[email protected]","Construct the filename of the dynamic MEX file only at the deepest level\n\nIn the calling chain, only pass the basename of the MOD file.","Sébastien Villemot",true],["82930ee29a03623bc97bf8da3d22e9ea9aa57041","[email protected]","Implementation of steady state computation in estim DLL, using the GSL\n\nDoes not seem very robust (fails on fs2000), need to investigate why.","Sébastien Villemot",true],["f89edf476e0a5c69fca0cad0236dda343717c7ca","[email protected]","Start refactoring of penalty handling\n\nHandle all events that lead to a penalty through an exception.\nNext steps:\n- make all exceptions derive from a common class containing info code and\n penalty value\n- catch these exceptions at the top-level, and construct the penalty-adjusted\n likelihood","Sébastien Villemot",true],["578368954ef11dae324c64d125d0b97d0f64a744","[email protected]","reporting (WIP)","Houtan Bastani",true],["5c8efaae6c38a727baca20a862d456407a5f0eeb","[email protected]","More explicit error message when posterior mode file is outdated","Sébastien Villemot",true],["17acd4154c192193a1c84e27d7bb31b47e7215f8","[email protected]","oo_.PosteriorTheoreticalMoments.correlation contains autocorrelations","Sébastien Villemot",true],["0ffccac6593b48ee41b4df2749e0f84e63340591","[email protected]","Fix typo","Sébastien Villemot",true],["be57a4b0bef2a84457e4a430531e8b747ddbb387","[email protected]","Added merge method to dynSeries class.","Stéphane Adjemian (Charybdis)",true],["cefbf45a9c9054efab361e36492cfc24399cf529","[email protected]","Fixed bug + Cosmetic changes.","Stéphane Adjemian (Charybdis)",true],["1c29970c6d49740a9193b26feb28242364767b5e","[email protected]","Call merge method, added unitary tests.","Stéphane Adjemian (Charybdis)",true],["22caa866b760b40a3764097f66a1df6bc1a71a34","[email protected]","Allows syntax like db = A.data(:,3:15), where A is a dynSeries object.","Stéphane Adjemian (Charybdis)",true],["8d36cc802c798921eba6ea91932bbc7cbcc737e6","[email protected]","reporting: table","Houtan Bastani",true],["18ed9daafeaf29b0ea093279da19c2d808eb4433","[email protected]","reporting: make errors more clear","Houtan Bastani",true],["dd75baa9b4e132931d8c70dc685c2a548c06caad","[email protected]","stochastic extended path: new algorithm with leaner tree, new hybrid\noption using second order perturbation correction,\nsolve_stochastic_perfect_foresight_model.m moves to matlab/ep directory","Michel Juillard",true],["ebf93d672fdf326b3d6622f75b744d839e35bf0d","[email protected]","stochastic extended path: additional changes","Michel Juillard",true],["64ddca513df9cac80ceb4e1f45777a22b10a44c3","[email protected]","dynSeries: making possible to concatanate empty series; fixing bugs","Michel Juillard",true],["5492f88bee3a726bf8d1a821adf40af8c2e76576","[email protected]","Added the possibility to return a subsample from a dynSeries.\n\nIf ts is a dynSeries object, then the following syntax is valid:\n\nt0 = dynDate('1950Q1') ;\nt1 = dynDate('2000Q3') ;\n\nrange = t0:t1 ;\nds = ts(range);\n\nNote that the dates in range do not need to be contiguous or sorted in increasing order.","Stéphane Adjemian (Ulysses)",true],["96f8716be62a170026676af9caafb566ddf1ea69","[email protected]","Removed useless addpath commands in unitary tests.","Stéphane Adjemian (Ulysses)",true]],"size":36,"ref":"refs/heads/master","head":"4dfd6bfbdf4aab23b8ee7d839fba28d842f708f4"}
{ "id": 8579253, "name": "dynare", "url": "https://github.com/rattoma/dynare" }
{ "id": null, "login": "rattoma", "gravatar_id": "1e63c161bfbf9e5768ac8db043a6bf0c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-03-14T14:38:19
null
{"repository":{"description":"Dynare: a platform for handling a wide class of economic models","homepage":"http://www.dynare.org","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":392,"owner":"rattoma","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":false,"language":"Matlab","created_at":"2013-03-05T04:27:13-08:00","pushed_at":"2013-03-14T07:38:18-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/rattoma/dynare/compare/879b8b8309...4dfd6bfbdf"}
PushEvent
true
{"shas":[["086e58d369739e4d0f80f135a567e44f9fb28ce6","[email protected]","Negative seq on disk.","Matt Chambers",true],["10381dfbdae02d2215d1346fd7b52fb60c647c6d","[email protected]","Merge branch 'master' of github.com:sqlboy/fileseq","Matt Chambers",true]],"size":2,"ref":"refs/heads/master","head":"10381dfbdae02d2215d1346fd7b52fb60c647c6d"}
{ "id": 4945559, "name": "fileseq", "url": "https://github.com/sqlboy/fileseq" }
{ "id": null, "login": "sqlboy", "gravatar_id": "f06a8fc7b450163f2abd5a775ca4c7be", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-26T10:18:36
null
{"repository":{"description":"A Python library for parsing frame ranges.","watchers":8,"stargazers":8,"forks":2,"fork":false,"size":164,"owner":"sqlboy","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2012-07-08T04:13:37-07:00","pushed_at":"2013-06-26T03:18:35-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Matt Chambers","company":"None","location":"New Zealand","email":"[email protected]"},"url":"https://github.com/sqlboy/fileseq/compare/bc0b74ac99...10381dfbda"}
PushEvent
true
{"shas":[["c2f58b74f583b57c8af1bd1799740c3d3de86cb3","[email protected]","20130726 end","5123335",true]],"size":1,"ref":"refs/heads/master","head":"c2f58b74f583b57c8af1bd1799740c3d3de86cb3"}
{ "id": 11444326, "name": "working", "url": "https://github.com/5123335/working" }
{ "id": null, "login": "5123335", "gravatar_id": "2b20c8f2c5b35786756380b9d6bf815e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-26T08:51:11
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":19200,"owner":"5123335","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Logos","created_at":"2013-07-16T01:21:25-07:00","pushed_at":"2013-07-26T01:51:07-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/5123335/working/compare/571e69f37e...c2f58b74f5"}
PushEvent
true
{"shas":[["c5fcf0da3cf4110f60f14a3814ef908ad468ecd8","[email protected]","corrected README file","Roland Laurès",true]],"size":1,"ref":"refs/heads/master","head":"c5fcf0da3cf4110f60f14a3814ef908ad468ecd8"}
{ "id": 15231289, "name": "srt_sync", "url": "https://github.com/ShamoX/srt_sync" }
{ "id": null, "login": "ShamoX", "gravatar_id": "7aab20192ba898bd6543ba5200cd4c2c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-16T18:00:09
null
{"repository":{"description":"This is a simple program to update the subtitles (srt) time references.","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":164,"owner":"ShamoX","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-12-16T08:45:55-08:00","pushed_at":"2013-12-16T10:00:08-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ShamoX/srt_sync/compare/69fc1fa437...c5fcf0da3c"}
PushEvent
true
{"shas":[["f4128d7ede44746d18fc9f1d58cdf95b72a33199","[email protected]","Select monospace font family properly.\n\nCSS style \"font-family: monospace\" should select monospace font.\n\nhttps://github.com/ariya/phantomjs/issues/11764","Oleg Plakhotniuk",true]],"size":1,"ref":"refs/heads/master","head":"f4128d7ede44746d18fc9f1d58cdf95b72a33199"}
{ "id": 1200050, "name": "phantomjs", "url": "https://github.com/ariya/phantomjs" }
{ "id": null, "login": "ariya", "gravatar_id": "0284b8950e0f4a57bcc092d4dbb98d97", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-13T15:35:04
null
{"repository":{"description":"Scriptable Headless WebKit","homepage":"http://phantomjs.org","watchers":8801,"stargazers":8801,"forks":1307,"fork":false,"size":79867,"owner":"ariya","private":false,"open_issues":884,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C++","created_at":"2010-12-27T00:18:58-08:00","pushed_at":"2013-12-13T07:35:02-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Ariya Hidayat","company":"","blog":"http://ariya.ofilabs.com","location":"","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ariya/phantomjs/compare/4ca640c5e7...f4128d7ede"}
PushEvent
true
{"shas":[["94035c5b57c49656b5cc27a02ed45a0d3012b43a","[email protected]","updated README","kaniksu",true]],"size":1,"ref":"refs/heads/master","head":"94035c5b57c49656b5cc27a02ed45a0d3012b43a"}
{ "id": 14673713, "name": "SkiFall", "url": "https://github.com/harmoli/SkiFall" }
{ "id": null, "login": "harmoli", "gravatar_id": "14cec4d0c7865cc907586e59bdb4b82f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-04T19:55:08
null
{"repository":{"description":"CIS 190 Final Project","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":140,"owner":"harmoli","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C++","created_at":"2013-11-24T17:59:32-08:00","pushed_at":"2013-12-04T11:55:08-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Harmony M Li","email":"[email protected]"},"url":"https://github.com/harmoli/SkiFall/compare/6361dd7b17...94035c5b57"}
PushEvent
true
{"shas":[["855239c3b85906e89ed3af710b0585550cb3c6f1","[email protected]","added scripts to launch emacs clients","syl20bnr",true],["b08eb6778bc127476d013de216d6550853f93bd3","[email protected]","minor changes on scripts","syl20bnr",true],["7390fa22529d1414034f11c4d18257bb1348bbb1","[email protected]","Merge branch 'master' of https://github.com/syl20bnr/config","syl20bnr",true],["ec4b5a96d441dc796bd8857ad893065abdca5200","[email protected]","added keyboard map for Microsoft Natural Keyboard","syl20bnr",true]],"head":"ec4b5a96d441dc796bd8857ad893065abdca5200","size":4,"ref":"refs/heads/master"}
{ "id": 7070713, "name": "config", "url": "https://github.com/syl20bnr/config" }
{ "id": null, "login": "syl20bnr", "gravatar_id": "cd475a30e91fbdd9db17661287c73004", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-07T14:59:26
null
{"repository":{"stargazers":0,"owner":"syl20bnr","created_at":"2012-12-08T10:39:15-08:00","has_issues":true,"has_downloads":true,"open_issues":0,"pushed_at":"2013-01-07T06:59:25-08:00","description":"My configuration files.","forks":0,"fork":false,"size":6056,"has_wiki":true,"language":"VimL","watchers":0,"private":false},"actor_attributes":{"email":"[email protected]","name":"Sylvain Benner","location":"Canada","type":"User"},"url":"https://github.com/syl20bnr/config/compare/c25352221f...ec4b5a96d4"}
PushEvent
true
{"shas":[["5b364f1f59469ac7ad7ddb3328b8e16e17fa565a","[email protected]","Changed build script (disabled email notifications)","vpmedia",true]],"size":1,"ref":"refs/heads/master","head":"5b364f1f59469ac7ad7ddb3328b8e16e17fa565a"}
{ "id": 7704906, "name": "HaxeECS", "url": "https://github.com/vpmedia/HaxeECS" }
{ "id": null, "login": "vpmedia", "gravatar_id": "6a453e04db04a088cdd21ea82496e893", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-03-22T19:32:33
null
{"repository":{"description":"Haxe Entity Component System","watchers":5,"stargazers":5,"forks":0,"fork":false,"size":860,"owner":"vpmedia","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":false,"language":"Haxe","created_at":"2013-01-19T07:37:17-08:00","pushed_at":"2013-03-22T12:32:32-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Andras Csizmadia","company":"","blog":"www.vpmedia.eu","location":"Budapest, Hungary","email":"[email protected]"},"url":"https://github.com/vpmedia/HaxeECS/compare/3ab6dbcfab...5b364f1f59"}
PushEvent
true
{"shas":[["36923f428d3642ff71382926e584a7ea0e0b002a","[email protected]","finish the admin login and post content","yehua.liu",true]],"size":1,"ref":"refs/heads/master","head":"36923f428d3642ff71382926e584a7ea0e0b002a"}
{ "id": 9490734, "name": "myblog", "url": "https://github.com/yehualiu/myblog" }
{ "id": null, "login": "yehualiu", "gravatar_id": "5b4143c8a6ac3d182c94a8a9371ce767", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-24T08:16:20
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":324,"owner":"yehualiu","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-04-16T23:19:50-07:00","pushed_at":"2013-04-24T01:16:19-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Yehua.Liu","company":"老骥伏枥,志在千里","blog":"http://stark-mesa-8759.herokuapp.com/","location":"ChengDu China","email":"[email protected]"},"url":"https://github.com/yehualiu/myblog/compare/948113cc38...36923f428d"}
PushEvent
true
{"shas":[["0be151cc18ec673c02daaae98884b7305c315333","[email protected]","dump","Ratmir",true]],"size":1,"ref":"refs/heads/master","head":"0be151cc18ec673c02daaae98884b7305c315333"}
{ "id": 3652623, "name": "hz-base", "url": "https://github.com/Ratmir15/hz-base" }
{ "id": null, "login": "Ratmir15", "gravatar_id": "da5376d2157224ca3534fc5e80b09277", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-28T04:59:42
null
{"repository":{"description":"","homepage":"","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":97108,"owner":"Ratmir15","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2012-03-07T11:21:55-08:00","pushed_at":"2013-05-27T21:59:41-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Ratmir R. Panov","email":"f9a04b21f37b94bed2d84f20242bffd5f6110630"},"url":"https://github.com/Ratmir15/hz-base/compare/80ae0de00b...0be151cc18"}
PushEvent
true
{"shas":[["83b8926ebaf10005f4eac19a1de6758c0d69b560","[email protected]","sketching functionality","andrew cooke",true]],"size":1,"ref":"refs/heads/master","head":"83b8926ebaf10005f4eac19a1de6758c0d69b560"}
{ "id": 10178884, "name": "bnum", "url": "https://github.com/andrewcooke/bnum" }
{ "id": null, "login": "andrewcooke", "gravatar_id": "03d9445ceed1c27bc651479a9dc2beae", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-21T13:26:53
null
{"repository":{"description":"A Better Eum","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":696,"owner":"andrewcooke","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-05-20T11:18:37-07:00","pushed_at":"2013-05-21T06:26:51-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"andrew cooke","blog":"http://www.acooke.org","location":"santiago, chile","email":"[email protected]"},"url":"https://github.com/andrewcooke/bnum/compare/66824c0609...83b8926eba"}
PushEvent
true
{"shas":[["6336696d628d5fa90d99d4639dee36a1331c5e25","[email protected]","added more delay to messages after keys are enabled","Shaun Williams",false]],"size":1,"ref":"refs/heads/master","head":"6336696d628d5fa90d99d4639dee36a1331c5e25"}
{ "id": 15180551, "name": "bl1nd", "url": "https://github.com/shaunew/bl1nd" }
{ "id": null, "login": "shaunew", "gravatar_id": "0bdd2d6d5051b610660baf5c22016639", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-16T02:37:55
null
{"repository":{"description":"ludum dare 28","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":1376,"owner":"shaunew","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"CSS","created_at":"2013-12-13T21:22:45-08:00","pushed_at":"2013-12-15T18:37:55-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Shaun Williams","blog":"twitter.com/shaunewilliams","location":"Houston, TX","email":"[email protected]"},"url":"https://github.com/shaunew/bl1nd/compare/be0f56b3e5...6336696d62"}
PushEvent
true
{"size":1,"shas":[["0b8e1cfcf37686aef3e0f82014c85e2b5b7fb36a","[email protected]"," - collada-dom / debian #2","x75",true]],"ref":"refs/heads/master","head":"0b8e1cfcf37686aef3e0f82014c85e2b5b7fb36a"}
{ "id": 7510280, "name": "rosdistro", "url": "https://github.com/x75/rosdistro" }
{ "id": null, "login": "x75", "gravatar_id": "4b14aa7547a57b18c958b51e6b3cf0fb", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-09T09:25:59
null
{"repository":{"has_downloads":true,"owner":"x75","created_at":"2013-01-08T14:11:56-08:00","homepage":"","open_issues":0,"has_issues":false,"has_wiki":true,"description":"A list of repos to build into debians","pushed_at":"2013-01-09T01:25:57-08:00","forks":0,"fork":true,"size":192,"watchers":0,"language":"Python","private":false,"stargazers":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/x75/rosdistro/compare/f4ecc0c89a...0b8e1cfcf3"}
PushEvent
true
{"shas":[["737c92bce5c6be8d78067f273f77c8fa15738c36","[email protected]","Update and rename sort.c to Sort.c","Vova1990",true]],"size":1,"ref":"refs/heads/master","head":"737c92bce5c6be8d78067f273f77c8fa15738c36"}
{ "id": 13174640, "name": "SysProg", "url": "https://github.com/RanMax/SysProg" }
{ "id": null, "login": "Vova1990", "gravatar_id": "c5616a512a0cbd9eb8760513a691ba22", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-21T09:10:19
null
{"repository":{"description":"Репозиторий для сохранения заданий по курсу Системное программирование","watchers":1,"stargazers":1,"forks":6,"fork":false,"size":1669,"owner":"RanMax","private":false,"open_issues":2,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-09-28T07:46:09-07:00","pushed_at":"2013-12-21T01:10:19-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/RanMax/SysProg/compare/a998e1a83c...737c92bce5"}
PushEvent
true
{"shas":[["20f690f1762e369e9ad761e166f22ff57a17275a","[email protected]","Make sure dirs are created before injecting file","Michael Crosby",true],["67b0b97a8f17c67e5599f4566c8a9e1a5bb401fe","[email protected]","Merge pull request #2526 from metalivedev/2074-AddKnownIssues\n\nAdd Known Issue","Andy Rothfusz",true],["f512049c8f9e64848cd8b1be794619f01c5227f2","[email protected]","Add unit test for child changes diff in aufs","Michael Crosby",true],["e7fdcc15c5eb3812c71dd61f22a8d77d3ae72e36","[email protected]","Return “err” instead of “nil” when MkdirAll() fails when binding a volume","Michael Stapelberg",true],["f9dd0da182ee9ff7ac891884fa4720073130bed9","[email protected]","Merge pull request #2610 from stapelberg/patch-1\n\nReturn “err” instead of “nil” when MkdirAll() fails when binding a volume","Victor Vieux",true],["ca174ae84d37d89af726fa41e25a11bdaeca2067","[email protected]","Removes duplicate changelog entry","Sean Cronin",true],["2448058ee23292e2a167bbd6a2e138ad99e8b3b8","[email protected]","setup network when reconnecting to ghost container\n\nRe-adding the line to setup the network when reconnecting to a ghost\ncontainer. It was inadvertently removed by commit\n31638ab2ad2a5380d447780f05f7aa078c9421f5.","Josh Poimboeuf",true],["3bbe8ee0557a9961f96b228ece1b7ac2b6c64998","[email protected]","Merge pull request #2611 from seancron/changelog-edit\n\nRemoves duplicate changelog entry","Guillaume J. Charmes",true],["b8e7ec1b74fdeaeab56a8ffab801dcd87b7361ca","[email protected]","Update release script with proper support for non-*.docker.io bucket URLs","Tianon Gravi",true],["f56945d71bcce6e7d18b3471bf4744ddd70b1783","[email protected]","Update release script to move https://get.docker.io/ubuntu/info to https://get.docker.io/ubuntu/ and provide a backwards-compatibility redirect (same for /builds/info)","Tianon Gravi",true],["95147675870e9e84deb354f09f0f670a5cb2b1e1","[email protected]","Allow driver to provide changes if it impl the Changer interface","Michael Crosby",true],["45c2b5dc1a0d8f3658f012844f9d89fbb2290c42","[email protected]","prevent deletion if image is used by a running container","Victor Vieux",true],["34d294c4615855dca1ff2399f9bed63885b33786","[email protected]","Fix 2585, rebase to master","Andy Rothfusz",true],["126b17a0fff9dad720ab8e60563e7f92d781bd93","[email protected]","Merge pull request #2615 from jpoimboe/ghost-networking-fix\n\nsetup network when reconnecting to ghost container","Guillaume J. Charmes",true],["1eb00e1d5b375cb79d492f1c5cd95d7317bc543c","[email protected]","Allow drivers to export their own diff","Michael Crosby",true],["f26da9638fc7daf0fac6c138ac3b9b040aef19fb","[email protected]","Merge pull request #2590 from metalivedev/2585-addphplib\n\nFix 2585 and clean up warning in contributing.rst","Andy Rothfusz",true],["ddb27268c98941b9f8a131b7b5403eb4d44beebb","[email protected]","Do not pass container information when creating a volume","Michael Crosby",true],["498b6031b12da56c442d7c2b501f500766652b2d","[email protected]","Update ubuntu packaging script, especially to stop docker group deletion","Tianon Gravi",true],["f30c660f6fe5e313f24f1646f9b5aaa3b487f5ab","[email protected]","Merge pull request #12 from crosbymichael/core-driver-test-failures\n\nCore driver test failures","Michael Crosby",true],["1f35531f396dba279b289a515416351568b96c0a","[email protected]","Merge pull request #13 from crosbymichael/fix-volume-mount\n\nDo not pass container information when creating a volume","Michael Crosby",true]],"size":1000,"ref":"refs/heads/master","head":"e068ddda2898f51534dbafe2c7198be2bf8115e6"}
{ "id": 14792473, "name": "te_docker", "url": "https://github.com/aaae/te_docker" }
{ "id": null, "login": "aaae", "gravatar_id": "8aa227aaae348b8aa91464c66108904c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-23T07:04:13
null
{"repository":{"description":"an open source project to pack, ship and run any application as a lightweight container(fork @dotcloud)","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2744,"owner":"aaae","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Go","created_at":"2013-11-28T20:07:48-08:00","pushed_at":"2013-12-22T23:04:05-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Sebastian","company":"","blog":"s-w.asia","location":"Aachen, Deutschland","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/aaae/te_docker/compare/ac32d7de6d...e068ddda28"}
PushEvent
true
{"shas":[["1d1a940b05793296dbf08bb13c9d29f4aa26ecf3","[email protected]","Build info for flycheck.","Xiao Hanyu",true],["9b66ea5d88813dfc8582729baeb12fd2619cf28b","[email protected]","Merge pull request #1365 from xiaohanyu/master\n\nBuild info for flycheck.","yagnesh రాఘవ",true]],"size":2,"ref":"refs/heads/master","head":"9b66ea5d88813dfc8582729baeb12fd2619cf28b"}
{ "id": 864806, "name": "el-get", "url": "https://github.com/dimitri/el-get" }
{ "id": null, "login": "yyr", "gravatar_id": "f375b155aafaec97046942ae6a1902d4", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-19T01:03:13
null
{"repository":{"description":"Manage the external elisp bits and pieces upon which you depend!","homepage":"http://tapoueh.org/emacs/el-get.html","watchers":775,"stargazers":775,"forks":302,"fork":false,"size":5298,"owner":"dimitri","private":false,"open_issues":104,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Emacs Lisp","created_at":"2010-08-26T12:54:26-07:00","pushed_at":"2013-09-18T18:03:11-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"yagnesh రాఘవ","blog":"http://yagnesh.org","location":"","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dimitri/el-get/compare/fafd6ebf62...9b66ea5d88"}
PushEvent
true
{"shas":[["aaf452384ecdad0cebbdc607c88b4aa58bcb591c","[email protected]","Changed the resolution of the big icon.","Keijiro Takahashi",true]],"size":1,"ref":"refs/heads/master","head":"aaf452384ecdad0cebbdc607c88b4aa58bcb591c"}
{ "id": 9636177, "name": "orbita", "url": "https://github.com/keijiro/orbita" }
{ "id": null, "login": "keijiro", "gravatar_id": "13ffb6ada421d0d4731b5ed35d694191", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-26T11:19:29
null
{"repository":{"description":"Experimental music sequencer with planetary movements","homepage":"http://keijiro.github.io/orbita","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":6040,"owner":"keijiro","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":false,"language":"JavaScript","created_at":"2013-04-23T17:20:30-07:00","pushed_at":"2013-05-26T04:19:28-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Keijiro Takahashi","company":"Unity Technologies Japan","blog":"radiumsoftware.com","location":"Japan","email":"[email protected]"},"url":"https://github.com/keijiro/orbita/compare/6cc9608e87...aaf452384e"}
PushEvent
true
{"shas":[["56912317e3fed5e7d80c962f821910283e634f66","[email protected]","added parallelism, couldn't handle 10^14 before","Matt Gambogi",false],["1d483efc8552a51f2dc779cd4a67d240c013611b","[email protected]","Merge pull request #1 from mgambogi/haskell\n\nadded parallelism, couldn't handle 10^14 before","Matthew Gambogi",true]],"size":2,"ref":"refs/heads/master","head":"1d483efc8552a51f2dc779cd4a67d240c013611b"}
{ "id": 11262395, "name": "Euler", "url": "https://github.com/mgambogi/Euler" }
{ "id": null, "login": "mgambogi", "gravatar_id": "45f538ffe4e9300577cb831ecd01cebe", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-10T20:35:14
null
{"repository":{"description":"I've started working through the problems on Project Euler to learn haskell","homepage":"projecteuler.net","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":4192,"owner":"mgambogi","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Haskell","created_at":"2013-07-08T11:53:17-07:00","pushed_at":"2013-07-10T13:35:13-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Matthew Gambogi","company":"Available May 20, 2013","blog":"matt.gambogi.com","location":"Leesburg, Virginia","email":"[email protected]"},"url":"https://github.com/mgambogi/Euler/compare/e36313ae49...1d483efc85"}
PushEvent
true
{"head":"60da66f43683716f79162d5364eb17ba0235c5b6","ref":"refs/heads/master","size":1,"shas":[["60da66f43683716f79162d5364eb17ba0235c5b6","[email protected]","Add version TEST_4 to master branch","Sam Mauck",true]]}
{ "id": 7981819, "name": "MonitorMe", "url": "https://github.com/SS111/MonitorMe" }
{ "id": null, "login": "SS111", "gravatar_id": "ae150868516e76b6534a0623854be0d4", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-02-02T22:22:57
null
{"repository":{"open_issues":0,"owner":"SS111","watchers":0,"has_issues":true,"created_at":"2013-02-02T13:03:47-08:00","description":"A Bukkit plugin for monitoring a Minecraft server via an Android device!","stargazers":0,"has_downloads":true,"fork":false,"size":108,"language":"Java","pushed_at":"2013-02-02T14:22:56-08:00","forks":0,"private":false,"has_wiki":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/SS111/MonitorMe/compare/e170858c23...60da66f436"}
PushEvent
true
{"shas":[["5230ba86ead5c7aaa8e9d21c1784ceeceb43f782","[email protected]","BaseSplitterFileEx: fixed MPEG Audio parser (ticket #3151)","v0lt",true],["8721ae03439cd1392839010a605efdc7372854c8","[email protected]","BaseSplitterFileEx: small fix for 5230ba86ea","v0lt",true],["fab5fcd67ca4ca82adfac15a1480eb0eb5717bd0","[email protected]","VSFilter: move the version to a separate file.","XhmikosR",true],["e7c38b3c651f1619690631b0201635c7e5dc8efb","[email protected]","AboutDlg.cpp: use the MPC_VERSION_ARCH define","XhmikosR",true],["1ebfbb3412b490116233df24701da84e888bb354","[email protected]","setup WIP","XhmikosR",true],["2df1f741e2cd5c8bd58fc13a95eb6ddaa3b4f107","[email protected]","disable a couple more /analyze warnings for VS2012","XhmikosR",true],["ec482c6e85132b49a79c305e4ea3a1a0b7db0675","[email protected]","Soundtouch: use SSE optimizations for x86.","XhmikosR",true],["0238fbd9f04e6e0369e7123f362c13cb82d0f84b","[email protected]","remove ratdvd","XhmikosR",true],["37e6b872fc543f80b21ff11a31c570156ef9654b","[email protected]","Be consistent with the pragma pack directive.","XhmikosR",true],["49f88437ee23b93ae65aa7a9af5424a70fecc113","[email protected]","Remove unused variables.","XhmikosR",true],["c10f46b6ac927e5eef2433b0c3a34327c6f607db","[email protected]","Fix the C4701 warnings: Potentially uninitialized local variable \"XXX\" used.","XhmikosR",true],["d4d7b8d58474d95486ce6453725a962c3e13789b","[email protected]","Remove unneeded typedef QWORD.","XhmikosR",true],["573226f59b358e0a828525ff29b6cafd94f2a7a9","[email protected]","Initialize variables in the constructor.","XhmikosR",true],["54dbf27bd0c42bd083e23f5c6fbcaa344af81b41","[email protected]","Const correctness. Also pass the argument by reference when possible.","XhmikosR",true],["9b3946b7011383e6692b77caf5fdc8ce0de701b3","[email protected]","const correctness (3)","XhmikosR",true],["f578e7cbd409912391d9b4527c015723613717d1","[email protected]","Use the proper data type for BOOL and bool.","XhmikosR",true],["d0281bf89deaaf2deceee08de29e5b0e69b32bc8","[email protected]","Update Simplified Chinese translation.","Betaking",true],["aeaeaa7c56b8895930754c08c5086271215ee794","[email protected]","{0}","XhmikosR",true],["2f50a7504e52d449658057dbf380c76817581043","[email protected]","Replace memset with ZeroMemory.","XhmikosR",true],["1adaf8b2ac322decf22bb8f82051647925ef287e","[email protected]","asdf","XhmikosR",true]],"size":27,"ref":"refs/heads/master","head":"915e4c2120de470b80e8bfdb266de610d63c394d"}
{ "id": 5296269, "name": "mpc-hc", "url": "https://github.com/XhmikosR/mpc-hc" }
{ "id": null, "login": "XhmikosR", "gravatar_id": "e37759b1ea0125d4e97b1e00b5eed26f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-25T10:11:22
null
{"repository":{"description":"My personal MPC-HC dev fork. I rebase a lot so clone at your own risk.","homepage":"http://mpc-hc.org/","watchers":4,"stargazers":4,"forks":1,"fork":true,"size":3536,"owner":"XhmikosR","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":false,"language":"C","created_at":"2012-08-04T08:00:21-07:00","pushed_at":"2013-05-25T03:11:20-07:00","master_branch":"master"},"actor_attributes":{"type":"User","location":"Hellas (Greece)","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/XhmikosR/mpc-hc/compare/4da4a7020e...915e4c2120"}
PushEvent
true
{"shas":[["651e61fc9f6c906d868ba3a1765a999bdb7822a7","[email protected]","leiningen","Dmitri Akatov",true]],"size":1,"ref":"refs/heads/master","head":"651e61fc9f6c906d868ba3a1765a999bdb7822a7"}
{ "id": 12103854, "name": "dotfiles", "url": "https://github.com/akatov/dotfiles" }
{ "id": null, "login": "akatov", "gravatar_id": "ca2a65700bf44b2ed3cc25670f7d1065", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-08-14T09:28:18
null
{"repository":{"description":"dotfiles managed with fresh: https://github.com/freshshell/fresh","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":38,"owner":"akatov","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-08-14T01:27:12-07:00","pushed_at":"2013-08-14T02:28:18-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Dmitri Akatov","company":"","blog":"http://akatov.com","location":"","email":"[email protected]"},"url":"https://github.com/akatov/dotfiles/compare/e5a3dc42d6...651e61fc9f"}
PushEvent
true
{"shas":[["bc2ce282d18df03be105ad3220a49ed804a36dd9","[email protected]","Message views: JS -> Coffee","K.Kolotyuk",true]],"size":1,"ref":"refs/heads/master","head":"bc2ce282d18df03be105ad3220a49ed804a36dd9"}
{ "id": 12695465, "name": "forum", "url": "https://github.com/kkolotyuk/forum" }
{ "id": null, "login": "kkolotyuk", "gravatar_id": "dac1d37b248da5291dc223aca47480e9", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-12T03:29:34
null
{"repository":{"description":"forum","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":480,"owner":"kkolotyuk","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Ruby","created_at":"2013-09-09T00:27:20-07:00","pushed_at":"2013-09-11T20:29:33-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/kkolotyuk/forum/compare/31766440ac...bc2ce282d1"}
PushEvent
true
{"shas":[["4f5dd8f16985027a548de4244b6d89f0fab3a9de","[email protected]","New Procfile","pitagoras",true]],"size":1,"ref":"refs/heads/master","head":"4f5dd8f16985027a548de4244b6d89f0fab3a9de"}
{ "id": 10377885, "name": "syncs", "url": "https://github.com/pitagoras/syncs" }
{ "id": null, "login": "pitagoras", "gravatar_id": "62043e9a46829fc87ea1276d9ed478fe", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-30T09:02:20
null
{"repository":{"watchers":0,"stargazers":0,"forks":0,"fork":false,"size":116,"owner":"pitagoras","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-05-30T00:37:18-07:00","pushed_at":"2013-05-30T02:02:19-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/pitagoras/syncs/compare/5d8e866977...4f5dd8f169"}
PushEvent
true
{"shas":[["f14a318a1b17bcee232c2c25a660ccfc10973a01","[email protected]","WebClientSocket: fix OnInfo() display\n\nAfter 937e7bd the displayed file path wasn't properly stripped","Alex Marsev",true],["2615ccee35ade77922902a8ff825d77dbfaf9758","[email protected]","ShockwaveGraph: fix seeking in .swf files","Alex Marsev",true],["3231591843db50de42b0c885c9647fa2445d48be","[email protected]","AppSettings: Unbind \"switch zoom\" by default.\n\nRarely used feature, but easy to accidentally activate in which case it will confuse users.","Armada",true]],"size":3,"ref":"refs/heads/master","head":"3231591843db50de42b0c885c9647fa2445d48be"}
{ "id": 5196138, "name": "mpc-hc", "url": "https://github.com/Armada651/mpc-hc" }
{ "id": null, "login": "Armada651", "gravatar_id": "5004db1cafcceaa657891846a6a56bba", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-08-21T15:29:40
null
{"repository":{"description":"My MPC-HC development repository. Pull at your own risk, I force push often.","homepage":"http://mpc-hc.org/","watchers":4,"stargazers":4,"forks":1,"fork":true,"size":118270,"owner":"Armada651","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":false,"language":"C++","created_at":"2012-07-26T12:09:33-07:00","pushed_at":"2013-08-21T08:29:38-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Jules Blok","company":"Aerix","blog":"http://jules.aerix.nl/","location":"Netherlands","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Armada651/mpc-hc/compare/5c9b1624d3...3231591843"}
PushEvent
true
{"shas":[["721b8db072c3c0485c8aa1425b4029ccf417481c","[email protected]","Atempt to remove README.md","Felttrip",true]],"size":1,"ref":"refs/heads/master","head":"721b8db072c3c0485c8aa1425b4029ccf417481c"}
{ "id": 12495313, "name": "newProj", "url": "https://github.com/Felttrip/newProj" }
{ "id": null, "login": "Felttrip", "gravatar_id": "64bbe1f15d0c8f449c7e54624ecb6a08", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-08-30T20:55:41
null
{"repository":{"description":"Java program to create block documentation","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":76,"owner":"Felttrip","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-08-30T13:50:07-07:00","pushed_at":"2013-08-30T13:55:41-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Felttrip/newProj/compare/cc23296fbe...721b8db072"}
PushEvent
true
{"shas":[["981b38ebff17308810a91e655aad1660a12090cd","[email protected]","otro commit 2","ajmoya",true]],"size":1,"ref":"refs/heads/desarrollo","head":"981b38ebff17308810a91e655aad1660a12090cd"}
{ "id": 12921178, "name": "BaseDatos", "url": "https://github.com/ajmoya/BaseDatos" }
{ "id": null, "login": "ajmoya", "gravatar_id": "b3b92f3727c0d8945f3a9c91a7b86451", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-18T11:46:24
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2236,"owner":"ajmoya","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C#","created_at":"2013-09-18T04:24:31-07:00","pushed_at":"2013-09-18T04:46:24-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ajmoya/BaseDatos/compare/57f3c554e1...981b38ebff"}
PushEvent
true
{"shas":[["df8409321ff378c1c54d4693af8fa7d114baefad","[email protected]","Update plugbot.js","Anna",true]],"size":1,"ref":"refs/heads/master","head":"df8409321ff378c1c54d4693af8fa7d114baefad"}
{ "id": 12865950, "name": "Plugbot", "url": "https://github.com/anna2130/Plugbot" }
{ "id": null, "login": "anna2130", "gravatar_id": "a9575eab5556a7dafaf97974943313a9", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-16T12:32:27
null
{"repository":{"description":"The most extensive, popular extension for Plug.dj. Serves auto-woot, auto-queue, unique userlist, and more features are always being suggested by the community. Submit an issue for technical questions or small ideas, and make a complete pull request for suggestions.","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":238,"owner":"anna2130","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":false,"language":"JavaScript","created_at":"2013-09-16T04:48:10-07:00","pushed_at":"2013-09-16T05:32:27-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Anna","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/anna2130/Plugbot/compare/94d3a9886c...df8409321f"}
PushEvent
true
{"shas":[["664e7e698639e12511906b5156ab5e3221a325bf","[email protected]","postgres installed","Benjamin Pipat",true]],"size":1,"ref":"refs/heads/master","head":"664e7e698639e12511906b5156ab5e3221a325bf"}
{ "id": 14868002, "name": "usertest2", "url": "https://github.com/bpipat/usertest2" }
{ "id": null, "login": "bpipat", "gravatar_id": "48916f8a56d36f9bca3252c7931a7398", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-02T18:39:58
null
{"repository":{"description":"usertest2","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":92,"owner":"bpipat","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-12-02T08:31:18-08:00","pushed_at":"2013-12-02T10:39:58-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/bpipat/usertest2/compare/8f41b28134...664e7e6986"}
PushEvent
true
{"shas":[["9798a9f07d5c0c4f54c2c817132ee183255d8193","[email protected]","Semi-functional proof of concept","Haukur Páll Hallvarðsson",true]],"size":1,"ref":"refs/heads/master","head":"9798a9f07d5c0c4f54c2c817132ee183255d8193"}
{ "id": 10713870, "name": "mov", "url": "https://github.com/hph/mov" }
{ "id": null, "login": "hph", "gravatar_id": "259f605c55182b2522e05a9587fc1a29", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-16T00:54:00
null
{"repository":{"description":"Browse your movie collection via a command-line interface.","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":112,"owner":"hph","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-06-15T17:39:24-07:00","pushed_at":"2013-06-15T17:53:59-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Haukur Páll Hallvarðsson","company":"","blog":"","location":"Reykjavík, Iceland","email":"[email protected]"},"url":"https://github.com/hph/mov/compare/a0792de129...9798a9f07d"}
PushEvent
true
{"shas":[["42d671bd973b84328e52c2c0e98e4c96321ddd5f","[email protected]","fixade playername","iSirux",true]],"size":1,"ref":"refs/heads/master","head":"42d671bd973b84328e52c2c0e98e4c96321ddd5f"}
{ "id": 14171852, "name": "KOMA", "url": "https://github.com/Isafo/KOMA" }
{ "id": null, "login": "iSirux", "gravatar_id": "aa0577a8687bf1fd0e8d91bf45384e0b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-11-06T15:25:14
null
{"repository":{"description":"Projekt i TNM040","watchers":0,"stargazers":0,"forks":1,"fork":false,"size":99,"owner":"Isafo","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-11-06T04:25:01-08:00","pushed_at":"2013-11-06T07:25:13-08:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Isafo/KOMA/compare/be0aa493bf...42d671bd97"}
PushEvent
true
{"shas":[["655c6da9737b3ec50568b2a2b3024550cdeb13f9","[email protected]","yoda: Pile-d options are incompatible with short names dups\n\nSigned-off-by: Pavel Emelyanov <[email protected]>","Pavel Emelyanov",true]],"size":1,"ref":"refs/heads/master","head":"655c6da9737b3ec50568b2a2b3024550cdeb13f9"}
{ "id": 10216878, "name": "yoda", "url": "https://github.com/xemul/yoda" }
{ "id": null, "login": "xemul", "gravatar_id": "d0315ac7a2abf1d6ca5f4da26cfd8444", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-03T11:14:12
null
{"repository":{"description":"Yet Options Descriptor Another","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":516,"owner":"xemul","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-05-22T02:57:43-07:00","pushed_at":"2013-06-03T04:14:11-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Pavel Emelyanov","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/xemul/yoda/compare/2550f315c3...655c6da973"}
PushEvent
true
{"shas":[["abfdcf4e47bc565280fc1706d68d07d87f248611","[email protected]","","Daniel Hertz",true]],"size":1,"ref":"refs/heads/master","head":"abfdcf4e47bc565280fc1706d68d07d87f248611"}
{ "id": 10527550, "name": "blah", "url": "https://github.com/Dhertz/blah" }
{ "id": null, "login": "Dhertz", "gravatar_id": "ded7e2440f30bce8ea34cb304391c315", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-06T13:55:08
null
{"repository":{"description":"RuralCloud","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":0,"owner":"Dhertz","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"created_at":"2013-06-06T06:55:06-07:00","pushed_at":"2013-06-06T06:55:07-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Daniel Hertz","blog":"www.dhertz.com","email":"[email protected]"},"url":"https://github.com/Dhertz/blah/compare/0fc42f41b1...abfdcf4e47"}
PushEvent
true
{"ref":"refs/heads/master","head":"1d0292c7362e0134a669b09964f92ea60068e063","size":1,"shas":[["1d0292c7362e0134a669b09964f92ea60068e063","[email protected]","Cambio de ortografia","halonsogomez",true]]}
{ "id": 8077296, "name": "CPE", "url": "https://github.com/MGGROUP/CPE" }
{ "id": null, "login": "halonsogomez", "gravatar_id": "2879e1643dc591fce3281b164fe65f93", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-02-07T22:01:27
null
{"repository":{"owner":"MGGROUP","created_at":"2013-02-07T09:05:12-08:00","description":"CPE","watchers":0,"open_issues":0,"has_downloads":true,"language":"PHP","stargazers":0,"fork":false,"size":23164,"has_wiki":true,"pushed_at":"2013-02-07T14:01:26-08:00","forks":0,"private":false,"has_issues":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/MGGROUP/CPE/compare/d79d7293b4...1d0292c736"}
PushEvent
true
{"shas":[],"size":0,"ref":"refs/heads/openni2_pullrequest","head":"d6c6e8a27916076542ad08d313e8f8e9e1633c99"}
{ "id": 12353807, "name": "pcl", "url": "https://github.com/kwaegel/pcl" }
{ "id": null, "login": "kwaegel", "gravatar_id": "ef4a475caa5732d8804b7d3e7c22471c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-16T09:12:34
null
{"repository":{"description":"Point Cloud Library (PCL)","homepage":"http://www.pointclouds.org","watchers":1,"stargazers":1,"forks":2,"fork":true,"size":210362,"owner":"kwaegel","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"C++","created_at":"2013-08-24T20:48:45-07:00","pushed_at":"2013-12-16T01:12:33-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Ky Waegel","company":"UNC-Chapel Hill","location":"Chapel Hill, NC, USA","email":"[email protected]"},"url":"https://github.com/kwaegel/pcl/compare/1c54c1dc98...d6c6e8a279"}
PushEvent
true
{"shas":[["2556eb7817291f35c64f44ded280199df4ad703c","18764e26bc5bdc5f80483a2fbf46c7fcc384c153@penghuang-macbookpro.local","wip","Peng Huang",true]],"size":1,"ref":"refs/heads/master","head":"2556eb7817291f35c64f44ded280199df4ad703c"}
{ "id": 1496395, "name": "test", "url": "https://github.com/phuang/test" }
{ "id": null, "login": "phuang", "gravatar_id": "4b1c315bd1672a55361ae05e055be127", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-05T03:51:21
null
{"repository":{"description":"some test code","homepage":"","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":6720,"owner":"phuang","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2011-03-18T07:50:55-07:00","pushed_at":"2013-05-04T20:51:21-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Peng Huang","company":"chromium.org","blog":"","location":"Waterloo, Ontario, Canada","email":"[email protected]"},"url":"https://github.com/phuang/test/compare/228b24910c...2556eb7817"}
PushEvent
true
{"shas":[["c0a2cd80bf8fb64f8de47fbb4782060408903327","[email protected]","various","Brennan Vincent",true]],"size":1,"ref":"refs/heads/master","head":"c0a2cd80bf8fb64f8de47fbb4782060408903327"}
{ "id": 7712378, "name": "webbot", "url": "https://github.com/azmun/webbot" }
{ "id": null, "login": "azmun", "gravatar_id": "48bd9712279fec524f903f941aebfe1e", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-03-22T21:24:58
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":440,"owner":"azmun","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-01-19T19:56:11-08:00","pushed_at":"2013-03-22T14:24:57-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/azmun/webbot/compare/e1b22dde18...c0a2cd80bf"}
PushEvent
true
{"shas":[["02fcf3c6c8125e7b4b09bd6e028f89bcb9efdb05","[email protected]","update Data!","niceaji",true]],"size":1,"ref":"refs/heads/gh-pages","head":"02fcf3c6c8125e7b4b09bd6e028f89bcb9efdb05"}
{ "id": 10092893, "name": "cobe", "url": "https://github.com/niceaji/cobe" }
{ "id": null, "login": "niceaji", "gravatar_id": "3611734460662a8ccfc00f6d2e3059b1", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-06-22T14:48:08
null
{"repository":{"description":"코멘트 베스트","homepage":"http://niceaji.github.io/cobe","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":55320,"owner":"niceaji","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-05-15T20:22:25-07:00","pushed_at":"2013-06-22T07:48:07-07:00","master_branch":"gh-pages"},"actor_attributes":{"type":"User","company":"Daum communications","blog":"niceaji.tumblr.com","location":"jeju","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/niceaji/cobe/compare/4271e22086...02fcf3c6c8"}
PushEvent
true
{"shas":[["5e5189356ebd6b1a9dddf55342c63b24a988d8c2","[email protected]","fix src","adam139",true]],"size":1,"ref":"refs/heads/master","head":"5e5189356ebd6b1a9dddf55342c63b24a988d8c2"}
{ "id": 12995945, "name": "plone", "url": "https://github.com/adam139/plone" }
{ "id": null, "login": "adam139", "gravatar_id": "49330db44ff1b86eb738b546b965728d", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-10-15T13:54:23
null
{"repository":{"description":"plone buildout enviroment for some situations","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":604,"owner":"adam139","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Python","created_at":"2013-09-21T06:54:26-07:00","pushed_at":"2013-10-15T06:54:23-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Adam","company":"315ok.org","blog":"http://plone.315ok.org","location":"shanghai","email":"[email protected]"},"url":"https://github.com/adam139/plone/compare/6f465d9cd3...5e5189356e"}
PushEvent
true
{"shas":[["f69fa88b29bf0bc0919291851d2fc9a3714eff68","[email protected]","clear _rev after updating a design, leaving required document unchanged\n\ncloses #1","Carson Christian",false],["045f510c8229bf4dc31ce0130acc21992e78dc1a","[email protected]","bump version to 0.2.2","Carson Christian",false],["b543b27505206d85d343d1484b0a700cbdbb0ffc","[email protected]","update history","Carson Christian",false],["3978af0afab166d703a4f6a1b56bedb3483f60de","[email protected]","Merge branch 'release-0.2.2' into develop","Carson Christian",true]],"size":4,"ref":"refs/heads/develop","head":"3978af0afab166d703a4f6a1b56bedb3483f60de"}
{ "id": 8863687, "name": "convey", "url": "https://github.com/cscade/convey" }
{ "id": null, "login": "cscade", "gravatar_id": "b5acb8893b3b0aeae1cd06542eb1980f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-03T15:31:22
null
{"repository":{"description":"Convey your design and document model changes to your CouchDB automatically with each new version of your application.","homepage":"","watchers":2,"stargazers":2,"forks":0,"fork":false,"size":468,"owner":"cscade","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":false,"language":"JavaScript","created_at":"2013-03-18T13:37:54-07:00","pushed_at":"2013-05-03T08:31:20-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Carson S. Christian","company":"(ampl)EGO","location":"Ohio, US","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cscade/convey/compare/e14c3dd4b3...3978af0afa"}
PushEvent
true
{"shas":[["b8b20a71762e82fee003e61c00b336b299c4ef97","[email protected]","Fixed spelling and grammar errors in Bit Doc: guide/bit/source/index.html","Embedthis Software",true]],"size":1,"ref":"refs/heads/dev","head":"b8b20a71762e82fee003e61c00b336b299c4ef97"}
{ "id": 7790115, "name": "bit", "url": "https://github.com/embedthis/bit" }
{ "id": null, "login": "embedthis", "gravatar_id": "2558b7f7ff6b8f288210f13bb6b3accf", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-04-15T19:46:26
null
{"repository":{"description":"bit","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":15240,"owner":"embedthis","private":false,"open_issues":4,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"C","created_at":"2013-01-23T19:57:56-08:00","pushed_at":"2013-04-15T12:46:25-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Embedthis Software","company":"Embedthis Software","blog":"http://embedthis.github.com/","location":"Seattle, Washington. USA.","email":"[email protected]"},"url":"https://github.com/embedthis/bit/compare/479615b74c...b8b20a7176"}
PushEvent
true
{"shas":[["53e84937c0d4cdd1defe23ca6fa9cf0709c0a8bc","[email protected]","Testing foghorn css","Luis Pabon",true]],"size":1,"ref":"refs/heads/master","head":"53e84937c0d4cdd1defe23ca6fa9cf0709c0a8bc"}
{ "id": 12278242, "name": "slides", "url": "https://github.com/lpabon/slides" }
{ "id": null, "login": "lpabon", "gravatar_id": "2681b3b0ad6310996a6d26178137bc39", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-04T18:42:01
null
{"repository":{"description":"Repo for my Red Hat OpenShift Website http://slides-lpabon.rhcloud.com","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":260,"owner":"lpabon","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-08-21T11:38:48-07:00","pushed_at":"2013-09-04T11:42:01-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Luis Pabon","company":"Red Hat","blog":"www.redhat.com","location":"Boston","email":"[email protected]"},"url":"https://github.com/lpabon/slides/compare/3ffdecaf54...53e84937c0"}
PushEvent
true
{"shas":[["568d7b29fb0855cb2b40a475d35b84851ad8bf7e","[email protected]","Work on multiple lexers: t+","Jeffrey Kegler",true],["706a312d06233679daf41565c7c59a14c9bfd342","[email protected]","Fixing problem that prevented MS Windows install\n\nThe Perl XS headers intrude on application-reserved namespace. I moved\nthe Marpa headers ahead of them. In the process I located an issue with\nthe LIKELY and UNLIKELY macros and fixed them.","Jeffrey Kegler",true]],"size":2,"ref":"refs/heads/master","head":"706a312d06233679daf41565c7c59a14c9bfd342"}
{ "id": 6427385, "name": "Marpa--R2", "url": "https://github.com/rns/Marpa--R2" }
{ "id": null, "login": "rns", "gravatar_id": "db8acf994ca9ffa61ce50ab1589c49c8", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-12-11T17:49:47
null
{"repository":{"description":"BETA: Parse any language you can describe in BNF -- Release 2","homepage":"","watchers":0,"stargazers":0,"forks":0,"fork":true,"size":24676,"owner":"rns","private":false,"open_issues":0,"has_issues":false,"has_downloads":true,"has_wiki":true,"language":"Perl","created_at":"2012-10-28T05:43:20-07:00","pushed_at":"2013-12-11T09:49:47-08:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"","blog":"http://www.proz.com/translator/1256837","email":"[email protected]"},"url":"https://github.com/rns/Marpa--R2/compare/be6830291c...706a312d06"}
PushEvent
true
{"shas":[["4cbde3823d3441c39778a1e58a36ee81f4fd9253","[email protected]","if title is not available on link save the url is used as title","sm-pro",true]],"size":1,"ref":"refs/heads/master","head":"4cbde3823d3441c39778a1e58a36ee81f4fd9253"}
{ "id": 10056779, "name": "flower", "url": "https://github.com/sm-pro/flower" }
{ "id": null, "login": "sm-pro", "gravatar_id": "375e632238bd4c47941817b052a24836", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-07-16T06:54:49
null
{"repository":{"description":"FLOWer - current links and activities manager","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":720,"owner":"sm-pro","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Java","created_at":"2013-05-14T07:19:19-07:00","pushed_at":"2013-07-15T23:54:48-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/sm-pro/flower/compare/fccc514dba...4cbde3823d"}
PushEvent
true
{"shas":[["9047aea773ee234846a54330adb794a9ca773720","[email protected]","Calling dynamically processors/analyzers","Thomas Muguet",true]],"size":1,"ref":"refs/heads/master","head":"9047aea773ee234846a54330adb794a9ca773720"}
{ "id": 9794721, "name": "owaka", "url": "https://github.com/tmuguet/owaka" }
{ "id": null, "login": "tmuguet", "gravatar_id": "e1cfe5c07634783d85bbfd31928e5eda", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-05-23T21:54:26
null
{"repository":{"description":"Continuous integration for php / phing","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":20392,"owner":"tmuguet","private":false,"open_issues":1,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"PHP","created_at":"2013-05-01T09:09:33-07:00","pushed_at":"2013-05-23T14:54:25-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Thomas Muguet","blog":"http://thomasmuguet.info","location":"Grenoble, France","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/tmuguet/owaka/compare/c256a4a655...9047aea773"}
PushEvent
true
{"head":"8b0d1b9cfaa1898fc2c9b74f70951f56f1dcaa75","size":1,"ref":"refs/heads/master","shas":[["8b0d1b9cfaa1898fc2c9b74f70951f56f1dcaa75","[email protected]","Added ideas","Maxence Ahlouche",true]]}
{ "id": 7530482, "name": "cfbkp", "url": "https://github.com/viodlen/cfbkp" }
{ "id": null, "login": "viodlen", "gravatar_id": "564f254e094d1a5ac1c28e4d87ad5bb4", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-09T23:19:03
null
{"repository":{"has_downloads":true,"owner":"viodlen","created_at":"2013-01-09T14:44:35-08:00","open_issues":0,"has_wiki":true,"description":"cfbkp stands for Config Fils BacKuP !","has_issues":true,"pushed_at":"2013-01-09T15:19:02-08:00","forks":0,"fork":false,"size":108,"watchers":0,"private":false,"stargazers":0},"actor_attributes":{"company":"ENSEEIHT - 1ère année","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/viodlen/cfbkp/compare/d3a3c05f4b...8b0d1b9cfa"}
PushEvent
true
{"shas":[["a8ab2edd4f38757c5dcd70a727fb7a0054b150fd","[email protected]","Added a warning for wildcard imports","Michael M. Tiller",true],["e496d73d9ca9d00b50838bab4d2d447478b57ad2","[email protected]","Converted all <tt> tags to <code> tags","Michael M. Tiller",true],["6169b53300f2aedee1bc39ed790b85e889fa9202","[email protected]","Made some adjustments due to differences in padding between tt and code.","Michael M. Tiller",true],["87ae7fc75326ceb2421f017c0789eb83078ef591","[email protected]","Simple change to make all popover sites appear 'clickable'. CSS for the win.","Michael M. Tiller",true],["cc759e23a70455844eb9dc98f4f630245246eefe","[email protected]","Added nice GitHub icons and links","Michael M. Tiller",true],["8cf7f73c62183a75ea5c5627102d194398ed6ca3","[email protected]","Added a feature where the Escape key closes all popups","Michael M. Tiller",true],["f91812853fdf24a0dbffc057d46756e74302240b","[email protected]","Reworked the legend and documented the Escape key thing","Michael M. Tiller",true]],"size":7,"ref":"refs/heads/master","head":"f91812853fdf24a0dbffc057d46756e74302240b"}
{ "id": 8689858, "name": "ModRef", "url": "https://github.com/xogeny/ModRef" }
{ "id": null, "login": "mtiller", "gravatar_id": "4b9e888299f2bbb84b996583df056a8c", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-03-20T14:32:05
null
{"repository":{"description":"A Quick Reference sheet for Modelica","watchers":1,"stargazers":1,"forks":0,"fork":false,"size":276,"owner":"xogeny","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"JavaScript","created_at":"2013-03-10T12:00:56-07:00","pushed_at":"2013-03-20T07:32:04-07:00","master_branch":"master"},"actor_attributes":{"type":"User","name":"Michael Tiller","company":"Xogeny, Inc.","blog":"http://www.xogeny.com/","location":"Michigan, USA","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/xogeny/ModRef/compare/d5180125e0...f91812853f"}
PushEvent
true
{"ref":"refs/heads/master","head":"0b90887ce516d9d2ddf4d98e148ce5bd32ef3e6d","shas":[["0b90887ce516d9d2ddf4d98e148ce5bd32ef3e6d","[email protected]","fix indentation","Yann Le Gall",true]],"size":1}
{ "id": 7768556, "name": "Dmise", "url": "https://github.com/ylegall/Dmise" }
{ "id": null, "login": "ylegall", "gravatar_id": "53a8a8962e717a4782c48383feef6f43", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-01-24T20:46:25
null
{"repository":{"open_issues":0,"owner":"ylegall","has_issues":true,"has_downloads":true,"created_at":"2013-01-22T21:47:04-08:00","description":"2D game using Derelict3 (D SDL2 bindings)","pushed_at":"2013-01-24T12:46:24-08:00","forks":0,"language":"D","fork":false,"size":140,"has_wiki":true,"watchers":0,"private":false,"stargazers":0},"actor_attributes":{"type":"User","location":"Pittsburgh PA","email":"[email protected]","blog":"http://www.cs.pitt.edu/~ygl2","name":"Yann Le Gall"},"url":"https://github.com/ylegall/Dmise/compare/aca58e8636...0b90887ce5"}
PushEvent
true
{"shas":[["f96f26dbe3775691f49fd9cda56717674fdb8f9f","[email protected]","待完成的数据库操作","vedon",true]],"size":1,"ref":"refs/heads/new-ui-module","head":"f96f26dbe3775691f49fd9cda56717674fdb8f9f"}
{ "id": 13009056, "name": "iFind", "url": "https://github.com/Carl-XPG/iFind" }
{ "id": null, "login": "vedon", "gravatar_id": "d66c53bc86b509e430c0524f624aa289", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2013-09-23T13:27:39
null
{"repository":{"description":"","watchers":0,"stargazers":0,"forks":0,"fork":false,"size":2008,"owner":"Carl-XPG","private":false,"open_issues":0,"has_issues":true,"has_downloads":true,"has_wiki":true,"language":"Objective-C","created_at":"2013-09-21T23:47:53-07:00","pushed_at":"2013-09-23T06:27:38-07:00","master_branch":"master"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Carl-XPG/iFind/compare/45af8a49c0...f96f26dbe3"}