Traceback (most recent call last): File "C:\Users\Balmeet\PycharmProjects\text&checkBox\venv\lib\site-packages\pdf2image\pdf2image.py", line 441, in pdfin
I am am using Official AMP Plugin for my site. I can visit and see the AMP pages by typing https://techsaa.com/?amp or https://techsaa.com/ammp/. There is no va
I'm using Android Studio default implementation of AppCompatActivity which create 3 Fragments HomeFragment GalleryFragment and SlideSHowFragment. In GalleryFra
I have a div area that has an arbitrary number of characters. I want to limit the amount of characters that show up in there to 175 characters. I mostly found e
First attempt at connecting airflow, running in docker, to google cloud. I have 2 issues: Firstly, the connection between airflow and google cloud doesn't work.
pos = -1 def search(list,n): low=0 u = len(list)-1 while low <= u: mid = (low+u)//2 if mid == n: globals()["pos"]=mid return True
I'm trying to run a hive query on Google Compute Engine. My Hadoop service is on Google Dataproc. I submit the hive job using this command - gcloud dataproc job
I am verifying request from the public key that i got from my provider. I am using openssl_verify function for verification. below is the sample code that i am