All Questions

2
answers

Compare a coordinate list with another and its radius

Good! Let's see I have a function that generates a list ( List A ) of coordinates in numpy .    [[1,1][1,6][3,5][5,7]] < - (for example) And I have another list ( B list ) with more coordinates (Also in numpy ) format...
asked on 27.01.2017 / 09:19
1
answer

MercadoPago Applications does not return user credentials

Following the MercadoPago documentation ( link ) I get to the point where I need to obtain the user's credentials. Previously the application was created and the e-mail was sent to the person from whom we need authorization. At the time of...
asked on 26.01.2017 / 17:04
1
answer

Remember fields in a form in the browser does not work with ajax calls

When creating a form in the normal way it means: <form action="index.html" method="post"> </form> When submitting or submitting the data of each input, they are saved (remembered by the browser) and displayed in the input the ne...
asked on 17.01.2017 / 15:57
1
answer

Our site falls from time to time IIS Is it possible that it is a DDOS attack?

   Hello, we have a site, it works well most of the time but from time to time   when it usually gives a one minute drop, we are using IIS 8.5   as a server and we work all ASP.NET technology. Our servers are hosted at Rackspace and before...
asked on 10.01.2017 / 22:22
1
answer

Execution of command in linux from php

I have the following command that I want to execute in the shell of Linux since php but it does not work for me, I used exec , php_exec system . but nothing. 'iw dev $target station dump | grep Station | cut -f 2...
asked on 19.12.2016 / 17:03
1
answer

The browser does not show the changes of the variables in the ".ts" files - Angular

I'm doing a small project in Angular , and nothing else to start I've run into an unexpected problem. First of all, I make it clear that both the project and the component I am using are newly created, I have only changed what is essential....
asked on 02.02.2017 / 17:40
4
answers

Differences between ASP.Net tools from normal HTML tools

I'm starting to program Web in ASP.Net and I've seen that in Visual Studio in the toolbox you can put <asp:Button> and things of this style. How would a <asp:Button> of a <Button> change, as if it were a...
asked on 13.12.2016 / 02:56
1
answer

I can not show arduino sensor reading in my interface, it blocks

I'm trying to create a graphical interface on tkinter to show the reading of a sensor on an Arduino one board. The error is that when I run the program it stays in the cycle While and the window in white, when I give it interrupt it sh...
asked on 05.12.2016 / 01:37
3
answers

SSL Certificate for websites

I received an email from Google telling me that the non-HTTPS websites will be penalized:    Unsafe pages that collect passwords will generate warnings in Chrome 56 for xxxxx.es       To: owner of xxxxxx.es       As of January 2017 Chrome (...
asked on 24.01.2017 / 16:20
2
answers

Export Excel file with PHP - Format error when opening file

When exporting an excel file with php, the file can not be opened because it sends me a format error. It should be noted that I am trying to open it with Excel 2013 This is the error:    EXCEL CAN NOT OPEN THIS FILE.       "The for...
asked on 05.12.2016 / 13:12