Hello I am working with php and I have this drop down menu list code: <form method="POST" > <select name="users" id="users"> <option
I have button that trigger a tooltip when my user clicked Copy <v-btn @click="showCopiedText = !showCopiedText; copyHtmlText()">Copy</v-btn> <v
I'm trying to make program that will for for example 273(000100010001b) make to 4095(111111111111b). Funny part is that my program works for first 2 iterations,
Im trying to save 2d textures from a rendertexture using CopyTexture() to capture multiple angle of a 3dobject but for some reason its only returns multiple of
People take a survey and their responses end up in one row in an Excel spreadsheet. People take multiple surveys, so their responses are spread throughout multi
I am trying to get output from the post request once the form has been submitted but I get a promise response rather than the actual data when posting the form
I am trying to save jpg image with quality 80 by opencv. Here is the python script I tried: cv2.imwrite(isdocker.DOCKER_PREFIX + IM.path + IM.name, IM.data, [(i
I want to login a user using the python-social-auth functionality for Google Plus signin in Django. When logging in from my website, everything works fine and t