Amedeo
SYMBIOSYS OF
PURPOSE & STYLE
Follow us

Search

Programming
  -  Programming

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 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