I have two programs server and client. server terminates after an unknown duration. I want to run client in parallel to server (both from the same Bash script)
I know there is already a topic for this, but it didn't work anyway, so try creating a new one. MainActivity @Override protected void onDestroy() { super.on
I have created a basic Azure 'Custom Question Answering' bot (https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/quic
My goal is to run a shell script on my Mac Terminal that passes command line arguments to a python script. I know how to do it on Windows: Bat
This is my user document @Document("user") public class User { @Id @Field("_id") private String id; @Indexed private String name;
I have a method def press_button(*key_buttons) # some interaction to send button end and I use this with an argument: :shift, :tab, :backspace etc. I want
i am trying to build a extension where i want to get sku value of product on cart page, checkout page and product page. I have set the fields at backend where a
Is there a way we can externalize the entire native sql query, so that we can pull the query from config server such that the query are created at runtime rathe