Hi, @ekusiadadus here. Are you creating CLI tools? I've made a template for creating CLI tools in Rust, because it was a pain to set up the environment each time. This time, I'll use that template to make a simple CLI tool in Rust in a blazing fast way.
The World Cup Rust CLI Tool for Japanese Football Fans
Analyzing Twitter with BigQuery and JupyterLab ~ Twitter API v2 Intro Recently, I wanted to analyze Twitter data and looked into how to get Twitter data.I found Twitter API, which looked quite interesting, so I applied for the Twitter API.The application was approved, so I tried using the Twitter API to retrieve Twitter data. https://twitter.com/ekusiadadus/status/1586791839469686785 I stored the data obtained by Twitter API in BigQuery and analyzed
Go 言語+Elasticsearch で簡易求人サイトバックエンド構築
Windows 11 が発表されてから、ずっと気になっていました。 今日(2021年10月5日)から、Windows 11 アップグレードが解禁されたので早速 Windows 11 にアップグレードしました。
Google Kickstart 2021 Round A Solutions K-Goodness String Problem Charles defines the goodness score of a string as the number of indices ii such that Si≠SN−i+1Si≠SN−i+1 where 1≤i≤N/21≤i≤N/2 (11-indexed). For example, the string CABABC has a goodness score of 22 since S2≠S5S2≠S5 and S3≠S4S3≠S4. Charles gave Ada a string SS of length NN, consisting of uppercase letters and asked her to convert it into a string with a goodness score of KK. In one operation, Ada can change any character in the string to
どうも、おっさんです。 うちの GitHub Copilot の口が悪すぎると話題に! さて、今日は Whisper + Stable Diffusion で永遠の謎『おっさん美少女』を AI に描いて頂こうと思います。 髪の毛は永遠の 0 です。
仕事中にワールドカップをばれないように見る CLI ツールを Rust で作ってみた こんにちは、@ekusiadadus です。日本が死の組をまさかの一位通過して本選出場を決めましたね。 ワールドカップ見たい……けど、仕事中にばれたら怒られる…… そんなときに仕事中にワールドカップを見るための CLI ツールを作ってみました。 (ついさっき PK で負けてしまいました 😢) How to use 🌸 World Cup 2022 CLI for Japanese football fans 🌸 Usage: samuraicli <COMMAND> Commands: real ⚽ワールドカップをリアルタイムで確認する search 🥅ワールドカップのツイートを取得する keisuke 📣本田圭佑の動向を取得する help Print this message or the help of the given subcommand(s) Options: -h, --help Print help information 12
his is a reminder that I had a festival at work to upgrade from React 16 or 17 -> React 18. Please refer to the official documentation "How to Upgrade to React 18".