| 更新: | 2017-05-09 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 3.14 |
| URL: | http://voluntas.github.io/ |
MQTT をググって調べた人向け
| 更新: | 2017-05-09 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 3.14 |
| URL: | http://voluntas.github.io/ |
MQTT をググって調べた人向け
| /* Copyright 2015 the original author or authors. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software | |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| # Docker | |
| function dm-env() { | |
| eval "$(docker-machine env "${1:-default}")" | |
| } | |
| function docker-clean() { | |
| docker rmi -f $(docker images -q -a -f dangling=true) | |
| } | |
| alias de="env | grep DOCKER_" | |
| alias dm-list="docker-machine ls" |
oops
$ demo on|off [hhmm]
Enable or disable the demo mode on a connected Android device or emulator. You can also pass in a custom value for the system clock in the HHMM format (only used when you use the on command).
| import kotlinx.coroutines.experimental.channels.BroadcastChannel | |
| import kotlinx.coroutines.experimental.channels.ConflatedBroadcastChannel | |
| import kotlinx.coroutines.experimental.channels.ReceiveChannel | |
| import kotlinx.coroutines.experimental.channels.filter | |
| import kotlinx.coroutines.experimental.channels.map | |
| import kotlinx.coroutines.experimental.launch | |
| import javax.inject.Inject | |
| import javax.inject.Singleton |