I need to populate a table with origins and destinations so that each cell contains the total number of people leaving from one location to another.
The database has an id for each observation, as well as the source and destination. Each obse...
I would like, when the user presses the screen, open a horizontal menu with 4 options where the option to which he will release his finger on top will be the one selected.
The press event I already know.
would be this:
btn_operacao.setOnLon...
Well I'm learning to work with dependency injection now and would like to apply it to my project. However I came across the following difficulty, I have a base controller where it is inherited by three other base controllers that perform the ove...
What are the most common free compilers on Linux to compile C ++ 14? "Most common" in the sense of most used and available in various distributions. I'm using CENTOS and I need to compile codes that use the new features of C ++ 14.
I'm doing a Java application using 5.1 primefaces and it was working correctly to delete students in version 2.1 before upgrading to version 5.1.
I'm trying to delete a student, but this error appears. But when you return to the page the stud...
I have already used the DLL Export , Dependency Walker , dumpbin , PE Explorer and the result for several DLLs which I need to use is always the same with two functions: CLRRP and GETRP .... without parameters.
Iknowthelib...
I'm doing a code that consists of parsing an arithmetic expression, and checking if when I open a '(', then I should close a ')'. That is, check whether the expression is valid or not. For this I implemented a stack to help me solve this problem...
I need to dynamically find out what the MIME-type of a file is. Initially, I only need to identify videos, but I intend to use this to identify HTML pages, photos, PDF etc.
I'm having a hard time understanding this mechanism.
In English it would just be:
import nltk
tag_word = nltk.word_tokenize(text)
Being text is the English text that I would like " tokenizar ", which happens very well, but in Port...
At the following form :
<form id="form_id" method="POST" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>" autocomplete="off" onsubmit="valida_form()">
I have a function that checks for blanks:
function valid...