プロジェクト

全般

プロフィール

Wiki » 履歴 » リビジョン 5

リビジョン 4 (みぞ @mizo0203, 2019/05/12 07:01) → リビジョン 5/6 (みぞ @mizo0203, 2019/09/08 10:11)

# Wiki 

 ## AtCoder / C++14 (GCC 5.4.1) / macOS 

 [AtCoder](https://atcoder.jp/) のプログラミングコンテストに参加するため、 Mac に環境構築をする。 
 コンテストで使用する言語は C++14 (GCC 5.4.1) とする。 
 また、 Mac には Command Line Tools と [Homebrew](https://brew.sh) がインストールされているものとする。 

 Command Line Tools がインストールされていれば C++14 でコンパイル可能であるが、 
 AtCoder では [Boost C++ ライブラリ](https://www.boost.org/)が使用できるので、これもインストールする。 

 `$ brew update && brew install boost` 

 ### コンパイルと実行コマンド 

 `$ g++ -std=gnu++1y -O2 -I/usr/local/opt/boost/include -L/usr/local/opt/boost/lib -o ./a.out ./Main.cpp && ./a.out` 

 ### 参考 

 [ルール - AtCoder Grand Contest 033](https://atcoder.jp/contests/agc033/rules) 

 ## Android 

 ### エラー内容 

 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 

 ### 解決策 

 https://github.com/google/filament/issues/15#issuecomment-415423557 


 {{iframe(https://calendar.google.com/calendar/embed?src=3gd0mbqqu8b235sqs6s225l29k%40group.calendar.google.com&ctz=Asia%2FTokyo, 800, 600)}} 

 `<iframe src="https://calendar.google.com/calendar/embed?src=3gd0mbqqu8b235sqs6s225l29k%40group.calendar.google.com&ctz=Asia%2FTokyo" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>` 

 ## App Engine のロケーション 

 https://cloud.google.com/appengine/docs/standard/java/quickstart 

 App Engine は次のリージョンで利用できます。 

 * `northamerica-northeast1`(モントリオール) 
 * `us-central`(アイオワ) 
 * `us-west2`(ロサンゼルス) 
 * `us-east1`(サウスカロライナ) 
 * `us-east4`(北バージニア) 
 * `southamerica-east1`(サンパウロ) 
 * `europe-west`(ベルギー) 
 * `europe-west2`(ロンドン) 
 * `europe-west3`(フランクフルト) 
 * `europe-west6`(チューリッヒ) 
 * `asia-northeast1`(東京) 
 * `asia-northeast2`(大阪) 
 * `asia-east2`(香港) 
 * `asia-south1`(ムンバイ) 
 * `australia-southeast1`(シドニー) 

 アプリのリージョンを設定した後で変更することはできません。 

 App Engine アプリケーションがすでに作成されている場合は、`gcloud app describe` コマンドを実行するか、[GCP Console の App Engine ダッシュボード](https://console.cloud.google.com/appengine?hl=ja&_ga=2.217953055.-861370281.1567074619)を開くと、そのアプリケーションに設定されているリージョンを確認できます。