python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Multibindingconverter not changing color in C# WPF app
In my WPF Application I try to change the color of one datagrid cell based on the value of two other cells in that row.
This is an excerpt from my XML:
<DataGridTextColumn Header="Element1&qu...
Barbarian772
Votes: 0
Answers: 1
How to convert a python code into a 32 bit application on a 64 bit machine
I've downloaded python 3.10 32 bits and tried to convert it again but still, it came out as 64 bit. I used pycharm to code and pyinstaller to convert.
WillieIsDumb
Votes: 0
Answers: 2
Get dataframe to Excel via Python, ONLY if name starts P20
I have a lot dataframes ( created in previous script) all starts with P20 (names). They Are not save in aby folders, just as variables in script.
I need to select those dataframes And convert to excel...
Winter
Votes: 0
Answers: 1
Convert xx:xx into xxhxx in JS
I have time data coming to me in Json format: "7:00", "7:30", "8:00", "8:30", "9:00", "9:30", "10:00", "10:30", "11...
Kimako
Votes: 0
Answers: 2