Now I'm new for c# development. I have 100 data from Array and also have 100 variables. How can I match 100 data with 100 variables? for example for(int cou
I'm learning ObjectDetection from this website I have installed ImageAI,Tensorflow and Keras. Then when I run this in python from imageai.Detection import O
Earlier I was using default database sqlite3, but today i've changed it to postgresql. I wants to save the image files in database not in project directory itse
How to get current_date - 1 day in sparksql, same as cur_date()-1 in mysql.
Want to restrict all users in GitHub from deleting an existing tag. Please let us know if there is any way to achieve it. I have found one article where we can
I've deployed on same ubuntu server two small react apps. I've divided by relative path, like /app1 and /app2, but I have problem when refreshing the page or af
Very new to Kubernetes. In the past I've used kubectl/Kustomize to deploy pods/services using the same repetitive pattern: On the file system, in my project, I'
I'm wondering how I'd splite the code lines in SIL? Couldn't find anything regarding this in doc string [] keys = selectIssues("project = jgate AND issuetype in
For instance: Considering type Person = {id: number; name:string; age: number; description?: {eyes: string } } Considering user: Person we call the endpoint GET
I'm using jackson to retrive file .yml into pojo java. It's working fine. how could I handle environment variables in .yml when read to pojo? jackson has this i