I'm trying to make one simple request: ua=UserAgent() req = requests.get('https://www.casasbahia.com.br/' , headers={'User-Agent':ua.random}) I would understan
I am currently working on getting models to work efficiently in a ray tracer implemented as an OpenGL compute shader. I already figured out how to construct the
I want to display a pdf/img stored in firebase storage in my react project.when i put my link in iframe it starts downloading instead of displaying.how can i st
Background I am analyzing large (between 0.5 and 20 GB) binary files, which contain information about particle collisions from a simulation. The number of colli
I have a doubt, it is that reviewing the documentation to upload multiple files, I see that the site explain it easily, only that it is not working for me. In t
I'm trying to get a user from my collection with findOne using its name attribute but it returns undefined whereas my user is in the db. This is my schema : var
I have a property class which has some variables(for example, name, age, percentage, freeClasses, etc.). Their type can be boolean, double, integer, string, an
I wanted to have multiple values for a single key in my hashtable, so I created key value pair as Hashtable A = new Hashtable(StringComparer.InvariantCultureIgn