万年素人からHackerへの道

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

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

    2020-04-01から1ヶ月間の記事一覧

    webrtc-demo

    GitHub - cloudwebrtc/flutter-webrtc: WebRTC plugin for Flutter Mobile/Desktop/Web https://github.com/cloudwebrtc/flutter-webrtc-demo

    画像フィルター

    https://uiflutter.com/tutorial/photo-filters-package-for-flutter.html これ追加 dependencies: photofilters: ^0.0.1 image_picker: ^0.6.4

    AgoraIO Flutter

    github.com github.com

    Eclipse Theia 1.0

    Visual Studio Codeの代替を狙う統合開発環境「Eclipse Theia 1.0」ってので試す。 github.com https://dev.to/svenefftinge/theia-1-0-finally-a-good-browser-ide-3ok0/comments It's not an application, it's a toolset/platform. インストール式ではな…

    Exlipseインストール時のエラー「Failed to create the Java Virtual Machine.」

    このダルダルエラー発生した Failed to create the Java Virtual Machine. これみた。 Can't install Eclipse - "Failed to create the Java Virtual Machine" on Mac - Stack Overflow このコマンドあんま意味ない。 echo $(/usr/libexec/java_home)/bin/ja…

    SlackとGitHub連携

    /github subscribe owner/repo commits:all owner/repo owner はGitHubの名前で、repo はリポジトリ commits:all というオプションを適用すると、master以外もブランチ対象に出来る

    GitHubActionの設定 FlutterでAndroidビルド

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

    PINコード入力

    PINコード入力 PinCodeTextField pin_code_text_field | Flutter Package pin_code_fields | Flutter Package

    楕円のボタン

    楕円のボタン dart - Create a rounded button / button with border-radius in Flutter - Stack Overflow