I write a code for get some data with a fake ip. but my code don't work correctly import requests proxies = {"https://": "https://190.71.22.98:8080",} r = requ
I want to fetch the count of all the leads from Facebook ads using python SDK, Does anyone knows which field or method needs to be used to fetch the count?
I want to get a list of all persons who have some keywords in their hobbies (for example hockey - case insensitive). The Java class corresponding to my Mongo co
This problem was presented to me through an exam and the exercise was to create a randomly generated 10x10 array with 0s and 1s. Then you had to color them acco
currently i doing project things board for my company. Currently i having problem on the create image map widget at the dashboard. i want to display the placeme
hi i have below JSON formate { "data": [ { "category": { "documentId": "c8kr0cv012vtr8vm3iug", "title": "Art" }, "subcategories": [ {
I'm working on holistic mediapipe model (javascript API), it utilizes the pose, face and hand landmark models in MediaPipe Pose, MediaPipe Face Mesh and MediaPi
I need to add a number just before the extension of the files with a Bash script. For example, I want to convert a file name like abc.efg to abc.001.efg. The p
I am struggling with setting up coordinates so that when you change the angle, the mesh moves like a mouse. So if I move the mouse up, the mesh also goes up and