- click goals
- measures how often visitors click an element
url targeting
Event | Inspection | Adaptation | Who Attends | Time-box for 1 Month | |
---|---|---|---|---|---|
Sprint Planning | Product Backlog | Sprint Goal, Forecast, Sprint Backlog | Scrum Team | 8 hours | |
Daily Scrum | Progress toward Sprint Goal | Sprint Backlog | Development Team | 15-minutes (always) | |
Sprint Review | Increment, Sprint, Product Backlog | Product Backlog | Scrum Team, Stakeholders | 4 hours | |
Sprint Retrospective | Sprint | Actionable and committed improvements | Scrum Team | 3 hours |
// Base64 encode | |
val text = "This is plaintext." | |
val bytesEncoded = java.util.Base64.getEncoder.encode(text.getBytes()) | |
// Base64 decode | |
val textDecoded = new String(java.util.Base64.getDecoder.decode(bytesEncoded)) | |
println(textDecoded) |
Let's say you have a diff: | |
``` | |
838a839 | |
> p088x0zn| | |
841a843 | |
> p088x0zt| | |
1167a1170 | |
> p088z03m| | |
etc. |
#!/usr/bin/env bash | |
ENV_PATH="$(dirname "$(dirname "$(which pip)")")" | |
SYSTEM_VIRTUALENV="$(which -a virtualenv|tail -1)" | |
BAD_ENV_PATHS="/usr/local" | |
echo "Ensure the root of the broken virtualenv:" | |
echo " $ENV_PATH" |
Ticket
https:///browse/TICKET-NUMBER
Changes
The PR fulfils these requirements:
if (process.argv.length < 3) { | |
throw `Usage: ${process.argv[1]} path_prefix` | |
} | |
const PATH_PREFIX = process.argv[2] | |
const path = require('path') | |
const AWS = require('aws-sdk') | |
const ssm = new AWS.SSM() | |
function getParametersByPath(nextToken, callback) { |
Have tested these instructions successfully under an Ubuntu 16.04LTS guest with a VirtualBox 5.1 and 5.2 host.
I hereby claim:
To claim this, I am signing this object: