I am building application which needs to track user trajectories to detect if user has a pattern . I am using flutter and Carp background location which is buil
Assuming you have some 1d- numpy array like arr = np.array([0,0,0.2,0.6,1,1,0.7,0.3,0,0]) Here if would be fn(arr, arr > 0.5) => [(3,6)] <- indexes of
I'm wondering if there's an easier way to create circular divs than what I'm doing now. Currently, I am just making an image for each different size, but it's
I'm having an issue of an overlapping ListView with a compat Toolbar using the ConstraintLayout All i want to do is have a toolbar and then in the rest of the s
I have a Database named 'IDMS' and it has two columns named 'Table' and 'Column'. I Need to do a simple query, list the values in 'Column' with a count of dupli
I have a page in React Native Expo IOS App.I want to display an Image in the same position on every devices with different screen size.Below is the code which h
export default function NumberList(props) { const numbers = props.numbers; const listItems = numbers.map((number) => ( <li key={number.toString()}> {n