Posts by Erico Calasans • 47 points
9 posts
-
0
votes2
answers42
viewsA: Function. Language C
It is very likely that you have studied algorithms before going into programming and there we used the receive as an arrow (<-) just remember that in most languages receiving it is a sign of…
canswered Erico Calasans 47 -
2
votes1
answer36
viewsA: Vector creation in c++
It means that you are creating a 2 position vector, the value within the brackets indicates the size you want to use for vector creation.
c++answered Erico Calasans 47 -
1
votes1
answer107
viewsQ: Remove edge of Owl-Carousel button
Good afternoon guys, I’m having a problem removing the edge of the side navigation buttons using Owl-Carousel, I found some solutions but none worked in my code. I’ll put down the link to one of…
-
0
votes2
answers181
viewsQ: Mongoose error or nodejs
I’m developing a simple script, but I’m stuck in an error that I can’t understand the reason, I created a model and apparently the error occurs whenever I try to access. Node:…
-
-1
votes1
answer1139
viewsQ: Access localhost Node JS over the network
I created a server with Node.js and need to access from another machine on the network. How could I do this?
node.jsasked Erico Calasans 47 -
0
votes2
answers375
viewsQ: Open javascript in handlebars
I’m making a system using Handlebars on Nodejs, when I try to get my javascript code for it, it doesn’t find it. The solution I found was to send my javascript as a page by Node and then pick it up…
-
1
votes2
answers590
viewsA: Saving result in txt file
I won’t have time to edit the code but I’ll explain how it works and you can adapt to your need. In this case I created functions that create the txt file (which in this case I call wallet), and…
-
0
votes2
answers500
viewsQ: Javascript does not work on Nodejs
I have an html page that takes some functions of a Javascript page, but when I open this page by Nodejs javascript does not work. I did the test with simple Javascript and Jquery commands, but both…
-
0
votes3
answers749
viewsQ: Javascript variables in HTML
Good evening, I have an HTML file and I need to display on the page some variables that are in my Javascript, as I could make this connection?