import requests import threading from time import sleep proxy_addresses = [] proxy_ports = [] proxies = open("fresh.txt", "r").read() # PROXY SOURCE for i in pro...
Guys I wanna ask something, I have a customer which wants do learn if his request is doable. So I wanna ask you this: Is browser manipulation on buttons according to the text ...
I have created a user object outside the class, when I initialize my local db connection, I get the value and assign it to the remaining integer of user object. After that, wh...
Guys we’ve recently open-sourced a project which helps you to share resources on Clubhouse 👋, can I share the repo link here?
Hello guys, should I check if the argument is the same type with argument type in the function? public Stack (Integer extensionConstant){ if(!(extensionConstant instan...
Any idea how to save Netflix videos offline on Mac? I have a subscription but can’t watch it offline because it doesn’t support it on Mac. I am looking for a way around xd
I am building simple API service and auth service with node js and trying to test it. While I type http://localhost:3000 i can connect it but with IP's I can't connect to it i...
I want to ask something, I tried to add people to my channels before but I was unable to do it because according to the rules only first 200 attenders can be added by others t...
In telethon library, i am getting user instance from username and getting this error RuntimeWarning: coroutine 'UserMethods.__call__' was never awaited any suggestion?
Anyone used Twitter API before, I have created an app on Twitter. I want to use that app with another account so I need to give permission to it I guess but, I don't have a we...
Hey guys, I'm going to create a react native app and I'm in need of a design. The app basically asks 10 yes or no questions to users (in one go). Users are able to see and cha...
Free tutorial avaliable ? xd
Any Swift developers around?
Depends on the internet speed?
Is there any react or react-native group in the Devs?
How can I contribute to Python ? Is there any repository or sth?
Is there an easy way to contact Telegram for bug bounty? Mail and Twitter doesn't work xd
Hello I have a question should I post my code as screenshot or in backquotes ?
How can I call outer class method from inner class method? Outer.this.methodName(); doesn't work.
How can I type into input box with JS without using value property or val() from jQuery ?