I am collecting mobile number in a registration form with +919xxxx. But for sending SMS through API my SMS provider don't allow + prefix inste
I have a task to to find the newest and oldest model of a car in a data set(excel) and using MAX value it gives an answer. SELECT car_name, car_year FROM car_sp
EDIT: For any poor soul that finds this, in search of a solution for the shared library from go conundrum: I was unable to find a solution that uses go and I wo
Dim sc = datagridview.rows(0).cells(0).value cmd = New SqlCommand("insert into Schedule (Name) values(@sc)", con) with cmd .Connection = con
Need to change the default db schema of migration history table. Tried to use OnConfiguring like below; protected override void OnConfiguring(DbContextOpti
I want a random number between 0 and 1, like 0.3452. I used random.randrange(0, 1) but it is always 0 for me. What should I do?
I have to implement asin, acos and atan in environment where I have only following math tools: sine cosine elementary fixed point arithmetic (floating point nu
I would like to save my pyspark dataframe into ignite cache following the approach from this blog, but some error happened. Error message is: Traceback (most re