I want to insert a line in the middle of a graph that I'm plotting with Gnuplot (python), which will serve as a threshold, such as at y = 0. How can I do this?
CEF changed the way it displays lottery results on its site, before I was able to get the results that all came into HTML via webscraping relatively easily using BealtfulSoup, but now those results are displayed running via javascript browser. I...
I'm creating a program in Python, which often ends up requiring more CPU and I've researched how to use the GPU for processing. The OpenCL bases I found had C ++-only examples, and still not very explanatory. In those days I discovered that from...
I want to run a command in the client's Cmd and return the values to the server.
I've already been able to run the command in the client's Cmd ... Now how do I return the values to the server?
The Server:
import socket
import os
Host = "1...
I need to align an HTML code , in some parts it comes totally "messy", example:
<li><a href="dsadas">dsadaads</a></li><li><a href="dsadas">dsadaads</a></li><li><a href="dsadas">dsada...
I'm trying to send an image from the 'dir' directory to another client in my network. Sockets are working properly, the image arrives at the destination and is saved, but when I try to open it I get: "This is not a valid bitmap file."
#Cód...
Microsoft Windows [versão 10.0.14393]
(c) 2016 Microsoft Corporation. Todos os direitos reservados.
C:\Users\Aluno>pip install scipy
Collecting scipy
Using cached scipy-0.19.1.tar.gz
Installing collected packages: scipy
Running setup.py insta...