diff --git a/README.md b/README.md deleted file mode 100644 index 5872bbf..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# php-bootcamp-week-1 \ No newline at end of file diff --git a/zura_iakobishvili/curl.php b/zura_iakobishvili/curl.php new file mode 100644 index 0000000..f734d86 --- /dev/null +++ b/zura_iakobishvili/curl.php @@ -0,0 +1,39 @@ +'; + // var_dump($data); + // echo ''; + + } + + function foreach_function_followers($data){ + echo '
' ; + foreach($data as $key => $value){ + echo $value['login'] . '
'; + $avatar = $value['avatar_url']; + echo "" ; + } + echo '
' ; + } + + function foreach_function_repositories($data, $username){ + foreach($data as $key => $value){ + // print $key+1; + $repository = $value ['name']; + print "$repository"; + echo $value['description'] . '
'; + + } + } + +?> diff --git a/zura_iakobishvili/parse.php b/zura_iakobishvili/parse.php new file mode 100644 index 0000000..06e5786 --- /dev/null +++ b/zura_iakobishvili/parse.php @@ -0,0 +1,89 @@ + + + + + + + +
+
+ + + +
+ + + Please , enter a username"; + + } + + + + if(($userinfo === "followers")&&($username!=="")){ + curl_function($folowers_url); + foreach_function_followers($data, $username); + + } + + + if(($userinfo === "repositories")&&($username!=="")){ + curl_function($repositories_url); + foreach_function_repositories($data,$username); + } + + + + + if(($userinfo === "both_of_them")&&($username!=="")){ + curl_function($folowers_url); + foreach_function_followers($data, $username); + curl_function($repositories_url); + foreach_function_repositories($data,$username); + } + + + } + + ?> + + + + + + + + + + + + + + + + + + + + + + diff --git a/zura_iakobishvili/reset.css b/zura_iakobishvili/reset.css new file mode 100644 index 0000000..27acba5 --- /dev/null +++ b/zura_iakobishvili/reset.css @@ -0,0 +1,43 @@ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/zura_iakobishvili/style.css b/zura_iakobishvili/style.css new file mode 100644 index 0000000..94cdce9 --- /dev/null +++ b/zura_iakobishvili/style.css @@ -0,0 +1,38 @@ +body { + background-color: rgb(214, 222, 228); + + + +} + +.username { + font-size: 20px; + font-weight: bold; +} + +.submit { + color: rgb(141, 9, 33); +} + +.table { + display: flex; + flex-direction: column; + font-size: 30px; + +} + +.img { + width: 150px; + height: 150px; + border-radius: 30px; +} + + + +.error, .key, .choose, .a_class { + font-size:30px; +} + +.a_class { + color:rgb(57 116 43); +} \ No newline at end of file diff --git a/zura_iakobishvili/user.json b/zura_iakobishvili/user.json new file mode 100644 index 0000000..71e3761 --- /dev/null +++ b/zura_iakobishvili/user.json @@ -0,0 +1 @@ +[{"id":123298020,"node_id":"MDEwOlJlcG9zaXRvcnkxMjMyOTgwMjA=","name":"30-seconds-of-css","full_name":"otarza/30-seconds-of-css","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/30-seconds-of-css","description":"A curated collection of useful CSS snippets.","fork":true,"url":"https://api.github.com/repos/otarza/30-seconds-of-css","forks_url":"https://api.github.com/repos/otarza/30-seconds-of-css/forks","keys_url":"https://api.github.com/repos/otarza/30-seconds-of-css/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/30-seconds-of-css/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/30-seconds-of-css/teams","hooks_url":"https://api.github.com/repos/otarza/30-seconds-of-css/hooks","issue_events_url":"https://api.github.com/repos/otarza/30-seconds-of-css/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/30-seconds-of-css/events","assignees_url":"https://api.github.com/repos/otarza/30-seconds-of-css/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/30-seconds-of-css/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/30-seconds-of-css/tags","blobs_url":"https://api.github.com/repos/otarza/30-seconds-of-css/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/30-seconds-of-css/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/30-seconds-of-css/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/30-seconds-of-css/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/30-seconds-of-css/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/30-seconds-of-css/languages","stargazers_url":"https://api.github.com/repos/otarza/30-seconds-of-css/stargazers","contributors_url":"https://api.github.com/repos/otarza/30-seconds-of-css/contributors","subscribers_url":"https://api.github.com/repos/otarza/30-seconds-of-css/subscribers","subscription_url":"https://api.github.com/repos/otarza/30-seconds-of-css/subscription","commits_url":"https://api.github.com/repos/otarza/30-seconds-of-css/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/30-seconds-of-css/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/30-seconds-of-css/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/30-seconds-of-css/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/30-seconds-of-css/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/30-seconds-of-css/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/30-seconds-of-css/merges","archive_url":"https://api.github.com/repos/otarza/30-seconds-of-css/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/30-seconds-of-css/downloads","issues_url":"https://api.github.com/repos/otarza/30-seconds-of-css/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/30-seconds-of-css/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/30-seconds-of-css/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/30-seconds-of-css/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/30-seconds-of-css/labels{/name}","releases_url":"https://api.github.com/repos/otarza/30-seconds-of-css/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/30-seconds-of-css/deployments","created_at":"2018-02-28T14:41:56Z","updated_at":"2018-09-22T09:00:58Z","pushed_at":"2018-02-28T14:40:09Z","git_url":"git://github.com/otarza/30-seconds-of-css.git","ssh_url":"git@github.com:otarza/30-seconds-of-css.git","clone_url":"https://github.com/otarza/30-seconds-of-css.git","svn_url":"https://github.com/otarza/30-seconds-of-css","homepage":"https://atomiks.github.io/30-seconds-of-css/","size":328,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"cc0-1.0","name":"Creative Commons Zero v1.0 Universal","spdx_id":"CC0-1.0","url":"https://api.github.com/licenses/cc0-1.0","node_id":"MDc6TGljZW5zZTY="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":95486448,"node_id":"MDEwOlJlcG9zaXRvcnk5NTQ4NjQ0OA==","name":"accountkit","full_name":"otarza/accountkit","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/accountkit","description":"Facebook's Account Kit integration for Drupal 8","fork":false,"url":"https://api.github.com/repos/otarza/accountkit","forks_url":"https://api.github.com/repos/otarza/accountkit/forks","keys_url":"https://api.github.com/repos/otarza/accountkit/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/accountkit/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/accountkit/teams","hooks_url":"https://api.github.com/repos/otarza/accountkit/hooks","issue_events_url":"https://api.github.com/repos/otarza/accountkit/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/accountkit/events","assignees_url":"https://api.github.com/repos/otarza/accountkit/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/accountkit/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/accountkit/tags","blobs_url":"https://api.github.com/repos/otarza/accountkit/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/accountkit/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/accountkit/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/accountkit/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/accountkit/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/accountkit/languages","stargazers_url":"https://api.github.com/repos/otarza/accountkit/stargazers","contributors_url":"https://api.github.com/repos/otarza/accountkit/contributors","subscribers_url":"https://api.github.com/repos/otarza/accountkit/subscribers","subscription_url":"https://api.github.com/repos/otarza/accountkit/subscription","commits_url":"https://api.github.com/repos/otarza/accountkit/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/accountkit/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/accountkit/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/accountkit/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/accountkit/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/accountkit/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/accountkit/merges","archive_url":"https://api.github.com/repos/otarza/accountkit/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/accountkit/downloads","issues_url":"https://api.github.com/repos/otarza/accountkit/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/accountkit/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/accountkit/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/accountkit/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/accountkit/labels{/name}","releases_url":"https://api.github.com/repos/otarza/accountkit/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/accountkit/deployments","created_at":"2017-06-26T20:25:37Z","updated_at":"2017-07-05T07:29:41Z","pushed_at":"2018-03-06T09:41:23Z","git_url":"git://github.com/otarza/accountkit.git","ssh_url":"git@github.com:otarza/accountkit.git","clone_url":"https://github.com/otarza/accountkit.git","svn_url":"https://github.com/otarza/accountkit","homepage":null,"size":14,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":7,"watchers":0,"default_branch":"master"},{"id":165513836,"node_id":"MDEwOlJlcG9zaXRvcnkxNjU1MTM4MzY=","name":"advertiser_entity","full_name":"otarza/advertiser_entity","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/advertiser_entity","description":"Barebones drupal 8 entity","fork":true,"url":"https://api.github.com/repos/otarza/advertiser_entity","forks_url":"https://api.github.com/repos/otarza/advertiser_entity/forks","keys_url":"https://api.github.com/repos/otarza/advertiser_entity/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/advertiser_entity/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/advertiser_entity/teams","hooks_url":"https://api.github.com/repos/otarza/advertiser_entity/hooks","issue_events_url":"https://api.github.com/repos/otarza/advertiser_entity/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/advertiser_entity/events","assignees_url":"https://api.github.com/repos/otarza/advertiser_entity/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/advertiser_entity/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/advertiser_entity/tags","blobs_url":"https://api.github.com/repos/otarza/advertiser_entity/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/advertiser_entity/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/advertiser_entity/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/advertiser_entity/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/advertiser_entity/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/advertiser_entity/languages","stargazers_url":"https://api.github.com/repos/otarza/advertiser_entity/stargazers","contributors_url":"https://api.github.com/repos/otarza/advertiser_entity/contributors","subscribers_url":"https://api.github.com/repos/otarza/advertiser_entity/subscribers","subscription_url":"https://api.github.com/repos/otarza/advertiser_entity/subscription","commits_url":"https://api.github.com/repos/otarza/advertiser_entity/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/advertiser_entity/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/advertiser_entity/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/advertiser_entity/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/advertiser_entity/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/advertiser_entity/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/advertiser_entity/merges","archive_url":"https://api.github.com/repos/otarza/advertiser_entity/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/advertiser_entity/downloads","issues_url":"https://api.github.com/repos/otarza/advertiser_entity/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/advertiser_entity/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/advertiser_entity/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/advertiser_entity/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/advertiser_entity/labels{/name}","releases_url":"https://api.github.com/repos/otarza/advertiser_entity/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/advertiser_entity/deployments","created_at":"2019-01-13T14:18:21Z","updated_at":"2019-01-13T14:18:23Z","pushed_at":"2017-04-15T02:41:00Z","git_url":"git://github.com/otarza/advertiser_entity.git","ssh_url":"git@github.com:otarza/advertiser_entity.git","clone_url":"https://github.com/otarza/advertiser_entity.git","svn_url":"https://github.com/otarza/advertiser_entity","homepage":null,"size":45,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":509542758,"node_id":"R_kgDOHl8BZg","name":"art-gallery","full_name":"otarza/art-gallery","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/art-gallery","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/art-gallery","forks_url":"https://api.github.com/repos/otarza/art-gallery/forks","keys_url":"https://api.github.com/repos/otarza/art-gallery/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/art-gallery/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/art-gallery/teams","hooks_url":"https://api.github.com/repos/otarza/art-gallery/hooks","issue_events_url":"https://api.github.com/repos/otarza/art-gallery/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/art-gallery/events","assignees_url":"https://api.github.com/repos/otarza/art-gallery/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/art-gallery/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/art-gallery/tags","blobs_url":"https://api.github.com/repos/otarza/art-gallery/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/art-gallery/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/art-gallery/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/art-gallery/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/art-gallery/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/art-gallery/languages","stargazers_url":"https://api.github.com/repos/otarza/art-gallery/stargazers","contributors_url":"https://api.github.com/repos/otarza/art-gallery/contributors","subscribers_url":"https://api.github.com/repos/otarza/art-gallery/subscribers","subscription_url":"https://api.github.com/repos/otarza/art-gallery/subscription","commits_url":"https://api.github.com/repos/otarza/art-gallery/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/art-gallery/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/art-gallery/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/art-gallery/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/art-gallery/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/art-gallery/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/art-gallery/merges","archive_url":"https://api.github.com/repos/otarza/art-gallery/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/art-gallery/downloads","issues_url":"https://api.github.com/repos/otarza/art-gallery/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/art-gallery/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/art-gallery/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/art-gallery/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/art-gallery/labels{/name}","releases_url":"https://api.github.com/repos/otarza/art-gallery/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/art-gallery/deployments","created_at":"2022-07-01T17:46:29Z","updated_at":"2022-07-01T17:58:07Z","pushed_at":"2022-07-02T00:15:44Z","git_url":"git://github.com/otarza/art-gallery.git","ssh_url":"git@github.com:otarza/art-gallery.git","clone_url":"https://github.com/otarza/art-gallery.git","svn_url":"https://github.com/otarza/art-gallery","homepage":null,"size":2,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":1,"watchers":0,"default_branch":"master"},{"id":125258551,"node_id":"MDEwOlJlcG9zaXRvcnkxMjUyNTg1NTE=","name":"atam","full_name":"otarza/atam","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/atam","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/atam","forks_url":"https://api.github.com/repos/otarza/atam/forks","keys_url":"https://api.github.com/repos/otarza/atam/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/atam/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/atam/teams","hooks_url":"https://api.github.com/repos/otarza/atam/hooks","issue_events_url":"https://api.github.com/repos/otarza/atam/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/atam/events","assignees_url":"https://api.github.com/repos/otarza/atam/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/atam/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/atam/tags","blobs_url":"https://api.github.com/repos/otarza/atam/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/atam/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/atam/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/atam/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/atam/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/atam/languages","stargazers_url":"https://api.github.com/repos/otarza/atam/stargazers","contributors_url":"https://api.github.com/repos/otarza/atam/contributors","subscribers_url":"https://api.github.com/repos/otarza/atam/subscribers","subscription_url":"https://api.github.com/repos/otarza/atam/subscription","commits_url":"https://api.github.com/repos/otarza/atam/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/atam/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/atam/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/atam/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/atam/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/atam/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/atam/merges","archive_url":"https://api.github.com/repos/otarza/atam/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/atam/downloads","issues_url":"https://api.github.com/repos/otarza/atam/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/atam/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/atam/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/atam/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/atam/labels{/name}","releases_url":"https://api.github.com/repos/otarza/atam/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/atam/deployments","created_at":"2018-03-14T18:44:54Z","updated_at":"2018-03-14T23:00:44Z","pushed_at":"2018-03-14T23:00:43Z","git_url":"git://github.com/otarza/atam.git","ssh_url":"git@github.com:otarza/atam.git","clone_url":"https://github.com/otarza/atam.git","svn_url":"https://github.com/otarza/atam","homepage":null,"size":3,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":121949795,"node_id":"MDEwOlJlcG9zaXRvcnkxMjE5NDk3OTU=","name":"awesome-remote-job","full_name":"otarza/awesome-remote-job","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/awesome-remote-job","description":"A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python","fork":true,"url":"https://api.github.com/repos/otarza/awesome-remote-job","forks_url":"https://api.github.com/repos/otarza/awesome-remote-job/forks","keys_url":"https://api.github.com/repos/otarza/awesome-remote-job/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/awesome-remote-job/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/awesome-remote-job/teams","hooks_url":"https://api.github.com/repos/otarza/awesome-remote-job/hooks","issue_events_url":"https://api.github.com/repos/otarza/awesome-remote-job/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/awesome-remote-job/events","assignees_url":"https://api.github.com/repos/otarza/awesome-remote-job/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/awesome-remote-job/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/awesome-remote-job/tags","blobs_url":"https://api.github.com/repos/otarza/awesome-remote-job/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/awesome-remote-job/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/awesome-remote-job/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/awesome-remote-job/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/awesome-remote-job/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/awesome-remote-job/languages","stargazers_url":"https://api.github.com/repos/otarza/awesome-remote-job/stargazers","contributors_url":"https://api.github.com/repos/otarza/awesome-remote-job/contributors","subscribers_url":"https://api.github.com/repos/otarza/awesome-remote-job/subscribers","subscription_url":"https://api.github.com/repos/otarza/awesome-remote-job/subscription","commits_url":"https://api.github.com/repos/otarza/awesome-remote-job/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/awesome-remote-job/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/awesome-remote-job/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/awesome-remote-job/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/awesome-remote-job/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/awesome-remote-job/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/awesome-remote-job/merges","archive_url":"https://api.github.com/repos/otarza/awesome-remote-job/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/awesome-remote-job/downloads","issues_url":"https://api.github.com/repos/otarza/awesome-remote-job/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/awesome-remote-job/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/awesome-remote-job/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/awesome-remote-job/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/awesome-remote-job/labels{/name}","releases_url":"https://api.github.com/repos/otarza/awesome-remote-job/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/awesome-remote-job/deployments","created_at":"2018-02-18T12:29:36Z","updated_at":"2020-03-15T12:59:59Z","pushed_at":"2018-02-15T11:01:48Z","git_url":"git://github.com/otarza/awesome-remote-job.git","ssh_url":"git@github.com:otarza/awesome-remote-job.git","clone_url":"https://github.com/otarza/awesome-remote-job.git","svn_url":"https://github.com/otarza/awesome-remote-job","homepage":"","size":534,"stargazers_count":2,"watchers_count":2,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":0,"watchers":2,"default_branch":"master"},{"id":495918789,"node_id":"R_kgDOHY8exQ","name":"bitoid-bootcamp-week-3","full_name":"otarza/bitoid-bootcamp-week-3","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/bitoid-bootcamp-week-3","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3","forks_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/forks","keys_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/teams","hooks_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/hooks","issue_events_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/events","assignees_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/tags","blobs_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/languages","stargazers_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/stargazers","contributors_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/contributors","subscribers_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/subscribers","subscription_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/subscription","commits_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/merges","archive_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/downloads","issues_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/labels{/name}","releases_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/bitoid-bootcamp-week-3/deployments","created_at":"2022-05-24T17:13:11Z","updated_at":"2022-05-24T17:30:17Z","pushed_at":"2022-05-24T17:54:41Z","git_url":"git://github.com/otarza/bitoid-bootcamp-week-3.git","ssh_url":"git@github.com:otarza/bitoid-bootcamp-week-3.git","clone_url":"https://github.com/otarza/bitoid-bootcamp-week-3.git","svn_url":"https://github.com/otarza/bitoid-bootcamp-week-3","homepage":null,"size":3,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":2,"watchers":0,"default_branch":"master"},{"id":40331254,"node_id":"MDEwOlJlcG9zaXRvcnk0MDMzMTI1NA==","name":"Carbon","full_name":"otarza/Carbon","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/Carbon","description":"A simple PHP API extension for DateTime.","fork":true,"url":"https://api.github.com/repos/otarza/Carbon","forks_url":"https://api.github.com/repos/otarza/Carbon/forks","keys_url":"https://api.github.com/repos/otarza/Carbon/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/Carbon/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/Carbon/teams","hooks_url":"https://api.github.com/repos/otarza/Carbon/hooks","issue_events_url":"https://api.github.com/repos/otarza/Carbon/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/Carbon/events","assignees_url":"https://api.github.com/repos/otarza/Carbon/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/Carbon/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/Carbon/tags","blobs_url":"https://api.github.com/repos/otarza/Carbon/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/Carbon/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/Carbon/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/Carbon/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/Carbon/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/Carbon/languages","stargazers_url":"https://api.github.com/repos/otarza/Carbon/stargazers","contributors_url":"https://api.github.com/repos/otarza/Carbon/contributors","subscribers_url":"https://api.github.com/repos/otarza/Carbon/subscribers","subscription_url":"https://api.github.com/repos/otarza/Carbon/subscription","commits_url":"https://api.github.com/repos/otarza/Carbon/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/Carbon/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/Carbon/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/Carbon/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/Carbon/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/Carbon/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/Carbon/merges","archive_url":"https://api.github.com/repos/otarza/Carbon/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/Carbon/downloads","issues_url":"https://api.github.com/repos/otarza/Carbon/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/Carbon/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/Carbon/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/Carbon/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/Carbon/labels{/name}","releases_url":"https://api.github.com/repos/otarza/Carbon/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/Carbon/deployments","created_at":"2015-08-06T23:24:04Z","updated_at":"2015-08-06T23:24:05Z","pushed_at":"2015-08-06T15:19:27Z","git_url":"git://github.com/otarza/Carbon.git","ssh_url":"git@github.com:otarza/Carbon.git","clone_url":"https://github.com/otarza/Carbon.git","svn_url":"https://github.com/otarza/Carbon","homepage":"http://carbon.nesbot.com/","size":936,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":103451264,"node_id":"MDEwOlJlcG9zaXRvcnkxMDM0NTEyNjQ=","name":"centraal-boekhuis-ecommerce","full_name":"otarza/centraal-boekhuis-ecommerce","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/centraal-boekhuis-ecommerce","description":"E-commerce utility library for Centraal Boekhuis","fork":true,"url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce","forks_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/forks","keys_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/teams","hooks_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/hooks","issue_events_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/events","assignees_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/tags","blobs_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/languages","stargazers_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/stargazers","contributors_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/contributors","subscribers_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/subscribers","subscription_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/subscription","commits_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/merges","archive_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/downloads","issues_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/labels{/name}","releases_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/centraal-boekhuis-ecommerce/deployments","created_at":"2017-09-13T21:11:05Z","updated_at":"2017-09-13T21:11:07Z","pushed_at":"2017-08-17T14:33:06Z","git_url":"git://github.com/otarza/centraal-boekhuis-ecommerce.git","ssh_url":"git@github.com:otarza/centraal-boekhuis-ecommerce.git","clone_url":"https://github.com/otarza/centraal-boekhuis-ecommerce.git","svn_url":"https://github.com/otarza/centraal-boekhuis-ecommerce","homepage":null,"size":44,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":102408342,"node_id":"MDEwOlJlcG9zaXRvcnkxMDI0MDgzNDI=","name":"clean-code-php","full_name":"otarza/clean-code-php","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/clean-code-php","description":":bathtub: Clean Code concepts adapted for PHP","fork":true,"url":"https://api.github.com/repos/otarza/clean-code-php","forks_url":"https://api.github.com/repos/otarza/clean-code-php/forks","keys_url":"https://api.github.com/repos/otarza/clean-code-php/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/clean-code-php/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/clean-code-php/teams","hooks_url":"https://api.github.com/repos/otarza/clean-code-php/hooks","issue_events_url":"https://api.github.com/repos/otarza/clean-code-php/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/clean-code-php/events","assignees_url":"https://api.github.com/repos/otarza/clean-code-php/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/clean-code-php/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/clean-code-php/tags","blobs_url":"https://api.github.com/repos/otarza/clean-code-php/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/clean-code-php/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/clean-code-php/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/clean-code-php/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/clean-code-php/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/clean-code-php/languages","stargazers_url":"https://api.github.com/repos/otarza/clean-code-php/stargazers","contributors_url":"https://api.github.com/repos/otarza/clean-code-php/contributors","subscribers_url":"https://api.github.com/repos/otarza/clean-code-php/subscribers","subscription_url":"https://api.github.com/repos/otarza/clean-code-php/subscription","commits_url":"https://api.github.com/repos/otarza/clean-code-php/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/clean-code-php/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/clean-code-php/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/clean-code-php/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/clean-code-php/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/clean-code-php/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/clean-code-php/merges","archive_url":"https://api.github.com/repos/otarza/clean-code-php/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/clean-code-php/downloads","issues_url":"https://api.github.com/repos/otarza/clean-code-php/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/clean-code-php/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/clean-code-php/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/clean-code-php/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/clean-code-php/labels{/name}","releases_url":"https://api.github.com/repos/otarza/clean-code-php/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/clean-code-php/deployments","created_at":"2017-09-04T22:39:25Z","updated_at":"2019-06-06T18:10:03Z","pushed_at":"2017-09-04T16:46:13Z","git_url":"git://github.com/otarza/clean-code-php.git","ssh_url":"git@github.com:otarza/clean-code-php.git","clone_url":"https://github.com/otarza/clean-code-php.git","svn_url":"https://github.com/otarza/clean-code-php","homepage":null,"size":136,"stargazers_count":1,"watchers_count":1,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":1,"default_branch":"master"},{"id":120307701,"node_id":"MDEwOlJlcG9zaXRvcnkxMjAzMDc3MDE=","name":"coding-interview-university","full_name":"otarza/coding-interview-university","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/coding-interview-university","description":"A complete computer science study plan to become a software engineer.","fork":true,"url":"https://api.github.com/repos/otarza/coding-interview-university","forks_url":"https://api.github.com/repos/otarza/coding-interview-university/forks","keys_url":"https://api.github.com/repos/otarza/coding-interview-university/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/coding-interview-university/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/coding-interview-university/teams","hooks_url":"https://api.github.com/repos/otarza/coding-interview-university/hooks","issue_events_url":"https://api.github.com/repos/otarza/coding-interview-university/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/coding-interview-university/events","assignees_url":"https://api.github.com/repos/otarza/coding-interview-university/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/coding-interview-university/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/coding-interview-university/tags","blobs_url":"https://api.github.com/repos/otarza/coding-interview-university/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/coding-interview-university/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/coding-interview-university/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/coding-interview-university/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/coding-interview-university/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/coding-interview-university/languages","stargazers_url":"https://api.github.com/repos/otarza/coding-interview-university/stargazers","contributors_url":"https://api.github.com/repos/otarza/coding-interview-university/contributors","subscribers_url":"https://api.github.com/repos/otarza/coding-interview-university/subscribers","subscription_url":"https://api.github.com/repos/otarza/coding-interview-university/subscription","commits_url":"https://api.github.com/repos/otarza/coding-interview-university/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/coding-interview-university/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/coding-interview-university/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/coding-interview-university/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/coding-interview-university/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/coding-interview-university/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/coding-interview-university/merges","archive_url":"https://api.github.com/repos/otarza/coding-interview-university/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/coding-interview-university/downloads","issues_url":"https://api.github.com/repos/otarza/coding-interview-university/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/coding-interview-university/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/coding-interview-university/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/coding-interview-university/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/coding-interview-university/labels{/name}","releases_url":"https://api.github.com/repos/otarza/coding-interview-university/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/coding-interview-university/deployments","created_at":"2018-02-05T13:22:23Z","updated_at":"2018-02-05T13:18:38Z","pushed_at":"2018-01-29T23:25:31Z","git_url":"git://github.com/otarza/coding-interview-university.git","ssh_url":"git@github.com:otarza/coding-interview-university.git","clone_url":"https://github.com/otarza/coding-interview-university.git","svn_url":"https://github.com/otarza/coding-interview-university","homepage":"","size":8848,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"cc-by-sa-4.0","name":"Creative Commons Attribution Share Alike 4.0 International","spdx_id":"CC-BY-SA-4.0","url":"https://api.github.com/licenses/cc-by-sa-4.0","node_id":"MDc6TGljZW5zZTI2"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":101054912,"node_id":"MDEwOlJlcG9zaXRvcnkxMDEwNTQ5MTI=","name":"css-stuff","full_name":"otarza/css-stuff","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/css-stuff","description":"CSS Architecture and Related Stuff","fork":true,"url":"https://api.github.com/repos/otarza/css-stuff","forks_url":"https://api.github.com/repos/otarza/css-stuff/forks","keys_url":"https://api.github.com/repos/otarza/css-stuff/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/css-stuff/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/css-stuff/teams","hooks_url":"https://api.github.com/repos/otarza/css-stuff/hooks","issue_events_url":"https://api.github.com/repos/otarza/css-stuff/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/css-stuff/events","assignees_url":"https://api.github.com/repos/otarza/css-stuff/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/css-stuff/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/css-stuff/tags","blobs_url":"https://api.github.com/repos/otarza/css-stuff/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/css-stuff/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/css-stuff/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/css-stuff/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/css-stuff/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/css-stuff/languages","stargazers_url":"https://api.github.com/repos/otarza/css-stuff/stargazers","contributors_url":"https://api.github.com/repos/otarza/css-stuff/contributors","subscribers_url":"https://api.github.com/repos/otarza/css-stuff/subscribers","subscription_url":"https://api.github.com/repos/otarza/css-stuff/subscription","commits_url":"https://api.github.com/repos/otarza/css-stuff/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/css-stuff/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/css-stuff/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/css-stuff/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/css-stuff/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/css-stuff/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/css-stuff/merges","archive_url":"https://api.github.com/repos/otarza/css-stuff/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/css-stuff/downloads","issues_url":"https://api.github.com/repos/otarza/css-stuff/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/css-stuff/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/css-stuff/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/css-stuff/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/css-stuff/labels{/name}","releases_url":"https://api.github.com/repos/otarza/css-stuff/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/css-stuff/deployments","created_at":"2017-08-22T11:18:31Z","updated_at":"2017-08-22T11:18:27Z","pushed_at":"2016-04-09T17:03:43Z","git_url":"git://github.com/otarza/css-stuff.git","ssh_url":"git@github.com:otarza/css-stuff.git","clone_url":"https://github.com/otarza/css-stuff.git","svn_url":"https://github.com/otarza/css-stuff","homepage":"","size":4,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":102407963,"node_id":"MDEwOlJlcG9zaXRvcnkxMDI0MDc5NjM=","name":"db_tutorial","full_name":"otarza/db_tutorial","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/db_tutorial","description":"Writing a sqlite clone from scratch in C","fork":true,"url":"https://api.github.com/repos/otarza/db_tutorial","forks_url":"https://api.github.com/repos/otarza/db_tutorial/forks","keys_url":"https://api.github.com/repos/otarza/db_tutorial/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/db_tutorial/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/db_tutorial/teams","hooks_url":"https://api.github.com/repos/otarza/db_tutorial/hooks","issue_events_url":"https://api.github.com/repos/otarza/db_tutorial/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/db_tutorial/events","assignees_url":"https://api.github.com/repos/otarza/db_tutorial/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/db_tutorial/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/db_tutorial/tags","blobs_url":"https://api.github.com/repos/otarza/db_tutorial/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/db_tutorial/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/db_tutorial/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/db_tutorial/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/db_tutorial/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/db_tutorial/languages","stargazers_url":"https://api.github.com/repos/otarza/db_tutorial/stargazers","contributors_url":"https://api.github.com/repos/otarza/db_tutorial/contributors","subscribers_url":"https://api.github.com/repos/otarza/db_tutorial/subscribers","subscription_url":"https://api.github.com/repos/otarza/db_tutorial/subscription","commits_url":"https://api.github.com/repos/otarza/db_tutorial/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/db_tutorial/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/db_tutorial/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/db_tutorial/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/db_tutorial/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/db_tutorial/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/db_tutorial/merges","archive_url":"https://api.github.com/repos/otarza/db_tutorial/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/db_tutorial/downloads","issues_url":"https://api.github.com/repos/otarza/db_tutorial/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/db_tutorial/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/db_tutorial/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/db_tutorial/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/db_tutorial/labels{/name}","releases_url":"https://api.github.com/repos/otarza/db_tutorial/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/db_tutorial/deployments","created_at":"2017-09-04T22:33:14Z","updated_at":"2017-09-04T22:33:16Z","pushed_at":"2017-09-04T22:20:47Z","git_url":"git://github.com/otarza/db_tutorial.git","ssh_url":"git@github.com:otarza/db_tutorial.git","clone_url":"https://github.com/otarza/db_tutorial.git","svn_url":"https://github.com/otarza/db_tutorial","homepage":"https://cstack.github.io/db_tutorial","size":57,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":47679301,"node_id":"MDEwOlJlcG9zaXRvcnk0NzY3OTMwMQ==","name":"default_content","full_name":"otarza/default_content","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/default_content","description":"A default content solution for Drupal 8","fork":true,"url":"https://api.github.com/repos/otarza/default_content","forks_url":"https://api.github.com/repos/otarza/default_content/forks","keys_url":"https://api.github.com/repos/otarza/default_content/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/default_content/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/default_content/teams","hooks_url":"https://api.github.com/repos/otarza/default_content/hooks","issue_events_url":"https://api.github.com/repos/otarza/default_content/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/default_content/events","assignees_url":"https://api.github.com/repos/otarza/default_content/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/default_content/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/default_content/tags","blobs_url":"https://api.github.com/repos/otarza/default_content/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/default_content/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/default_content/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/default_content/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/default_content/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/default_content/languages","stargazers_url":"https://api.github.com/repos/otarza/default_content/stargazers","contributors_url":"https://api.github.com/repos/otarza/default_content/contributors","subscribers_url":"https://api.github.com/repos/otarza/default_content/subscribers","subscription_url":"https://api.github.com/repos/otarza/default_content/subscription","commits_url":"https://api.github.com/repos/otarza/default_content/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/default_content/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/default_content/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/default_content/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/default_content/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/default_content/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/default_content/merges","archive_url":"https://api.github.com/repos/otarza/default_content/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/default_content/downloads","issues_url":"https://api.github.com/repos/otarza/default_content/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/default_content/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/default_content/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/default_content/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/default_content/labels{/name}","releases_url":"https://api.github.com/repos/otarza/default_content/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/default_content/deployments","created_at":"2015-12-09T08:46:22Z","updated_at":"2015-12-09T08:46:23Z","pushed_at":"2015-12-07T06:57:01Z","git_url":"git://github.com/otarza/default_content.git","ssh_url":"git@github.com:otarza/default_content.git","clone_url":"https://github.com/otarza/default_content.git","svn_url":"https://github.com/otarza/default_content","homepage":null,"size":87,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"8.x"},{"id":113624940,"node_id":"MDEwOlJlcG9zaXRvcnkxMTM2MjQ5NDA=","name":"DevCeption","full_name":"otarza/DevCeption","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/DevCeption","description":"Inception Style (Docker inside Vagrant inside Host) Development Environment","fork":true,"url":"https://api.github.com/repos/otarza/DevCeption","forks_url":"https://api.github.com/repos/otarza/DevCeption/forks","keys_url":"https://api.github.com/repos/otarza/DevCeption/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/DevCeption/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/DevCeption/teams","hooks_url":"https://api.github.com/repos/otarza/DevCeption/hooks","issue_events_url":"https://api.github.com/repos/otarza/DevCeption/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/DevCeption/events","assignees_url":"https://api.github.com/repos/otarza/DevCeption/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/DevCeption/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/DevCeption/tags","blobs_url":"https://api.github.com/repos/otarza/DevCeption/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/DevCeption/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/DevCeption/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/DevCeption/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/DevCeption/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/DevCeption/languages","stargazers_url":"https://api.github.com/repos/otarza/DevCeption/stargazers","contributors_url":"https://api.github.com/repos/otarza/DevCeption/contributors","subscribers_url":"https://api.github.com/repos/otarza/DevCeption/subscribers","subscription_url":"https://api.github.com/repos/otarza/DevCeption/subscription","commits_url":"https://api.github.com/repos/otarza/DevCeption/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/DevCeption/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/DevCeption/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/DevCeption/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/DevCeption/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/DevCeption/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/DevCeption/merges","archive_url":"https://api.github.com/repos/otarza/DevCeption/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/DevCeption/downloads","issues_url":"https://api.github.com/repos/otarza/DevCeption/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/DevCeption/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/DevCeption/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/DevCeption/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/DevCeption/labels{/name}","releases_url":"https://api.github.com/repos/otarza/DevCeption/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/DevCeption/deployments","created_at":"2017-12-08T23:03:05Z","updated_at":"2017-12-08T23:03:07Z","pushed_at":"2017-12-08T07:03:48Z","git_url":"git://github.com/otarza/DevCeption.git","ssh_url":"git@github.com:otarza/DevCeption.git","clone_url":"https://github.com/otarza/DevCeption.git","svn_url":"https://github.com/otarza/DevCeption","homepage":null,"size":108,"stargazers_count":0,"watchers_count":0,"language":"Vim script","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":60004304,"node_id":"MDEwOlJlcG9zaXRvcnk2MDAwNDMwNA==","name":"docker-bedrock-nginx","full_name":"otarza/docker-bedrock-nginx","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker-bedrock-nginx","description":"A Dockerfile that installs the latest wordpress, nginx and php-fpm.","fork":true,"url":"https://api.github.com/repos/otarza/docker-bedrock-nginx","forks_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/forks","keys_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/teams","hooks_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/events","assignees_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/tags","blobs_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/languages","stargazers_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/subscription","commits_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/merges","archive_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/downloads","issues_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker-bedrock-nginx/deployments","created_at":"2016-05-30T11:15:24Z","updated_at":"2016-05-30T11:15:25Z","pushed_at":"2015-05-25T13:53:46Z","git_url":"git://github.com/otarza/docker-bedrock-nginx.git","ssh_url":"git@github.com:otarza/docker-bedrock-nginx.git","clone_url":"https://github.com/otarza/docker-bedrock-nginx.git","svn_url":"https://github.com/otarza/docker-bedrock-nginx","homepage":null,"size":111,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":113113583,"node_id":"MDEwOlJlcG9zaXRvcnkxMTMxMTM1ODM=","name":"docker-drupal","full_name":"otarza/docker-drupal","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker-drupal","description":"Docker Official Image packaging for Drupal","fork":true,"url":"https://api.github.com/repos/otarza/docker-drupal","forks_url":"https://api.github.com/repos/otarza/docker-drupal/forks","keys_url":"https://api.github.com/repos/otarza/docker-drupal/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker-drupal/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker-drupal/teams","hooks_url":"https://api.github.com/repos/otarza/docker-drupal/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker-drupal/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker-drupal/events","assignees_url":"https://api.github.com/repos/otarza/docker-drupal/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker-drupal/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker-drupal/tags","blobs_url":"https://api.github.com/repos/otarza/docker-drupal/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker-drupal/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker-drupal/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker-drupal/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker-drupal/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker-drupal/languages","stargazers_url":"https://api.github.com/repos/otarza/docker-drupal/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker-drupal/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker-drupal/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker-drupal/subscription","commits_url":"https://api.github.com/repos/otarza/docker-drupal/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker-drupal/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker-drupal/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker-drupal/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker-drupal/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker-drupal/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker-drupal/merges","archive_url":"https://api.github.com/repos/otarza/docker-drupal/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker-drupal/downloads","issues_url":"https://api.github.com/repos/otarza/docker-drupal/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker-drupal/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker-drupal/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker-drupal/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker-drupal/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker-drupal/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker-drupal/deployments","created_at":"2017-12-05T01:03:43Z","updated_at":"2017-12-05T01:05:42Z","pushed_at":"2017-11-03T15:47:45Z","git_url":"git://github.com/otarza/docker-drupal.git","ssh_url":"git@github.com:otarza/docker-drupal.git","clone_url":"https://github.com/otarza/docker-drupal.git","svn_url":"https://github.com/otarza/docker-drupal","homepage":null,"size":96,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":66701421,"node_id":"MDEwOlJlcG9zaXRvcnk2NjcwMTQyMQ==","name":"docker-drupal-php70","full_name":"otarza/docker-drupal-php70","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker-drupal-php70","description":"A base docker image using PHP 7.0 and HTTP/2 on Ubuntu 14.04 for Drupal 8 projects.","fork":true,"url":"https://api.github.com/repos/otarza/docker-drupal-php70","forks_url":"https://api.github.com/repos/otarza/docker-drupal-php70/forks","keys_url":"https://api.github.com/repos/otarza/docker-drupal-php70/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker-drupal-php70/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker-drupal-php70/teams","hooks_url":"https://api.github.com/repos/otarza/docker-drupal-php70/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker-drupal-php70/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker-drupal-php70/events","assignees_url":"https://api.github.com/repos/otarza/docker-drupal-php70/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker-drupal-php70/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker-drupal-php70/tags","blobs_url":"https://api.github.com/repos/otarza/docker-drupal-php70/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker-drupal-php70/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker-drupal-php70/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker-drupal-php70/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker-drupal-php70/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker-drupal-php70/languages","stargazers_url":"https://api.github.com/repos/otarza/docker-drupal-php70/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker-drupal-php70/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker-drupal-php70/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker-drupal-php70/subscription","commits_url":"https://api.github.com/repos/otarza/docker-drupal-php70/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker-drupal-php70/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker-drupal-php70/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker-drupal-php70/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker-drupal-php70/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker-drupal-php70/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker-drupal-php70/merges","archive_url":"https://api.github.com/repos/otarza/docker-drupal-php70/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker-drupal-php70/downloads","issues_url":"https://api.github.com/repos/otarza/docker-drupal-php70/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker-drupal-php70/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker-drupal-php70/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker-drupal-php70/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker-drupal-php70/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker-drupal-php70/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker-drupal-php70/deployments","created_at":"2016-08-27T07:13:05Z","updated_at":"2016-09-07T19:49:11Z","pushed_at":"2016-09-04T19:47:50Z","git_url":"git://github.com/otarza/docker-drupal-php70.git","ssh_url":"git@github.com:otarza/docker-drupal-php70.git","clone_url":"https://github.com/otarza/docker-drupal-php70.git","svn_url":"https://github.com/otarza/docker-drupal-php70","homepage":null,"size":19,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":67364700,"node_id":"MDEwOlJlcG9zaXRvcnk2NzM2NDcwMA==","name":"docker-drupal-php70-dev","full_name":"otarza/docker-drupal-php70-dev","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker-drupal-php70-dev","description":"A docker Drupal development image using PHP 7.0 and HTTP/2 on Ubuntu 14.04, inheriting configurations from https://github.com/andrewholgate/docker-drupal-php70","fork":true,"url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev","forks_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/forks","keys_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/teams","hooks_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/events","assignees_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/tags","blobs_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/languages","stargazers_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/subscription","commits_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/merges","archive_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/downloads","issues_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker-drupal-php70-dev/deployments","created_at":"2016-09-04T19:40:39Z","updated_at":"2016-09-07T19:48:45Z","pushed_at":"2016-09-08T20:50:39Z","git_url":"git://github.com/otarza/docker-drupal-php70-dev.git","ssh_url":"git@github.com:otarza/docker-drupal-php70-dev.git","clone_url":"https://github.com/otarza/docker-drupal-php70-dev.git","svn_url":"https://github.com/otarza/docker-drupal-php70-dev","homepage":null,"size":25,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":48636811,"node_id":"MDEwOlJlcG9zaXRvcnk0ODYzNjgxMQ==","name":"docker-dupal-php7","full_name":"otarza/docker-dupal-php7","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker-dupal-php7","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/docker-dupal-php7","forks_url":"https://api.github.com/repos/otarza/docker-dupal-php7/forks","keys_url":"https://api.github.com/repos/otarza/docker-dupal-php7/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker-dupal-php7/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker-dupal-php7/teams","hooks_url":"https://api.github.com/repos/otarza/docker-dupal-php7/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker-dupal-php7/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker-dupal-php7/events","assignees_url":"https://api.github.com/repos/otarza/docker-dupal-php7/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker-dupal-php7/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker-dupal-php7/tags","blobs_url":"https://api.github.com/repos/otarza/docker-dupal-php7/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker-dupal-php7/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker-dupal-php7/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker-dupal-php7/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker-dupal-php7/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker-dupal-php7/languages","stargazers_url":"https://api.github.com/repos/otarza/docker-dupal-php7/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker-dupal-php7/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker-dupal-php7/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker-dupal-php7/subscription","commits_url":"https://api.github.com/repos/otarza/docker-dupal-php7/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker-dupal-php7/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker-dupal-php7/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker-dupal-php7/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker-dupal-php7/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker-dupal-php7/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker-dupal-php7/merges","archive_url":"https://api.github.com/repos/otarza/docker-dupal-php7/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker-dupal-php7/downloads","issues_url":"https://api.github.com/repos/otarza/docker-dupal-php7/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker-dupal-php7/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker-dupal-php7/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker-dupal-php7/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker-dupal-php7/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker-dupal-php7/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker-dupal-php7/deployments","created_at":"2015-12-27T07:34:15Z","updated_at":"2015-12-27T07:34:33Z","pushed_at":"2015-12-28T13:47:37Z","git_url":"git://github.com/otarza/docker-dupal-php7.git","ssh_url":"git@github.com:otarza/docker-dupal-php7.git","clone_url":"https://github.com/otarza/docker-dupal-php7.git","svn_url":"https://github.com/otarza/docker-dupal-php7","homepage":null,"size":2,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":58333217,"node_id":"MDEwOlJlcG9zaXRvcnk1ODMzMzIxNw==","name":"docker-symfony","full_name":"otarza/docker-symfony","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker-symfony","description":"Run a Symfony application using Docker & docker-compose","fork":true,"url":"https://api.github.com/repos/otarza/docker-symfony","forks_url":"https://api.github.com/repos/otarza/docker-symfony/forks","keys_url":"https://api.github.com/repos/otarza/docker-symfony/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker-symfony/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker-symfony/teams","hooks_url":"https://api.github.com/repos/otarza/docker-symfony/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker-symfony/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker-symfony/events","assignees_url":"https://api.github.com/repos/otarza/docker-symfony/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker-symfony/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker-symfony/tags","blobs_url":"https://api.github.com/repos/otarza/docker-symfony/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker-symfony/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker-symfony/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker-symfony/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker-symfony/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker-symfony/languages","stargazers_url":"https://api.github.com/repos/otarza/docker-symfony/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker-symfony/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker-symfony/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker-symfony/subscription","commits_url":"https://api.github.com/repos/otarza/docker-symfony/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker-symfony/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker-symfony/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker-symfony/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker-symfony/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker-symfony/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker-symfony/merges","archive_url":"https://api.github.com/repos/otarza/docker-symfony/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker-symfony/downloads","issues_url":"https://api.github.com/repos/otarza/docker-symfony/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker-symfony/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker-symfony/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker-symfony/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker-symfony/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker-symfony/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker-symfony/deployments","created_at":"2016-05-08T21:55:08Z","updated_at":"2016-05-08T21:55:09Z","pushed_at":"2016-05-05T23:19:43Z","git_url":"git://github.com/otarza/docker-symfony.git","ssh_url":"git@github.com:otarza/docker-symfony.git","clone_url":"https://github.com/otarza/docker-symfony.git","svn_url":"https://github.com/otarza/docker-symfony","homepage":null,"size":70,"stargazers_count":0,"watchers_count":0,"language":"Nginx","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":66535532,"node_id":"MDEwOlJlcG9zaXRvcnk2NjUzNTUzMg==","name":"docker4drupal","full_name":"otarza/docker4drupal","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/docker4drupal","description":"Native docker-based local environment for Drupal","fork":true,"url":"https://api.github.com/repos/otarza/docker4drupal","forks_url":"https://api.github.com/repos/otarza/docker4drupal/forks","keys_url":"https://api.github.com/repos/otarza/docker4drupal/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/docker4drupal/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/docker4drupal/teams","hooks_url":"https://api.github.com/repos/otarza/docker4drupal/hooks","issue_events_url":"https://api.github.com/repos/otarza/docker4drupal/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/docker4drupal/events","assignees_url":"https://api.github.com/repos/otarza/docker4drupal/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/docker4drupal/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/docker4drupal/tags","blobs_url":"https://api.github.com/repos/otarza/docker4drupal/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/docker4drupal/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/docker4drupal/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/docker4drupal/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/docker4drupal/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/docker4drupal/languages","stargazers_url":"https://api.github.com/repos/otarza/docker4drupal/stargazers","contributors_url":"https://api.github.com/repos/otarza/docker4drupal/contributors","subscribers_url":"https://api.github.com/repos/otarza/docker4drupal/subscribers","subscription_url":"https://api.github.com/repos/otarza/docker4drupal/subscription","commits_url":"https://api.github.com/repos/otarza/docker4drupal/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/docker4drupal/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/docker4drupal/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/docker4drupal/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/docker4drupal/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/docker4drupal/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/docker4drupal/merges","archive_url":"https://api.github.com/repos/otarza/docker4drupal/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/docker4drupal/downloads","issues_url":"https://api.github.com/repos/otarza/docker4drupal/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/docker4drupal/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/docker4drupal/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/docker4drupal/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/docker4drupal/labels{/name}","releases_url":"https://api.github.com/repos/otarza/docker4drupal/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/docker4drupal/deployments","created_at":"2016-08-25T07:29:19Z","updated_at":"2016-08-25T07:29:20Z","pushed_at":"2017-03-01T15:21:19Z","git_url":"git://github.com/otarza/docker4drupal.git","ssh_url":"git@github.com:otarza/docker4drupal.git","clone_url":"https://github.com/otarza/docker4drupal.git","svn_url":"https://github.com/otarza/docker4drupal","homepage":"http://docker4drupal.org/","size":122,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":264572193,"node_id":"MDEwOlJlcG9zaXRvcnkyNjQ1NzIxOTM=","name":"dotfiles","full_name":"otarza/dotfiles","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/dotfiles","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/dotfiles","forks_url":"https://api.github.com/repos/otarza/dotfiles/forks","keys_url":"https://api.github.com/repos/otarza/dotfiles/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/dotfiles/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/dotfiles/teams","hooks_url":"https://api.github.com/repos/otarza/dotfiles/hooks","issue_events_url":"https://api.github.com/repos/otarza/dotfiles/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/dotfiles/events","assignees_url":"https://api.github.com/repos/otarza/dotfiles/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/dotfiles/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/dotfiles/tags","blobs_url":"https://api.github.com/repos/otarza/dotfiles/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/dotfiles/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/dotfiles/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/dotfiles/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/dotfiles/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/dotfiles/languages","stargazers_url":"https://api.github.com/repos/otarza/dotfiles/stargazers","contributors_url":"https://api.github.com/repos/otarza/dotfiles/contributors","subscribers_url":"https://api.github.com/repos/otarza/dotfiles/subscribers","subscription_url":"https://api.github.com/repos/otarza/dotfiles/subscription","commits_url":"https://api.github.com/repos/otarza/dotfiles/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/dotfiles/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/dotfiles/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/dotfiles/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/dotfiles/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/dotfiles/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/dotfiles/merges","archive_url":"https://api.github.com/repos/otarza/dotfiles/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/dotfiles/downloads","issues_url":"https://api.github.com/repos/otarza/dotfiles/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/dotfiles/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/dotfiles/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/dotfiles/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/dotfiles/labels{/name}","releases_url":"https://api.github.com/repos/otarza/dotfiles/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/dotfiles/deployments","created_at":"2020-05-17T03:00:53Z","updated_at":"2021-05-05T16:02:53Z","pushed_at":"2021-05-05T16:02:51Z","git_url":"git://github.com/otarza/dotfiles.git","ssh_url":"git@github.com:otarza/dotfiles.git","clone_url":"https://github.com/otarza/dotfiles.git","svn_url":"https://github.com/otarza/dotfiles","homepage":null,"size":29,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":244346898,"node_id":"MDEwOlJlcG9zaXRvcnkyNDQzNDY4OTg=","name":"drucker","full_name":"otarza/drucker","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/drucker","description":"Drupal specific build pipeline using Docker for development purposes.","fork":false,"url":"https://api.github.com/repos/otarza/drucker","forks_url":"https://api.github.com/repos/otarza/drucker/forks","keys_url":"https://api.github.com/repos/otarza/drucker/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/drucker/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/drucker/teams","hooks_url":"https://api.github.com/repos/otarza/drucker/hooks","issue_events_url":"https://api.github.com/repos/otarza/drucker/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/drucker/events","assignees_url":"https://api.github.com/repos/otarza/drucker/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/drucker/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/drucker/tags","blobs_url":"https://api.github.com/repos/otarza/drucker/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/drucker/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/drucker/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/drucker/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/drucker/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/drucker/languages","stargazers_url":"https://api.github.com/repos/otarza/drucker/stargazers","contributors_url":"https://api.github.com/repos/otarza/drucker/contributors","subscribers_url":"https://api.github.com/repos/otarza/drucker/subscribers","subscription_url":"https://api.github.com/repos/otarza/drucker/subscription","commits_url":"https://api.github.com/repos/otarza/drucker/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/drucker/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/drucker/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/drucker/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/drucker/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/drucker/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/drucker/merges","archive_url":"https://api.github.com/repos/otarza/drucker/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/drucker/downloads","issues_url":"https://api.github.com/repos/otarza/drucker/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/drucker/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/drucker/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/drucker/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/drucker/labels{/name}","releases_url":"https://api.github.com/repos/otarza/drucker/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/drucker/deployments","created_at":"2020-03-02T10:50:19Z","updated_at":"2020-03-02T10:50:19Z","pushed_at":"2020-03-02T10:50:20Z","git_url":"git://github.com/otarza/drucker.git","ssh_url":"git@github.com:otarza/drucker.git","clone_url":"https://github.com/otarza/drucker.git","svn_url":"https://github.com/otarza/drucker","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":82543429,"node_id":"MDEwOlJlcG9zaXRvcnk4MjU0MzQyOQ==","name":"drupal-8-modal-example","full_name":"otarza/drupal-8-modal-example","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/drupal-8-modal-example","description":"Drupal 8 module which demonstrates an example of a Modal implementation.","fork":true,"url":"https://api.github.com/repos/otarza/drupal-8-modal-example","forks_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/forks","keys_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/teams","hooks_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/hooks","issue_events_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/events","assignees_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/tags","blobs_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/languages","stargazers_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/stargazers","contributors_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/contributors","subscribers_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/subscribers","subscription_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/subscription","commits_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/merges","archive_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/downloads","issues_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/labels{/name}","releases_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/drupal-8-modal-example/deployments","created_at":"2017-02-20T10:03:12Z","updated_at":"2017-02-20T10:03:14Z","pushed_at":"2016-03-09T17:10:18Z","git_url":"git://github.com/otarza/drupal-8-modal-example.git","ssh_url":"git@github.com:otarza/drupal-8-modal-example.git","clone_url":"https://github.com/otarza/drupal-8-modal-example.git","svn_url":"https://github.com/otarza/drupal-8-modal-example","homepage":null,"size":2,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":80298713,"node_id":"MDEwOlJlcG9zaXRvcnk4MDI5ODcxMw==","name":"drupal-behat","full_name":"otarza/drupal-behat","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/drupal-behat","description":"Nuvole's Behat Drupal Extension.","fork":true,"url":"https://api.github.com/repos/otarza/drupal-behat","forks_url":"https://api.github.com/repos/otarza/drupal-behat/forks","keys_url":"https://api.github.com/repos/otarza/drupal-behat/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/drupal-behat/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/drupal-behat/teams","hooks_url":"https://api.github.com/repos/otarza/drupal-behat/hooks","issue_events_url":"https://api.github.com/repos/otarza/drupal-behat/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/drupal-behat/events","assignees_url":"https://api.github.com/repos/otarza/drupal-behat/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/drupal-behat/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/drupal-behat/tags","blobs_url":"https://api.github.com/repos/otarza/drupal-behat/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/drupal-behat/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/drupal-behat/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/drupal-behat/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/drupal-behat/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/drupal-behat/languages","stargazers_url":"https://api.github.com/repos/otarza/drupal-behat/stargazers","contributors_url":"https://api.github.com/repos/otarza/drupal-behat/contributors","subscribers_url":"https://api.github.com/repos/otarza/drupal-behat/subscribers","subscription_url":"https://api.github.com/repos/otarza/drupal-behat/subscription","commits_url":"https://api.github.com/repos/otarza/drupal-behat/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/drupal-behat/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/drupal-behat/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/drupal-behat/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/drupal-behat/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/drupal-behat/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/drupal-behat/merges","archive_url":"https://api.github.com/repos/otarza/drupal-behat/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/drupal-behat/downloads","issues_url":"https://api.github.com/repos/otarza/drupal-behat/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/drupal-behat/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/drupal-behat/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/drupal-behat/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/drupal-behat/labels{/name}","releases_url":"https://api.github.com/repos/otarza/drupal-behat/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/drupal-behat/deployments","created_at":"2017-01-28T17:29:50Z","updated_at":"2017-01-28T17:29:52Z","pushed_at":"2017-01-28T17:47:54Z","git_url":"git://github.com/otarza/drupal-behat.git","ssh_url":"git@github.com:otarza/drupal-behat.git","clone_url":"https://github.com/otarza/drupal-behat.git","svn_url":"https://github.com/otarza/drupal-behat","homepage":"","size":211,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"1.0.x"},{"id":66535858,"node_id":"MDEwOlJlcG9zaXRvcnk2NjUzNTg1OA==","name":"drupal-nginx","full_name":"otarza/drupal-nginx","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/drupal-nginx","description":null,"fork":true,"url":"https://api.github.com/repos/otarza/drupal-nginx","forks_url":"https://api.github.com/repos/otarza/drupal-nginx/forks","keys_url":"https://api.github.com/repos/otarza/drupal-nginx/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/drupal-nginx/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/drupal-nginx/teams","hooks_url":"https://api.github.com/repos/otarza/drupal-nginx/hooks","issue_events_url":"https://api.github.com/repos/otarza/drupal-nginx/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/drupal-nginx/events","assignees_url":"https://api.github.com/repos/otarza/drupal-nginx/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/drupal-nginx/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/drupal-nginx/tags","blobs_url":"https://api.github.com/repos/otarza/drupal-nginx/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/drupal-nginx/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/drupal-nginx/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/drupal-nginx/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/drupal-nginx/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/drupal-nginx/languages","stargazers_url":"https://api.github.com/repos/otarza/drupal-nginx/stargazers","contributors_url":"https://api.github.com/repos/otarza/drupal-nginx/contributors","subscribers_url":"https://api.github.com/repos/otarza/drupal-nginx/subscribers","subscription_url":"https://api.github.com/repos/otarza/drupal-nginx/subscription","commits_url":"https://api.github.com/repos/otarza/drupal-nginx/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/drupal-nginx/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/drupal-nginx/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/drupal-nginx/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/drupal-nginx/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/drupal-nginx/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/drupal-nginx/merges","archive_url":"https://api.github.com/repos/otarza/drupal-nginx/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/drupal-nginx/downloads","issues_url":"https://api.github.com/repos/otarza/drupal-nginx/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/drupal-nginx/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/drupal-nginx/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/drupal-nginx/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/drupal-nginx/labels{/name}","releases_url":"https://api.github.com/repos/otarza/drupal-nginx/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/drupal-nginx/deployments","created_at":"2016-08-25T07:33:39Z","updated_at":"2016-08-25T07:33:41Z","pushed_at":"2016-08-09T07:11:29Z","git_url":"git://github.com/otarza/drupal-nginx.git","ssh_url":"git@github.com:otarza/drupal-nginx.git","clone_url":"https://github.com/otarza/drupal-nginx.git","svn_url":"https://github.com/otarza/drupal-nginx","homepage":null,"size":19,"stargazers_count":0,"watchers_count":0,"language":"Nginx","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":66535733,"node_id":"MDEwOlJlcG9zaXRvcnk2NjUzNTczMw==","name":"drupal-php","full_name":"otarza/drupal-php","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/drupal-php","description":null,"fork":true,"url":"https://api.github.com/repos/otarza/drupal-php","forks_url":"https://api.github.com/repos/otarza/drupal-php/forks","keys_url":"https://api.github.com/repos/otarza/drupal-php/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/drupal-php/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/drupal-php/teams","hooks_url":"https://api.github.com/repos/otarza/drupal-php/hooks","issue_events_url":"https://api.github.com/repos/otarza/drupal-php/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/drupal-php/events","assignees_url":"https://api.github.com/repos/otarza/drupal-php/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/drupal-php/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/drupal-php/tags","blobs_url":"https://api.github.com/repos/otarza/drupal-php/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/drupal-php/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/drupal-php/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/drupal-php/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/drupal-php/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/drupal-php/languages","stargazers_url":"https://api.github.com/repos/otarza/drupal-php/stargazers","contributors_url":"https://api.github.com/repos/otarza/drupal-php/contributors","subscribers_url":"https://api.github.com/repos/otarza/drupal-php/subscribers","subscription_url":"https://api.github.com/repos/otarza/drupal-php/subscription","commits_url":"https://api.github.com/repos/otarza/drupal-php/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/drupal-php/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/drupal-php/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/drupal-php/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/drupal-php/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/drupal-php/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/drupal-php/merges","archive_url":"https://api.github.com/repos/otarza/drupal-php/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/drupal-php/downloads","issues_url":"https://api.github.com/repos/otarza/drupal-php/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/drupal-php/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/drupal-php/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/drupal-php/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/drupal-php/labels{/name}","releases_url":"https://api.github.com/repos/otarza/drupal-php/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/drupal-php/deployments","created_at":"2016-08-25T07:32:11Z","updated_at":"2016-08-25T07:32:12Z","pushed_at":"2016-08-17T18:38:19Z","git_url":"git://github.com/otarza/drupal-php.git","ssh_url":"git@github.com:otarza/drupal-php.git","clone_url":"https://github.com/otarza/drupal-php.git","svn_url":"https://github.com/otarza/drupal-php","homepage":null,"size":14,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":47349174,"node_id":"MDEwOlJlcG9zaXRvcnk0NzM0OTE3NA==","name":"drupal-project","full_name":"otarza/drupal-project","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/drupal-project","description":":rocket: Composer template for Drupal projects. Quick installation via \"composer create-project drupal-composer/drupal-project\"","fork":true,"url":"https://api.github.com/repos/otarza/drupal-project","forks_url":"https://api.github.com/repos/otarza/drupal-project/forks","keys_url":"https://api.github.com/repos/otarza/drupal-project/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/drupal-project/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/drupal-project/teams","hooks_url":"https://api.github.com/repos/otarza/drupal-project/hooks","issue_events_url":"https://api.github.com/repos/otarza/drupal-project/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/drupal-project/events","assignees_url":"https://api.github.com/repos/otarza/drupal-project/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/drupal-project/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/drupal-project/tags","blobs_url":"https://api.github.com/repos/otarza/drupal-project/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/drupal-project/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/drupal-project/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/drupal-project/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/drupal-project/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/drupal-project/languages","stargazers_url":"https://api.github.com/repos/otarza/drupal-project/stargazers","contributors_url":"https://api.github.com/repos/otarza/drupal-project/contributors","subscribers_url":"https://api.github.com/repos/otarza/drupal-project/subscribers","subscription_url":"https://api.github.com/repos/otarza/drupal-project/subscription","commits_url":"https://api.github.com/repos/otarza/drupal-project/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/drupal-project/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/drupal-project/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/drupal-project/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/drupal-project/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/drupal-project/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/drupal-project/merges","archive_url":"https://api.github.com/repos/otarza/drupal-project/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/drupal-project/downloads","issues_url":"https://api.github.com/repos/otarza/drupal-project/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/drupal-project/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/drupal-project/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/drupal-project/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/drupal-project/labels{/name}","releases_url":"https://api.github.com/repos/otarza/drupal-project/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/drupal-project/deployments","created_at":"2015-12-03T17:43:50Z","updated_at":"2015-12-03T17:43:51Z","pushed_at":"2015-12-02T15:00:08Z","git_url":"git://github.com/otarza/drupal-project.git","ssh_url":"git@github.com:otarza/drupal-project.git","clone_url":"https://github.com/otarza/drupal-project.git","svn_url":"https://github.com/otarza/drupal-project","homepage":"","size":140,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"8.x"},{"id":102405115,"node_id":"MDEwOlJlcG9zaXRvcnkxMDI0MDUxMTU=","name":"every-programmer-should-know","full_name":"otarza/every-programmer-should-know","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/every-programmer-should-know","description":"A collection of (mostly) technical things every software developer should know","fork":true,"url":"https://api.github.com/repos/otarza/every-programmer-should-know","forks_url":"https://api.github.com/repos/otarza/every-programmer-should-know/forks","keys_url":"https://api.github.com/repos/otarza/every-programmer-should-know/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/every-programmer-should-know/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/every-programmer-should-know/teams","hooks_url":"https://api.github.com/repos/otarza/every-programmer-should-know/hooks","issue_events_url":"https://api.github.com/repos/otarza/every-programmer-should-know/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/every-programmer-should-know/events","assignees_url":"https://api.github.com/repos/otarza/every-programmer-should-know/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/every-programmer-should-know/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/every-programmer-should-know/tags","blobs_url":"https://api.github.com/repos/otarza/every-programmer-should-know/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/every-programmer-should-know/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/every-programmer-should-know/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/every-programmer-should-know/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/every-programmer-should-know/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/every-programmer-should-know/languages","stargazers_url":"https://api.github.com/repos/otarza/every-programmer-should-know/stargazers","contributors_url":"https://api.github.com/repos/otarza/every-programmer-should-know/contributors","subscribers_url":"https://api.github.com/repos/otarza/every-programmer-should-know/subscribers","subscription_url":"https://api.github.com/repos/otarza/every-programmer-should-know/subscription","commits_url":"https://api.github.com/repos/otarza/every-programmer-should-know/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/every-programmer-should-know/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/every-programmer-should-know/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/every-programmer-should-know/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/every-programmer-should-know/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/every-programmer-should-know/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/every-programmer-should-know/merges","archive_url":"https://api.github.com/repos/otarza/every-programmer-should-know/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/every-programmer-should-know/downloads","issues_url":"https://api.github.com/repos/otarza/every-programmer-should-know/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/every-programmer-should-know/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/every-programmer-should-know/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/every-programmer-should-know/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/every-programmer-should-know/labels{/name}","releases_url":"https://api.github.com/repos/otarza/every-programmer-should-know/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/every-programmer-should-know/deployments","created_at":"2017-09-04T21:44:25Z","updated_at":"2017-09-04T21:44:03Z","pushed_at":"2017-09-04T20:26:38Z","git_url":"git://github.com/otarza/every-programmer-should-know.git","ssh_url":"git@github.com:otarza/every-programmer-should-know.git","clone_url":"https://github.com/otarza/every-programmer-should-know.git","svn_url":"https://github.com/otarza/every-programmer-should-know","homepage":null,"size":7,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":2,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":2,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":292400436,"node_id":"MDEwOlJlcG9zaXRvcnkyOTI0MDA0MzY=","name":"example_app","full_name":"otarza/example_app","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/example_app","description":null,"fork":true,"url":"https://api.github.com/repos/otarza/example_app","forks_url":"https://api.github.com/repos/otarza/example_app/forks","keys_url":"https://api.github.com/repos/otarza/example_app/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/example_app/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/example_app/teams","hooks_url":"https://api.github.com/repos/otarza/example_app/hooks","issue_events_url":"https://api.github.com/repos/otarza/example_app/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/example_app/events","assignees_url":"https://api.github.com/repos/otarza/example_app/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/example_app/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/example_app/tags","blobs_url":"https://api.github.com/repos/otarza/example_app/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/example_app/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/example_app/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/example_app/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/example_app/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/example_app/languages","stargazers_url":"https://api.github.com/repos/otarza/example_app/stargazers","contributors_url":"https://api.github.com/repos/otarza/example_app/contributors","subscribers_url":"https://api.github.com/repos/otarza/example_app/subscribers","subscription_url":"https://api.github.com/repos/otarza/example_app/subscription","commits_url":"https://api.github.com/repos/otarza/example_app/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/example_app/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/example_app/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/example_app/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/example_app/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/example_app/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/example_app/merges","archive_url":"https://api.github.com/repos/otarza/example_app/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/example_app/downloads","issues_url":"https://api.github.com/repos/otarza/example_app/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/example_app/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/example_app/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/example_app/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/example_app/labels{/name}","releases_url":"https://api.github.com/repos/otarza/example_app/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/example_app/deployments","created_at":"2020-09-02T21:40:27Z","updated_at":"2020-09-02T21:40:29Z","pushed_at":"2020-08-28T06:05:30Z","git_url":"git://github.com/otarza/example_app.git","ssh_url":"git@github.com:otarza/example_app.git","clone_url":"https://github.com/otarza/example_app.git","svn_url":"https://github.com/otarza/example_app","homepage":null,"size":99,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":163844558,"node_id":"MDEwOlJlcG9zaXRvcnkxNjM4NDQ1NTg=","name":"fb-github-trends","full_name":"otarza/fb-github-trends","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/fb-github-trends","description":"Automatically post Github trends on Facebook page","fork":true,"url":"https://api.github.com/repos/otarza/fb-github-trends","forks_url":"https://api.github.com/repos/otarza/fb-github-trends/forks","keys_url":"https://api.github.com/repos/otarza/fb-github-trends/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/fb-github-trends/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/fb-github-trends/teams","hooks_url":"https://api.github.com/repos/otarza/fb-github-trends/hooks","issue_events_url":"https://api.github.com/repos/otarza/fb-github-trends/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/fb-github-trends/events","assignees_url":"https://api.github.com/repos/otarza/fb-github-trends/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/fb-github-trends/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/fb-github-trends/tags","blobs_url":"https://api.github.com/repos/otarza/fb-github-trends/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/fb-github-trends/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/fb-github-trends/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/fb-github-trends/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/fb-github-trends/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/fb-github-trends/languages","stargazers_url":"https://api.github.com/repos/otarza/fb-github-trends/stargazers","contributors_url":"https://api.github.com/repos/otarza/fb-github-trends/contributors","subscribers_url":"https://api.github.com/repos/otarza/fb-github-trends/subscribers","subscription_url":"https://api.github.com/repos/otarza/fb-github-trends/subscription","commits_url":"https://api.github.com/repos/otarza/fb-github-trends/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/fb-github-trends/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/fb-github-trends/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/fb-github-trends/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/fb-github-trends/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/fb-github-trends/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/fb-github-trends/merges","archive_url":"https://api.github.com/repos/otarza/fb-github-trends/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/fb-github-trends/downloads","issues_url":"https://api.github.com/repos/otarza/fb-github-trends/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/fb-github-trends/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/fb-github-trends/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/fb-github-trends/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/fb-github-trends/labels{/name}","releases_url":"https://api.github.com/repos/otarza/fb-github-trends/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/fb-github-trends/deployments","created_at":"2019-01-02T13:28:13Z","updated_at":"2019-01-02T13:28:15Z","pushed_at":"2019-01-02T13:57:31Z","git_url":"git://github.com/otarza/fb-github-trends.git","ssh_url":"git@github.com:otarza/fb-github-trends.git","clone_url":"https://github.com/otarza/fb-github-trends.git","svn_url":"https://github.com/otarza/fb-github-trends","homepage":null,"size":65,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":123658098,"node_id":"MDEwOlJlcG9zaXRvcnkxMjM2NTgwOTg=","name":"freeCodeCamp","full_name":"otarza/freeCodeCamp","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/freeCodeCamp","description":"The https://freeCodeCamp.org open source codebase and curriculum. Learn to code and help nonprofits.","fork":true,"url":"https://api.github.com/repos/otarza/freeCodeCamp","forks_url":"https://api.github.com/repos/otarza/freeCodeCamp/forks","keys_url":"https://api.github.com/repos/otarza/freeCodeCamp/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/freeCodeCamp/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/freeCodeCamp/teams","hooks_url":"https://api.github.com/repos/otarza/freeCodeCamp/hooks","issue_events_url":"https://api.github.com/repos/otarza/freeCodeCamp/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/freeCodeCamp/events","assignees_url":"https://api.github.com/repos/otarza/freeCodeCamp/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/freeCodeCamp/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/freeCodeCamp/tags","blobs_url":"https://api.github.com/repos/otarza/freeCodeCamp/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/freeCodeCamp/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/freeCodeCamp/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/freeCodeCamp/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/freeCodeCamp/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/freeCodeCamp/languages","stargazers_url":"https://api.github.com/repos/otarza/freeCodeCamp/stargazers","contributors_url":"https://api.github.com/repos/otarza/freeCodeCamp/contributors","subscribers_url":"https://api.github.com/repos/otarza/freeCodeCamp/subscribers","subscription_url":"https://api.github.com/repos/otarza/freeCodeCamp/subscription","commits_url":"https://api.github.com/repos/otarza/freeCodeCamp/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/freeCodeCamp/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/freeCodeCamp/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/freeCodeCamp/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/freeCodeCamp/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/freeCodeCamp/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/freeCodeCamp/merges","archive_url":"https://api.github.com/repos/otarza/freeCodeCamp/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/freeCodeCamp/downloads","issues_url":"https://api.github.com/repos/otarza/freeCodeCamp/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/freeCodeCamp/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/freeCodeCamp/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/freeCodeCamp/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/freeCodeCamp/labels{/name}","releases_url":"https://api.github.com/repos/otarza/freeCodeCamp/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/freeCodeCamp/deployments","created_at":"2018-03-03T04:14:14Z","updated_at":"2018-03-03T04:14:18Z","pushed_at":"2018-03-14T12:41:05Z","git_url":"git://github.com/otarza/freeCodeCamp.git","ssh_url":"git@github.com:otarza/freeCodeCamp.git","clone_url":"https://github.com/otarza/freeCodeCamp.git","svn_url":"https://github.com/otarza/freeCodeCamp","homepage":"","size":32752,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"bsd-3-clause","name":"BSD 3-Clause \"New\" or \"Revised\" License","spdx_id":"BSD-3-Clause","url":"https://api.github.com/licenses/bsd-3-clause","node_id":"MDc6TGljZW5zZTU="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"staging"},{"id":224036087,"node_id":"MDEwOlJlcG9zaXRvcnkyMjQwMzYwODc=","name":"ged-engine","full_name":"otarza/ged-engine","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/ged-engine","description":"GeD Engine","fork":false,"url":"https://api.github.com/repos/otarza/ged-engine","forks_url":"https://api.github.com/repos/otarza/ged-engine/forks","keys_url":"https://api.github.com/repos/otarza/ged-engine/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/ged-engine/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/ged-engine/teams","hooks_url":"https://api.github.com/repos/otarza/ged-engine/hooks","issue_events_url":"https://api.github.com/repos/otarza/ged-engine/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/ged-engine/events","assignees_url":"https://api.github.com/repos/otarza/ged-engine/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/ged-engine/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/ged-engine/tags","blobs_url":"https://api.github.com/repos/otarza/ged-engine/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/ged-engine/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/ged-engine/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/ged-engine/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/ged-engine/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/ged-engine/languages","stargazers_url":"https://api.github.com/repos/otarza/ged-engine/stargazers","contributors_url":"https://api.github.com/repos/otarza/ged-engine/contributors","subscribers_url":"https://api.github.com/repos/otarza/ged-engine/subscribers","subscription_url":"https://api.github.com/repos/otarza/ged-engine/subscription","commits_url":"https://api.github.com/repos/otarza/ged-engine/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/ged-engine/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/ged-engine/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/ged-engine/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/ged-engine/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/ged-engine/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/ged-engine/merges","archive_url":"https://api.github.com/repos/otarza/ged-engine/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/ged-engine/downloads","issues_url":"https://api.github.com/repos/otarza/ged-engine/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/ged-engine/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/ged-engine/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/ged-engine/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/ged-engine/labels{/name}","releases_url":"https://api.github.com/repos/otarza/ged-engine/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/ged-engine/deployments","created_at":"2019-11-25T20:33:25Z","updated_at":"2020-05-12T10:37:46Z","pushed_at":"2019-11-25T20:46:57Z","git_url":"git://github.com/otarza/ged-engine.git","ssh_url":"git@github.com:otarza/ged-engine.git","clone_url":"https://github.com/otarza/ged-engine.git","svn_url":"https://github.com/otarza/ged-engine","homepage":null,"size":1,"stargazers_count":1,"watchers_count":1,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":1,"default_branch":"master"},{"id":190872329,"node_id":"MDEwOlJlcG9zaXRvcnkxOTA4NzIzMjk=","name":"girchi-com-d8","full_name":"otarza/girchi-com-d8","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/girchi-com-d8","description":"girchi.com - გირჩის პორტალი","fork":false,"url":"https://api.github.com/repos/otarza/girchi-com-d8","forks_url":"https://api.github.com/repos/otarza/girchi-com-d8/forks","keys_url":"https://api.github.com/repos/otarza/girchi-com-d8/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/girchi-com-d8/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/girchi-com-d8/teams","hooks_url":"https://api.github.com/repos/otarza/girchi-com-d8/hooks","issue_events_url":"https://api.github.com/repos/otarza/girchi-com-d8/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/girchi-com-d8/events","assignees_url":"https://api.github.com/repos/otarza/girchi-com-d8/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/girchi-com-d8/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/girchi-com-d8/tags","blobs_url":"https://api.github.com/repos/otarza/girchi-com-d8/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/girchi-com-d8/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/girchi-com-d8/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/girchi-com-d8/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/girchi-com-d8/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/girchi-com-d8/languages","stargazers_url":"https://api.github.com/repos/otarza/girchi-com-d8/stargazers","contributors_url":"https://api.github.com/repos/otarza/girchi-com-d8/contributors","subscribers_url":"https://api.github.com/repos/otarza/girchi-com-d8/subscribers","subscription_url":"https://api.github.com/repos/otarza/girchi-com-d8/subscription","commits_url":"https://api.github.com/repos/otarza/girchi-com-d8/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/girchi-com-d8/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/girchi-com-d8/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/girchi-com-d8/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/girchi-com-d8/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/girchi-com-d8/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/girchi-com-d8/merges","archive_url":"https://api.github.com/repos/otarza/girchi-com-d8/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/girchi-com-d8/downloads","issues_url":"https://api.github.com/repos/otarza/girchi-com-d8/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/girchi-com-d8/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/girchi-com-d8/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/girchi-com-d8/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/girchi-com-d8/labels{/name}","releases_url":"https://api.github.com/repos/otarza/girchi-com-d8/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/girchi-com-d8/deployments","created_at":"2019-06-08T10:00:22Z","updated_at":"2021-11-26T09:05:38Z","pushed_at":"2019-06-08T10:59:01Z","git_url":"git://github.com/otarza/girchi-com-d8.git","ssh_url":"git@github.com:otarza/girchi-com-d8.git","clone_url":"https://github.com/otarza/girchi-com-d8.git","svn_url":"https://github.com/otarza/girchi-com-d8","homepage":null,"size":4659,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":1,"default_branch":"dev"},{"id":135171915,"node_id":"MDEwOlJlcG9zaXRvcnkxMzUxNzE5MTU=","name":"git-training","full_name":"otarza/git-training","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/git-training","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/git-training","forks_url":"https://api.github.com/repos/otarza/git-training/forks","keys_url":"https://api.github.com/repos/otarza/git-training/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/git-training/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/git-training/teams","hooks_url":"https://api.github.com/repos/otarza/git-training/hooks","issue_events_url":"https://api.github.com/repos/otarza/git-training/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/git-training/events","assignees_url":"https://api.github.com/repos/otarza/git-training/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/git-training/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/git-training/tags","blobs_url":"https://api.github.com/repos/otarza/git-training/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/git-training/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/git-training/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/git-training/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/git-training/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/git-training/languages","stargazers_url":"https://api.github.com/repos/otarza/git-training/stargazers","contributors_url":"https://api.github.com/repos/otarza/git-training/contributors","subscribers_url":"https://api.github.com/repos/otarza/git-training/subscribers","subscription_url":"https://api.github.com/repos/otarza/git-training/subscription","commits_url":"https://api.github.com/repos/otarza/git-training/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/git-training/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/git-training/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/git-training/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/git-training/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/git-training/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/git-training/merges","archive_url":"https://api.github.com/repos/otarza/git-training/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/git-training/downloads","issues_url":"https://api.github.com/repos/otarza/git-training/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/git-training/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/git-training/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/git-training/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/git-training/labels{/name}","releases_url":"https://api.github.com/repos/otarza/git-training/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/git-training/deployments","created_at":"2018-05-28T14:28:00Z","updated_at":"2018-05-28T14:28:00Z","pushed_at":"2018-05-28T14:28:01Z","git_url":"git://github.com/otarza/git-training.git","ssh_url":"git@github.com:otarza/git-training.git","clone_url":"https://github.com/otarza/git-training.git","svn_url":"https://github.com/otarza/git-training","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":69856474,"node_id":"MDEwOlJlcG9zaXRvcnk2OTg1NjQ3NA==","name":"handlebars.php-helpers","full_name":"otarza/handlebars.php-helpers","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/handlebars.php-helpers","description":"A set of helpers for Handlebars.php","fork":true,"url":"https://api.github.com/repos/otarza/handlebars.php-helpers","forks_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/forks","keys_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/teams","hooks_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/hooks","issue_events_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/events","assignees_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/tags","blobs_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/languages","stargazers_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/stargazers","contributors_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/contributors","subscribers_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/subscribers","subscription_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/subscription","commits_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/merges","archive_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/downloads","issues_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/labels{/name}","releases_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/handlebars.php-helpers/deployments","created_at":"2016-10-03T09:19:12Z","updated_at":"2016-10-03T09:19:13Z","pushed_at":"2016-08-19T16:12:52Z","git_url":"git://github.com/otarza/handlebars.php-helpers.git","ssh_url":"git@github.com:otarza/handlebars.php-helpers.git","clone_url":"https://github.com/otarza/handlebars.php-helpers.git","svn_url":"https://github.com/otarza/handlebars.php-helpers","homepage":null,"size":67,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":264738592,"node_id":"MDEwOlJlcG9zaXRvcnkyNjQ3Mzg1OTI=","name":"haskell-must-watch","full_name":"otarza/haskell-must-watch","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/haskell-must-watch","description":"Huge list of videos, talks, courses for Haskell programming language.","fork":true,"url":"https://api.github.com/repos/otarza/haskell-must-watch","forks_url":"https://api.github.com/repos/otarza/haskell-must-watch/forks","keys_url":"https://api.github.com/repos/otarza/haskell-must-watch/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/haskell-must-watch/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/haskell-must-watch/teams","hooks_url":"https://api.github.com/repos/otarza/haskell-must-watch/hooks","issue_events_url":"https://api.github.com/repos/otarza/haskell-must-watch/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/haskell-must-watch/events","assignees_url":"https://api.github.com/repos/otarza/haskell-must-watch/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/haskell-must-watch/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/haskell-must-watch/tags","blobs_url":"https://api.github.com/repos/otarza/haskell-must-watch/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/haskell-must-watch/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/haskell-must-watch/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/haskell-must-watch/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/haskell-must-watch/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/haskell-must-watch/languages","stargazers_url":"https://api.github.com/repos/otarza/haskell-must-watch/stargazers","contributors_url":"https://api.github.com/repos/otarza/haskell-must-watch/contributors","subscribers_url":"https://api.github.com/repos/otarza/haskell-must-watch/subscribers","subscription_url":"https://api.github.com/repos/otarza/haskell-must-watch/subscription","commits_url":"https://api.github.com/repos/otarza/haskell-must-watch/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/haskell-must-watch/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/haskell-must-watch/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/haskell-must-watch/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/haskell-must-watch/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/haskell-must-watch/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/haskell-must-watch/merges","archive_url":"https://api.github.com/repos/otarza/haskell-must-watch/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/haskell-must-watch/downloads","issues_url":"https://api.github.com/repos/otarza/haskell-must-watch/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/haskell-must-watch/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/haskell-must-watch/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/haskell-must-watch/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/haskell-must-watch/labels{/name}","releases_url":"https://api.github.com/repos/otarza/haskell-must-watch/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/haskell-must-watch/deployments","created_at":"2020-05-17T19:12:36Z","updated_at":"2020-05-17T19:12:38Z","pushed_at":"2017-10-17T13:24:26Z","git_url":"git://github.com/otarza/haskell-must-watch.git","ssh_url":"git@github.com:otarza/haskell-must-watch.git","clone_url":"https://github.com/otarza/haskell-must-watch.git","svn_url":"https://github.com/otarza/haskell-must-watch","homepage":"","size":14,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":117678623,"node_id":"MDEwOlJlcG9zaXRvcnkxMTc2Nzg2MjM=","name":"haskell-programming-ffp","full_name":"otarza/haskell-programming-ffp","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/haskell-programming-ffp","description":"Solutions for the book \"Haskell programming from first principles\"","fork":false,"url":"https://api.github.com/repos/otarza/haskell-programming-ffp","forks_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/forks","keys_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/teams","hooks_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/hooks","issue_events_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/events","assignees_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/tags","blobs_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/languages","stargazers_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/stargazers","contributors_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/contributors","subscribers_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/subscribers","subscription_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/subscription","commits_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/merges","archive_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/downloads","issues_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/labels{/name}","releases_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/haskell-programming-ffp/deployments","created_at":"2018-01-16T12:04:25Z","updated_at":"2018-04-03T10:26:12Z","pushed_at":"2018-04-03T10:26:10Z","git_url":"git://github.com/otarza/haskell-programming-ffp.git","ssh_url":"git@github.com:otarza/haskell-programming-ffp.git","clone_url":"https://github.com/otarza/haskell-programming-ffp.git","svn_url":"https://github.com/otarza/haskell-programming-ffp","homepage":null,"size":6,"stargazers_count":0,"watchers_count":0,"language":"Haskell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":258650627,"node_id":"MDEwOlJlcG9zaXRvcnkyNTg2NTA2Mjc=","name":"helsinki","full_name":"otarza/helsinki","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/helsinki","description":"Full stack 2020.","fork":false,"url":"https://api.github.com/repos/otarza/helsinki","forks_url":"https://api.github.com/repos/otarza/helsinki/forks","keys_url":"https://api.github.com/repos/otarza/helsinki/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/helsinki/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/helsinki/teams","hooks_url":"https://api.github.com/repos/otarza/helsinki/hooks","issue_events_url":"https://api.github.com/repos/otarza/helsinki/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/helsinki/events","assignees_url":"https://api.github.com/repos/otarza/helsinki/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/helsinki/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/helsinki/tags","blobs_url":"https://api.github.com/repos/otarza/helsinki/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/helsinki/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/helsinki/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/helsinki/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/helsinki/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/helsinki/languages","stargazers_url":"https://api.github.com/repos/otarza/helsinki/stargazers","contributors_url":"https://api.github.com/repos/otarza/helsinki/contributors","subscribers_url":"https://api.github.com/repos/otarza/helsinki/subscribers","subscription_url":"https://api.github.com/repos/otarza/helsinki/subscription","commits_url":"https://api.github.com/repos/otarza/helsinki/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/helsinki/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/helsinki/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/helsinki/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/helsinki/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/helsinki/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/helsinki/merges","archive_url":"https://api.github.com/repos/otarza/helsinki/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/helsinki/downloads","issues_url":"https://api.github.com/repos/otarza/helsinki/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/helsinki/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/helsinki/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/helsinki/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/helsinki/labels{/name}","releases_url":"https://api.github.com/repos/otarza/helsinki/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/helsinki/deployments","created_at":"2020-04-25T00:00:47Z","updated_at":"2020-07-18T13:54:48Z","pushed_at":"2022-07-21T04:41:45Z","git_url":"git://github.com/otarza/helsinki.git","ssh_url":"git@github.com:otarza/helsinki.git","clone_url":"https://github.com/otarza/helsinki.git","svn_url":"https://github.com/otarza/helsinki","homepage":null,"size":3298,"stargazers_count":1,"watchers_count":1,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":80,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":80,"watchers":1,"default_branch":"master"},{"id":34044404,"node_id":"MDEwOlJlcG9zaXRvcnkzNDA0NDQwNA==","name":"hueniversity","full_name":"otarza/hueniversity","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/hueniversity","description":"Community learning experiment","fork":true,"url":"https://api.github.com/repos/otarza/hueniversity","forks_url":"https://api.github.com/repos/otarza/hueniversity/forks","keys_url":"https://api.github.com/repos/otarza/hueniversity/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/hueniversity/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/hueniversity/teams","hooks_url":"https://api.github.com/repos/otarza/hueniversity/hooks","issue_events_url":"https://api.github.com/repos/otarza/hueniversity/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/hueniversity/events","assignees_url":"https://api.github.com/repos/otarza/hueniversity/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/hueniversity/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/hueniversity/tags","blobs_url":"https://api.github.com/repos/otarza/hueniversity/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/hueniversity/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/hueniversity/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/hueniversity/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/hueniversity/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/hueniversity/languages","stargazers_url":"https://api.github.com/repos/otarza/hueniversity/stargazers","contributors_url":"https://api.github.com/repos/otarza/hueniversity/contributors","subscribers_url":"https://api.github.com/repos/otarza/hueniversity/subscribers","subscription_url":"https://api.github.com/repos/otarza/hueniversity/subscription","commits_url":"https://api.github.com/repos/otarza/hueniversity/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/hueniversity/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/hueniversity/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/hueniversity/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/hueniversity/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/hueniversity/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/hueniversity/merges","archive_url":"https://api.github.com/repos/otarza/hueniversity/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/hueniversity/downloads","issues_url":"https://api.github.com/repos/otarza/hueniversity/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/hueniversity/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/hueniversity/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/hueniversity/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/hueniversity/labels{/name}","releases_url":"https://api.github.com/repos/otarza/hueniversity/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/hueniversity/deployments","created_at":"2015-04-16T08:43:34Z","updated_at":"2019-04-20T07:25:52Z","pushed_at":"2015-04-16T07:53:18Z","git_url":"git://github.com/otarza/hueniversity.git","ssh_url":"git@github.com:otarza/hueniversity.git","clone_url":"https://github.com/otarza/hueniversity.git","svn_url":"https://github.com/otarza/hueniversity","homepage":null,"size":117,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":37988540,"node_id":"MDEwOlJlcG9zaXRvcnkzNzk4ODU0MA==","name":"iPay","full_name":"otarza/iPay","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/iPay","description":"Drupal7 module for Bank of Georgia's iPay service.","fork":true,"url":"https://api.github.com/repos/otarza/iPay","forks_url":"https://api.github.com/repos/otarza/iPay/forks","keys_url":"https://api.github.com/repos/otarza/iPay/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/iPay/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/iPay/teams","hooks_url":"https://api.github.com/repos/otarza/iPay/hooks","issue_events_url":"https://api.github.com/repos/otarza/iPay/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/iPay/events","assignees_url":"https://api.github.com/repos/otarza/iPay/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/iPay/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/iPay/tags","blobs_url":"https://api.github.com/repos/otarza/iPay/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/iPay/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/iPay/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/iPay/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/iPay/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/iPay/languages","stargazers_url":"https://api.github.com/repos/otarza/iPay/stargazers","contributors_url":"https://api.github.com/repos/otarza/iPay/contributors","subscribers_url":"https://api.github.com/repos/otarza/iPay/subscribers","subscription_url":"https://api.github.com/repos/otarza/iPay/subscription","commits_url":"https://api.github.com/repos/otarza/iPay/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/iPay/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/iPay/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/iPay/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/iPay/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/iPay/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/iPay/merges","archive_url":"https://api.github.com/repos/otarza/iPay/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/iPay/downloads","issues_url":"https://api.github.com/repos/otarza/iPay/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/iPay/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/iPay/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/iPay/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/iPay/labels{/name}","releases_url":"https://api.github.com/repos/otarza/iPay/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/iPay/deployments","created_at":"2015-06-24T14:13:23Z","updated_at":"2021-11-16T09:58:38Z","pushed_at":"2013-12-14T21:13:40Z","git_url":"git://github.com/otarza/iPay.git","ssh_url":"git@github.com:otarza/iPay.git","clone_url":"https://github.com/otarza/iPay.git","svn_url":"https://github.com/otarza/iPay","homepage":"","size":319,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":164147207,"node_id":"MDEwOlJlcG9zaXRvcnkxNjQxNDcyMDc=","name":"jest","full_name":"otarza/jest","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/jest","description":"Delightful JavaScript Testing.","fork":true,"url":"https://api.github.com/repos/otarza/jest","forks_url":"https://api.github.com/repos/otarza/jest/forks","keys_url":"https://api.github.com/repos/otarza/jest/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/jest/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/jest/teams","hooks_url":"https://api.github.com/repos/otarza/jest/hooks","issue_events_url":"https://api.github.com/repos/otarza/jest/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/jest/events","assignees_url":"https://api.github.com/repos/otarza/jest/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/jest/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/jest/tags","blobs_url":"https://api.github.com/repos/otarza/jest/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/jest/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/jest/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/jest/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/jest/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/jest/languages","stargazers_url":"https://api.github.com/repos/otarza/jest/stargazers","contributors_url":"https://api.github.com/repos/otarza/jest/contributors","subscribers_url":"https://api.github.com/repos/otarza/jest/subscribers","subscription_url":"https://api.github.com/repos/otarza/jest/subscription","commits_url":"https://api.github.com/repos/otarza/jest/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/jest/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/jest/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/jest/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/jest/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/jest/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/jest/merges","archive_url":"https://api.github.com/repos/otarza/jest/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/jest/downloads","issues_url":"https://api.github.com/repos/otarza/jest/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/jest/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/jest/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/jest/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/jest/labels{/name}","releases_url":"https://api.github.com/repos/otarza/jest/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/jest/deployments","created_at":"2019-01-04T19:33:21Z","updated_at":"2019-01-04T19:33:27Z","pushed_at":"2019-01-04T18:00:21Z","git_url":"git://github.com/otarza/jest.git","ssh_url":"git@github.com:otarza/jest.git","clone_url":"https://github.com/otarza/jest.git","svn_url":"https://github.com/otarza/jest","homepage":"https://jestjs.io","size":131839,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":42819204,"node_id":"MDEwOlJlcG9zaXRvcnk0MjgxOTIwNA==","name":"jquery.unevent.js","full_name":"otarza/jquery.unevent.js","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/jquery.unevent.js","description":"Attach event handler functions with delay","fork":true,"url":"https://api.github.com/repos/otarza/jquery.unevent.js","forks_url":"https://api.github.com/repos/otarza/jquery.unevent.js/forks","keys_url":"https://api.github.com/repos/otarza/jquery.unevent.js/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/jquery.unevent.js/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/jquery.unevent.js/teams","hooks_url":"https://api.github.com/repos/otarza/jquery.unevent.js/hooks","issue_events_url":"https://api.github.com/repos/otarza/jquery.unevent.js/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/jquery.unevent.js/events","assignees_url":"https://api.github.com/repos/otarza/jquery.unevent.js/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/jquery.unevent.js/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/jquery.unevent.js/tags","blobs_url":"https://api.github.com/repos/otarza/jquery.unevent.js/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/jquery.unevent.js/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/jquery.unevent.js/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/jquery.unevent.js/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/jquery.unevent.js/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/jquery.unevent.js/languages","stargazers_url":"https://api.github.com/repos/otarza/jquery.unevent.js/stargazers","contributors_url":"https://api.github.com/repos/otarza/jquery.unevent.js/contributors","subscribers_url":"https://api.github.com/repos/otarza/jquery.unevent.js/subscribers","subscription_url":"https://api.github.com/repos/otarza/jquery.unevent.js/subscription","commits_url":"https://api.github.com/repos/otarza/jquery.unevent.js/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/jquery.unevent.js/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/jquery.unevent.js/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/jquery.unevent.js/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/jquery.unevent.js/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/jquery.unevent.js/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/jquery.unevent.js/merges","archive_url":"https://api.github.com/repos/otarza/jquery.unevent.js/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/jquery.unevent.js/downloads","issues_url":"https://api.github.com/repos/otarza/jquery.unevent.js/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/jquery.unevent.js/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/jquery.unevent.js/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/jquery.unevent.js/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/jquery.unevent.js/labels{/name}","releases_url":"https://api.github.com/repos/otarza/jquery.unevent.js/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/jquery.unevent.js/deployments","created_at":"2015-09-20T16:01:45Z","updated_at":"2015-09-20T16:01:49Z","pushed_at":"2015-05-12T19:49:05Z","git_url":"git://github.com/otarza/jquery.unevent.js.git","ssh_url":"git@github.com:otarza/jquery.unevent.js.git","clone_url":"https://github.com/otarza/jquery.unevent.js.git","svn_url":"https://github.com/otarza/jquery.unevent.js","homepage":"http://yckart.github.com/jquery.unevent.js/","size":203,"stargazers_count":0,"watchers_count":0,"language":"HTML","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":40558627,"node_id":"MDEwOlJlcG9zaXRvcnk0MDU1ODYyNw==","name":"laravel-date","full_name":"otarza/laravel-date","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/laravel-date","description":"A library to help you work with dates in multiple languages, based on Carbon.","fork":true,"url":"https://api.github.com/repos/otarza/laravel-date","forks_url":"https://api.github.com/repos/otarza/laravel-date/forks","keys_url":"https://api.github.com/repos/otarza/laravel-date/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/laravel-date/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/laravel-date/teams","hooks_url":"https://api.github.com/repos/otarza/laravel-date/hooks","issue_events_url":"https://api.github.com/repos/otarza/laravel-date/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/laravel-date/events","assignees_url":"https://api.github.com/repos/otarza/laravel-date/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/laravel-date/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/laravel-date/tags","blobs_url":"https://api.github.com/repos/otarza/laravel-date/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/laravel-date/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/laravel-date/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/laravel-date/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/laravel-date/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/laravel-date/languages","stargazers_url":"https://api.github.com/repos/otarza/laravel-date/stargazers","contributors_url":"https://api.github.com/repos/otarza/laravel-date/contributors","subscribers_url":"https://api.github.com/repos/otarza/laravel-date/subscribers","subscription_url":"https://api.github.com/repos/otarza/laravel-date/subscription","commits_url":"https://api.github.com/repos/otarza/laravel-date/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/laravel-date/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/laravel-date/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/laravel-date/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/laravel-date/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/laravel-date/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/laravel-date/merges","archive_url":"https://api.github.com/repos/otarza/laravel-date/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/laravel-date/downloads","issues_url":"https://api.github.com/repos/otarza/laravel-date/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/laravel-date/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/laravel-date/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/laravel-date/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/laravel-date/labels{/name}","releases_url":"https://api.github.com/repos/otarza/laravel-date/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/laravel-date/deployments","created_at":"2015-08-11T18:34:36Z","updated_at":"2015-08-11T18:34:37Z","pushed_at":"2015-08-10T11:19:08Z","git_url":"git://github.com/otarza/laravel-date.git","ssh_url":"git@github.com:otarza/laravel-date.git","clone_url":"https://github.com/otarza/laravel-date.git","svn_url":"https://github.com/otarza/laravel-date","homepage":"http://jenssegers.be","size":324,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":41630953,"node_id":"MDEwOlJlcG9zaXRvcnk0MTYzMDk1Mw==","name":"laravel-public-files","full_name":"otarza/laravel-public-files","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/laravel-public-files","description":"Starter files and folders for Laravel public folder. Contains SASS environment according to CSS Bliss.","fork":false,"url":"https://api.github.com/repos/otarza/laravel-public-files","forks_url":"https://api.github.com/repos/otarza/laravel-public-files/forks","keys_url":"https://api.github.com/repos/otarza/laravel-public-files/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/laravel-public-files/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/laravel-public-files/teams","hooks_url":"https://api.github.com/repos/otarza/laravel-public-files/hooks","issue_events_url":"https://api.github.com/repos/otarza/laravel-public-files/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/laravel-public-files/events","assignees_url":"https://api.github.com/repos/otarza/laravel-public-files/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/laravel-public-files/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/laravel-public-files/tags","blobs_url":"https://api.github.com/repos/otarza/laravel-public-files/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/laravel-public-files/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/laravel-public-files/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/laravel-public-files/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/laravel-public-files/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/laravel-public-files/languages","stargazers_url":"https://api.github.com/repos/otarza/laravel-public-files/stargazers","contributors_url":"https://api.github.com/repos/otarza/laravel-public-files/contributors","subscribers_url":"https://api.github.com/repos/otarza/laravel-public-files/subscribers","subscription_url":"https://api.github.com/repos/otarza/laravel-public-files/subscription","commits_url":"https://api.github.com/repos/otarza/laravel-public-files/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/laravel-public-files/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/laravel-public-files/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/laravel-public-files/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/laravel-public-files/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/laravel-public-files/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/laravel-public-files/merges","archive_url":"https://api.github.com/repos/otarza/laravel-public-files/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/laravel-public-files/downloads","issues_url":"https://api.github.com/repos/otarza/laravel-public-files/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/laravel-public-files/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/laravel-public-files/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/laravel-public-files/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/laravel-public-files/labels{/name}","releases_url":"https://api.github.com/repos/otarza/laravel-public-files/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/laravel-public-files/deployments","created_at":"2015-08-30T14:12:33Z","updated_at":"2015-08-30T14:18:12Z","pushed_at":"2015-08-30T14:18:12Z","git_url":"git://github.com/otarza/laravel-public-files.git","ssh_url":"git@github.com:otarza/laravel-public-files.git","clone_url":"https://github.com/otarza/laravel-public-files.git","svn_url":"https://github.com/otarza/laravel-public-files","homepage":null,"size":108,"stargazers_count":0,"watchers_count":0,"language":"CoffeeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":117556264,"node_id":"MDEwOlJlcG9zaXRvcnkxMTc1NTYyNjQ=","name":"learnhaskell","full_name":"otarza/learnhaskell","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/learnhaskell","description":"Learn Haskell","fork":true,"url":"https://api.github.com/repos/otarza/learnhaskell","forks_url":"https://api.github.com/repos/otarza/learnhaskell/forks","keys_url":"https://api.github.com/repos/otarza/learnhaskell/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/learnhaskell/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/learnhaskell/teams","hooks_url":"https://api.github.com/repos/otarza/learnhaskell/hooks","issue_events_url":"https://api.github.com/repos/otarza/learnhaskell/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/learnhaskell/events","assignees_url":"https://api.github.com/repos/otarza/learnhaskell/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/learnhaskell/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/learnhaskell/tags","blobs_url":"https://api.github.com/repos/otarza/learnhaskell/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/learnhaskell/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/learnhaskell/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/learnhaskell/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/learnhaskell/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/learnhaskell/languages","stargazers_url":"https://api.github.com/repos/otarza/learnhaskell/stargazers","contributors_url":"https://api.github.com/repos/otarza/learnhaskell/contributors","subscribers_url":"https://api.github.com/repos/otarza/learnhaskell/subscribers","subscription_url":"https://api.github.com/repos/otarza/learnhaskell/subscription","commits_url":"https://api.github.com/repos/otarza/learnhaskell/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/learnhaskell/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/learnhaskell/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/learnhaskell/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/learnhaskell/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/learnhaskell/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/learnhaskell/merges","archive_url":"https://api.github.com/repos/otarza/learnhaskell/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/learnhaskell/downloads","issues_url":"https://api.github.com/repos/otarza/learnhaskell/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/learnhaskell/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/learnhaskell/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/learnhaskell/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/learnhaskell/labels{/name}","releases_url":"https://api.github.com/repos/otarza/learnhaskell/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/learnhaskell/deployments","created_at":"2018-01-15T14:34:59Z","updated_at":"2018-01-15T14:35:01Z","pushed_at":"2017-11-10T20:36:28Z","git_url":"git://github.com/otarza/learnhaskell.git","ssh_url":"git@github.com:otarza/learnhaskell.git","clone_url":"https://github.com/otarza/learnhaskell.git","svn_url":"https://github.com/otarza/learnhaskell","homepage":null,"size":3561,"stargazers_count":0,"watchers_count":0,"language":"Makefile","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"cc0-1.0","name":"Creative Commons Zero v1.0 Universal","spdx_id":"CC0-1.0","url":"https://api.github.com/licenses/cc0-1.0","node_id":"MDc6TGljZW5zZTY="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":454155129,"node_id":"R_kgDOGxHbeQ","name":"monsoon_tech_exam","full_name":"otarza/monsoon_tech_exam","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/monsoon_tech_exam","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/monsoon_tech_exam","forks_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/forks","keys_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/teams","hooks_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/hooks","issue_events_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/events","assignees_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/tags","blobs_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/languages","stargazers_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/stargazers","contributors_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/contributors","subscribers_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/subscribers","subscription_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/subscription","commits_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/merges","archive_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/downloads","issues_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/labels{/name}","releases_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/monsoon_tech_exam/deployments","created_at":"2022-01-31T20:13:46Z","updated_at":"2022-02-02T10:24:08Z","pushed_at":"2022-02-02T11:31:16Z","git_url":"git://github.com/otarza/monsoon_tech_exam.git","ssh_url":"git@github.com:otarza/monsoon_tech_exam.git","clone_url":"https://github.com/otarza/monsoon_tech_exam.git","svn_url":"https://github.com/otarza/monsoon_tech_exam","homepage":null,"size":18,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":164147734,"node_id":"MDEwOlJlcG9zaXRvcnkxNjQxNDc3MzQ=","name":"next.js","full_name":"otarza/next.js","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/next.js","description":"The React Framework","fork":true,"url":"https://api.github.com/repos/otarza/next.js","forks_url":"https://api.github.com/repos/otarza/next.js/forks","keys_url":"https://api.github.com/repos/otarza/next.js/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/next.js/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/next.js/teams","hooks_url":"https://api.github.com/repos/otarza/next.js/hooks","issue_events_url":"https://api.github.com/repos/otarza/next.js/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/next.js/events","assignees_url":"https://api.github.com/repos/otarza/next.js/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/next.js/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/next.js/tags","blobs_url":"https://api.github.com/repos/otarza/next.js/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/next.js/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/next.js/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/next.js/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/next.js/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/next.js/languages","stargazers_url":"https://api.github.com/repos/otarza/next.js/stargazers","contributors_url":"https://api.github.com/repos/otarza/next.js/contributors","subscribers_url":"https://api.github.com/repos/otarza/next.js/subscribers","subscription_url":"https://api.github.com/repos/otarza/next.js/subscription","commits_url":"https://api.github.com/repos/otarza/next.js/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/next.js/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/next.js/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/next.js/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/next.js/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/next.js/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/next.js/merges","archive_url":"https://api.github.com/repos/otarza/next.js/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/next.js/downloads","issues_url":"https://api.github.com/repos/otarza/next.js/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/next.js/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/next.js/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/next.js/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/next.js/labels{/name}","releases_url":"https://api.github.com/repos/otarza/next.js/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/next.js/deployments","created_at":"2019-01-04T19:39:40Z","updated_at":"2019-01-04T19:39:44Z","pushed_at":"2019-01-03T16:17:28Z","git_url":"git://github.com/otarza/next.js.git","ssh_url":"git@github.com:otarza/next.js.git","clone_url":"https://github.com/otarza/next.js.git","svn_url":"https://github.com/otarza/next.js","homepage":"https://nextjs.org","size":8606,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"canary"},{"id":442142450,"node_id":"R_kgDOGlqO8g","name":"obs-ios-camera-source","full_name":"otarza/obs-ios-camera-source","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/obs-ios-camera-source","description":"Use your iPhone camera as a video source in OBS Studio and stream high quality video from your iPhone's camera over USB","fork":true,"url":"https://api.github.com/repos/otarza/obs-ios-camera-source","forks_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/forks","keys_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/teams","hooks_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/hooks","issue_events_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/events","assignees_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/tags","blobs_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/languages","stargazers_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/stargazers","contributors_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/contributors","subscribers_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/subscribers","subscription_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/subscription","commits_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/merges","archive_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/downloads","issues_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/labels{/name}","releases_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/obs-ios-camera-source/deployments","created_at":"2021-12-27T11:37:23Z","updated_at":"2021-12-27T11:41:12Z","pushed_at":"2021-12-27T11:41:09Z","git_url":"git://github.com/otarza/obs-ios-camera-source.git","ssh_url":"git@github.com:otarza/obs-ios-camera-source.git","clone_url":"https://github.com/otarza/obs-ios-camera-source.git","svn_url":"https://github.com/otarza/obs-ios-camera-source","homepage":"https://obs.camera/","size":986,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":41058482,"node_id":"MDEwOlJlcG9zaXRvcnk0MTA1ODQ4Mg==","name":"onepage-scroll","full_name":"otarza/onepage-scroll","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/onepage-scroll","description":"Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin","fork":true,"url":"https://api.github.com/repos/otarza/onepage-scroll","forks_url":"https://api.github.com/repos/otarza/onepage-scroll/forks","keys_url":"https://api.github.com/repos/otarza/onepage-scroll/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/onepage-scroll/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/onepage-scroll/teams","hooks_url":"https://api.github.com/repos/otarza/onepage-scroll/hooks","issue_events_url":"https://api.github.com/repos/otarza/onepage-scroll/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/onepage-scroll/events","assignees_url":"https://api.github.com/repos/otarza/onepage-scroll/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/onepage-scroll/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/onepage-scroll/tags","blobs_url":"https://api.github.com/repos/otarza/onepage-scroll/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/onepage-scroll/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/onepage-scroll/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/onepage-scroll/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/onepage-scroll/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/onepage-scroll/languages","stargazers_url":"https://api.github.com/repos/otarza/onepage-scroll/stargazers","contributors_url":"https://api.github.com/repos/otarza/onepage-scroll/contributors","subscribers_url":"https://api.github.com/repos/otarza/onepage-scroll/subscribers","subscription_url":"https://api.github.com/repos/otarza/onepage-scroll/subscription","commits_url":"https://api.github.com/repos/otarza/onepage-scroll/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/onepage-scroll/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/onepage-scroll/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/onepage-scroll/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/onepage-scroll/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/onepage-scroll/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/onepage-scroll/merges","archive_url":"https://api.github.com/repos/otarza/onepage-scroll/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/onepage-scroll/downloads","issues_url":"https://api.github.com/repos/otarza/onepage-scroll/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/onepage-scroll/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/onepage-scroll/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/onepage-scroll/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/onepage-scroll/labels{/name}","releases_url":"https://api.github.com/repos/otarza/onepage-scroll/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/onepage-scroll/deployments","created_at":"2015-08-19T20:32:22Z","updated_at":"2015-08-19T20:32:23Z","pushed_at":"2015-07-11T08:21:12Z","git_url":"git://github.com/otarza/onepage-scroll.git","ssh_url":"git@github.com:otarza/onepage-scroll.git","clone_url":"https://github.com/otarza/onepage-scroll.git","svn_url":"https://github.com/otarza/onepage-scroll","homepage":"http://www.thepetedesign.com/demos/onepage_scroll_demo.html","size":1100,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":40329533,"node_id":"MDEwOlJlcG9zaXRvcnk0MDMyOTUzMw==","name":"open-graph","full_name":"otarza/open-graph","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/open-graph","description":"Class that assists in building Open Graph meta tags","fork":true,"url":"https://api.github.com/repos/otarza/open-graph","forks_url":"https://api.github.com/repos/otarza/open-graph/forks","keys_url":"https://api.github.com/repos/otarza/open-graph/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/open-graph/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/open-graph/teams","hooks_url":"https://api.github.com/repos/otarza/open-graph/hooks","issue_events_url":"https://api.github.com/repos/otarza/open-graph/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/open-graph/events","assignees_url":"https://api.github.com/repos/otarza/open-graph/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/open-graph/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/open-graph/tags","blobs_url":"https://api.github.com/repos/otarza/open-graph/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/open-graph/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/open-graph/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/open-graph/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/open-graph/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/open-graph/languages","stargazers_url":"https://api.github.com/repos/otarza/open-graph/stargazers","contributors_url":"https://api.github.com/repos/otarza/open-graph/contributors","subscribers_url":"https://api.github.com/repos/otarza/open-graph/subscribers","subscription_url":"https://api.github.com/repos/otarza/open-graph/subscription","commits_url":"https://api.github.com/repos/otarza/open-graph/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/open-graph/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/open-graph/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/open-graph/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/open-graph/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/open-graph/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/open-graph/merges","archive_url":"https://api.github.com/repos/otarza/open-graph/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/open-graph/downloads","issues_url":"https://api.github.com/repos/otarza/open-graph/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/open-graph/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/open-graph/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/open-graph/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/open-graph/labels{/name}","releases_url":"https://api.github.com/repos/otarza/open-graph/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/open-graph/deployments","created_at":"2015-08-06T22:22:41Z","updated_at":"2015-08-06T22:22:41Z","pushed_at":"2015-06-06T10:56:23Z","git_url":"git://github.com/otarza/open-graph.git","ssh_url":"git@github.com:otarza/open-graph.git","clone_url":"https://github.com/otarza/open-graph.git","svn_url":"https://github.com/otarza/open-graph","homepage":"","size":359,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":493616459,"node_id":"R_kgDOHWv9Sw","name":"otos-bootcamp-resources","full_name":"otarza/otos-bootcamp-resources","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/otos-bootcamp-resources","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/otos-bootcamp-resources","forks_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/forks","keys_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/teams","hooks_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/hooks","issue_events_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/events","assignees_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/tags","blobs_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/languages","stargazers_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/stargazers","contributors_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/contributors","subscribers_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/subscribers","subscription_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/subscription","commits_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/merges","archive_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/downloads","issues_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/labels{/name}","releases_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/otos-bootcamp-resources/deployments","created_at":"2022-05-18T10:32:33Z","updated_at":"2022-05-18T13:54:20Z","pushed_at":"2022-05-18T13:51:15Z","git_url":"git://github.com/otarza/otos-bootcamp-resources.git","ssh_url":"git@github.com:otarza/otos-bootcamp-resources.git","clone_url":"https://github.com/otarza/otos-bootcamp-resources.git","svn_url":"https://github.com/otarza/otos-bootcamp-resources","homepage":null,"size":8,"stargazers_count":1,"watchers_count":1,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":1,"default_branch":"master"},{"id":492787447,"node_id":"R_kgDOHV9W9w","name":"php-bootcamp-week-1","full_name":"otarza/php-bootcamp-week-1","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/php-bootcamp-week-1","description":null,"fork":true,"url":"https://api.github.com/repos/otarza/php-bootcamp-week-1","forks_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/forks","keys_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/teams","hooks_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/hooks","issue_events_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/events","assignees_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/tags","blobs_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/languages","stargazers_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/stargazers","contributors_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/contributors","subscribers_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/subscribers","subscription_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/subscription","commits_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/merges","archive_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/downloads","issues_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/labels{/name}","releases_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/php-bootcamp-week-1/deployments","created_at":"2022-05-16T10:30:39Z","updated_at":"2022-05-16T10:34:48Z","pushed_at":"2022-05-16T17:43:52Z","git_url":"git://github.com/otarza/php-bootcamp-week-1.git","ssh_url":"git@github.com:otarza/php-bootcamp-week-1.git","clone_url":"https://github.com/otarza/php-bootcamp-week-1.git","svn_url":"https://github.com/otarza/php-bootcamp-week-1","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":262137458,"node_id":"MDEwOlJlcG9zaXRvcnkyNjIxMzc0NTg=","name":"platform-tika","full_name":"otarza/platform-tika","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/platform-tika","description":"Spin up Apache Tika on Platform.sh","fork":true,"url":"https://api.github.com/repos/otarza/platform-tika","forks_url":"https://api.github.com/repos/otarza/platform-tika/forks","keys_url":"https://api.github.com/repos/otarza/platform-tika/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/platform-tika/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/platform-tika/teams","hooks_url":"https://api.github.com/repos/otarza/platform-tika/hooks","issue_events_url":"https://api.github.com/repos/otarza/platform-tika/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/platform-tika/events","assignees_url":"https://api.github.com/repos/otarza/platform-tika/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/platform-tika/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/platform-tika/tags","blobs_url":"https://api.github.com/repos/otarza/platform-tika/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/platform-tika/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/platform-tika/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/platform-tika/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/platform-tika/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/platform-tika/languages","stargazers_url":"https://api.github.com/repos/otarza/platform-tika/stargazers","contributors_url":"https://api.github.com/repos/otarza/platform-tika/contributors","subscribers_url":"https://api.github.com/repos/otarza/platform-tika/subscribers","subscription_url":"https://api.github.com/repos/otarza/platform-tika/subscription","commits_url":"https://api.github.com/repos/otarza/platform-tika/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/platform-tika/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/platform-tika/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/platform-tika/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/platform-tika/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/platform-tika/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/platform-tika/merges","archive_url":"https://api.github.com/repos/otarza/platform-tika/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/platform-tika/downloads","issues_url":"https://api.github.com/repos/otarza/platform-tika/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/platform-tika/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/platform-tika/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/platform-tika/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/platform-tika/labels{/name}","releases_url":"https://api.github.com/repos/otarza/platform-tika/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/platform-tika/deployments","created_at":"2020-05-07T19:13:25Z","updated_at":"2020-05-07T19:13:27Z","pushed_at":"2018-01-25T15:55:38Z","git_url":"git://github.com/otarza/platform-tika.git","ssh_url":"git@github.com:otarza/platform-tika.git","clone_url":"https://github.com/otarza/platform-tika.git","svn_url":"https://github.com/otarza/platform-tika","homepage":null,"size":291,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":93443210,"node_id":"MDEwOlJlcG9zaXRvcnk5MzQ0MzIxMA==","name":"Projects","full_name":"otarza/Projects","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/Projects","description":":page_with_curl: A list of practical projects that anyone can solve in any programming language.","fork":true,"url":"https://api.github.com/repos/otarza/Projects","forks_url":"https://api.github.com/repos/otarza/Projects/forks","keys_url":"https://api.github.com/repos/otarza/Projects/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/Projects/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/Projects/teams","hooks_url":"https://api.github.com/repos/otarza/Projects/hooks","issue_events_url":"https://api.github.com/repos/otarza/Projects/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/Projects/events","assignees_url":"https://api.github.com/repos/otarza/Projects/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/Projects/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/Projects/tags","blobs_url":"https://api.github.com/repos/otarza/Projects/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/Projects/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/Projects/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/Projects/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/Projects/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/Projects/languages","stargazers_url":"https://api.github.com/repos/otarza/Projects/stargazers","contributors_url":"https://api.github.com/repos/otarza/Projects/contributors","subscribers_url":"https://api.github.com/repos/otarza/Projects/subscribers","subscription_url":"https://api.github.com/repos/otarza/Projects/subscription","commits_url":"https://api.github.com/repos/otarza/Projects/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/Projects/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/Projects/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/Projects/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/Projects/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/Projects/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/Projects/merges","archive_url":"https://api.github.com/repos/otarza/Projects/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/Projects/downloads","issues_url":"https://api.github.com/repos/otarza/Projects/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/Projects/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/Projects/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/Projects/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/Projects/labels{/name}","releases_url":"https://api.github.com/repos/otarza/Projects/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/Projects/deployments","created_at":"2017-06-05T20:20:13Z","updated_at":"2017-06-05T20:19:44Z","pushed_at":"2017-06-05T03:15:34Z","git_url":"git://github.com/otarza/Projects.git","ssh_url":"git@github.com:otarza/Projects.git","clone_url":"https://github.com/otarza/Projects.git","svn_url":"https://github.com/otarza/Projects","homepage":"http://eepurl.com/SRIPT","size":10204,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":152061431,"node_id":"MDEwOlJlcG9zaXRvcnkxNTIwNjE0MzE=","name":"react-native","full_name":"otarza/react-native","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/react-native","description":"A framework for building native apps with React.","fork":true,"url":"https://api.github.com/repos/otarza/react-native","forks_url":"https://api.github.com/repos/otarza/react-native/forks","keys_url":"https://api.github.com/repos/otarza/react-native/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/react-native/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/react-native/teams","hooks_url":"https://api.github.com/repos/otarza/react-native/hooks","issue_events_url":"https://api.github.com/repos/otarza/react-native/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/react-native/events","assignees_url":"https://api.github.com/repos/otarza/react-native/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/react-native/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/react-native/tags","blobs_url":"https://api.github.com/repos/otarza/react-native/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/react-native/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/react-native/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/react-native/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/react-native/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/react-native/languages","stargazers_url":"https://api.github.com/repos/otarza/react-native/stargazers","contributors_url":"https://api.github.com/repos/otarza/react-native/contributors","subscribers_url":"https://api.github.com/repos/otarza/react-native/subscribers","subscription_url":"https://api.github.com/repos/otarza/react-native/subscription","commits_url":"https://api.github.com/repos/otarza/react-native/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/react-native/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/react-native/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/react-native/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/react-native/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/react-native/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/react-native/merges","archive_url":"https://api.github.com/repos/otarza/react-native/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/react-native/downloads","issues_url":"https://api.github.com/repos/otarza/react-native/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/react-native/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/react-native/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/react-native/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/react-native/labels{/name}","releases_url":"https://api.github.com/repos/otarza/react-native/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/react-native/deployments","created_at":"2018-10-08T10:27:07Z","updated_at":"2018-10-08T10:27:22Z","pushed_at":"2018-10-08T05:51:28Z","git_url":"git://github.com/otarza/react-native.git","ssh_url":"git@github.com:otarza/react-native.git","clone_url":"https://github.com/otarza/react-native.git","svn_url":"https://github.com/otarza/react-native","homepage":"https://facebook.github.io/react-native/","size":272819,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":224037456,"node_id":"MDEwOlJlcG9zaXRvcnkyMjQwMzc0NTY=","name":"rekon","full_name":"otarza/rekon","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/rekon","description":"Amazon Rekognition based analytics for business and marketing.","fork":false,"url":"https://api.github.com/repos/otarza/rekon","forks_url":"https://api.github.com/repos/otarza/rekon/forks","keys_url":"https://api.github.com/repos/otarza/rekon/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/rekon/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/rekon/teams","hooks_url":"https://api.github.com/repos/otarza/rekon/hooks","issue_events_url":"https://api.github.com/repos/otarza/rekon/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/rekon/events","assignees_url":"https://api.github.com/repos/otarza/rekon/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/rekon/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/rekon/tags","blobs_url":"https://api.github.com/repos/otarza/rekon/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/rekon/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/rekon/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/rekon/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/rekon/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/rekon/languages","stargazers_url":"https://api.github.com/repos/otarza/rekon/stargazers","contributors_url":"https://api.github.com/repos/otarza/rekon/contributors","subscribers_url":"https://api.github.com/repos/otarza/rekon/subscribers","subscription_url":"https://api.github.com/repos/otarza/rekon/subscription","commits_url":"https://api.github.com/repos/otarza/rekon/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/rekon/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/rekon/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/rekon/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/rekon/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/rekon/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/rekon/merges","archive_url":"https://api.github.com/repos/otarza/rekon/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/rekon/downloads","issues_url":"https://api.github.com/repos/otarza/rekon/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/rekon/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/rekon/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/rekon/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/rekon/labels{/name}","releases_url":"https://api.github.com/repos/otarza/rekon/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/rekon/deployments","created_at":"2019-11-25T20:41:43Z","updated_at":"2020-05-05T20:40:55Z","pushed_at":"2019-11-25T20:41:45Z","git_url":"git://github.com/otarza/rekon.git","ssh_url":"git@github.com:otarza/rekon.git","clone_url":"https://github.com/otarza/rekon.git","svn_url":"https://github.com/otarza/rekon","homepage":null,"size":1,"stargazers_count":1,"watchers_count":1,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":1,"default_branch":"master"},{"id":164100983,"node_id":"MDEwOlJlcG9zaXRvcnkxNjQxMDA5ODM=","name":"resume","full_name":"otarza/resume","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/resume","description":"Otar Zakalashvili","fork":false,"url":"https://api.github.com/repos/otarza/resume","forks_url":"https://api.github.com/repos/otarza/resume/forks","keys_url":"https://api.github.com/repos/otarza/resume/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/resume/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/resume/teams","hooks_url":"https://api.github.com/repos/otarza/resume/hooks","issue_events_url":"https://api.github.com/repos/otarza/resume/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/resume/events","assignees_url":"https://api.github.com/repos/otarza/resume/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/resume/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/resume/tags","blobs_url":"https://api.github.com/repos/otarza/resume/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/resume/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/resume/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/resume/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/resume/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/resume/languages","stargazers_url":"https://api.github.com/repos/otarza/resume/stargazers","contributors_url":"https://api.github.com/repos/otarza/resume/contributors","subscribers_url":"https://api.github.com/repos/otarza/resume/subscribers","subscription_url":"https://api.github.com/repos/otarza/resume/subscription","commits_url":"https://api.github.com/repos/otarza/resume/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/resume/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/resume/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/resume/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/resume/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/resume/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/resume/merges","archive_url":"https://api.github.com/repos/otarza/resume/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/resume/downloads","issues_url":"https://api.github.com/repos/otarza/resume/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/resume/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/resume/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/resume/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/resume/labels{/name}","releases_url":"https://api.github.com/repos/otarza/resume/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/resume/deployments","created_at":"2019-01-04T11:47:53Z","updated_at":"2019-11-08T10:07:58Z","pushed_at":"2019-11-08T10:07:56Z","git_url":"git://github.com/otarza/resume.git","ssh_url":"git@github.com:otarza/resume.git","clone_url":"https://github.com/otarza/resume.git","svn_url":"https://github.com/otarza/resume","homepage":null,"size":73,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":8315896,"node_id":"MDEwOlJlcG9zaXRvcnk4MzE1ODk2","name":"serv-cst","full_name":"otarza/serv-cst","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/serv-cst","description":"CST web III porject","fork":false,"url":"https://api.github.com/repos/otarza/serv-cst","forks_url":"https://api.github.com/repos/otarza/serv-cst/forks","keys_url":"https://api.github.com/repos/otarza/serv-cst/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/serv-cst/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/serv-cst/teams","hooks_url":"https://api.github.com/repos/otarza/serv-cst/hooks","issue_events_url":"https://api.github.com/repos/otarza/serv-cst/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/serv-cst/events","assignees_url":"https://api.github.com/repos/otarza/serv-cst/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/serv-cst/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/serv-cst/tags","blobs_url":"https://api.github.com/repos/otarza/serv-cst/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/serv-cst/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/serv-cst/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/serv-cst/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/serv-cst/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/serv-cst/languages","stargazers_url":"https://api.github.com/repos/otarza/serv-cst/stargazers","contributors_url":"https://api.github.com/repos/otarza/serv-cst/contributors","subscribers_url":"https://api.github.com/repos/otarza/serv-cst/subscribers","subscription_url":"https://api.github.com/repos/otarza/serv-cst/subscription","commits_url":"https://api.github.com/repos/otarza/serv-cst/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/serv-cst/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/serv-cst/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/serv-cst/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/serv-cst/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/serv-cst/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/serv-cst/merges","archive_url":"https://api.github.com/repos/otarza/serv-cst/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/serv-cst/downloads","issues_url":"https://api.github.com/repos/otarza/serv-cst/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/serv-cst/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/serv-cst/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/serv-cst/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/serv-cst/labels{/name}","releases_url":"https://api.github.com/repos/otarza/serv-cst/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/serv-cst/deployments","created_at":"2013-02-20T15:32:34Z","updated_at":"2016-09-21T09:07:50Z","pushed_at":"2013-05-29T02:14:11Z","git_url":"git://github.com/otarza/serv-cst.git","ssh_url":"git@github.com:otarza/serv-cst.git","clone_url":"https://github.com/otarza/serv-cst.git","svn_url":"https://github.com/otarza/serv-cst","homepage":null,"size":1158,"stargazers_count":6,"watchers_count":6,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":6,"default_branch":"master"},{"id":94527264,"node_id":"MDEwOlJlcG9zaXRvcnk5NDUyNzI2NA==","name":"simplemde","full_name":"otarza/simplemde","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/simplemde","description":"Drupal integration for SimpleMDE Markdown Editor https://www.drupal.org/project/simplemde","fork":true,"url":"https://api.github.com/repos/otarza/simplemde","forks_url":"https://api.github.com/repos/otarza/simplemde/forks","keys_url":"https://api.github.com/repos/otarza/simplemde/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/simplemde/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/simplemde/teams","hooks_url":"https://api.github.com/repos/otarza/simplemde/hooks","issue_events_url":"https://api.github.com/repos/otarza/simplemde/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/simplemde/events","assignees_url":"https://api.github.com/repos/otarza/simplemde/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/simplemde/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/simplemde/tags","blobs_url":"https://api.github.com/repos/otarza/simplemde/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/simplemde/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/simplemde/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/simplemde/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/simplemde/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/simplemde/languages","stargazers_url":"https://api.github.com/repos/otarza/simplemde/stargazers","contributors_url":"https://api.github.com/repos/otarza/simplemde/contributors","subscribers_url":"https://api.github.com/repos/otarza/simplemde/subscribers","subscription_url":"https://api.github.com/repos/otarza/simplemde/subscription","commits_url":"https://api.github.com/repos/otarza/simplemde/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/simplemde/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/simplemde/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/simplemde/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/simplemde/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/simplemde/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/simplemde/merges","archive_url":"https://api.github.com/repos/otarza/simplemde/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/simplemde/downloads","issues_url":"https://api.github.com/repos/otarza/simplemde/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/simplemde/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/simplemde/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/simplemde/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/simplemde/labels{/name}","releases_url":"https://api.github.com/repos/otarza/simplemde/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/simplemde/deployments","created_at":"2017-06-16T09:15:24Z","updated_at":"2017-06-16T09:15:25Z","pushed_at":"2017-06-19T21:00:11Z","git_url":"git://github.com/otarza/simplemde.git","ssh_url":"git@github.com:otarza/simplemde.git","clone_url":"https://github.com/otarza/simplemde.git","svn_url":"https://github.com/otarza/simplemde","homepage":null,"size":18,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"gpl-2.0","name":"GNU General Public License v2.0","spdx_id":"GPL-2.0","url":"https://api.github.com/licenses/gpl-2.0","node_id":"MDc6TGljZW5zZTg="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"8.x-1.x"},{"id":296671806,"node_id":"MDEwOlJlcG9zaXRvcnkyOTY2NzE4MDY=","name":"start.bitcamp.ge","full_name":"otarza/start.bitcamp.ge","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/start.bitcamp.ge","description":null,"fork":true,"url":"https://api.github.com/repos/otarza/start.bitcamp.ge","forks_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/forks","keys_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/teams","hooks_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/hooks","issue_events_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/events","assignees_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/tags","blobs_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/languages","stargazers_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/stargazers","contributors_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/contributors","subscribers_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/subscribers","subscription_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/subscription","commits_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/merges","archive_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/downloads","issues_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/labels{/name}","releases_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/start.bitcamp.ge/deployments","created_at":"2020-09-18T16:18:50Z","updated_at":"2021-02-04T21:58:50Z","pushed_at":"2020-09-18T17:19:28Z","git_url":"git://github.com/otarza/start.bitcamp.ge.git","ssh_url":"git@github.com:otarza/start.bitcamp.ge.git","clone_url":"https://github.com/otarza/start.bitcamp.ge.git","svn_url":"https://github.com/otarza/start.bitcamp.ge","homepage":null,"size":894,"stargazers_count":1,"watchers_count":1,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":1,"default_branch":"master"},{"id":48429768,"node_id":"MDEwOlJlcG9zaXRvcnk0ODQyOTc2OA==","name":"tac_lite","full_name":"otarza/tac_lite","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/tac_lite","description":"Taxonomy Access Control Lite for D8","fork":true,"url":"https://api.github.com/repos/otarza/tac_lite","forks_url":"https://api.github.com/repos/otarza/tac_lite/forks","keys_url":"https://api.github.com/repos/otarza/tac_lite/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/tac_lite/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/tac_lite/teams","hooks_url":"https://api.github.com/repos/otarza/tac_lite/hooks","issue_events_url":"https://api.github.com/repos/otarza/tac_lite/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/tac_lite/events","assignees_url":"https://api.github.com/repos/otarza/tac_lite/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/tac_lite/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/tac_lite/tags","blobs_url":"https://api.github.com/repos/otarza/tac_lite/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/tac_lite/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/tac_lite/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/tac_lite/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/tac_lite/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/tac_lite/languages","stargazers_url":"https://api.github.com/repos/otarza/tac_lite/stargazers","contributors_url":"https://api.github.com/repos/otarza/tac_lite/contributors","subscribers_url":"https://api.github.com/repos/otarza/tac_lite/subscribers","subscription_url":"https://api.github.com/repos/otarza/tac_lite/subscription","commits_url":"https://api.github.com/repos/otarza/tac_lite/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/tac_lite/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/tac_lite/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/tac_lite/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/tac_lite/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/tac_lite/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/tac_lite/merges","archive_url":"https://api.github.com/repos/otarza/tac_lite/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/tac_lite/downloads","issues_url":"https://api.github.com/repos/otarza/tac_lite/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/tac_lite/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/tac_lite/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/tac_lite/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/tac_lite/labels{/name}","releases_url":"https://api.github.com/repos/otarza/tac_lite/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/tac_lite/deployments","created_at":"2015-12-22T12:03:27Z","updated_at":"2015-12-22T12:03:29Z","pushed_at":"2015-12-22T12:31:10Z","git_url":"git://github.com/otarza/tac_lite.git","ssh_url":"git@github.com:otarza/tac_lite.git","clone_url":"https://github.com/otarza/tac_lite.git","svn_url":"https://github.com/otarza/tac_lite","homepage":null,"size":80,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"8.x-1.x"},{"id":40966703,"node_id":"MDEwOlJlcG9zaXRvcnk0MDk2NjcwMw==","name":"tbcpay-php","full_name":"otarza/tbcpay-php","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/tbcpay-php","description":"Tbcpay - online payments php SDK","fork":true,"url":"https://api.github.com/repos/otarza/tbcpay-php","forks_url":"https://api.github.com/repos/otarza/tbcpay-php/forks","keys_url":"https://api.github.com/repos/otarza/tbcpay-php/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/tbcpay-php/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/tbcpay-php/teams","hooks_url":"https://api.github.com/repos/otarza/tbcpay-php/hooks","issue_events_url":"https://api.github.com/repos/otarza/tbcpay-php/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/tbcpay-php/events","assignees_url":"https://api.github.com/repos/otarza/tbcpay-php/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/tbcpay-php/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/tbcpay-php/tags","blobs_url":"https://api.github.com/repos/otarza/tbcpay-php/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/tbcpay-php/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/tbcpay-php/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/tbcpay-php/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/tbcpay-php/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/tbcpay-php/languages","stargazers_url":"https://api.github.com/repos/otarza/tbcpay-php/stargazers","contributors_url":"https://api.github.com/repos/otarza/tbcpay-php/contributors","subscribers_url":"https://api.github.com/repos/otarza/tbcpay-php/subscribers","subscription_url":"https://api.github.com/repos/otarza/tbcpay-php/subscription","commits_url":"https://api.github.com/repos/otarza/tbcpay-php/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/tbcpay-php/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/tbcpay-php/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/tbcpay-php/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/tbcpay-php/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/tbcpay-php/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/tbcpay-php/merges","archive_url":"https://api.github.com/repos/otarza/tbcpay-php/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/tbcpay-php/downloads","issues_url":"https://api.github.com/repos/otarza/tbcpay-php/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/tbcpay-php/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/tbcpay-php/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/tbcpay-php/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/tbcpay-php/labels{/name}","releases_url":"https://api.github.com/repos/otarza/tbcpay-php/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/tbcpay-php/deployments","created_at":"2015-08-18T10:50:20Z","updated_at":"2018-01-17T10:29:29Z","pushed_at":"2015-08-18T10:27:09Z","git_url":"git://github.com/otarza/tbcpay-php.git","ssh_url":"git@github.com:otarza/tbcpay-php.git","clone_url":"https://github.com/otarza/tbcpay-php.git","svn_url":"https://github.com/otarza/tbcpay-php","homepage":null,"size":119,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":512162117,"node_id":"R_kgDOHob5RQ","name":"test-repo-here","full_name":"otarza/test-repo-here","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/test-repo-here","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/test-repo-here","forks_url":"https://api.github.com/repos/otarza/test-repo-here/forks","keys_url":"https://api.github.com/repos/otarza/test-repo-here/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/test-repo-here/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/test-repo-here/teams","hooks_url":"https://api.github.com/repos/otarza/test-repo-here/hooks","issue_events_url":"https://api.github.com/repos/otarza/test-repo-here/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/test-repo-here/events","assignees_url":"https://api.github.com/repos/otarza/test-repo-here/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/test-repo-here/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/test-repo-here/tags","blobs_url":"https://api.github.com/repos/otarza/test-repo-here/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/test-repo-here/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/test-repo-here/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/test-repo-here/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/test-repo-here/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/test-repo-here/languages","stargazers_url":"https://api.github.com/repos/otarza/test-repo-here/stargazers","contributors_url":"https://api.github.com/repos/otarza/test-repo-here/contributors","subscribers_url":"https://api.github.com/repos/otarza/test-repo-here/subscribers","subscription_url":"https://api.github.com/repos/otarza/test-repo-here/subscription","commits_url":"https://api.github.com/repos/otarza/test-repo-here/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/test-repo-here/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/test-repo-here/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/test-repo-here/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/test-repo-here/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/test-repo-here/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/test-repo-here/merges","archive_url":"https://api.github.com/repos/otarza/test-repo-here/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/test-repo-here/downloads","issues_url":"https://api.github.com/repos/otarza/test-repo-here/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/test-repo-here/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/test-repo-here/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/test-repo-here/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/test-repo-here/labels{/name}","releases_url":"https://api.github.com/repos/otarza/test-repo-here/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/test-repo-here/deployments","created_at":"2022-07-09T10:55:32Z","updated_at":"2022-07-09T10:55:32Z","pushed_at":"2022-07-09T10:55:33Z","git_url":"git://github.com/otarza/test-repo-here.git","ssh_url":"git@github.com:otarza/test-repo-here.git","clone_url":"https://github.com/otarza/test-repo-here.git","svn_url":"https://github.com/otarza/test-repo-here","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":302112366,"node_id":"MDEwOlJlcG9zaXRvcnkzMDIxMTIzNjY=","name":"test-stackblitz","full_name":"otarza/test-stackblitz","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/test-stackblitz","description":"Created with StackBlitz ⚡️","fork":false,"url":"https://api.github.com/repos/otarza/test-stackblitz","forks_url":"https://api.github.com/repos/otarza/test-stackblitz/forks","keys_url":"https://api.github.com/repos/otarza/test-stackblitz/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/test-stackblitz/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/test-stackblitz/teams","hooks_url":"https://api.github.com/repos/otarza/test-stackblitz/hooks","issue_events_url":"https://api.github.com/repos/otarza/test-stackblitz/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/test-stackblitz/events","assignees_url":"https://api.github.com/repos/otarza/test-stackblitz/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/test-stackblitz/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/test-stackblitz/tags","blobs_url":"https://api.github.com/repos/otarza/test-stackblitz/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/test-stackblitz/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/test-stackblitz/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/test-stackblitz/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/test-stackblitz/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/test-stackblitz/languages","stargazers_url":"https://api.github.com/repos/otarza/test-stackblitz/stargazers","contributors_url":"https://api.github.com/repos/otarza/test-stackblitz/contributors","subscribers_url":"https://api.github.com/repos/otarza/test-stackblitz/subscribers","subscription_url":"https://api.github.com/repos/otarza/test-stackblitz/subscription","commits_url":"https://api.github.com/repos/otarza/test-stackblitz/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/test-stackblitz/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/test-stackblitz/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/test-stackblitz/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/test-stackblitz/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/test-stackblitz/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/test-stackblitz/merges","archive_url":"https://api.github.com/repos/otarza/test-stackblitz/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/test-stackblitz/downloads","issues_url":"https://api.github.com/repos/otarza/test-stackblitz/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/test-stackblitz/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/test-stackblitz/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/test-stackblitz/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/test-stackblitz/labels{/name}","releases_url":"https://api.github.com/repos/otarza/test-stackblitz/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/test-stackblitz/deployments","created_at":"2020-10-07T17:34:09Z","updated_at":"2020-10-07T17:41:40Z","pushed_at":"2020-10-07T17:41:37Z","git_url":"git://github.com/otarza/test-stackblitz.git","ssh_url":"git@github.com:otarza/test-stackblitz.git","clone_url":"https://github.com/otarza/test-stackblitz.git","svn_url":"https://github.com/otarza/test-stackblitz","homepage":"https://stackblitz.com/edit/6jndo9","size":1,"stargazers_count":0,"watchers_count":0,"language":"TypeScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":128444070,"node_id":"MDEwOlJlcG9zaXRvcnkxMjg0NDQwNzA=","name":"the-journey","full_name":"otarza/the-journey","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/the-journey","description":"Functional programming journey","fork":false,"url":"https://api.github.com/repos/otarza/the-journey","forks_url":"https://api.github.com/repos/otarza/the-journey/forks","keys_url":"https://api.github.com/repos/otarza/the-journey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/the-journey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/the-journey/teams","hooks_url":"https://api.github.com/repos/otarza/the-journey/hooks","issue_events_url":"https://api.github.com/repos/otarza/the-journey/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/the-journey/events","assignees_url":"https://api.github.com/repos/otarza/the-journey/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/the-journey/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/the-journey/tags","blobs_url":"https://api.github.com/repos/otarza/the-journey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/the-journey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/the-journey/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/the-journey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/the-journey/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/the-journey/languages","stargazers_url":"https://api.github.com/repos/otarza/the-journey/stargazers","contributors_url":"https://api.github.com/repos/otarza/the-journey/contributors","subscribers_url":"https://api.github.com/repos/otarza/the-journey/subscribers","subscription_url":"https://api.github.com/repos/otarza/the-journey/subscription","commits_url":"https://api.github.com/repos/otarza/the-journey/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/the-journey/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/the-journey/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/the-journey/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/the-journey/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/the-journey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/the-journey/merges","archive_url":"https://api.github.com/repos/otarza/the-journey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/the-journey/downloads","issues_url":"https://api.github.com/repos/otarza/the-journey/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/the-journey/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/the-journey/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/the-journey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/the-journey/labels{/name}","releases_url":"https://api.github.com/repos/otarza/the-journey/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/the-journey/deployments","created_at":"2018-04-06T18:52:46Z","updated_at":"2018-05-01T17:42:40Z","pushed_at":"2018-05-01T17:37:26Z","git_url":"git://github.com/otarza/the-journey.git","ssh_url":"git@github.com:otarza/the-journey.git","clone_url":"https://github.com/otarza/the-journey.git","svn_url":"https://github.com/otarza/the-journey","homepage":null,"size":1,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":181289522,"node_id":"MDEwOlJlcG9zaXRvcnkxODEyODk1MjI=","name":"tlwn8200nddriver","full_name":"otarza/tlwn8200nddriver","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/tlwn8200nddriver","description":"Linux driver for TP-Link WN8200NDV2","fork":true,"url":"https://api.github.com/repos/otarza/tlwn8200nddriver","forks_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/forks","keys_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/teams","hooks_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/hooks","issue_events_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/events","assignees_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/tags","blobs_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/languages","stargazers_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/stargazers","contributors_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/contributors","subscribers_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/subscribers","subscription_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/subscription","commits_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/merges","archive_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/downloads","issues_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/labels{/name}","releases_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/tlwn8200nddriver/deployments","created_at":"2019-04-14T09:58:25Z","updated_at":"2019-04-14T09:58:29Z","pushed_at":"2018-09-29T18:03:44Z","git_url":"git://github.com/otarza/tlwn8200nddriver.git","ssh_url":"git@github.com:otarza/tlwn8200nddriver.git","clone_url":"https://github.com/otarza/tlwn8200nddriver.git","svn_url":"https://github.com/otarza/tlwn8200nddriver","homepage":null,"size":2156,"stargazers_count":0,"watchers_count":0,"language":"C","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":14668051,"node_id":"MDEwOlJlcG9zaXRvcnkxNDY2ODA1MQ==","name":"ui-hm1","full_name":"otarza/ui-hm1","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/ui-hm1","description":"UI Home Work 1","fork":false,"url":"https://api.github.com/repos/otarza/ui-hm1","forks_url":"https://api.github.com/repos/otarza/ui-hm1/forks","keys_url":"https://api.github.com/repos/otarza/ui-hm1/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/ui-hm1/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/ui-hm1/teams","hooks_url":"https://api.github.com/repos/otarza/ui-hm1/hooks","issue_events_url":"https://api.github.com/repos/otarza/ui-hm1/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/ui-hm1/events","assignees_url":"https://api.github.com/repos/otarza/ui-hm1/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/ui-hm1/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/ui-hm1/tags","blobs_url":"https://api.github.com/repos/otarza/ui-hm1/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/ui-hm1/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/ui-hm1/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/ui-hm1/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/ui-hm1/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/ui-hm1/languages","stargazers_url":"https://api.github.com/repos/otarza/ui-hm1/stargazers","contributors_url":"https://api.github.com/repos/otarza/ui-hm1/contributors","subscribers_url":"https://api.github.com/repos/otarza/ui-hm1/subscribers","subscription_url":"https://api.github.com/repos/otarza/ui-hm1/subscription","commits_url":"https://api.github.com/repos/otarza/ui-hm1/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/ui-hm1/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/ui-hm1/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/ui-hm1/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/ui-hm1/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/ui-hm1/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/ui-hm1/merges","archive_url":"https://api.github.com/repos/otarza/ui-hm1/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/ui-hm1/downloads","issues_url":"https://api.github.com/repos/otarza/ui-hm1/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/ui-hm1/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/ui-hm1/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/ui-hm1/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/ui-hm1/labels{/name}","releases_url":"https://api.github.com/repos/otarza/ui-hm1/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/ui-hm1/deployments","created_at":"2013-11-24T19:54:51Z","updated_at":"2014-03-14T18:06:48Z","pushed_at":"2014-03-14T18:06:47Z","git_url":"git://github.com/otarza/ui-hm1.git","ssh_url":"git@github.com:otarza/ui-hm1.git","clone_url":"https://github.com/otarza/ui-hm1.git","svn_url":"https://github.com/otarza/ui-hm1","homepage":null,"size":332,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":263456900,"node_id":"MDEwOlJlcG9zaXRvcnkyNjM0NTY5MDA=","name":"vbox","full_name":"otarza/vbox","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/vbox","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/vbox","forks_url":"https://api.github.com/repos/otarza/vbox/forks","keys_url":"https://api.github.com/repos/otarza/vbox/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/vbox/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/vbox/teams","hooks_url":"https://api.github.com/repos/otarza/vbox/hooks","issue_events_url":"https://api.github.com/repos/otarza/vbox/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/vbox/events","assignees_url":"https://api.github.com/repos/otarza/vbox/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/vbox/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/vbox/tags","blobs_url":"https://api.github.com/repos/otarza/vbox/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/vbox/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/vbox/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/vbox/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/vbox/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/vbox/languages","stargazers_url":"https://api.github.com/repos/otarza/vbox/stargazers","contributors_url":"https://api.github.com/repos/otarza/vbox/contributors","subscribers_url":"https://api.github.com/repos/otarza/vbox/subscribers","subscription_url":"https://api.github.com/repos/otarza/vbox/subscription","commits_url":"https://api.github.com/repos/otarza/vbox/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/vbox/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/vbox/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/vbox/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/vbox/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/vbox/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/vbox/merges","archive_url":"https://api.github.com/repos/otarza/vbox/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/vbox/downloads","issues_url":"https://api.github.com/repos/otarza/vbox/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/vbox/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/vbox/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/vbox/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/vbox/labels{/name}","releases_url":"https://api.github.com/repos/otarza/vbox/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/vbox/deployments","created_at":"2020-05-12T21:32:21Z","updated_at":"2020-05-13T17:02:28Z","pushed_at":"2020-05-13T17:02:25Z","git_url":"git://github.com/otarza/vbox.git","ssh_url":"git@github.com:otarza/vbox.git","clone_url":"https://github.com/otarza/vbox.git","svn_url":"https://github.com/otarza/vbox","homepage":null,"size":4,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":238506253,"node_id":"MDEwOlJlcG9zaXRvcnkyMzg1MDYyNTM=","name":"Vidly","full_name":"otarza/Vidly","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/Vidly","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/Vidly","forks_url":"https://api.github.com/repos/otarza/Vidly/forks","keys_url":"https://api.github.com/repos/otarza/Vidly/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/Vidly/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/Vidly/teams","hooks_url":"https://api.github.com/repos/otarza/Vidly/hooks","issue_events_url":"https://api.github.com/repos/otarza/Vidly/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/Vidly/events","assignees_url":"https://api.github.com/repos/otarza/Vidly/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/Vidly/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/Vidly/tags","blobs_url":"https://api.github.com/repos/otarza/Vidly/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/Vidly/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/Vidly/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/Vidly/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/Vidly/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/Vidly/languages","stargazers_url":"https://api.github.com/repos/otarza/Vidly/stargazers","contributors_url":"https://api.github.com/repos/otarza/Vidly/contributors","subscribers_url":"https://api.github.com/repos/otarza/Vidly/subscribers","subscription_url":"https://api.github.com/repos/otarza/Vidly/subscription","commits_url":"https://api.github.com/repos/otarza/Vidly/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/Vidly/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/Vidly/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/Vidly/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/Vidly/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/Vidly/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/Vidly/merges","archive_url":"https://api.github.com/repos/otarza/Vidly/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/Vidly/downloads","issues_url":"https://api.github.com/repos/otarza/Vidly/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/Vidly/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/Vidly/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/Vidly/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/Vidly/labels{/name}","releases_url":"https://api.github.com/repos/otarza/Vidly/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/Vidly/deployments","created_at":"2020-02-05T17:16:29Z","updated_at":"2021-02-25T20:45:12Z","pushed_at":"2020-02-05T16:44:05Z","git_url":"git://github.com/otarza/Vidly.git","ssh_url":"git@github.com:otarza/Vidly.git","clone_url":"https://github.com/otarza/Vidly.git","svn_url":"https://github.com/otarza/Vidly","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":92720924,"node_id":"MDEwOlJlcG9zaXRvcnk5MjcyMDkyNA==","name":"vtcf","full_name":"otarza/vtcf","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/vtcf","description":"Views Taxonomy Checkbox Filters - Drupal 8 module","fork":false,"url":"https://api.github.com/repos/otarza/vtcf","forks_url":"https://api.github.com/repos/otarza/vtcf/forks","keys_url":"https://api.github.com/repos/otarza/vtcf/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/vtcf/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/vtcf/teams","hooks_url":"https://api.github.com/repos/otarza/vtcf/hooks","issue_events_url":"https://api.github.com/repos/otarza/vtcf/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/vtcf/events","assignees_url":"https://api.github.com/repos/otarza/vtcf/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/vtcf/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/vtcf/tags","blobs_url":"https://api.github.com/repos/otarza/vtcf/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/vtcf/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/vtcf/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/vtcf/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/vtcf/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/vtcf/languages","stargazers_url":"https://api.github.com/repos/otarza/vtcf/stargazers","contributors_url":"https://api.github.com/repos/otarza/vtcf/contributors","subscribers_url":"https://api.github.com/repos/otarza/vtcf/subscribers","subscription_url":"https://api.github.com/repos/otarza/vtcf/subscription","commits_url":"https://api.github.com/repos/otarza/vtcf/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/vtcf/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/vtcf/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/vtcf/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/vtcf/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/vtcf/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/vtcf/merges","archive_url":"https://api.github.com/repos/otarza/vtcf/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/vtcf/downloads","issues_url":"https://api.github.com/repos/otarza/vtcf/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/vtcf/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/vtcf/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/vtcf/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/vtcf/labels{/name}","releases_url":"https://api.github.com/repos/otarza/vtcf/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/vtcf/deployments","created_at":"2017-05-29T08:28:54Z","updated_at":"2017-05-29T08:29:14Z","pushed_at":"2021-09-07T21:40:22Z","git_url":"git://github.com/otarza/vtcf.git","ssh_url":"git@github.com:otarza/vtcf.git","clone_url":"https://github.com/otarza/vtcf.git","svn_url":"https://github.com/otarza/vtcf","homepage":null,"size":11,"stargazers_count":0,"watchers_count":0,"language":"PHP","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":1,"watchers":0,"default_branch":"master"},{"id":78787339,"node_id":"MDEwOlJlcG9zaXRvcnk3ODc4NzMzOQ==","name":"web-fundamentals","full_name":"otarza/web-fundamentals","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/web-fundamentals","description":"ეს არის ქართულ ენაზე დაწერილი გაკვეთილების კრებული მათთვის ვისაც სურს ვებ-ტექნოლოგიების შესწავლა.","fork":false,"url":"https://api.github.com/repos/otarza/web-fundamentals","forks_url":"https://api.github.com/repos/otarza/web-fundamentals/forks","keys_url":"https://api.github.com/repos/otarza/web-fundamentals/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/web-fundamentals/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/web-fundamentals/teams","hooks_url":"https://api.github.com/repos/otarza/web-fundamentals/hooks","issue_events_url":"https://api.github.com/repos/otarza/web-fundamentals/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/web-fundamentals/events","assignees_url":"https://api.github.com/repos/otarza/web-fundamentals/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/web-fundamentals/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/web-fundamentals/tags","blobs_url":"https://api.github.com/repos/otarza/web-fundamentals/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/web-fundamentals/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/web-fundamentals/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/web-fundamentals/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/web-fundamentals/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/web-fundamentals/languages","stargazers_url":"https://api.github.com/repos/otarza/web-fundamentals/stargazers","contributors_url":"https://api.github.com/repos/otarza/web-fundamentals/contributors","subscribers_url":"https://api.github.com/repos/otarza/web-fundamentals/subscribers","subscription_url":"https://api.github.com/repos/otarza/web-fundamentals/subscription","commits_url":"https://api.github.com/repos/otarza/web-fundamentals/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/web-fundamentals/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/web-fundamentals/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/web-fundamentals/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/web-fundamentals/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/web-fundamentals/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/web-fundamentals/merges","archive_url":"https://api.github.com/repos/otarza/web-fundamentals/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/web-fundamentals/downloads","issues_url":"https://api.github.com/repos/otarza/web-fundamentals/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/web-fundamentals/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/web-fundamentals/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/web-fundamentals/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/web-fundamentals/labels{/name}","releases_url":"https://api.github.com/repos/otarza/web-fundamentals/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/web-fundamentals/deployments","created_at":"2017-01-12T21:11:07Z","updated_at":"2017-01-12T21:11:07Z","pushed_at":"2017-01-12T21:17:01Z","git_url":"git://github.com/otarza/web-fundamentals.git","ssh_url":"git@github.com:otarza/web-fundamentals.git","clone_url":"https://github.com/otarza/web-fundamentals.git","svn_url":"https://github.com/otarza/web-fundamentals","homepage":null,"size":4,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"},{"id":41948850,"node_id":"MDEwOlJlcG9zaXRvcnk0MTk0ODg1MA==","name":"zakala.ge","full_name":"otarza/zakala.ge","private":false,"owner":{"login":"otarza","id":1330491,"node_id":"MDQ6VXNlcjEzMzA0OTE=","avatar_url":"https://avatars.githubusercontent.com/u/1330491?v=4","gravatar_id":"","url":"https://api.github.com/users/otarza","html_url":"https://github.com/otarza","followers_url":"https://api.github.com/users/otarza/followers","following_url":"https://api.github.com/users/otarza/following{/other_user}","gists_url":"https://api.github.com/users/otarza/gists{/gist_id}","starred_url":"https://api.github.com/users/otarza/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/otarza/subscriptions","organizations_url":"https://api.github.com/users/otarza/orgs","repos_url":"https://api.github.com/users/otarza/repos","events_url":"https://api.github.com/users/otarza/events{/privacy}","received_events_url":"https://api.github.com/users/otarza/received_events","type":"User","site_admin":false},"html_url":"https://github.com/otarza/zakala.ge","description":null,"fork":false,"url":"https://api.github.com/repos/otarza/zakala.ge","forks_url":"https://api.github.com/repos/otarza/zakala.ge/forks","keys_url":"https://api.github.com/repos/otarza/zakala.ge/keys{/key_id}","collaborators_url":"https://api.github.com/repos/otarza/zakala.ge/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/otarza/zakala.ge/teams","hooks_url":"https://api.github.com/repos/otarza/zakala.ge/hooks","issue_events_url":"https://api.github.com/repos/otarza/zakala.ge/issues/events{/number}","events_url":"https://api.github.com/repos/otarza/zakala.ge/events","assignees_url":"https://api.github.com/repos/otarza/zakala.ge/assignees{/user}","branches_url":"https://api.github.com/repos/otarza/zakala.ge/branches{/branch}","tags_url":"https://api.github.com/repos/otarza/zakala.ge/tags","blobs_url":"https://api.github.com/repos/otarza/zakala.ge/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/otarza/zakala.ge/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/otarza/zakala.ge/git/refs{/sha}","trees_url":"https://api.github.com/repos/otarza/zakala.ge/git/trees{/sha}","statuses_url":"https://api.github.com/repos/otarza/zakala.ge/statuses/{sha}","languages_url":"https://api.github.com/repos/otarza/zakala.ge/languages","stargazers_url":"https://api.github.com/repos/otarza/zakala.ge/stargazers","contributors_url":"https://api.github.com/repos/otarza/zakala.ge/contributors","subscribers_url":"https://api.github.com/repos/otarza/zakala.ge/subscribers","subscription_url":"https://api.github.com/repos/otarza/zakala.ge/subscription","commits_url":"https://api.github.com/repos/otarza/zakala.ge/commits{/sha}","git_commits_url":"https://api.github.com/repos/otarza/zakala.ge/git/commits{/sha}","comments_url":"https://api.github.com/repos/otarza/zakala.ge/comments{/number}","issue_comment_url":"https://api.github.com/repos/otarza/zakala.ge/issues/comments{/number}","contents_url":"https://api.github.com/repos/otarza/zakala.ge/contents/{+path}","compare_url":"https://api.github.com/repos/otarza/zakala.ge/compare/{base}...{head}","merges_url":"https://api.github.com/repos/otarza/zakala.ge/merges","archive_url":"https://api.github.com/repos/otarza/zakala.ge/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/otarza/zakala.ge/downloads","issues_url":"https://api.github.com/repos/otarza/zakala.ge/issues{/number}","pulls_url":"https://api.github.com/repos/otarza/zakala.ge/pulls{/number}","milestones_url":"https://api.github.com/repos/otarza/zakala.ge/milestones{/number}","notifications_url":"https://api.github.com/repos/otarza/zakala.ge/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/otarza/zakala.ge/labels{/name}","releases_url":"https://api.github.com/repos/otarza/zakala.ge/releases{/id}","deployments_url":"https://api.github.com/repos/otarza/zakala.ge/deployments","created_at":"2015-09-05T04:23:14Z","updated_at":"2015-09-05T04:25:58Z","pushed_at":"2015-09-05T04:25:58Z","git_url":"git://github.com/otarza/zakala.ge.git","ssh_url":"git@github.com:otarza/zakala.ge.git","clone_url":"https://github.com/otarza/zakala.ge.git","svn_url":"https://github.com/otarza/zakala.ge","homepage":null,"size":112,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":null,"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}] \ No newline at end of file