python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to set tags in device twin, while registration of device hartcoded from the azure-iot-sdk-c
I am working with the azure-iot-c-sdk and I have registered my device to IoT Hub with the dps using x509 certificates. Now I want some changes to the generated device twin during the registration proc...
FS-TK
Votes: 0
Answers: 1
Text field that allow text and draggable and sortable tags in react
I want to make a text field the allows text as well as tags drag and drop from outside.
Tags should also be sortable inside the field like it is the image linked below. I have searched over the intern...
Saiban Ali
Votes: 0
Answers: 0
is there a way to tag video files independent of any tool
We are in the 21st century and still there is no good way to tag photos and videos? There is always a dependency on some tool... Is there no way to make the file autonomous with respect to its tags?
V...
inor
Votes: 0
Answers: 1
django2 vs django3 how to write path instead of url
so I'm trying to type this in django3 with path
url(r'^tag/(?P<slug>[-\w]+)/$', TagIndexView.as_view(), name='tagged')
I tried tag/slug but I guess it didn't work.
daniel
Votes: 0
Answers: 1