Attempting to generate different responses based on closeness of guess to the randomly generated number. Commented out sections are my attempts at generating a different response for a guess that is w...
I have a directory for the CMS of a site and also a number of htaccess rules. I was wondering how I get a rule to ignore a specific directory. Here's an example of one of the rules I have, if you coul...
I'm new on coding, then any help will greatly appreciated. I'm trying to make automatic multiplication from 2 value. Basically my table looks like this. Multiplication works perfectly on the first row...
I'm working in a Nuxtjs app with typescript and I've created a custom plugin for Axios that injects some functions to the context. I can use those functions from the store (it works) but, even though ...
Would like to turn text with nested parenthesis to a nested array. Here is an example output from an NLP parser: (orig: I love a big bed of roses.) Would like to turn this into a nested array so it wi...