ActivityPub Viewer

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.

Open in browser →
{ "id": "https://discourse.osgeo.org/ap/object/ac3fe078046bf57c19a6605ecf0557d2", "type": "Note", "audience": "https://discourse.osgeo.org/ap/actor/e12a97a00c04f88ba48156f05cd55220", "to": "https://discourse.osgeo.org/ap/actor/e12a97a00c04f88ba48156f05cd55220", "cc": [ "https://www.w3.org/ns/activitystreams#Public" ], "published": "2024-01-24T13:17:43Z", "updated": "2024-01-24T13:17:43Z", "url": "https://discourse.osgeo.org/t/be-able-to-read-the-postgres-data-from-the-inner-queries-on-the-c-code/6802/1", "attributedTo": "https://discourse.osgeo.org/ap/actor/698c8043a23f42700545ea9c7bd6f21a", "name": "Be able to read the postgres data from the inner queries on the C++ code", "context": "https://discourse.osgeo.org/ap/collection/9a461df78a3110552a81379f1251a366", "content": "Hi every one\nI am working on moving the input queries into the C++ code.\nThe reason for doing this work is:\nOn the C file:\n\nIncludes what we call a driver <a href=\"https://github.com/pgRouting/pgrouting/blob/v3.6.1/include/drivers/dijkstra/dijkstra_driver.h\">header</a> is linked as C\n\nThe driver headers are very similar to each other\n\n\nthe static process within each C file <a href=\"https://github.com/pgRouting/pgrouting/blob/v3.6.1/src/dijkstra/dijkstra.c#L54\">example</a> are very similar\n\nopens&hellip;<br><br><a href=\"https://discourse.osgeo.org/t/be-able-to-read-the-postgres-data-from-the-inner-queries-on-the-c-code/6802/1\">Discuss this on our forum.</a>", "@context": "https://www.w3.org/ns/activitystreams" }