All Questions

2
answers

Consultation for CDR

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...
asked on 08.02.2016 / 12:16
1
answer

Error IndexOutOfBoundsException when selecting item in an AutoCompleteTextView

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...
asked on 12.02.2016 / 02:17
1
answer

get select html value on vb.net

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...
asked on 15.02.2016 / 19:19
1
answer

Nginx & Yii2 only with IP

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 {...
asked on 12.02.2016 / 23:37
2
answers

"Format of predictions is invalid." error in R

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...
asked on 31.03.2016 / 14:59
1
answer

SQLite when deploying a project done in Django

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...
asked on 11.02.2016 / 19:38
1
answer

How can I redirect to another activity after returning from the screen lock or other app?

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...
asked on 29.03.2016 / 22:41
2
answers

Doubt about the way to show a form

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...
asked on 07.02.2016 / 14:17
1
answer

Can I change the console in Eclipse?

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     
asked on 04.04.2016 / 07:23
1
answer

Attribute "clearTaskOnLaunch" does not work

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...
asked on 31.03.2016 / 08:35