Skip to content
#

owl

Here are 495 public repositories matching this topic...

cknoll
cknoll commented Dec 22, 2021

This issue serves as place to note candidate projects (via url), which might be added to the list.

Update (2022-01-29): I initially planned to use this issue as a public place to note down candidates to add them by later myself. Now, I try to ping people involved in those projects. Benefits:

  • Information added is more accurate
  • People get to know of this list
  • Saves time for me

Update:

ClusterDuck-Protocol
nfeuer
nfeuer commented Oct 4, 2021

Describe the feature
We want to be able to keep track of how busy each device is during different amounts of traffic. This will help us understand which new processes are taking too much time.

Datapoints to track

  • uptime (millis())
  • loopcount (have a counter at the beginning of loop(), this is a simple way to measure how "busy" an arduino device is)

Expected implementation

cmungall
cmungall commented Jul 24, 2017

Currently the Jena CSV/TSV writer is used. We may have to implement our own writer here (should be sraightforward iteration over ResultSet) to implement the two requirements here for TSVs:

Inconsistencies with literals

  • for TSVs, the XSD type for literals is shown, and the literal is quoted, e.g. "foo"^^xsd:string
  • for CSVs, the XSD type is not shown, only the string value of the l
mondo

Improve this page

Add a description, image, and links to the owl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the owl topic, visit your repo's landing page and select "manage topics."

Learn more