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)
Why am I getting TypeError on code that worked previously?
I have this code to iterate through a json file. The user specifies tiers to be extracted, the names of which are then saved in inputLabels, and this for loop extracts the data from those tiers:
with ...
sgmagnotta
Votes: 0
Answers: 3
Convert xls to xlsx with excess headers
junior dev here.
Goal: Using python, convert file type from xls to xlsx that contains a clean header.
Desired header:
My attempt:
My first attempt was to use win32com. However, that didn't work becau...
davida28
Votes: 0
Answers: 1
How can I convert a .bmp file into an array of 1s and 0s in C#?
I have a simple black & white .bmp file and i would like to convert it through C# into a series of 0s and 1s, excluding the file headers and padding.
The image is 32x32 pixels and this is what I h...
lizzi
Votes: 0
Answers: 2
Save RealityKit ModelEntity in Collada format
I'm able to find converter COLLADA -> GLTF but not USDZ -> COLLADA and using Photogrammetry the only possible output is .usdz.
Is there a way to convert programmatically a RealityKit's ModelEnti...
sciack
Votes: 0
Answers: 1