I have a package which I use to create some tables based on data in other tables. At the end of that package, I query the information I need via views I have al
my mongoose model const mongoose=require('mongoose'); const validator=require('validator'); const employeeSchema=new mongoose.Schema({ name:{ ty
I am getting an error while running bundle exec jekyll serve or jekyll serve using a terminal. I have a static website build on top of a minimal mistakes theme
I have a sticky logo which when I scroll stays the same colour. I want the logo to initially be white and change colour only when the background is white to bla
I need to call a java task in ant script which returns a value , which I would be needing in subsequent tasks The Java task StringParser requires an argument w
I'm trying to read the output parameter of the stored procedure but I couldn't able to read it I have tried this approach referred from here I was getting this
I am using AWS. I am using springboot, route53 and ec2. I need to connect to my domain name via browser. Right now I am able to connect like this http://domainN
My 'heating' database holds a measurement 'heating-sensors' with the fields 'total_consumption' and 'hotwater_pump'. I'd like to extract the fuel consumption (w
I am using the attached code found here to find the orientation of objects: import cv2 import numpy as np # load image as HSV and select saturation img = cv2.i