I'm new to phyton and I looked everywhere, but all that I find is the .split() option for multiple inputs but I don't want them together, I want one in each sep
I'm doing a windows form app and I need to declare empty array for some listbox operations. But i can't add value to array. When I try to print the lenght of th
I saw similar questions with no great solutions so I thought this might be useful. I had a problem when I wanted to animate a button the user clicked to make it
I want to write a Unix shell script that will do various logic if there is a string inside of another string. For example, if I am in a certain folder, branch o
In the fleet management models, in the fleet.vehicle.cost model, we have these two fields: 'parent_id': fields.many2one('fleet.vehicle.cost', 'Parent', help='P
I'm really struggling to find a clear answer to this question - especially in React. I'd like to create a stacked horizontal bar chart component for my React a
I want to know Can bucket sort work with positive and negative floating-point number? and yes/no why? I can't solve the problem. Here is my code
i'm new to react native and i've been following https://reactnative.dev/docs/environment-setup and in the 'Start Metro' step, npx react-native start doesn't wor
How can I print what's after a colon like 's':, 'E':, or 'p': by giving the symbol as reference? I tried this based on all what I know so far but I get a weird