I am not sure I phrased my question exactly right, but here is the code to illustrate: script.py from simple_salesforce import Salesforce sf = Salesforce(login
I am trying to measure corresponding "real" values of an RGB image from an RGB color bar. The color bar is several pixel large and I am wondering what is the
i've the following object companies = [ { id: 1, code: "cod1", employessList : [{id:1, name:"name1"}, {id:2, name:"name2"}, ...]}, { id: 2, code: "cod2", employ
A simple function as below: void showNotification(RemoteNotification remoteNotification) async { AndroidNotificationDetails androidNotificationDetails = And
I am currently trying to cluster a list of sequences based on their similarity using python. ex: DFKLKSLFD DLFKFKDLD LDPELDKSL ... The way I pre process my da
I am trying to dynamically create SVG elements using element.innerHTML but it doesn't seem to work. This is the SVG data I want to use: <style type="text/c
I have a Python3.6 application that uses bleak lib for BLE communication. I need to handle Ctrl-C signal by disconnecting BLE and do some clean up in case user
I have deployed a MySQL server (bitnami helmchart) to an openshift cluster (version 8.0.25-debian-10-r16) and made a group replication cluster using docs here: