I want to learn how to search in the file by passing the pointer of the stream to a class. I can successfully get the first character from the file using std::f
I'm having trouble with the precision of constant numerics in Fortran. Do I need to write every 0.1 as 0.1d0 to have double precision? I know the compiler has
Extract all the unique letters present in the text string. :param text: string data :return: a tuple of all the unique letters of the string in lowercase def e
I have 4 tables book => book_genre => genre => genreType. I made a SQL query that displays books related to the specified genreType. SELECT book.title,
Tested on python 3.7, numpy 1.17.3: it seems, that the random number generation with numpy when using a fixed seed and multithreading is not providing consiste
I send a message to queue in ActiveMQ Artemis 2.20, and I navigate to web console to view the message, but only a limited characters I can see. Can I configure
I am trying to add a hyperlink from one sheet to a named table on another sheet. I know that if I name the range then I can use the hyperlink, but ideally, I wo
I'm stuck, I have two arrays with the same size, but with different indices, something like this: Array 1: array (size=47) 2 => array (size=5) 0
I start learning about generics, and I wonder if I can reduce the repetition from this function using generic: My first thought was to make replace all the pars