Amedeo
SYMBIOSYS OF
PURPOSE & STYLE
Follow us

Search

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

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

仕事中にワールドカップをばれないように見る 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