This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| metadata { | |
| definition (name: "AXIS Gear-V3", namespace: "axis", author: "AXIS Labs") { | |
| capability "Actuator" | |
| capability "Configuration" | |
| capability "Switch" | |
| capability "Switch Level" | |
| capability "Refresh" | |
| capability "Battery" | |
| capability "HealthCheck" | |
| capability "Window Shade" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {'event': 'UPLOAD_CHUNK', 'ok': True, 'data': {'partNumber': 511, 'uploadId': 'bf807ce82eb9b9d43b58f3b2545b0785', 'chunk': 510, 'chunks': 756, 'start': 4278190080, 'end': 4286578688, 'total': 6341254575, 'size': 8388608}} | |
| {'event': 'UPLOAD_CHUNK', 'ok': True, 'data': {'partNumber': 512, 'uploadId': 'bf807ce82eb9b9d43b58f3b2545b0785', 'chunk': 511, 'chunks': 756, 'start': 4286578688, 'end': 4294967296, 'total': 6341254575, 'size': 8388608}} | |
| {'event': 'UPLOAD_CHUNK', 'ok': True, 'data': {'partNumber': 513, 'uploadId': 'bf807ce82eb9b9d43b58f3b2545b0785', 'chunk': 512, 'chunks': 756, 'start': 4294967296, 'end': 4303355904, 'total': 6341254575, 'size': 8388608}} | |
| {'event': 'UPLOAD_CHUNK', 'ok': True, 'data': {'partNumber': 514, 'uploadId': 'bf807ce82eb9b9d43b58f3b2545b0785', 'chunk': 513, 'chunks': 756, 'start': 4303355904, 'end': 4311744512, 'total': 6341254575, 'size': 8388608}} | |
| {'event': 'UPLOAD_CHUNK', 'ok': True, 'data': {'partNumber': 515, 'uploadId': 'bf807ce82eb9b9d43b58f3b2545b0785', 'chunk': 514, 'chunks' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Auto bilibili live recording server | |
| # | |
| # VERSION 0.0.1 | |
| FROM nvidia/cuda:11.0-devel-ubuntu20.04 | |
| ENV TZ=Asia/Shanghai | |
| ARG DEBIAN_FRONTEND=noninteractive | |
| RUN apt-get update && apt-get install -y wget git apt-transport-https software-properties-common |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config --global core.excludesfile ~/.global_gitignore | |
| echo .DS_Store >> ~/.global_gitignore |
OlderNewer