万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    GitHubAction

    ローカルでGitHubActionするために揃えた人

    https://stackoverflow.com/questions/44390162/download-install-xcode-version-without-premium-developer-account ここからXcode 11.2.1 '/Applications/Xcode_11.2.1.app'におく。 展開して、Xcode_11.2.1.appへリネームしておくよ このコマンドは適当。…

    Carthage のandstor/file-existence-action@v1 GitHubActionで

    # Carthageの変更を見る - name: Cache Carthage uses: actions/cache@v1.1.2 id: cache-carthage with: path: Carthage key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }} restore-keys: | ${{ runner.os }}-carthage- # Carthage…

    GitHubActionの設定 FlutterでAndroidビルド

    GitHubActionの設定 FlutterでAndroidビルド qiita.com これみたが、ほとんどドキュメント丸投げなので自分で調べた。 実際はこれを作ってgitへ含める。 .github/workflows/deploy_after_merge.yml FIREBASE_APP_ID と FIREBASE_TOKEN の設定 GitHubのここに…