Good, I'm doing a query to show all the missed calls that arrive to me in Asterisk in the last hour, but I find myself with the following problem:
If I receive 2 calls, one of them not answered and the other answered, my query shows me the un...
I have a AutoCompleteTextView that shows the matches from a query SQL . Matches are in a List<Predio> where Predio is an object with the data of a terrain. The AutoCompleteTextView only works well when I select t...
I have problems to recover a selected value of a <select> or combo of html from VB.NET, I have 3 <div> each with a certain function and so that only the <div> that the user selects hidden appears two.
Th...
I have a VPS server installed on Ubuntu Server 14.04, as a Nginx 1.9 web server and I am about to put into production a Yii2 developed project. The server is accessed by public IP and the configured of the nginx is the following form:
server {...
I'm trying to draw the ROC curve for the results of my Naive Bayes classifier.
attach(TrainFactor)
NB <- naiveBayes(Result~., data=TrainFactor)
NB_pred <- predict(NB, TestFactor, type = c("class"))
NB_table <- table(NB_pred, TestFact...
I have my project done with Django and I will upload it to a server that has support for Django (obvious), but the database that I used during the development was SQLite.
The Web server only supports MySQL but my question is:
When SQLite i...
I have a simple app with a login, what I want is that in "x" number of activies when the user changes the application or the screen is blocked when returning to the app return to a specific activity (the login).
For example: I am in the app in a...
Good evening, I have a form created in the following way:
(in forms)
RESULTADO_P = (
('a', 'a'),
('b', 'b'),
('c', 'c'),
('?', '?'),
)
class formulario(forms.Form):
r1 = forms.ChoiceField(choices=RESULTADO_P, initia...
My question is if you can use the console of the operating system (eg, the "cmd" of Windows, or "terminal" in Linux) to see the outputs of the programs in Eclipse, instead of the console provided by Eclipse.
Thank you very much
What I need basically is that when the user leaves the app for A or B reason to return to take me to the Login and not the screen where he stayed.
I put the attribute clearTaskOnLaunch in true then I understand that the behavior should...