Posts by Henrique N. Mendes • 328 points
9 posts
-
0
votes1
answer1043
viewsQ: How can I create a Many to Many relationship in Adonisjs?
Well, I created a Many to Many relationship, just as I saw in the documentation, some posts and some videos on the internet, I was not successful in any attempt by some mistake of mine that I can’t…
-
0
votes1
answer973
viewsQ: Is it possible to add Node script data to html?
I am quite beginner under the Node.js, but wanted in humility to understand why a code only appear on the console.log of Node and not be able to store in some variable so that I can manipulate it in…
node.jsasked Henrique N. Mendes 328 -
4
votes0
answers815
viewsQ: Is there a natural language processing library (NLP) for Portuguese?
I have researched a lot on the interwebs, saw several libraries of NLP for Python, Java, Javascript, among others... Each of them was only for English or other languages. And since the…
artificial-intelligenceasked Henrique N. Mendes 328 -
0
votes2
answers132
viewsQ: Problem at the time of popular elements in the database
I was doing a project of a chat in php, with ajax, but my code it does not insert anything to the database, only I have no idea what it is, and before you think that I did not search, I tried to…
-
13
votes2
answers775
viewsQ: What are Truthy and falsy values?
What is the difference of true and false for Truthy and falsy in Javascript? These are just values true and false of "third parties", for example of a variable?…
-
1
votes1
answer42
viewsQ: Is there a Collection in Typescript, for example, java?
If it does not exist, why does it not exist since the object orientation in typescript is so 'well structured''?
typescriptasked Henrique N. Mendes 328 -
0
votes1
answer893
viewsA: How to clone from a Bitbucket repository using bash code and passing the password as a parameter?
I believe I have to change something in . git/config. But I found these websites that can help you: https://coderwall.com/p/_plhoa/no-password-git-push-on-bitbucket…
-
0
votes1
answer75
viewsQ: Is it possible to create a hybrid application with Angularjs as front, and java as backend?
I am new to front programming, mainly in Angularjs. So I come to ask you if it’s possible to create an app, either with Ionic or phonegap, with the angular being front-end and the java back-end…
-
-2
votes1
answer944
viewsQ: How to limit the options of a select?
I made a modal form in materialize-css and in this form there are several fields, including one that is (what I have problems with), it is the Brazilian states, ie 27 states. And when you click on…