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...
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...
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...
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...
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...
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....
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...
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...
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 (...
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...