Using Processing 3-0-1 (not updated yet), I have a problem with the dataPath() function. My code : final String path = dataPath(""); //... void setup(){ /...
The ref says: Limit of total size of serialized results of all partitions for each Spark action (e.g. collect). Should be at least 1M, or 0 for unlimited....
I'm having trouble with import cv in my python code. My issue is I need to draw a rectangle around regions of interest in an image. How can this be d...
I have seen many articles on rewrites. All good. But none covering this exact situation. So here is my question: hope you can help. Because I cannot get i...
I'm trying to get my head around mutable vs immutable objects. Using mutable objects gets a lot of bad press (e.g. returning an array of strings from...
I have a docker file where I have customized image myimage derived from some-debian-image (which derived from debian upstream.) FROM some-debian-image myi...
I want to write a function that will execute a shell command and return its output as a string, no matter, is it an error or success message. I just want ...