I want to use custom images/icons in my TabView, but when I use a custom image instead of a system image, the image is too large. I've tried to adjust via .fram
I am building a web app which is currently only on localhost on my station. This is supposed to work on mobile as well, so I am also testing it by connecting to
I am new to rpgle programming. I want to move the cursor from one integer input field to the next integer input field by pressing Enter key (without pressing th
I faced a problem connected with mysql-connector in python. Inspite the database is connected successfully and connection's cursor is instance of mysql.connecto
I have a 2d python list that I want to plot the moving average of. So for each list within the list I want to calculate the moving average seperately. I am not
I have this application I need to get the user name and machine name of the windows logged user. I hosted this on a server. When I am tested locally this works
I'm trying to work on a sql query that helps me calculate the win loss ratio of each team. How would I go about doing this? For example, for team 1 it would be
I have template <int N> class A; and template <typename T> class B;. How do I declare B<A<N>> to be a friend for all N? template <i
I have a dictionary, splits, as follows: {'A': ['A'], 'man': ['m', '##a', '##n'], '’': ['’'], 's': ['s'], 'favorite': ['f', '##a', '##v', '##o',