If I want to compare the close of today with the high of the last 4 days, what is the format? I have used _hi = close > high[4] ? 1 : 0 But that only coun
we found a fiddle to show random DIVs by refreshing the Page. This Code works fine, but now we want to edit this Code and we want that the DIVs will just refres
so I'm working on a project where it's required to take a key pad input from the user, display it on an LCD, and then start a countdown accord
So I've created an app and published it on the Google Play store. I decided that I wanted to rewrite the code from scratch in Android Studio, so I created a bra
I'm using log4j 2.14.1. What I'd like to do is to have an appender which lets me have one log file per day, but then delete older logs after N days (e.g. I'd li
I have one function for validation,and a second function for message output how I can run both of them together with a single submit click. var myform = documen
I load my data from a viewModel which is loading data from web. Problem: I want to set some preview sample data to have content in preview window. Currently my