Pinned Repositories
-one-line-to-give-the-library-s-name-and-a-brief-idea-of-what-it-does.-Copyright-C-2017-
.circleci-config.yml
Sample .yml File
agent
The Buildkite Agent is an open-source toolkit written in Golang for securely running build jobs on any device or network
android-studio-unit-test-plugin
[Deprecated] Android Studio IDE support for Android gradle unit tests. Prepared for Robolectric.
blockchain
Azure Blockchain Workbench Content and Samples
linx-xposed-adsaway-youtubeapp
ManifestsApp
This is a Manifests library for Google Apps Scripts.
npm
a package manager for javascript
webappsec-csp
WebAppSec Content Security Policy
whetcwithdraw
The Withdraw Contract and related code for the funds retrieved by the Whitehat Group in the ETC chain.
GitBItbucket's Repositories
CrownBonded/blockchain
Azure Blockchain Workbench Content and Samples
CrownBonded/npm
a package manager for javascript
CrownBonded/asf-sdk
The ASF SDK lets you sell in-app items for AppCoins (APPC) tokens
CrownBonded/autoland-transplant
A tool that automatically lands patches from one Mercurial tree to another
CrownBonded/binaryen-webpack-plugin
Binaryen plugin for webpack: shrinks wasm files
CrownBonded/build
Better build and test infra for Node.
CrownBonded/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, ...).
CrownBonded/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
CrownBonded/desktop
Simple collaboration from your desktop
CrownBonded/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
CrownBonded/emscripten
Emscripten: An LLVM-to-JavaScript Compiler
CrownBonded/evilginx
Man-in-the-middle attack framework used for phishing credentials and session cookies of any web service.
CrownBonded/express
Fast, unopinionated, minimalist web framework for node.
CrownBonded/fetch
A window.fetch JavaScript polyfill.
CrownBonded/fetch-1
Fetch Standard
CrownBonded/functions-samples
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
CrownBonded/github-syntax-theme-generator
Uses a prettylights theme object to generate syntax themes for multiple platforms
CrownBonded/greenkeeper
:robot: :palm_tree: Real-time automated dependency updates for npm and GitHub
CrownBonded/help
:sparkles: Need help with Node.js? File an Issue here. :rocket:
CrownBonded/https-github.com-flutter-flutter.github.io
CrownBonded/jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
CrownBonded/json-schema-spec
The JSON Schema I-D sources
CrownBonded/materialize
Materialize, a CSS Framework based on Material Design
CrownBonded/modules
Node.js Foundation Modules Team
CrownBonded/node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
CrownBonded/official-images
Primary source of truth for the Docker "Official Images" program
CrownBonded/origin
Enterprise Kubernetes for Developers
CrownBonded/protobuf
Protocol Buffers - Google's data interchange format
CrownBonded/semantic-release
:package::rocket: Fully automated version management and package publishing
CrownBonded/TSC
The Node.js Foundation Technical Steering Committee