I want my domain name to not contain more than one consecutive (.), '/' or any other special characters. But it can contain IDN Characters such as Á,
As per my understanding, Redis uses cached memory to store the data. Currently, I am having a server with Redis and other functionality installed on it. The ser
I usually work on standalone React apps but I'm currently working on a component that will need to be distributed as an npm package. I watched a youtube vid th
I want a numpy array of size n, with words from the list words = ["high","low","neutral"] filled up to size n randomly. I tried x = [random.sample(words,1) for
I am learning flask and building a app based on Corey Schafer's Youtube tutorials. I'm using VS-Code as my editor of choice. In tutorial 5 he splits his app in
i am trying to impliment a bar chart what am i doing wrong here? here also i am getting error saying to use typescript formatter: (value: number) => value +
I have created an array which returns (6, 20) as an attribute of the shape, like this: import numpy as np data = np.random.logistic(10, 1, 120) data = data.res
BOUNTY STATUS UPDATE: I discovered how to map a linear lens, from destination coordinates to source coordinates. How do you calculate the radial distance
I have three CSV files each for a particular filename for multiple files. Let's say there are a total 20 filenames so total 20* 3csv files in three different fo
I need to find how many times letters appear in string. But I need to ignore the difference between lowercase and uppercase letters. #include <stdio.h> #i