I want to remove hastag but still keep the words in that hastag. for example : #ihateyousomuch the output that i want is 'I hate you so much' I try many code bu
i have a two list List<Sent> SentList; List<Messages> MsgList; both have the same property called MsgID; MsgList SentList MsgID Co
I have written the following code to retrieve the content from the audio file. This is just part of the full project. I just want to know Would there be any ris
This question might sound crazy! I have shared hosting and have limited file usage and I want to host multiple websites on the same hosting so is it possible th
I've deploy my django website on heroku. After adding my custom domain, when i try to access to http://www.example.com it redirect me to https://www.example.com
I am new to Python, I want to use the Scyther tool on Windows 10, I downloaded python 2.7 (as requested by the Scyther tool), the problem is I can't install wxp
I am new to Rails and I came across this devise gem can you tell what this line means "devise gem allows you to have multiple models signed"?
const AsyncFunction = Object.getPrototypeOf(async function () {}).constructor const fn = new AsyncFunction('a','await blah') So I'm trying to create a functio