I am trying to make a discord.py command that accepts a string as a positional argument. How do I accept a string from a Discord message (and, by extension, boo
Define template <int... Positions> void removeWords (std::string& str); that will remove all the word (tokens) in the positions Positions... of str.
I need to make a program where the user enters the value that he wants the radius or side of the figure to have, and then chooses one figure from the possible o
My model deals with videos, and I want to calculate how fast it can process frames as in frames per second or processing time for 1 frame. I have made a single
I read the docs and quite some stackoverflow posts, but did not find an explicit answer to my doubts. I think I understand what namespace packages are for. I am
I'm statically generating pages that use components in NextJS. I'm using Bootstrap and SASS with a global styles.scss. When I try to deploy my app to Vercel fro
I receive files with inventory of shoes and their brand, I need to know when was the first time a shoe was seen, and when was the last time it was seen for ever
following public class Testclass { private static final LogExtension log = new LogExtension(Testclass.class); } should work with just: @LogExtension publ