See https://issuetracker.google.com/issues/231837768
Should be fixed by this commit, which is not yet part of an Android Gradle plugin release.
See https://issuetracker.google.com/issues/231837768
Should be fixed by this commit, which is not yet part of an Android Gradle plugin release.
package algorithms.shortestpath | |
interface Node | |
data class Edge(val node1: Node, val node2: Node, val distance: Int) | |
/** | |
* See https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm | |
*/ | |
fun findShortestPath(edges: List<Edge>, source: Node, target: Node): ShortestPathResult { |
This is a basic implementation of the Atari Missile Command game, but it's missing a few things intentionally and they're left as further exploration for the reader.
DB_DIRECTORY = /var/electrumx | |
USERNAME = electrumx | |
ELECTRUMX = /usr/local/bin/electrumx_server.py | |
#Bitcoin Node RPC Credentials | |
DAEMON_URL = http://user:pass@IPaddress:port/ | |
#port is optional, defaults to COIN RPC default | |
# | |
#REQUIRED FOR PUBLIC VISIBILITY |
инструкция | что делает |
---|---|
<sub>text</sub> |
подстрочный текст |
<sup>text</sup> |
надстрочный текст |
<ins>text</ins> |
подчеркнутый текст |
|
отступ. втыкать столько роз сколько необходимо |
<sup id="a1">[1](#f1)</sup> |
сноска |
<b id="f1">1</b> Footnote. [↩](#a1) |
куда ссылается |
/** | |
* Created by codezjx on 2016/5/4. | |
*/ | |
public class CircleImageTransformation implements Transformation { | |
/** | |
* A unique key for the transformation, used for caching purposes. | |
*/ | |
private static final String KEY = "circleImageTransformation"; |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.