I was having some problems with a slow ec2 instance that I had added autoscaling for and decided to reboot it, which didn't do anything. I decided to stop and r
I want to make something like a text carousel (not in an infinite loop), I have my data stored in an array, to later show them one by one, so now I want to crea
I have a challenge in my customer. he use legade apps in .Net framework 4, and suggest the idea of containerize the app. this is okay but the app need add to do
I want to select the right generic method via reflection and then call it. Usually this is quite easy. For example var method = typeof(MyType).GetMethod("TheM
I want to save two one-dimention arrays as two columns in a text file to be able later to open this file and plot one of these columns I used the followng: file
I am working with Jupyter in R environment. I hate to see warnings which came from different R packages. In order to do that I try same line from Python code :