I am using asyncio throughout my application. In the application an external program is started, but I want to limit the maximum amount of external concurrent p
I'm working on a Lambda function which fetches images from a Google drive and uploads it to S3 bucket. The format of the data I'm working with is a Buffer and w
Suppose you get a pathlib.Path that points to a *.py file. And also suppose that this is a resource you could import in another Python file, given the appropria
JSON seems to have a lot of benefits over formData for sending data to server. Some of them include sending nested data without having to manually stringfy, or
I am coding polymorphe lists in coq and I have defined the type as Definition listA A :Set := forall T :Set, T -> (A -> T -> T) -> T. (* empty l
I am starting with Git and the comand line, when trying to see my GIT version with git --version command, it does not work on VS code, but it does in CMD window
I want to rotate video in 90 degree. Current i rotate layout but video can't play. xml <LinearLayout android:layout_width="fill_parent" an
I found that javamail only support socks. Is there any solution I can use to support http proxy? public class MailConnectionTest { public static void main(Str
To increase difficulty of my game over time, I am thinking of increasing enemy's health everytime player's score gets an increment of 50. Each enemy kill gives