I am building an app in flutter and in that app one step is to scan an id card (NIC) and get their name, DOB, expiry date, etc, so I am confusing that how I can
I have two columns in excel, one with a date and one with a rating 'low, medium, high'. I'm trying to write a formula to put in a third column that checks: If A
The top border of table has gone out of the form border (which is the border of blue background color) form { margin-top: 100px; mar
I would like to have a 5px margin around each of my divs but when I add it in CSS, there is a 5px margin on every side except for in between the divs and on the
I'm trying to create a constructor for a blogging platform and it has many async operations going on inside. These range from grabbing the posts from directorie
How I can connect my chart to database? My chart source is: var ctx = document.getElementById('myChart').getContext('2d'); var myChart = new Chart(ctx, {
I'm trying to detect rectangle from live preview layer, but not able to detect all rectangles. What I'm doing To setup Vision Request func setupVision() {
I made a form with Bootstrap 3 and I would like to set the same width to all the labels. From this: To this: I made a fiddle for this: http://jsfiddle.net