can anyone help me simplify (𝐴𝐵′ + 𝐴′𝐶)′. (𝐴 + 𝐶) using Boolean laws. My friend told me the an
I have a Formik form in react native and a Yup validationSchema. When user submits form I want to create an alert with the error fields if there are fields that
I am having a data set that contains multiple folders inside main folder and each folder contains multiple CSV files. Every CSV file has three columns named X,Y
I am trying to understand how readelf utility calculates function size. I wrote a simple program #include <stdio.h> int main() { printf("Test!\n");
I'am not able to compile any trivial C++ aliasing declaration. Here is my dev env : g++ (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 Here is my snippet (fil
I have a collection of documents each of which have a timestamp (let's call it 'Time'). I need to get the document immediately preceding a matched document, whe
I want to do that with a styled component: .jTHnFZ ::selection { background-color: pink; } I write this styled component: const MyDiv = styled.div` ::s
dataContext.Geo_Countries.Where(c => c.Name.Contains(searchKey)).ToList<Geo_Country>(); when the IQueryable returns no records, I get a value null exc
I am working on android app of picture editing app is working fine but the problem is in image while taking from user through camera. When we take image and sta