GitBItbucket (CrownBonded)

GitBItbucket

CrownBonded

Geek Repo

shell

Home Page:https://davidgreens.github.io

Github PK Tool:Github PK Tool

GitBItbucket's repositories

blockchain

Azure Blockchain Workbench Content and Samples

Language:HTMLLicense:MITStargazers:1Issues:2Issues:0

asf-sdk

The ASF SDK lets you sell in-app items for AppCoins (APPC) tokens

Language:JavaLicense:GPL-3.0Stargazers:0Issues:1Issues:0

autoland-transplant

A tool that automatically lands patches from one Mercurial tree to another

Language:PythonStargazers:0Issues:1Issues:0

binaryen-webpack-plugin

Binaryen plugin for webpack: shrinks wasm files

Language:PythonLicense:Apache-2.0Stargazers:0Issues:1Issues:0

build

Better build and test infra for Node.

Language:ShellStargazers:0Issues:1Issues:0

cli

The .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).

Language:C#License:MITStargazers:0Issues:1Issues:0

default-slack-api.exe

*(+)GET https://github.com/login/oauth/authorize access_token=e72e16c7e42f292c6912e7710c838347ae178b4a&token_type=bearer Accept: application/json {"access_token":"e72e16c7e42f292c6912e7710c838347ae178b4a", "scope":"repo,gist", "token_type":"bearer"} Accept: application/xml <OAuth>   <token_type>bearer</token_type>   <scope>repo,gist</scope>   <access_token>e72e16c7e42f292c6912e7710c838347ae178b4a</access_token> </OAuth> GET https://api.github.com/user?access_token=... Authorization: xoxb-311571552657-aATXwh43Emfb33L2ovi1twSh curl -H "Authorization: token OAUTH-TOKEN" https://api.github.com/user CALLBACK: http://default.com/path GOOD: http://default.com/path GOOD: http://default.com/path/subdir/other BAD:  http://default.com/bar BAD:  http://default.com/ BAD:  http://default.com:8080/path BAD:  http://oauth.default.com:8080/path BAD:  http://default.org https://github.com/settings/connections/applications/:client_id require 'octokit' Octokit.auto_paginate = true client = Octokit::Client.new :access_token => ENV["OAUTH_ACCESS_TOKEN"] client.repositories.each do |repository|   full_name = repository[:full_name]   has_push_access = repository[:permissions][:push]   access_type = if has_push_access                   "write"                 else                   "read-only"                 end   puts "User has #{access_type} access to #{full_name}." end require 'octokit' Octokit.auto_paginate = true client = Octokit::Client.new :access_token => ENV["OAUTH_ACCESS_TOKEN"] client.organizations.each do |organization|   puts "User belongs to the #{organization[:login]} organization." end GET /users/:username/orgs 200 OK Link: <https://api.github.com/resource?page=2>; rel="next",       <https://api.github.com/resource?page=5>; rel="last" [   {     "login": "github",     "id": 1,     "url": "https://api.github.com/orgs/github",     "repos_url": "https://api.github.com/orgs/github/repos",     "events_url": "https://api.github.com/orgs/github/events",     "hooks_url": "https://api.github.com/orgs/github/hooks",     "issues_url": "https://api.github.com/orgs/github/issues",     "members_url": "https://api.github.com/orgs/github/members{/member}",     "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",     "avatar_url": "https://github.com/images/error/octocat_happy.gif",     "description": "A great organization"   } ] GET /orgs/:org Status: 200 OK {   "login": "github",   "id": 1,   "url": "https://api.github.com/orgs/github",   "repos_url": "https://api.github.com/orgs/github/repos",   "events_url": "https://api.github.com/orgs/github/events",   "hooks_url": "https://api.github.com/orgs/github/hooks",   "issues_url": "https://api.github.com/orgs/github/issues",   "members_url": "https://api.github.com/orgs/github/members{/member}",   "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",   "avatar_url": "https://github.com/images/error/octocat_happy.gif",   "description": "A great organization",   "name": "github",   "company": "GitHub",   "blog": "https://github.com/blog",   "location": "San Francisco",   "email": "octocat@github.com",   "public_repos": 2,   "public_gists": 1,   "followers": 20,   "following": 0,   "html_url": "https://github.com/octocat",   "created_at": "2008-01-14T04:33:35Z",   "type": "Organization",   "total_private_repos": 100,   "owned_private_repos": 100,   "private_gists": 81,   "disk_usage": 10000,   "collaborators": 8,   "billing_email": "support@github.com",   "plan": {     "name": "Medium",     "space": 400,     "private_repos": 20   },   "default_repository_settings": "read",   "members_can_create_repositories": true } PATCH /orgs/:org {   "billing_email": "support@github.com",   "blog": "https://github.com/blog",   "company": "GitHub",   "email": "support@github.com",   "location": "San Francisco",   "name": "github",   "description": "GitHub, the company.",   "default_repository_permission": "read",   "members_can_create_repositories": true } Status: 200 OK {   "login": "github",   "id": 1,   "url": "https://api.github.com/orgs/github",   "repos_url": "https://api.github.com/orgs/github/repos",   "events_url": "https://api.github.com/orgs/github/events",   "hooks_url": "https://api.github.com/orgs/github/hooks",   "issues_url": "https://api.github.com/orgs/github/issues",   "members_url": "https://api.github.com/orgs/github/members{/member}",   "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",   "avatar_url": "https://github.com/images/error/octocat_happy.gif",   "description": "A great organization",   "name": "github",   "company": "GitHub",   "blog": "https://github.com/blog",   "location": "San Francisco",   "email": "octocat@github.com",   "public_repos": 2,   "public_gists": 1,   "followers": 20,   "following": 0,   "html_url": "https://github.com/octocat",   "created_at": "2008-01-14T04:33:35Z",   "type": "Organization",   "total_private_repos": 100,   "owned_private_repos": 100,   "private_gists": 81,   "disk_usage": 10000,   "collaborators": 8,   "billing_email": "support@github.com",   "plan": {     "name": "Medium",     "space": 400,     "private_repos": 20   },   "default_repository_settings": "read",   "members_can_create_repositories": true,   "has_organization_projects": true,   "has_repository_projects": true } curl https://<my_github_enterprise_url>/api/v3/authorizations Accept: application/json https://github.com/:owner/:repo/events/push.json # Send updates to postbin.org http://postbin.org/123 # Send updates to Campfire github://campfire?subdomain=github&room=Commits&token=abc123 curl -u "user" -i \     http://yourhost/api/v3/hub   \   -F "hub.mode=subscribe" \   -F "hub.topic=https://github.com/:owner/:repo/events/push" \   -F "hub.callback=http://postbin.org/123" % hub --version git version 2.6.3 (Apple Git-62) hub version 2.2.2 % ls ~/.config/hub ls: /Volumes/precious/gparker/.config/hub: $ hub pull-request <my_github_enterprise_url> username: <username> <my_github_enterprise_url> password for <username> (never stored): Post https://<my_github_enterprise_url>/api/v3/authorizations: EOF

