Can some one help me? Node v16.15.0 "body-parser": "^1.20.0", "express": "^4.18.1", "mysql2": "^2.3.3", "path": "^0.12.7", "sequelize": "^6.19.0", "sequelize-cl
0: {Id: 1, type: dog, changeNo: '0123-123-A1', …} 1: {Id: 2, type: cat, changeNo: '0123-123-F2', …} 2: {Id: 3, type: bus, changeNo: '0456-154-E5',
Here is my script.js: $(document).ready(function(){ start() }) const mtcnnParams = { // number of scaled versions of the input image passed through the
I'm trying to start a react-nestjs-mongo db application with docker-compose but for some reason it doesnt seems to work. docker-compose --build output shows som
I'm very new to R and i'm trying to create a boxplot with using 12 different data frames. They all have one column (thermal comfort values) with different lengh
I need to send a HTTP request with query to a golang server that uses gendry SQL library. Unfortunately, I don't have exact info about how the server is impleme
My app is WinForms .NET 4 (C#) and one of the forms keeps on closing automatically after pressing a button. The form DOES have default Accept and Cancel button
Imagine having 2 sparse matrix: > A, A.shape = (n,m) > B, B.shape = (m,n) I would like to compute the dot product A*B, but then only keep the diagonal. T