I hereby claim:
- I am austince on github.
- I am vv_austin_ce (https://keybase.io/vv_austin_ce) on keybase.
- I have a public key ASCQ23cVyzqzvQLSI63zyJPvYiiVIuoK5Dai-B8Be4B0vQo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "context" | |
| "go.opentelemetry.io/otel/attribute" | |
| "go.opentelemetry.io/otel/metric" | |
| "go.opentelemetry.io/otel/metric/instrument" | |
| "go.opentelemetry.io/otel/metric/instrument/syncint64" | |
| "k8s.io/client-go/util/workqueue" | |
| "time" |
| package main | |
| import ( | |
| "context" | |
| "go.opentelemetry.io/otel/attribute" | |
| "go.opentelemetry.io/otel/metric" | |
| "go.opentelemetry.io/otel/metric/instrument" | |
| "go.opentelemetry.io/otel/metric/instrument/syncint64" | |
| "k8s.io/client-go/util/workqueue" | |
| "strings" |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "$id": "https://gist.githubusercontent.com/austince/44b9d6e6c6c4f5fc927166de9ff58f86/raw/191107271da5815845c77c988bf129493d4ee869/dockerrun-json-schema.json", | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "description": "AWS Dockerrun.aws.json schema", | |
| "oneOf": [ | |
| { "$ref": "https://gist.githubusercontent.com/austince/9c8240a98c5efa195a72be8eb76aef52/raw/ab96ba8866e8b13e9afd4e989b5b4f3d2feb9684/dockerrun-v1-json-schema.json" }, | |
| { "$ref": "https://gist.githubusercontent.com/austince/c1e3b729590ecc43fd2d016a11b01954/raw/c03c33aa57707880f5413d841bda9e3de2a7595e/dockerrun-v2-json-schema.json" } | |
| ] | |
| } |
| { | |
| "$id": "https://gist.githubusercontent.com/austince/9c8240a98c5efa195a72be8eb76aef52/raw/ab96ba8866e8b13e9afd4e989b5b4f3d2feb9684/dockerrun-v1-json-schema.json", | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "description": "AWS Dockerrun.aws.json v1 schema", | |
| "type": "object", | |
| "additionalProperties": false, | |
| "required": [ | |
| "AWSEBDockerrunVersion", | |
| "Image" | |
| ], |
| { | |
| "$id": "https://gist.githubusercontent.com/austince/c1e3b729590ecc43fd2d016a11b01954/raw/c03c33aa57707880f5413d841bda9e3de2a7595e/dockerrun-v2-json-schema.json", | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "description": "AWS Dockerrun.aws.json v2 schema", | |
| "type": "object", | |
| "additionalProperties": false, | |
| "required": [ | |
| "AWSEBDockerrunVersion", | |
| "containerDefinitions" | |
| ], |
| #!/bin/sh | |
| # Open CV 3.3.1 on Ubuntu 16.04 | |
| sudo apt-get -y install libtiff5-dev | |
| sudo apt-get -y install libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev | |
| sudo apt-get -y install libxine2-dev libv4l-dev | |
| sudo apt-get -y install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev |
| #!/bin/sh | |
| # install dependencies | |
| sudo apt-get update | |
| sudo apt-get install -y build-essential | |
| sudo apt-get install -y cmake | |
| sudo apt-get install -y libgtk2.0-dev | |
| sudo apt-get install -y pkg-config | |
| sudo apt-get install -y python-numpy python-dev | |
| sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev | |
| sudo apt-get install -y gcc-5 g++-5 |
I hereby claim:
To claim this, I am signing this object: