I am creating an Angular 12 app, with Material. I have a form with an checkbox array loaded dynamically from database. I need to validate that at least one chec
According to the task, I need to parse all books (go through all categories and go to each product). There are about 100 thousand books on the site. But when e
I am stuck in a MongoDB query. I have two collections. plans Collection: { planName: 'TV1', planFeatures: { 'AA1': true, 'AA2 : false',
I'm using MongoDB(version 5.0), with somewhat large data and indexes. Data Storage size is around 2.5TB and indexes(8 indexes) size is also sums up to 1TB. Sinc
I was trying to speed up the code for calculating the distance by this code points = genfromtxt(path, delimiter='\t', usecols=[0, 1]) max_id = len(point
I had a MultiAssayExperiment: > ucs A MultiAssayExperiment object of 4 listed experiments with user-defined names and respective classes. Containing an Exp
So I´m very new to python and just trying to create a letter generator. The output should be like this: aaa aab abb bbb aac acc ccc ... No uppercase lette
void order_particular() throws IOException{ int order_choice, x; //Scanner sc = new Scanner(System.in); BufferedReader reader = new Buff
First I want to bring my problem closer to you, I try to generate a .pdf in my backend(spring boot) and then download it via my webapp, which is programmed in v
This is kind of more generic question, isn't language-specific. More about idea and algorithm to use. The system is as follows: It registers small loans betwe