I want to hide specific products, based on product category for users under the age of 18. So if the user is not logged in, or if logged in but under the age of
My goal is to achieve behavior that is exactly like tranform.Translate(), just without breaking collision detection. I'm currently dealing with some rather thin
I have a class with static methods returning promises. I am able to print in console the values returned by these promises in seperate lines. But I want to prin
I have a contract which I want to interact with automatically using a specific wallet at certain times from my web3 app. Only my wallet (A) can interact with th
How should I annotate the following sentence with BILOU tags? I have a function called get_dataset2 what this function do is it will give the tokens, POS tags a
I'm trying to test google play subscriptions for my app. Where I wanna test the payment and verify it on the backend. Although I'm getting Response Code : OK, b
An error occurred and I don't know why. I tried various ways to try, but the error was not resolved. Why am I getting an error? import clipboard import pya
This is a code to print/input the linked list by overloading cin/cout. Why is the return type ostream& in place of just ostream? ostream& operator<&l
I try to make my symfony application more component-based. I've managed to achieve this by putting reusable sections in separate files and include or embed them