The rules for when to increase the MAJOR vs the MINOR version number with SemVer 2.0 are very compelling. They clearly give a lot of advantages to knowing if t
Suppose we have a paginated API which returns some data and also page/perPage/pages/totalCount values. We need to retrieve all the pages in a loop on a client s
I'm looking for the option to set the line break at a specific point (e.g. after 75 characters). The option Text Wrapping allows only the line break when the te
I have a function which returns false when the user select incorrect answer. tappedbutton(int index) async { final userAnswer = await userAnswer(); if (user
How do I match French and Russian Cyrillic alphabet characters with a regular expression? I only want to do the alpha characters, no numbers or special charact
I am trying to send mail with dynamic valued templates in django, But the parameter context sends nothing to the template tasks.py def send_verification_mail(us
I have the following pieces of code that I want to optimize. It outputs the correct result fast, however, only for the list with a max of 10^5 instances. But I
I'm using HtmlAgilityPack to scrap data from a link(site). There are many p tags, header and span tags in a site. I need to scrap data from a particular span ta
I have an econ see3cam 24CUG, want to access the camera and capture the images using openCV python or c++ based on trigger mode(external trigger signals). I hav