im building an api which needs to find the longest path that matches a number in a very performant manner. eg // API Request { 'number': '123456789' } // DATA
I have a doubt about ListView.builder(). I am developing an application, and there are some lists with sublists, but I couldn't understand a behavior in these c
I think I'm just having a brain-fart right now but I do not know what this code is doing. It's creating a new object? Or creating a new array (called arrayObjec
I need accurate location. To achieve the goal I have used like the below logic: I am trying to check updated location is to be accurate, if it is accurate then
So I've been getting: Warning C4244 '=': conversion from 'double' to 'long', possible loss of data line 158. From what I understand is that 'pow' and 'long int
In the following code, would anything be returned? #include <stdio.h> int try_this (int in); int main (void) { try_this (5); } int try_this (int i
I have a <div> with some children within and it's contained text like below: <div class="accordion-item__panel"> <h5>The baby tears the pa