I want to produce this string: All my variables: a, b, c from this variable vars <- c("a", "b", "c") using glue(). My best attempt so far is: library(glu
i'm trying to supply an initial value however i keep getting errors. how do i approach this. stuff is a list of values by the way so it holds a list<map<s
I'm making a calculator on Windovs Forms in VS 2010. The task is to make computational commands in Assembler. To do this, I use a mathematical coprocessor. Afte
I am trying to run sonarqube in a gitlab pipeline and pytests, and it does not return coverage. Seems it finds the coverage file, according to the logs, but sho
this function check if a string is the same if you read it from back to start and it returns true if it does and false if not. The function is working but I can