So here's my code. # simple bot. import random, discord, os, time, ctypes from xmlrpc.client import MAXINT from time import sleep bot_token = "BOT TOKEN" local_
I am working on a custom MarkupExtension in which I need a non string parameters from XAML to construct the new object. Is it possible to use a non-string param
Hey I am trying to program my first pwa and got the following problem: when I start my web app I get the following error: Site cannot be installed: no matc
I have two jobs on a GitLab pipeline: In the first one I save a value into a txt file in order to share this value through an artifact to the next job. The seco
I just finished making my home/index.html page. To keep the nav bar where it is, and have it stay while users click through all my pages. Do I have to copy and
I see the describtion about unique_ptr on cppreference, it says Deleter must be FunctionObject or lvalue reference to a FunctionObject or lvalue reference to
I've been struggling with this problem. I have 2 populated tables and a third empty one and I would like to populate the third with data from the other two. Cor