Skip to content

Instantly share code, notes, and snippets.

View bailey-coding's full-sized avatar
🚀
Let's make the world a better place?

Bailey bailey-coding

🚀
Let's make the world a better place?
  • Netherlands
View GitHub Profile
@bailey-coding
bailey-coding / README.md
Created February 22, 2026 22:36
py-xbrl reproduction example
diff --git a/fulcio.swagger.json b/fulcio.swagger.json
index e3f7fb7..3e7a85b 100644
--- a/fulcio.swagger.json
+++ b/fulcio.swagger.json
@@ -13,11 +13,6 @@
"url": "https://github.com/sigstore/fulcio/blob/main/LICENSE"
}
},
- "tags": [
- {
message = """01010100 01110010 01100001 01101110 01110011 00100000 01110010 01101001 01100111 01101000 01110100 01110011 00100000 01100001 01110010 01100101 00100000 01101000 01110101 01101101 01100001 01101110 00100000 01110010 01101001 01100111 01101000 01110100 01110011 00100001
""".strip().split()
for binary_int in message:
print(chr(int('0b' + binary_int, base=0)), end='')