I'm upgrading VB.NET projects from .NET Framework 4.8 to .NET 6 and I'm very confused by changes to namespace behavior. I have one project (I'll call it "projec
I would like to iterate over a loaded json file with changing keys. The different json files all have the same structure but sometimes keys+values are added/non
freinds, i am using following code to display a mp4 video in my application and facing following problems i have seen so many posts related to this issue on g
I have a problem that I think is too complicated. Although I have experience in R, this problem has driven me crazy. The example database is the following: ID &
For example, I have this php string: "2015-06-26". I want to assign it to a javascript var. I tried with String("2015-06-26"), but it's subst
I have an object containing a text string: x <- "xxyyxyxy" and I want to split that into a vector with each element containing two letters: [1] "xx" "yy"
i used the following: gzip -9 -c -r <some_directory> > directory.gz how do i decompress this directory ? I have tried gunzip directory.gz i a
I'm trying to apply a custom color function to barplots that take in a dataframe. Teams are associated with a color, and depending on the year from which the da