Im not able to post in database a sequelize nested post. I have a n:1 relationship between tab and section. 1 Tab may have multiples sections. The body of the r
I have flow in my application thath groups request and send them in batch. Actually it is made with Flux.window operator, and I have question regarding this. Ho
I have a source code library from Renesas for their Co2 sensor. The source code library is completely written in C language and a static library (with .a extens
I used the following code to normalize the MNIST dataset, when I print the first sample, it fails to normalize as the max element is 255, not 1. train_transform
I'm new to Elastic and Kibana, I'm working on log files that contains information about some operations on differents levels, I have a field timestamp that repr
I am working with AngularJS, and I have my application JS setup like the following. var userApp = angular.module('userApp',['ngRoute','ngAnimate', 'bw.paging',
I have a docker with a php application on it I have a share volume, for example /home/me/dev/site <=> /var/www/site I can write something in my host,
I would like to find the smallest possible, but valid (viewable) base64 encoded AVIF string for testing browser image support with javaScript. I'm using this se
I have code that I adapted from the university's methodical index. The sum should be 15, but it's not the same number. Please tell me how to fix it. Thanks in a