Tutorial by Topics: go

Google App Engine(GAE) is a Platform as a Service(PaaS) offering on Google Cloud Platform, which abstracts away the infrastructure so that you focus on your web application code. App Engine handles both automatic scaling up and down of instances on-demand for your web application based on the numbe...
This topic is based on How to integrate google sign-in, On android apps
Examples for some multithreaded algorithms. parallel before a loop means each iteration of the loop are independant from each other and can be run in parallel. spawn is to indicate creation of a new thread. sync is to synchronize all created threads. Arrays/matrix are indexed 1 to n in exam...
Check sample input and output below.
This Documentation describe how to build a three node Mongo replica set using Docker Image and auto provisioned using Chef.
Loops considered as one of the important control structures in any programming language. There are different ways in which we can achieve loop coverage. These methods differ based on type of loop. Single loops Nested Loops Concatenated loops
This section provides an overview of what google-project-tango is, and why a developer might want to use it. It should also mention any large subjects within google-project-tango, and link out to the related topics. Since the Documentation for google-project-tango is new, you may need to create...
JSON Web Tokens (JWTs) are a popular method for representing claims securely between two parties. Understanding how to work with them is important when developing web applications or application programming interfaces. context.Context and HTTP middleware are outside the scope of this topic, bu...
This section provides an overview of what google-cloud-dataflow is, and why a developer might want to use it. It should also mention any large subjects within google-cloud-dataflow, and link out to the related topics. Since the Documentation for google-cloud-dataflow is new, you may need to cre...
The point of this wiki is to show you how to execute integration tests using Apache Camel. More precisely, doing this you will be able to launch an existing route from beginning to end (With or without your real database) or intercept the exchange between each part of the route and test if your hea...
This section provides an overview of what google-tag-manager is, and why a developer might want to use it. It should also mention any large subjects within google-tag-manager, and link out to the related topics. Since the Documentation for google-tag-manager is new, you may need to create initi...
Google Drive is a file hosting service created by Google. It provides file storage service and allows the user to upload files in the cloud and also share with other people. Using Google Drive API, we can synchronize files between computer or mobile device and Google Drive Cloud. Legal If you...
Tips for golfing in Groovy
This section provides an overview of what google-api is, and why a developer might want to use it. It should also mention any large subjects within google-api, and link out to the related topics. Since the Documentation for google-api is new, you may need to create initial versions of those rel...
This documentation explains how an external Image can be tested and compared with the output image of OpenCV. For example, To compare two blurred images and test if they both are same, we blur an original image in an external software (I used WiT Image Processing software) or just download any blurr...
The KMP is a pattern matching algorithm which searches for occurrences of a "word" W within a main "text string" S by employing the observation that when a mismatch occurs, we have the sufficient information to determine where the next match could begin.We take advantage of this ...
This section provides an overview of what google-play is, and why a developer might want to use it. It should also mention any large subjects within google-play, and link out to the related topics. Since the Documentation for google-play is new, you may need to create initial versions of those ...
Writing to a .csv file is not unlike writing to a regular file in most regards, and is fairly straightforward. I will, to the best of my ability, cover the easiest, and most efficient approach to the problem. ParameterDetailsopen ("/path/", "mode")Specify the path to your CS...

Page 11 of 12