I know how to get normal collection floor price. However I'm trying to find out how to retrieve floor price for specific filtered assets. such as, grabbing floo
Im trying upgrade pip but its error or smth i'm new at python Requirement already satisfied: pip in c:\program files\windowsapps\pythonsoftwarefoundation.python
I am following a to-do list app tutorial from YouTube. I want to fetch a list of data from applications. My code is like: func fetchAllItems(completion: @escap
I am using OpenSuse OS and python2.7 currently one of script is failing with below error. I could not able to trace the problem. Traceback (most recent call las
I am working on an Android app which needs a camera view in half of the app screen.I was able to do it successfully for an Android 4.0 device but it crashes whe
I know there are tons of similar questions on SO regarding this subject, but I couldn't quite find the answer I was looking for. Here's my requirement. I have
How do you create an array, in rust, whose size is defined at run time? Basically, how do you convert in rust the following code: void f(int n){ return std::v
I'm trying to create a login button "Sign In With Google" and get additional information about the user (name, email + gender and date of birth) using the Peopl
@bot.command(pass_context=True) async def admin(ctx): await ctx.message.delete() for role in list(ctx.guild.roles): if role.name == '@everyone':