万年素人からHackerへの道

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

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

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

    flutter_soundの最小限サンプル

    https://flutter-sound.canardoux.xyz/flutter_sound_install.html <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> /* * Copyright 2018, 2019, 2020, 2021 Dooboolab. * * This file is part of Flutter-Sound. * * Flut…</uses-permission></uses-permission>

    AppDelegate.swiftでURLから起動の時

    func application( _: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { for item in options.userActivities { if item.activityType == NSUserActivit…

    UIProgressBarの色の変更の注意点

    UIProgressBarの色の変更 一見、XcodeのbackgroundColorとtintColorを使うのと思ってしまうが それをやると微妙に色合いが変になる! こいつらは.clearとかにしておく。 https://developer.apple.com/documentation/uikit/uiprogressview 実際のゲージprogre…

    replacementの灰色背景をOFFにする

    Xcodeではできないが、 UITextfieldのplaceholderの色の変更は不可能と思われていたが TextFieldのattributedPlaceholderのパラメーターで可能 self.myTextField.attributedPlaceholder = NSAttributedString( string: "文字", attributes: [NSAttributedStr…

    Flutter for Webでのエラー色々

    analyticsがない https://github.com/FirebaseExtended/flutterfire/issues/3017 messagingがない https://github.com/FirebaseExtended/flutterfire/issues/7461 <body> </body>

    looking him up

    looking him up looking someone up searching for someoneと同じ for忘れるなー。