どうも、おっさんです。 うちの GitHub Copilot の口が悪すぎると話題に! さて、今日は Whisper + Stable Diffusion で永遠の謎『おっさん美少女』を AI に描いて頂こうと思います。 髪の毛は永遠の 0 です。
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
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".
Squary Given N integer, is it possible to add at least 1 and at most K elements such that the sum of the squares of all elements in list equals square of sum of the all elements? solution Let $$ a_i $$ or A be the list of the given n elements. Let $$ b_j $$ be the list of the elements to add the `A` list. $$(\sum_{i}a_i
solution
Check a letter appearance
First, check all of the middle letters, which all letters other than the first and last consecutive segment of letters.
If a letter in middle letter appears more than one input string, it is impossible to construct the megatower.
Google Code Jam 2022 Qual solutions A. Punched Cards Given R and C, print the matrix with RxC Punched Card Python. Limits Time limit: 5 seconds.Memory limit: 1 GB. Test Set 1 (Visible Verdict) 1≤T≤811≤T≤81.2≤R≤102≤R≤10.2≤C≤102≤C≤10. Solution /** * author: ekusiadadus * created: 02.04.2022 15:34:43 **/ #include<bits/stdc++.h> using namespace std; using i64 = long long; int main(){ cin.tie(0); ios_base::sync_with_stdio(false); #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif int