Skip to content

Instantly share code, notes, and snippets.

View evgeth's full-sized avatar

Evgeny Yurtaev evgeth

View GitHub Profile

Privacy Policy

Evgeny Yurtaev built the The Hat - Word Trivia app as a Free app. This SERVICE is provided by Evgeny Yurtaev at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at The Hat - Word Trivia unless otherwise defined in this Privacy Policy.

Keybase proof

I hereby claim:

  • I am evgeth on github.
  • I am evgeth (https://keybase.io/evgeth) on keybase.
  • I have a public key ASBV4vmhBWSriRc8zdRD7iYAxoteXIWinymMpb5Ucb814wo

To claim this, I am signing this object:

struct ProtocolMetadata {
string name;
string description;
string websiteURL;
string iconURL;
uint256 version;
}
import matplotlib
matplotlib.use('TkAgg')
from pylab import *
import networkx as nx
m0 = 5 # number of nodes in initial condition
m = 2 # number of edges per new node
def set_m(val=2):
global m
import Web3Swift
let network = InfuraNetwork(chain: "mainnet", apiKey: "metamask")
let txHash = try SendRawTransactionProcedure(
network: network,
transactionBytes: EthDirectTransactionBytes(
network: network,
senderKey: EthPrivateKey(hex: "0x1636...a9f5"),
recipientAddress: EthAddress(hex: "0x79d2...D403"),
## Markdown test
host HOST_NAME {
hardware ethernet HOST_MAC;
fixed-address HOST_IP;
}
subnet SUBNET netmask NETMASK {
range BEGIN_RANGE_IP END_RANGE_IP;
option domain-name-servers DNS_SERVER_ADDRESS;
option domain-name "lab.local";
option routers ROUTER_ADDRESS;
option broadcast-address BROADCAST_ADDRESS;