I am using MPAndroidLineChart to display some data over the course of a week. This works fine. My problem is this If, for example, today is Wednesday, I'd like
The data is as follows: library(fuzzyjoin) nr <- c(1,2) col2 <- c("b","a") dat <- cbind.data.frame( nr, col2 ) thelist <- list( aa=c(1,2,3), bb=
I'm trying to implement react native test library with jest to my app. For now I have a problem with the navigation on my component. When I'm running the test,
i was not able to load my app.js module to my index.html file to make my webpage dynamic. tried several approach my code does not have any error. i checked my b
So I was doing a blackjack program. Everything was working until I got this: Your cards: [2, 4] Total: 6 Chose your next move: stand Deale
I heard a lot about denormalization which was made to improve performance of certain application. But I've never tried to do anything related. So, I'm just cur
I am trying to simulate a program that sends signals from a sensor using Python and Asyncio. The sensor has multiple addresses. Each signal will be sent to a sp