万年素人からHackerへの道

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

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

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

    Safariで拡張するAction Extension

    kt-zoe.com shibuya-3percent.hatenablog.com

    ClipOvalのShadow

    https://stackoverflow.com/questions/58690604/how-to-add-shadow-to-clipoval-in-flutter class CustomClipperOval extends CustomClipper<Rect> { @override Rect getClip(Size size) { return Rect.fromCircle( center: Offset(size.width / 2, size.width / 2</rect>…

    piece?

    We make all our jewelry by hand, so every piece is unique. piece (noun) - a specific design or an artistic or literary composition The ruby and diamond necklace are the most expensive pieces in our store.

    伯爵?count

    hangover - sickness after drinking too much alcohol count - title for nobility (high ranks in the society) duke, baron, earl, viscount unlike - not like

    piece?

    We make all our jewelry by hand, so every piece is unique. piece (noun) - a specific design or an artistic or literary composition The ruby and diamond necklace are the most expensive pieces in our store.

    spiteとかout ofとか

    英語。ーにもかかわらず、inspiteofというものがありますが、なぜspit... - Yahoo!知恵袋 (1) out of spite (2) in spite (3) in spite o Out ofのコアイメージは中から外への動きって考えると I am out of money →マネー"の"外側 He took my wallet out of …

    バックしたときに1つ前のタブバーを非表示

    まずUIViewControllerで拡張変数作成 addedBool public extension UIViewController { private struct additional { static var addedBool: Bool = false } var addedBool: Bool { get { guard let theBool = objc_getAssociatedObject(self, &additional.ad…

    拡張クラスに保存

    UIViewControllerを拡張して、StringやBoolが保存できる vc.addedString = "Str" vc.addedBool = true public extension UIViewController { private struct additional { static var addedString: String = "" static var addedBool: Bool = false // TODO:…

    RevenueCatの横幅について

    横幅が短い場合これをする document.getElementsByClassName("css-24xmbf-TruncateStyled").forEach(item => {item.style.maxWidth = "1250px";})

    setNavigationBarHidden

    https://stackoverflow.com/questions/35766425/hide-navigation-bar-after-dismiss-controller https://www.codegrepper.com/code-examples/swift/how+to+remove+the+nav+bar+from+navigation+controller+in+swift

    weather reportと weather forecast

    A typical weather report tells you the high and low temperatures for the past day. Forecast is predicted weather. Weather report is what's happening now.

    影響 英語

    The effect of coronavirus affected our work.

    NikeシューズAdopt BB 2.0 のつながらない時

    Adopt BB 2.0 のつながらない時 ①アプリのアンインストール(ここの手順で再インストールはまだしないで下さい) ②Bluetoothの接続先解除(端末の設定からの操作となります) 削除いただく項目:EARL LEFT/EARL RIGHT ③2つのボタンを5秒間長押しします。LEDが…

    韻を踏んだ便利な単語

    easy-peasy chock-a-block heebie-jeebies fender bender Don't worry, it's just a fender bender nitty gritty Let's get down to the nitty gritty: do you have insurance?

    映画の空席の表現

    映画の □■□■□■□ を表現したい One empty seat in between people. One seat apart. One empty seat exists in between people.

    supabase.ioとFlutter連携

    公式 supabase.io サンプル、YouTubeもある https://github.com/adityathakurxd/supabase_flutter

    updateされないfvm

    fvm use 2.2.1 --globalしてみた。 > fvm use 2.2.1 --global The global Flutter version is now 2.2.1 Make sure to add /Users/shinriyo/fvm/default/bin to your PATH environment variable Project now uses Flutter: 2.2.1 __________________________…