Tutorial by Topics: do

Before you can add ECS instances to a cluster you must first go to the EC2 Management Console and create ecs-optimized instances with an IAM role that has the AmazonEC2ContainerServiceforEC2Role policy attached. Go to your EC2 Dashboard, and click the Launch Instance button. Under Community AM...
This section provides an overview of what azure-documentdb is, and why a developer might want to use it. It should also mention any large subjects within azure-documentdb, and link out to the related topics. Since the Documentation for azure-documentdb is new, you may need to create initial ver...
When a docker build -t mytag . fails with a message such as ---> Running in d9a42e53eb5a The command '/bin/sh -c returned a non-zero code: 127 (127 means "command not found, but 1) it is not trivial for everybody 2) 127 may be replaced by 6 or anything) it may be non trivia...
RandomForest is an ensemble method for classification or regression that reduces the chance of overfitting the data. Details of the method can be found in the Wikipedia article on Random Forests. The main implementation for R is in the randomForest package, but there are other implementations. See ...
Sphinx allows the inclusion of docstrings in the documentation using the autodoc extension which is shipped with the package. This documentation will show you how to format your docstrings an how to include them in your documentation.
This is section where you can find the details about the fields that is being used in Odoo 8 ParametersDescriptionstring="Name"Optional label of the fieldcompute="_compute_name_custom"Transform the fields into computed fieldsstore=TrueIf computed it will store the resultselect=T...
Examples on how to save the created Excel sheet to the Disk or send it to the Browser.
This Simple Google App Web Script (Standalone) allows Google Drive to be repeated polled for files to be downloaded to the user's local PC. Shows how to use one app script to provide the function of both the: 1. User interface (a simple one in this example) 2. The file download page. For a fu...
How to style Cells with font types, background color, border styles etc.
How to fill your created Excel sheet with data from different sources.
ConfigSlurper allows you to use another groovy script as a config file for your script instead of using, for example, a .properties file. You can do interesting configurations with typed properties and you don't need to convert from string. You can use lists, maps or a value based on some calcul...
jQuery promises are a clever way of chaining together asynchronous operations in a building-block manner. This replaces old-school nesting of callbacks, which are not so easily reorganised.
Batch and bash are quite different. Batch flags are indicated with a /, while bash flags use a -. Capitalization matters in bash, but (almost) not at all in batch. Batch variable names can contain spaces, bash variable names can not. Ultimately, both are ways of manipulating and interacting wit...
How to append data to an already existing Excel document.
A private and secure docker registry instead of a Docker Hub. Basic docker skills are required. CommandExplanationsudo docker run -p 5000:5000Start a docker container and bind the port 5000 from container to the port 5000 of the physical machine.--name registryContainer name (use to make “docke...
Xamarin.Android application lifecycle is the same as normal Android app. When talking about lifecycle we need to talk about: Application lifecycle, Activity lifecycle and Fragment lifecycle. In the below I'll try to provide a good description and way of using them. I obtained this documentation fr...

Page 12 of 17