I'm trying to add a Marker into my Google map. Here is the code. private final LatLng LOCATION_HOME= new LatLng(6.0334009,80.218384); mMap.addMarker(new Mar
I am trying to dockerize a Django Cuda application that runs on Nginx and Gunicorn.Problem is when I go to do prediction .. I get an error cuda drivers not foun
FILTER("source"."recordCount" USING "source"."snapshot_date" = EVALUATE('TO_CHAR(%1, ''YYYYMMDD'')', TIMESTAMPADD(SQL_TSI_DAY, -7, EVALUATE('TO_DATE(%1, %
So, I'm trying to add a product to cart, which is the object, specified by quantity which is passed in url parameters. It will look like this: http://localhost:
I have median,IQR, mean as the statistics to compute for variables in a dataset. The default out put looks like this: How do I add a line in the tbl_summary fu
my problem is ocurring when I am loading a kivy app from another file. When I run just the app alone, the theme is normal. But when I load it from this functio
I am struggling to convert the following code to c#: private SecretKey generateSecretKey(char[] key, byte[] salt) { this.FACTORY = SecretKeyFactory.getInstanc