All Projects → GoogleCloudPlatform → cloud-build-samples

GoogleCloudPlatform / cloud-build-samples

Licence: Apache-2.0 license
Code snippets used in Cloud Build documentation

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
go
31211 projects - #10 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to cloud-build-samples

Examples
An complete examples and related support for various popular projects, and more.
Stars: ✭ 22 (-65.08%)
Mutual labels:  samples
anesthetic
Nested Sampling post-processing and plotting
Stars: ✭ 34 (-46.03%)
Mutual labels:  samples
pdftron-android-samples
PDFTron Android Samples
Stars: ✭ 30 (-52.38%)
Mutual labels:  samples
azure-sphere-hardware-designs
Hardware reference designs for Azure Sphere chips created and maintained by the Azure Sphere team at Microsoft
Stars: ✭ 26 (-58.73%)
Mutual labels:  samples
android-clean-architecture
🚀🚀🚀 The boilerplate for Android using Kotlin & Clean architecture.
Stars: ✭ 21 (-66.67%)
Mutual labels:  samples
native-samples
Samples of modern build automation for native languages with Gradle
Stars: ✭ 140 (+122.22%)
Mutual labels:  samples
models
Programmatically control Elektron's model:cycles & model:samples via midi using Go.
Stars: ✭ 26 (-58.73%)
Mutual labels:  samples
vsphere-automation-sdk-.net
[DEPRECATED] Please see README. C# samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
Stars: ✭ 67 (+6.35%)
Mutual labels:  samples
xamarin-forms-wpf-samples
Xamarin.Forms WPF Samples
Stars: ✭ 14 (-77.78%)
Mutual labels:  samples
multi-ctx
Multiple Spring Contexts Showcase
Stars: ✭ 16 (-74.6%)
Mutual labels:  samples
webpack-svg-sprite-sample
a webpack SVG sprite sample when using Vue and React
Stars: ✭ 19 (-69.84%)
Mutual labels:  samples
desktop-starter
An iTwin.js Desktop starter app
Stars: ✭ 20 (-68.25%)
Mutual labels:  samples
Foundatio.Samples
Foundatio Samples
Stars: ✭ 34 (-46.03%)
Mutual labels:  samples
titanium-es6-sample
An ES6+ sample app for Appcelerator Titanium.
Stars: ✭ 11 (-82.54%)
Mutual labels:  samples
quickstarts
Quickstart projects to get up and running with Spice.ai quickly 🚀
Stars: ✭ 17 (-73.02%)
Mutual labels:  samples
agoncal-sample-angular
Angular samples
Stars: ✭ 23 (-63.49%)
Mutual labels:  samples
samplescope
Desktop app with the main goal to simplify audio samples search over the internet sources.
Stars: ✭ 23 (-63.49%)
Mutual labels:  samples
MicroPython-Samples
📚 Provide many interesting MicroPython Code.
Stars: ✭ 51 (-19.05%)
Mutual labels:  samples
uwp-demos
This repository contains the samples for Syncfusion Universal Windows Platform UI Controls and File Format libraries and the guide to use them.
Stars: ✭ 20 (-68.25%)
Mutual labels:  samples
sendbird-javascript-samples
A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for JavaScript samples.
Stars: ✭ 315 (+400%)
Mutual labels:  samples

code-examples

This repository contains code examples used in the official Cloud Build documentation.

Contributing changes

New samples

  • New samples are accepted at reviewer discretion.
  • New samples should come with a README either linking to documentation or explaining how to use the sample directly. If the README is excessively long, the instructions should be moved to a tutorial and linked from the README.
  • The configuration file (e.g. cloudbuild.yaml) should be able to run as part of automated testing. This means that in general, the file should contain substitutions rather than dummy values that the user has to manually replace. Some exceptions to this rule may be allowed with sufficient justification.
  • Sample should be readable. Use clear comments, descriptive variable names, and try to avoid excessively long lines.

Bug Fixes

  • Bug fixes are welcome, either as pull requests or as GitHub issues.

See CONTRIBUTING.md for details on how to contribute.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].