So I managed to get the basics of my Bot working which is good. However, when I try and send a message, for example execute /ping, the bot replies to it regardl
I am using IIS 10. I am creating a test site and binding with no host name. (Type is http and port is 80). when I access the site using http://localhost/index.h
Im trying to write a loop that copies and paste from a clipboard i titled InitialWords.txt what i acutally want is for it to copy the words line by line and pre
Can we fetch the Nepali language in Flutter? In my case, I got something like this पà¥à¤°à¤§
I have a dataframe of bins of page views in a specific site and the quantity of users in each bin a their share of users. It looks like that: index 0-100 100-2
I have a data set as follows: dt1 = customerid value 1356 0.26 1298 0.38 dt2 = project_yr value 1 0.31 2 0.79 I want to merge/ join them to get the followin
fname = input("Enter file name: ") fh = open(fname) addline = 0.0 count = float(0) for line in fh: if not line.startswith("X-DSPAM-Confidence:"):
Currently, I can get only Cardano (ADA) "balance" via blockchain API but it does not include UTXOs. I want to find the way how to get UTXO of Cardano address. I