I explain: I have a java application that dumps data of all the processes running on my pc in a text file by means of a command; this file will be generated every 5 seconds for example (thread). The generated file has about 130000 lines, so it's...
I already set apache so that PHP can execute .bat files, I have to move files from another server to my computer to do operations with it, when I execute the batch manually if I do the function, but at run it from php...
I'm wanting to use a proxy connection in Python 3, something simple.
I would like an alternative to the method used in Python 2
proxy = {"http":"http://178.22.148.122:3129"}
urllib.urlopen("http://httpbin.org/ip", proxies = proxy).read()...
Well, I have an Android app where I have the following until now:
The login screen and a "Welcome" screen, the point is that when the user manages to enter with the correct email and password, I take it with an Intent to the "Welcome" screen, bu...
I have a form that with a button "duplicates" so many times the user wants.
<div id="productosTotal">
<div id="producto">
<label>Nombre del producto *</label>...
I have a value assigned to a variable in php and I show it in a type text. I wish that by clicking on a checkbox I can edit and change that value.
1.- If I click and change the value, when submitting with submit, it shows me the change made....
I would like to know if anyone knows how to capture the sound intensity, or some kind of information that could be provided to me if a video has sound or not at a certain moment.
The goal is to have a tag of type <video> in a web...
I want to know when all event handlers in an event in JavaScript are finished. Is that possible?
Example:
<button id='button' ...>Submit</button>
<script>
ultimo = notify() {
alert("Ăšltimo!");
};
$( '#butto...
friends I have a gridview with images but when the gridview fills the emulator screen as it restarts the index because I scroll down and it no longer comes out in order that I have in the arrangement look at an image to explain better:...
Greetings fellow, it turns out that after upgrading to Android Studio 2.2 (I had the 2.1) now I can not create new projects because I get this error:
Error: Unable to start the daemon process.
This problem might be caused by incorrect configu...