I am trying to convert data from rows with different lengths into two columns. The value of the first column remains equal to first cell of the row and is copie
I have installed of python in 2 different location. I have opened two terminals setting environment variable such a way that each terminal finds a different pyt
I am getting the following error whenever I try to execute pip install [any package name]: ERROR: Could not install packages due to an OSError: HTTPSConnection
In one of our helm charts we have a values file per environment e.g. app-helm-chart: dev-values.yaml test-values.yaml Chart.yaml templates deploymen
I've recently been playing with the Javascript Fetch API. As far as I understand, by default all redirects are handled transparently and in the end I get a resp
Im a student currently studying from home and im seriously stuck on a Checksum problem. The script is supposed to validate the PESEL(Polish equivilant of a soci
I'm trying to convert a varchar column to date or datetime but I don't understand why it's not possible it should work and I don't see any kind of error. The co
I have a code that converts BitArray values to byte[] values. I got the code also from stackoverflow. The code is working great, I just don't understand one pa
I have some constraints on how an array would be implemented under the hood. There can only be power-of-two contiguous elements up to 32 elements (1, 2, 4, 8, 1