I hereby claim:
- I am evanp on github.
- I am evanprodromou (https://keybase.io/evanprodromou) on keybase.
- I have a public key ASDMtYAgiLg6IBSGJMVoPkoUFHsglxg5y1njSjIyjrWjmgo
To claim this, I am signing this object:
| { | |
| "@context": [ | |
| "https://www.w3.org/ns/activitystreams", | |
| "https://w3id.org/security/v1", | |
| ], | |
| "id": "https://social.example/person/SEv678nDpuylYzZmdsfB9", | |
| "type": "Person", | |
| "preferredUsername": "example", | |
| "inbox": "https://social.example/collection/9TOqs9LawlwK8JRQnbLfj", | |
| "outbox": "https://social.example/collection/z0zAaqemphzkk--C2w3Xt", |
| { | |
| "@context": [ | |
| "https://www.w3.org/ns/activitystreams", | |
| "https://w3id.org/security/v1", | |
| ], | |
| "id": "https://social.example/key/MZ46DLELS2e2sdggQO4aD", | |
| "type": "Key", | |
| "owner": "https://social.example/person/SEv678nDpuylYzZmdsfB9", | |
| "publicKeyPem": "<key material goes here>", | |
| "to": "as:Public", |
| { | |
| "@context": "https://www.w3.org/ns/activitystreams", | |
| "id": "https://example.org/collection1", | |
| "type": "Collection", | |
| "first": { | |
| "type": "CollectionPage", | |
| "id": "https://example.org/collection1/page1", | |
| "items": [ | |
| { | |
| "type": "Note", |
| { | |
| "@context": "https://www.w3.org/ns/activitystreams", | |
| "id": "https://example.org/collection1", | |
| "type": "Collection", | |
| "items": [ | |
| { | |
| "id": "https://example.org/note1", | |
| "type": "Note", | |
| "content": "This is a simple note" | |
| } |
| 53743f8a chore: v0.11.0-dev.0 | |
| 5f6ffa6d chore: v0.10.0-rc.0 | |
| 5df97f00 fix: add CDP API KEY secret for testing | |
| 80d40a95 chore(deps): bump braces from 3.0.2 to 3.0.3 in /app | |
| cb56a57d fix: gitignore | |
| ddefd097 fix: gitignore | |
| baf58ac8 fix: gitignore | |
| c5042110 fix: gitignore | |
| 436682f1 fix: gitignore | |
| 18a53758 fix: dockerfile for mage |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| from csv import DictReader as CSVReader | |
| def csv2godot(csv_file, godot_file): | |
| data = [] | |
| with open(csv_file, 'r') as f: | |
| reader = CSVReader(f) | |
| for row in reader: | |
| data.append(row) | |
| with open(godot_file, 'w') as f: | |
| f.write('[') |
| { | |
| "@context": "https://www.w3.org/ns/activitystreams", | |
| "type": "Read", | |
| "actor": { | |
| "id": "https://social.example/users/evanp", | |
| "type": "Person", | |
| "name": "Evan Prodromou" | |
| }, | |
| "object": { | |
| "type": "Page", |
| { | |
| "@context": "https://www.w3.org/ns/activitystreams", | |
| "type": "View", | |
| "actor": { | |
| "id": "https://social.example/users/evanp", | |
| "name": "Evan Prodromou" | |
| }, | |
| "object": "https://activitypub.wikidata.example/Q55436290", | |
| "startTime": "2023-11-05T00:00:00Z", | |
| "duration": "106M" |