My app executes other apps depending on different events. For example, if the Bluetooth gets connected to "my loudspeaker" then my app launches Spotify. This wo
I have a requirement to add data to an excel file containing macros. I am using the following code after adding data using Apache POI(4.1.2) to delete excess ro
I want to capture and get text from image. But it returns me a link. How can I convert it to text? This is my code. import urllib import img as img import pyau
So I have three contracts oganised into a folder as followed: contract |-src ||-file1.rs ||-file2.rs ||-lib.rs |-Cargo.toml The goal is to compile them into a
I have a column in data frame containing the following data; Column name: Items [{Type: Car, Price: 1000, Insurance: Yes}, {Type: Bike, Price: 2000, Insurance:
Can anyone give me some guidance or tips about better dart programming for my code below? Can it be more simpler? I think it's not good enough, and I also have
Hey I am trying to implement KMM in my existing Android and iOS project. I following this kmm-config. I want to implement interceptor and authentication. In doc
How does this code work? (leetcode 95 question) I don't understand how the 2 recursions work inside the for loop. Does the 2nd inner for loop end when the recur