Posts by Wylgner Emiliano • 24 points
4 posts
-
0
votes2
answers165
viewsA: Algorithm for summation of doubles
Hello, I made the code in language c, the vector V is static, but the value of S is an input value. The program takes the pairs that the sum is equal to S. The code is commented on in key lines. Any…
-
0
votes1
answer144
viewsA: Doubt regarding Nodejs and Mongoose
Let me get this straight, you have two Collections, and you’re looking to create a third Collection that referenced the previous two. With that the code looks something like this: Schema…
node.jsanswered Wylgner Emiliano 24 -
0
votes2
answers461
viewsA: Take input arrows type number without Bootstrap
It’s quite simple, just add this css code: input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; /* <-- Aparentemente, algumas margens ainda…
html5answered Wylgner Emiliano 24 -
0
votes0
answers118
viewsQ: Auto-fill inputs in the edit form with old data
Well, I’m using Node.js and Mongoose (mongoDB) as a framework for the database. On the front end I’m using handlebars. The problem is that the inputs are empty even passing as parameter the object.…