I'm trying to write code more clearly and follow protocol or precedence with variable names. My question is if there is a decided upon variable name for a yes/n
I have a multi-select game where the cards have text inside of them. This is the screen design: Basically, six cards stacked into a grid of 3x2 However, when I
I'm doing a STL container (std::vector) and I realized that when capacity is maxed out, it no more O(1) complexity, but O(n) since we need create a new array an
Please I am trying to fetch data from the backend with flutter GetXService, I am unable to get the data as it keeps telling me that "Null is not a subtype of St
I am pretty new to Docker and trying to build docker image with plain html but i have this error message, saying failed to solve with frontend dockerfile.v0: fa
I'm working with a struct which has an array. I would like to add a new element to the array, however, the array is immutable so I can't simply append to it. Ne
so I've got this data of a type 'list' (this is just a fraction of it to illustrate the point) stored in a variable called sorted_trans (I have pre-sorted it to
I am developing a license Generation tool in java.I required to call a shell script from my java program which is license generation tool and after that I have
I have one rest api and i'm trying to generate token for same. when i call validateUser it is providing one proper token but when i call my api, it is giving an
I'm trying to refresh the page after I delete a record from the database. I managed to hack the behaviour I want by reloading the windows inside the ajax 'error