Skip to content

Instantly share code, notes, and snippets.

View lvreynoso's full-sized avatar
📷

Lucia Reynoso lvreynoso

📷
View GitHub Profile
@zedeus
zedeus / following.py
Created September 2, 2019 21:06
Fetch Twitter following list
import requests, re, sys
url = "https://mobile.twitter.com/{}/following"
cursor = ""
usernames = []
first = True
if len(sys.argv) < 2:
print("Usage: python followers.py <username>")
quit(1)
@rxwei
rxwei / ad-manifesto.md
Last active December 6, 2024 16:54
First-Class Automatic Differentiation in Swift: A Manifesto
@lattner
lattner / TaskConcurrencyManifesto.md
Last active January 9, 2026 11:13
Swift Concurrency Manifesto