I have a problem with my application, I want to display Permissions, Late and Present descriptions. my problem i can't display "Permission" status on my form ta
here is my test : describe('ValueService', () => { it('#getValue should return real value', () => { expect(true).toBeTruthy(); }); }); And I hav
I'd like to add two experimental_option to the selenium webdriver chrome options. This to run a test in an already open browser window AND with a mobile emulati
I have the following structure: Inside queues.rs I have a #[macro_export], #[macro_export] macro_rules! queue {...} but I am not sure how to import it in lib.
string = "buy @ 1890 . 00 and exit $700" If the string contains @ then split the string using @. Then take the last split item and only join the number until jo
I'm trying to make an animation with some input data. The known data includes x,y positions and radius of balls. The program works if animation.FuncAnimation is
I have an existing Azure Kubernetes Cluster and I'm having a look at Azure Container Apps to see if it could be a good move for me. With AKS, I'm heavily using
I want to plot bar charts to show live data fetched from webpage. I have managed to get response from webpage in json format then convert it to List and plot th
I am writing a program that extracts a submatrix block (half of source) from a bigger matrix. The idea is to loop on rows, and copy each row from source matrix