All Questions

1
answer

Configure FTP on AWS

I need to configure FTP to access the folders within / var / www on a server in AWS using Filezilla. Can you help me?     
asked on 26.06.2015 / 22:29
1
answer

Use the direct Angular routes of the HTML file

I need to develop an offline app where it will be accessed directly from the HTML file, as far as I know Angular needs the HTTP protocol to perform the routes yet. Eg: The URL will thus be file://angular-project/index.html/#/lista inst...
asked on 06.04.2015 / 19:01
2
answers

Mining Text with Weka

I would like to know how to create a .arff executable file to use in weka. I remember that I am mining text. My file is experiencing errors and I'm not getting results. Following is a piece of the file: @relation texto @attribute mes...
asked on 21.04.2015 / 22:50
1
answer

How to make a clone from a linked list in c?

How can I make a linked list without being recursive, I have this so far. Code : typedef struct slist *LInt; typedef struct slist { int valor; LInt prox; }Nodo; LInt clone (LInt a) { LInt k; if(a==NULL) {return NULL;}...
asked on 22.04.2015 / 21:05
2
answers

Microsoft azure to host website?

I have been asked a question, I have a domain and an accommodation requested from a normal company. I've heard of Microsoft Azure that works through cloud . Could you please explain to me how this works for a website? It allows to be exactly...
asked on 29.05.2015 / 22:15
1
answer

Capture position of joints on X, Y, Z axes with Kinect V2

I need to extract the position of the joints from a recording and / or in real time, and convert to database format and / or file (txt). Similar to what is done in this video , but instead of displaying need to save the X, Y, Z for each of the...
asked on 13.04.2015 / 23:59
1
answer

Connection pool with ADO.NET and Dispose of SqlConnection, what is correct to do?

Yesterday I asked a question yesterday about What is the difference between implementations of IDisposable? I was implementing a class to help get instances of SqlConnection , SqlCommand , SqlDataReader methods Execute...
asked on 24.06.2015 / 16:26
1
answer

How to get the correct HTTP status?

I tried to get the error "status" like this: error_page 403 /error.php; error_page 404 /error.php; But $_SERVER['REDIRECT_STATUS'] return 200 , already in Apache it returns 404 (the expected result). How can I define...
asked on 04.05.2015 / 04:06
1
answer

How to change the VM heap space in a Netbeans Platform project

I'm having the following problem: I have a Netbeans Platform Application project that during execution the application hangs once and nothing else responds (one minute execution is enough to crash, this possibly occurs because of large quer...
asked on 23.06.2015 / 17:35
1
answer

Relationships Does EDMX only affect performance?

I have a question about the Entity Framework. Here in the company where I work, the tables are generated in the database without any relationship, until the fields that will be foreign keys are created, the whole relationship is done by EDMX...
asked on 29.05.2015 / 15:02