I'm working on voice recording functionality.Voice recording has been done through webView now when the user clicks on voice record recording starts, and making
I need to open a gradle project, but IntelliJ doesn't support gradle versions below 3 (this one is in 2.7). I tried clicking the upgrade gradle version and reim
I have been trying to sum the hours by activity in a dataframe but it didn't work. the code: import pandas as pd fileurl = r'https://docs.google.com/spreadsh
i am trying to install Open Data Cube as per the documentation: https://opendatacube.readthedocs.io/en/latest/installation/setup/windows.html , but i am getting
I am trying to add more security on my hosted videos, so that I make it hard for users are hackers to illegally download them from the browser, is there away I
It seems Spacy NLP is having issues with non-standard verb conjugation and spoken text/slang vocabulary. For example, I'm working with captions from telenovela
I enabled clr integration (i.e. SQLCLR) by running: EXEC sp_configure 'clr enabled', 1; RECONFIGURE; Now when I try: EXEC sp_configure 'clr strict security
I'm trying to simplify my query to graphql and I ended up duplicating code in the query here are what similar to what I have. fragment VehicleFragment on Vehicl
I'm using matplotlib to plot log-normalized images but I would like the original raw image data to be represented in the colorbar rather than the [0-1] interval