I am new to power bi and I am handling the ticket data set basically it has the ticket created date, assigned date, closed date and ticket support person and no
Is it possible to save numpy arrays on disk in boolean format where it takes only 1 bit per element? This answer suggests to use packbits and unpackbits, howeve
I'm trying to persist the following entity when receiving a message from the client via Websocket: import javax.persistence.Column; import javax.persistence.Ent
I'm using linqtodb with great success inside a asp.net 6.0 api. But now i'm at a point where it looks like i need to use transactions and it looks like i'm misu
I don't quite get how to pass in attribute data for rendering a sprite sheet or texture atlas while instancing. Let's assume WebGl1 (so no texture layers) Witho
i have issue with uploading a report to excel from jasper . My report has russian letters in the title and when i download it these letters are replaced by ____
I am using FFMPEG to apply several audio codecs to a large number of speech files. Each codec introduces a different latency and I could not find a description
When i'm switching from another fragment to home fragment, the fragment loads again the data to my recycler view. I want to save the recycler view state and res
I'm eager to know is there any way to join tow or more lists into one? Please help me with this. li= ["v1", "v2", "v3"] l2= [1,2,3] print(join