What is the naming ruleset for collections that should be followed, or in other words what are the inacceptable characters for a collection name? (for example,
I'd like to set a condition to close my position only if the trade is positive. Meaning that if the condition to close my trade happened but we are actually neg
I am consuming a rest api json web service, how can I control or reduce the decimals, of the "importe" data? import urllib.request import re import json texto=
I'm using Ubuntu 8.10 (Intrepid Ibex) and compiling C++ files with GCC, but when I compile, gcc makes an a.out file that is the executable. How can I make Linux
I just read this post, and wonder if we can draw the conclusion that a big loop within a small loop must always run faster than a small loop within a big one, n
I am trying the text to speech feature in a flutter, but it is not working. I tried many code examples from the internet and googled but did not find why not wo
I have created a SharePoint site where I need to fetch all company employee names and Ids. How I can get this.
When I upload image to s3 bucket and call AWS Rekognition detect_labels I am getting dictionary of detected labels like below {'Labels': [{'Name': 'Plant', 'Con
I have made the database and taking the values from checkboxes to the database. But when the activity open the app crashes, stating the null pointer exception.