I have macOS 12 Monterey, PHP 7.4. I would like to install sqlsrv and pdo_sqlsrv drives. However, I got the following error. g++ -I/opt/homebrew/Cellar/[email protected]/
I have two part of questions that I would like to as for help, it is on subtracting between rows based on each items and year quarter, and then to spread my dat
I've array of N integers in not-decreasing order. Need to find any specific element in array, if found then return the position of that array otherwise returns
I have implemented one to one audio/video call using WebRTC framework in iOS and Android both. We are sharing screen and drawing some annotation as well. Now I
The JPEG images created with PIL (1.1.7) have very poor quality. Here is an example: Input: https://s23.postimg.cc/8bks3x5p7/cover_1.jpg Output: https://s23.p
The following SQL block successfully displays "Y" or "N" when called based upon whether or not the procedure is running against production database or not. DECL
The current code is an implementation of the Trie data structure in C++. For me, in the memory, a Trie contains two items, a pointer to a table of Tries and a b
I want to clean the comments from youtrack by scheduler in a for Each loop with: action: (ctx) => { var issue = ctx.issue; issue.comments.added.forEa
I would like to start to parallelize my Java code. This is my toy-problem. I have two vectors (double []) containing respectively the height and the base of sev
I am writing a python program that uses a function, the function name I have for example is first_difference(str1, str2) that accepts two strings as parameters