All Questions

1
answer

Python hollow figures

I just need to know how I could turn these two figures (triangle and rhombus) into hollow figures, that is, only show their edges. my code is this: def Rombo(n): l = [[' ' for x in range(n)] for z in range(n/2+1)] for e in range(n):...
asked on 24.12.2018 / 04:18
0
answers

Error Tor AssertionError: Not supported proxy scheme socks5h

I was making a request with tor import requests proxies = {"http":"socks5h://locahost:9050","https":"socks5h://localhost:9050"} r = requests.get("http://httpbin.org/ip",proxies=proxies).content print r When executed, the error appears As...
asked on 29.12.2018 / 23:16
0
answers

The requested url is not valid for this ftp command

I'm having problems trying to download a file via FTP, I get the error and the visibility of the install and start buttons is not changed and the idea is when the FTP server files are downloaded change the opacity of the two for that this button...
asked on 31.12.2018 / 13:57
0
answers

MissingComponentException

The ball hits the indestructible bar, it bounces well, and in the counter it should remove a digit from the counter, but instead I get this message.    MissingComponentException: There is no 'TextMesh' attached to the   "object" game object,...
asked on 25.11.2018 / 12:32
1
answer

Filter in Laravel for work not done, incomplete or completed

I have been looking for a solution to this problem for some time but I have not found anything that I can adapt. There are two tables ordensiembras and siembras , one order can have several sowings. The Ordensiembras mod...
asked on 25.11.2018 / 17:15
0
answers

Problems loading CSS styles in Django project

I have started to maintain a site already built and I have been asked to add a carousel. I have integrated a model: class Event(models.Model): tag = models.CharField(max_length=100, verbose_name="Tag") title = models.CharField(max_len...
asked on 26.11.2018 / 02:44
0
answers

triggers or mysql stored procedure [closed]

I am carrying out a project of industrial warehouses and warehouses but I have a doubt when making the registration of contracts. When I register a contract, I occupy a warehouse that is identified by its id. The problem comes when I register 2...
asked on 28.11.2018 / 05:09
0
answers

How can I program a textbox so that when I double-click it, I fill it in with BD information?

Recently I got involved in a project and I have a doubt, if it is possible (and if it is how?) to be able to program a textbox that when writing an information and giving it double click on that same textbox auto complete the inf...
asked on 28.11.2018 / 22:15
2
answers

queries mysql ignore tildes

I wanted to see if there is any way to search within a document so that it does not take into account the accents of the word. That is, if I want to search for the word "truck" in the text, I can do it by typing "truck" in the search window....
asked on 27.11.2018 / 04:13
1
answer

Problems with jQuery and javascipt when consulting

Good day I am developing an application in php, the problem is that when making the query I can not find the data that if it is hosted in the database, I am using jQuery and a function in javascript that redirects me to the consumption. This is...
asked on 25.11.2018 / 16:07