Flutter or kotlin or Java: How to change the current device date and time from my app. without going to device settings. My phone time is now 6:45 and I want to
I am new to django. I have done an online order management page using django, where registered users can view their own list of orders. Now I want to add a sear
This component is for counting views at page level in Next.js app deployed on AWS Lambda function ViewsCounter({ slug }: { slug: string }) { const { data } =
How do I import the type alias of a class for general use in my source file? I.e., consider I have a file myClass.h with template<typenmae T> class myClas
Details: We are using heroku's wizard to upgrade postgres from v9.6 to a newer version, however we've found it won't work, heroku support said that we had to dr
I need to get allocated memory size and created object count by a specific method in my Android project. I tried using Android Stuido Profiler tool, but I cant
i have this html <div class="v-menu__content" style="left: 559px;"></div> <div class="v-menu__content" style="left: 12px;"></div> <di
I need to count the number of occurrences of a character in a string. For example, suppose my string contains: var mainStr = "str1,str2,str3,str4"; I want t
I am trying to calculate the CPU load of a processor using the steps found here. I managed to do this: cat /proc/stat | head -n 1 | awk '{print ($5+$6, $2+$3+$4