Is it possible to configure vs code to support the ZMODEM protocol? I could use xshell to download files with sz command, but when I try to use sz in vs code, h
If I run the tests with jest, I got always the error message TypeError: this.subQuery is not a function with a reference on the marked line in the testModelDb.t
I've been having an issue with one of my .net core services when using the join statement. This is the problem code: public List<Category> GetCategoryList
Variables data, maxs and mins are Pandas Series with the same indexes. I want to match the elements of the three variables by indexes. How can I apply this func
I'm trying to calculate position with accelerometer and gyroscope data I get from the phone. In this calculation I am using quaternations for attitude update bu
Background: I'm integrating mermaidjs into revealjs like in the code snippet attached in the end. The graph generated by mermaid is computed on the fly and then
I wrote this piece of code to make a blue background: System.out.print("\u001B[44m" + " "); it works fine in IntelliJ, but here's the output in cmd: ?[44m
I would like to use deep(stacked) lstm model to forecast the disk utilisation for all my clusters. But what I am experiencing is my individual model representin
I wrote a windows batch script to check and move files to another directory based on the list I put in a notepad file named list.txt. But I have no idea that ho
I want to use my DataGridView only to show things, and I want the user not to be able to select any row, field or anything from the DataGridView. How can I do