A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
}
],
"id": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-06-24T08:34:13Z",
"url": "https://takoverse.syutin.com/@UkkariTako/110598268776462241",
"attributedTo": "https://takoverse.syutin.com/users/UkkariTako",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://takoverse.syutin.com/users/UkkariTako/followers"
],
"sensitive": false,
"atomUri": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241",
"inReplyToAtomUri": null,
"conversation": "tag:takoverse.syutin.com,2023-06-24:objectId=4759546:objectType=Conversation",
"content": "<p>C言語講座、新しい方のをとりあえずクリア。んむ、これは、大変納得。</p><p>ただ、新しくclock()をやったので、ちょっと自分で整理したのをこっちに張っておくんである。メモ代わり~</p><p>clock_tは、型である。clock()は、clock_t型の値を返し、返す値は、プログラム起動からの時間である。</p><p>ただし、この時間の単位は、日常使われる時間単位ではない(CPU時間というらしい)。秒にしたい場合は、CLOCKS_PER_SECで値を割る。</p><p>CLOCKS_PER_SECの値は、コンパイラによって違い、1000であることが多い(10000の場合もある)。</p><p>clock_t型だが、その正体は、long型である(C言語ってこういう芸当するから、ややっこしいTT)。</p><p>講座の内容は、↓↓</p><p>そーか、待機してたんだねえ・・・</p><p>C言語029 フレームレート固定</p><p><a href=\"https://codeknowledge.livedoor.blog/archives/23383207.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codeknowledge.livedoor.blog/ar</span><span class=\"invisible\">chives/23383207.html</span></a></p>",
"contentMap": {
"ja": "<p>C言語講座、新しい方のをとりあえずクリア。んむ、これは、大変納得。</p><p>ただ、新しくclock()をやったので、ちょっと自分で整理したのをこっちに張っておくんである。メモ代わり~</p><p>clock_tは、型である。clock()は、clock_t型の値を返し、返す値は、プログラム起動からの時間である。</p><p>ただし、この時間の単位は、日常使われる時間単位ではない(CPU時間というらしい)。秒にしたい場合は、CLOCKS_PER_SECで値を割る。</p><p>CLOCKS_PER_SECの値は、コンパイラによって違い、1000であることが多い(10000の場合もある)。</p><p>clock_t型だが、その正体は、long型である(C言語ってこういう芸当するから、ややっこしいTT)。</p><p>講座の内容は、↓↓</p><p>そーか、待機してたんだねえ・・・</p><p>C言語029 フレームレート固定</p><p><a href=\"https://codeknowledge.livedoor.blog/archives/23383207.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codeknowledge.livedoor.blog/ar</span><span class=\"invisible\">chives/23383207.html</span></a></p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241/replies?only_other_accounts=true&page=true",
"partOf": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241/replies",
"items": []
}
},
"likes": {
"id": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://takoverse.syutin.com/users/UkkariTako/statuses/110598268776462241/shares",
"type": "Collection",
"totalItems": 0
}
}