I'm busy migrating a few automated processes in MS Access from VBA to PowerShell. My VBA is okay but am new to PowerShell and seem to be missing something. Usin
I am trying to read prices from a csv file. the prices are in this format 15.90. the problem I am facing is the style (font size) of the numbers before the comm
I want to display a standard warning icon along with some description text in QLabel in pyqt. Qlabel doesn't have setIcon function. So how could I do that? An
I have the following program: int main(int argc, char *argv[]) { int a, b; char c1, c2; printf("Enter something: "); scanf("%d", &a); // lin
enter image description hereso, when I write position on 43rd line, int position on 40th line should change into final int position, but it doesn't. so I think
I am trying something like this query.andWhere('pickupAddress.pincode IN :pincode', { pincode: pickupPincode.split(',')} );
I am new to R and have difficulties using "if" and "for-loop". sorry if it is duplicated. as you can see a chuck of a code below, I try to create 100 lm models
I am quite new to python (using python 3.10 interpreter) and I am creating a turtle traffic game where if the turtle object (player) gets to a certain y coordin