I just created a DLL in C with Python in it. When I export my function with python functions in it, I can't call it in my Python code But when I export a classi
I'm type command sudo docker run --name=todo-db -e POSTGRESS_PASSWORD='1234' -p 5436:5432 -d --rm postgres After which I get "030cdf850...." Input sudo docke
I was able to make this request to relocate a specific vdisk for a VM via REST call in python by running this code : import requests import json url = "htt
i have started a new project in python using pygame and for the background i want the bottom half filled with gray and the top black. i have used rect drawing i
I'm trying to run the following PHP script to do a simple database query: $db_host = "localhost"; $db_name = "showfinder"; $username = "user"; $password = "pas
A=['mumbai','delhi','jaipur'] B=['mumbai','kolkata','pune'] I want to compare list A and list B and if list B cities are not in list A then we should able to
I have an SVG which is sticky, within a column that streches from top to bottom of the website. How do I change the fill colour of the SVG when at exactly 50% o
protected virtual TMyClass GetMockMyClass<TMyClass>(Action<Mock<TMyClass>> setup = null) where TMyClass : class { var mockMyClass = new Mo