I'm trying to get the date (in millis or Date or Calendar) of when the phone was activated. By activated I mean the first time it was turned on or the first tur
I have code like this. how can I use accessibilityState in it please guide Home: { screen: CategoryStackNavigator, navigationOptions: { tabBarLab
I am working on a project for one of my courses at college. The project is a web application using flask and python to create the web application. I am having a
I have dataframe with a column data like below image I want to split the column with pipe, but when pipe precedes with an escape character, ignore the pipe. ex:
I am trying to run kafka-log-dirs against a confluent managed cloud platform. Here is the output. Please note commands like kafka-topics works as expected. kafk
Let say I have below ggplot set.seed(1) x<-rnorm(20) y<-rnorm(20) df<-data.frame(x,y) df library(ggplot2) ggplot(df,aes(x,y))+geom_point()+ggtitle("Sca
I made sheets stock sheet that downloads daily single stock history (csv) from Yahoo and then charts hi/low/close using a combo chart. The chart left axis was r
I would like to ask if there is a RegEx to prevent or avoid entering only a space or many space and inserting it to the database. I am using ASP.NET and MVC, in
I'm trying to develop pagination, and I'll need to figure out how to limit my result set by item offset. I managed to implement the start, end, and total page c