I hereby claim:
- I am kwunyeung on github.
- I am kwunyeung (https://keybase.io/kwunyeung) on keybase.
- I have a public key ASBKle1_ImJusPpwHeOAlNI6BMlKmtb2b-UB_JAZJedtego
To claim this, I am signing this object:
<?php | |
/** | |
* Coordinates.php | |
* An utility for converting HK80 to WGS84 coordinates | |
* | |
* Copyright (C) 2010, 2013 Kelvin Wong | |
* Licensed under the MIT License (http://opensource.org/licenses/MIT) | |
* | |
* Note: For the glossaries and conventions for coordinates convertion, please refer to | |
* the website of Geodetic Survey of Hong Kong. |
toggleSearchInput = e => { | |
e.preventDefault(); | |
this.setState({isShown = !this.state.isShown}); | |
} | |
render(){ | |
return | |
<div> | |
(this.state.isShown? | |
<SearchInput />:''} |
[Unit] | |
Description=Cosmos Gaia Node | |
After=network-online.target | |
[Service] | |
User=gaiad | |
ExecStart=/opt/go/bin/gaiad start --home=/opt/gaiad/ | |
Restart=always | |
RestartSec=3 | |
LimitNOFILE=4096 |
#!/bin/bash | |
# Upgrade the system and install go | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt install gcc git make -y | |
sudo snap install --classic go | |
sudo mkdir -p /opt/go/bin | |
# Export environment variables |
#!/bin/bash | |
# Upgrade Cosmos SDK and restart gaiad | |
POSITIONAL=() | |
while [[ $# -gt 0 ]] | |
do | |
key="$1" | |
case $key in | |
-t|--tag) |
I hereby claim:
To claim this, I am signing this object:
{ | |
"key": "396c2b6ffff9f409da13997b", | |
"addrs": [ | |
{ | |
"addr": { | |
"id": "4173a31e168b139989d87d2a3e6462ba138c6e74", | |
"ip": "85.214.84.224", | |
"port": 26656 | |
}, | |
"src": { |
#!/bin/bash | |
# Upgrade the system and install go | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt install gcc git make -y | |
sudo snap install --classic go | |
sudo mkdir -p /opt/go/bin | |
# Export environment variables |
#!/bin/bash | |
# Upgrade IRIS and restart gaiad | |
POSITIONAL=() | |
while [[ $# -gt 0 ]] | |
do | |
key="$1" | |
case $key in | |
-t|--tag) |
#!/bin/bash | |
# Upgrade the system and install go | |
sudo apt update | |
sudo apt upgrade -y | |
sudo apt install gcc git make -y | |
sudo snap install --classic go | |
sudo mkdir -p /opt/go/bin | |
# Export environment variables |