I want to test two boolean values in Perl. In case both are 0 do x, in case not do y. For example: $var1 = 0; false in Perl $var2 = 0; false in Perl if($var1==0
I'm creating a smart contract that allows people to pay for a monthly subscription I got stacked in this : how to transfer plan.amount from the user wallet to t
I have this initializer of Kodein in commonMain module: @ThreadLocal object CommonInjector { val kodeinContainer = DI.lazy { importAll(mainModule)
I have been working on the background removal project, for that to segment the image I used u2net model. after that I used Image.BILINEAR to remove resample th
I'm trying to do a cross join of rows with different categories (CarreraId) on a single table, and calculate the sum of points for the given combination. Howeve
I need a service to run in background and calculate every minute distance between two locations. I used Thread in order to execute a method every minute, then I