What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.




一般 Kyungmi Ahn ꉂꉂ(ᴖᗜᴖ*)












![usage = None
loudness = 0
triple = None
object_file = None
addresses = None
index = 1
while index < len(sys.argv):
match sys.argv[index:]:
case ["-h" | "--help", *_]:
usage = 0
case ["-q" | "--quiet", *_]:
loudness -= 1
case ["-v" | "--verbose", *_]:
loudness += 1
case ["-t" | "--triple", arg, *_]:
triple = arg
index += 1
case [option, *_] if option.startswith("-"):
print(f"Unrecognized option {option!r}")
usage = 1
break
case [arg, *_] if object_file is None:
object_file = arg
case [arg, *_]:
if addresses is None:
addresses = []
addresses.append(int(arg, 0))
index += 1
if object_file is None:
usage = 1](https://files.mastodon.social/media_attachments/files/114/373/033/624/828/370/original/365ba8e5da15e792.png)