Posts by Erico Calasans • 47 points
9 posts
- 
		0 votes2 answers42 viewsA: Function. Language CIt 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 buttonGood 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 nodejsI’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 networkI 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 handlebarsI’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 fileI 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 NodejsI 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 HTMLGood 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?