I am trying to implement the following setup: When a user scrolls down my web page, I want scroll to function normally, until they reach a section where I have
i want to get the time of a remote server and set that date on my pc. I tried that with the following bash script: (yes, i need to substract 39 years from serve
I am trying to populate a text field with the value of the select field. So based on the selection the text field should change. In this case, I am selecting Fi
What is the VB.net equivalent to await foreach found in C#? Based on what i have found VB.net's For Each cannot use the Await operator (Await Operator (Visual B
here is a small script in python. for i in range(x): print("*"*x) in fact for x=2 for example it displays on line 1 2 stars and 2 stars on line 2. how to w
I am developing an app with a Node.js API with React Native client using Expo. I am using a IOS emulator to test. I have my API remotely on NodeChef and locally