I assume this is only possible with macros, so any help with this would be appreciated because I never wrote a macro. Here's an explanation of what I'm trying t
I created a list of users in clickable cards, and when we click on the card, a modal popup appear. I want now to display the detail of the user in theses popup
setTimeout(function(){ navigator.vibrate([1000, 500, 1000, 500, 1500]); }, 10000); I have used the above program to vibrate after 10 second. When the code ex
I am using gtest but I am new to gtest. I would like to do compares of values within two std::vectors of complex data structures. I want to do something like
Trying to try mvvm and livedata, I have a query in the database Room @Query("SELECT * FROM User ") fun getAllUsers(): LiveData<MutableList<User>>
I want to find the percentage of missing values (np.nan) in python using NumPy and Pandas. I am using this code line: print(df.isnull().sum().sum()) but it sho
We have a SignalR javascript client connecting to .net core hub, hosted in AWS. Both client and server use version 6. More than one backend server may exist, so
In the list of 59K themes for GDELT GDK 2.0 there are codes beginning with SOC_ I asked Kalev Leetaru and he didn't have any idea.
from finding the minimun and put it on the left to finding the maximum and put it on the right def SelectionSort(a_list): n = len(a_list) for i in rang