I have a UIView in a custom UITableViewCell and I want to round just bottom Left and Right corners of that view. I'm doing the following, but it's not working:
i have function which is written in c ,in this function i allocate 2 string as temp and found, but i cant free temp string. i think it may due to using of temp
How can I add padding to the labels, or position them further away from the plotting area? It currently looks like this, but I want to increase the red space:
I want to plot the error bars using on the multiple line plots with the data in this code. I have encountered many bugs which makes it impossible for the code
I'm having trouble assigning default values to my route parameters inside of my component ts class. I want the genreId to be null by default. I want monetizatio
I am working with a string column in redshift database where the instance of \" occurs multiple times in the same value. I want to replace every occurrence of \
I am working with AWS and writing some unit tests for a class that makes use of AWS's Secrets Manger service. For those interested, I'll link the documentation
I'm trying to error proof my program that basically works as a mini calculator. But I have no idea how to write a "Catch" statement that would detect when the u
In C#, we have following functions to convert a string to a UTF-8 encoded sequence of bytes and vice-versa: Encoding.UTF8.GetString(Byte[]) Encoding.UTF8.GetByt