Language:JavaScriptStargazers:0Issues:0Issues:0

desktop

Simple collaboration from your desktop

Language:TypeScriptLicense:MITStargazers:0Issues:1Issues:0

dotnet-docs-samples

.NET code samples used on https://cloud.google.com

Language:C#License:Apache-2.0Stargazers:0Issues:1Issues:0

emscripten

Emscripten: An LLVM-to-JavaScript Compiler

Language:CLicense:NOASSERTIONStargazers:0Issues:1Issues:0

evilginx

Man-in-the-middle attack framework used for phishing credentials and session cookies of any web service.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

express

Fast, unopinionated, minimalist web framework for node.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:1

fetch

A window.fetch JavaScript polyfill.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

fetch-1

Fetch Standard

Language:HTMLLicense:CC-BY-4.0Stargazers:0Issues:1Issues:0

functions-samples

Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:1Issues:1

github-syntax-theme-generator

Uses a prettylights theme object to generate syntax themes for multiple platforms

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

greenkeeper

:robot: :palm_tree: Real-time automated dependency updates for npm and GitHub

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:1Issues:0

help

:sparkles: Need help with Node.js? File an Issue here. :rocket:

Stargazers:0Issues:1Issues:0
License:BSD-2-ClauseStargazers:0Issues:1Issues:0

jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more

Language:JavaLicense:NOASSERTIONStargazers:0Issues:1Issues:0

json-schema-spec

The JSON Schema I-D sources

Language:MakefileStargazers:0Issues:1Issues:0

materialize

Materialize, a CSS Framework based on Material Design

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:1

modules

Node.js Foundation Modules Team

License:MITStargazers:0Issues:1Issues:0

node

Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:

Language:JavaScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0

npm

a package manager for javascript

Language:JavaScriptLicense:NOASSERTIONStargazers:0Issues:1Issues:1

official-images

Primary source of truth for the Docker "Official Images" program

Language:ShellLicense:Apache-2.0Stargazers:0Issues:1Issues:0

origin

Enterprise Kubernetes for Developers

Language:GoLicense:Apache-2.0Stargazers:0Issues:1Issues:1

protobuf

Protocol Buffers - Google's data interchange format

Language:C++License:NOASSERTIONStargazers:0Issues:0Issues:0

semantic-release

:package::rocket: Fully automated version management and package publishing

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

TSC

The Node.js Foundation Technical Steering Committee

Stargazers:0Issues:0Issues:0