Trying to execute a procedure in perl script, Proceure ->create or replace PROCEDURE Getproc ( v_catg IN CHAR DEFAULT NULL, v_cursor OUT SYS_REFCURS
I'm playing with the XTB API. The two streams from getCandles and getTickPrices don't return the same value ranges. The ask and bid values are approx. €0.3
I have a data frame with many columns and three rows. I want to filter for the columns based on conditions for different rows e.g. In the following example I wo
So I want to use Flux to run each Mono task and wait each task for 2 seconds. Here's what I have tried val test = { x: Int -> Mono.just(x) .log
I have a Client class which contains a list of Cars in a OneToMany relationship. When I try to GET all clients using Postman, the first client will be printed i
I would like to set parameter to a native query, javax.persistence.EntityManager.createNativeQuery Something like that Query query = em.createNativeQuery("S
I am going to learn kotlin coroutines, but i got problem on android studio. I did need imports of library in gradle, but I got problems with code compiler. I ju
here is my html page : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello</title> <l
Hy, I'm new to dart and flutter thus why you will find my code messy (i don't really know when to use classes vs widgets). I'm trying to generate clickable card
I have open and active diagram in EA (15.2). And I want to get [x,y] position of viewed part of this diagram. The goal is to place class here by scripting (VBS)