Goal When the user type something like @ I want to get all the text that com after the @ in order to build mention functionality from scratch without a package.
This question would seem a little bit strange. The context is I have an array of variable size. Sometimes the array is of size 3 sometimes 7 sometimes 100, I ca
I have a single node.js app running on my shared web host. The cPanel shows 67/100 processes, and 7 entry processes. The thing is, the site currently doesn't do
How to pass these arguments that have several double quotes correctly? tasks: - name: Install McAfee tp win_shell: | D:\vra_install\AV\setupEP.exe
I want to Change case of whole column to Lowercase in Spark Dataset Desired Input +------+--------------------+ |ItemID| Category
NOTE: This post is heavy edited. I found a solution. My question was, how I can apply all possible combinations of a truth table for an arbitary number of varia
I want to declare an array of object and later to include arrays in it. I can do it this way: import numpy as np v = np.empty([2,2], dtype=object) for i in
What is wrong with alert({s[prop]}) but fine with this placeholder={s[prop]} It says I am missing a ',' after 's' and ':' after ']'
I am trying to create a easy game where the user is supposed to hit on a rectangle in timely maner. I tried with hittestresult which made it possible to add poi
I'm trying to use custom Stochastic and RSI in version5 but it only allows me to use 1 indicator in the script. I've tried using study but that doesn't work. Ho