Nihongo | Romaji | Pronunciation Help |
---|---|---|
ヨホホホ | Yohohoho | Yo-ho-ho-ho |
ヨホホホ | Yohohoho | Yo-ho-ho-ho |
ビンクスの酒を | Binkusu no sake wo | Bink-su no sah-keh woh |
届けにゆくよ | todoke ni yuku yo | toh-doh-keh nee yoo-koo yo |
海風 気まかせ | Umi kaze kimakase | ooh-mee kah-zeh kee-mah-kah-seh |
波まかせ | namimakase | nah-mee-mah-kah-seh |
潮の向こうで | Shio no mukou de | shee-oh no moo-koh-oo deh |
夕日も騒ぐ | yuuhi mo sawagu | yoo-hee moh sah-wah-goo |
This file contains 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
{ | |
"default": { | |
"region": "The Forge", | |
"system": "Jita" | |
}, | |
"routes": [ | |
{ | |
"region": "The Forge", | |
"systems": [ | |
{ |
This file contains 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
APPNAME?="docker-beat" | |
REPONAME?="dmportella" | |
TEST?=$$(go list ./... | grep -v '/vendor/') | |
VETARGS?=-all | |
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor) | |
REV?=$$(git rev-parse --short HEAD) | |
BRANCH?=$$(git rev-parse --abbrev-ref HEAD) | |
BUILDFILES?=$$(find bin -mindepth 1 -maxdepth 1 -type f) | |
VERSION?="0.0.0" | |
DOCKER_REPO?="${REPONAME}/${APPNAME}" |