I have centered a div like this: <div class="container"> START { lorem } END </div> .container { position: absolute; top: 50%;
I want to set minimum and maximum input value for EditText box. I am creating one simple validation for EditText; it takes A-Z and 0-9 values with minimum 5 and
I'm trying to split the dataset into x and y for training and for some reason I kept getting an attribute errors. Attempt import pandas as pd link = 'http://ar
I have HTML (simplified) like this: <ul> <li><a id="1" onclick="removeItself(1)" href="#">first</a></li> <li><a id="
I want to execute some code in onBackgroundMessage when app is in background or killed. I am getting push notifications as aspected but onBackgroundMessage func
Using a specific tool chain compiler for a C based project , i built a self hosted agent in order to build through an azure devops pipeline, since the tool chai
How is the C processor/compiler supposed to handle code like this: /*1:*/ #line 3 "line.w" #include <stdio.h> #include <stdlib.h> int main(void)