I would like to write a bash script that is a "watcher program", which means, that it is running in the background and verifies certain stuff. My program should
ext.kotlin_version = '1.6.10' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.buil
I am not an expert in statistics, and I would appreciate your help with the following. I have a list of actual prices at different dates in the past: Date1, Pri
I am developing real time sportsbook using MERN stack and redis as memory db.. Everything seems right except react-redux not passing state to components as they
I am trying to filter data according to a criteria. The data data I want to filter are in the columns B to F. In column F I have integer values, 2, 4, 8,... etc
I'm developing an app that has to take pictures from the camera and upload them to a FireBase database. However, when I create a temporary file and try to get t
I get this error whenever I use 'mathjs' TypeError: undefined is not an object (evaluating '_mathjs.default.fraction') Basically my code is this import React fr