The script below identifies a doji candle and changes it to a yellow colour and works. What command line would trigger a sound alert in TV on a specific timefra
I am developing a simple web application, using Spring Framework. When I add Spring framework to my class path, I see that it has lot of jars which I never use
I noticed strange behaviour of left-click event for NotifyIcon. I have a code like this: private void notifyIcon2_MouseClick(object sender, MouseEventArgs e)
I have two different security configurations for my application. One OAuth2SecurityConfiguration and the other is LdapSecurityConfiguration. In OAuth2SecurityCo
When we group a data.table by using breaks cut using ordered_result = TRUE does not list the cut breaks labels in increasing order (rather it seems to be in the
I am making an instagram clone. i have made it upto navigation. but in my expo app the screen which is added 1st after Stack.Navigator (in below case it is home
I created a types package (@types/acme) that gets imported into multiple projects. The type package currently declares all its types in a single index.d.ts and
How to change mysql user password by the user himself not by admin/root? I mean, for a user john - the dba creates the user john and sets the default password t
The Apple News app has a clean and smooth "unhiding" of the navigation bar and bottom toolbar when you scroll to the bottom of the page. I am trying to mimic th