So I am trying to insert data into a snowflake transient table (from a parquet file), but my syntax doesn't allow me to go past our SAST test in the pipeline. D
I develop apps in R Shiny and Python Dash. On my Shiny apps, I can exectute some code when the user closes the app with the following code in server.R : sessi
The code is from a book which teaching OpenCV. I ran the code but it always showing error. import cv2 casc_path = cv2.data.haarcascades + "haarcascade_frontalf
I have this: var userRegister2 = "INSERT INTO GOT (USERNAME, PASSWORD, NAME, USERID) VALUES (?)"; ibmdb.open(ibmdbconnMaster, function (err, conn) { if (err)
I made a multi-filter in panda with pd.between_time but doesn't work like other boolean condition: df_t = pd.DataFrame(np.random.random((110,3))) df_t['date']=p
I have a gRPC service with several functions. To make it simple public GreeterService : GreeterServiceBase { public override Task<SayHelloResponse> Sa
I have a list of data (numbers) comming from a sensor. I need to transforme that data into a list in which i have control, exemple: values=[1,2,3,4,5,6,7,8,9,10
Well, reading "a bit old" book ("The C programming language", second edition, by Dennis Ritchie), I came a cross the following: An external variable must be
We have deployed loki using helm chart. I have the loki persistent volume. How can I figure out what was the schema config used so that I can retain the logs. C