I tried to find answers to this elsewhere but couldn't locate it. import numpy as np class Item: def __init__(self,name): self.name = name
Given a list of positive integers and an integer k. Find all indexes r in the list such that the k numbers before the index r and including the number at index
I'm working to send a message to Teams by using Graph API. my application is a daemon application that sends a message automatically in the background. I have w
I am trying to align the img and text vertically but align-items is not working. I am using a bootstrap template. When I inspect the section it says "display: b
For 2 days now I'm trying to solve this, but unfortunately no result. Let me tell you my story about the problem. I've bulid an application on a site, and the a
I am struggling with a simple data type change. I have a column that contains both text (string) and numbers. This column is computed from a simple formula. Bo
I have a large repository (20000+ commits) that takes a while to do a one-time cutover from SVN to git. There is a tangled web of hundreds of branches, some of
I'm implementing MVC using JSP and JDBC. I have imported a database class file to my JSP file and I would like to show the data of a DB table. I don't know how
I am trying to use wildcard expression to fetch data related to a sequence of numbers. Can I know how to use a series of numbers inside wildcard expression LIK