I am currently working with Create2 Roombas. They are connected through serial to USB connections to Raspberry Pis that I control from my laptop through SSH. I
I make this GUI in python: Note: Chinese-->English: 导入视频-->load video, 框选屏幕-->The ROI screen,
I have a .txt file full of strings that look like the ones beneath. I need to add a comma at the end of every line. At the moment it looks like this: name,age
I'm trying to write a simple struct around an std random number generator. According to the compiler I can initialize this class but when I try to use the funct
I am using this code: function onEdit(e) { e.source.getActiveSheet().getRange('K2').setValue(new Date()).setNumberFormat("dd/mm/yyyy hh:mm:ss") } to add the dat
How can I send --date instead of --data-binary with dio? This what was sent by my app: curl -H "user-agent: Dart/2.16 (dart:io)" -H "content-type: application/j
I am trying to build a table look with the GridBagLayout, but it keeps centering everything. I don't know why it is doing this. My insets are set at 5, yet it m
I need to perform encryption array of byte []. I used the example available on the Microsoft. Unfortunately, the encrypted data is truncated to the size that is
I am trying to download excel files from my work SharePoint site to a local folder using python. I have written a code to successfully authenticate into the sha
redisgraph do not support "foreach" and i need use "case when then" with foreach.What do you suggest instead? #64