All Questions

1
answer

How do I solve the error created by overflow-x: hidden ;?

Good morning @ Alvaro Montoro solved the problem I had with my website on mobile devices, as you will see in highlighted questions . Well, I was so happy, but today I saw that by adding overflow-x: hidden; , solve the mobile theme, but it...
asked on 13.03.2018 / 10:26
1
answer

Stop a CSS animation in a certain degree of rotation

How can I stop the 90º rotation animation for example? Without it flying to its initial state. My idea is that of the vertical state turn to 60º, then return to 40º and then to 60º. (like simulating the fall of a wooden sign nailed to the wal...
asked on 02.10.2017 / 19:34
1
answer

Jquery and Javascript slot machine does not work

I am programming a swallowing machine with javascript and jquery, I am unable to find why the images of the slots are not updated ... Then I explain the code: <html> <head> <meta charset="UTF-8"> <title>MaquinaT...
asked on 11.03.2018 / 23:00
1
answer

ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c: 748)

I'm using geopy in an application Python 3.6 and I have to run it on an outdated machine that uses Windows 2012 Server . The problem arises when the application calls this library ( geopy ) on this server, since it returns the fol...
asked on 04.10.2017 / 08:14
1
answer

Get the text inside the tag b

I have a chain with information of this type: $texto = "cualquiercosa<b>contenido</b>cualquiercosa"; $resultado = preg_split("<b></b>",$str) However, the result does not bring the text between the labels. Could you...
asked on 04.10.2017 / 22:32
1
answer

Problem with List string

Hi, I have a problem trying to modify a code in a lexical analyzer and I want it to identify reserved words. The original code came with List<char> but when I change the char for string I get an error in this part: L...
asked on 16.03.2018 / 02:29
1
answer

Help to get summation list of lists generated iteratively

I have developed a program with which I generate a list in each round of a total of 5 rounds. I add these lists to a list of lists called my_list_tot. The code is as follows: import random mi_lista_tot=[] for round in range(5): mi_lista=...
asked on 02.10.2017 / 20:35
1
answer

Repeatedly modify url based on a list and visit it

I have a code that I use to modify certain values of a URL. I explain the process, after login, I call another url in which I make changes. The problem is that I need to enter many URLs similar to these to do the same operation, the difference b...
asked on 02.10.2017 / 23:35
1
answer

Android stops when you press a button several times

I am developing an app to listen to streaming radios but if I press the button 3 times, it stops. Another problem is that I would like you to be a second in buferring before I start playing to prevent it from starting, stop and continue. Log Cat...
asked on 02.10.2017 / 19:00
1
answer

Error invalid literal for int () with base 10

Hello friends, I'm creating a program in Python and it gives me that error. Here is my code to know if you can help me, thank you very much def calculoMediana(list): mediana = float(0) tamaño = len(list) if tamaño %2 ==0: mediana = (...
asked on 03.10.2017 / 01:58