Good afternoon everyone, I'm trying to create an array with numpy that contains the slope between each of the points made with the arrays x e y to finally graph them with matplotlib .
These are the steps that I am c...
When trying to load an image using Glide , inside an ImageView, ensuring to have the path of the image in urlImage and the instance of the ImageView in imgZoom , this is my code:
private View individual(LayoutInflater...
I have a mvc web application that requests as a homepage to verify your identification and if it is correct send to the main page, the action is correctly fulfilled using authentication Forms and redirects to this if you try to go directly v...
As I can program with threads I am new in android studio and I do not know how to implement them because when using locates with gps my application becomes very slow, this is the code I use for the location
/* Use the LocationManager class to...
How could I encrypt and decrypt data in a database sql-server ?
I have a Users table, with different fields and I want to encrypt the password field.
Note: In the following answer I am working with a database of Users, with their fields...
I'm trying to import a more or less large database ( 1Gb ) using PHPMyAdmin .
The process is too slow and always cuts.
Is there a way to import a database MySQL from the command line?
I'm trying to make a form with angularjs 1.5 to obtain the token of a server, but when clicking, I do not get any result or error message.
Use AngularUI Router to set the route of the form ...
// otras rutas
.state('login'...
Well the title is very clear, what is the difference between alertDialogStyle and alertDialogTheme ?
I have been looking at the documentation of Android developers but it is not very clear to me, could you explain it to me better?
<...
What happens is that I have to generate a report daily from some data obtained from the BD. I generate the report and send it by mail from a button, now the application will be hosted on a server, then it is required that once it is executed and...
Good morning,
I am learning to work with C pointers and I have a question about an algorithm that I am implementing that makes extensive use of malloc , realloc and free , this is the code:
List.h
#ifndef _LIST_H_
#d...