I got this script import os shutdown = input("Do you wish to shutdown your computer ? (yes / no): ") if shutdown == 'no': exit() else: os
Note: I am completely new to working with different cpu architectures and working with C / gcc I am trying to create an application written in plain C, which re
I want to deploy my NLP model on the cloud. How can I access functions and responses of that NLP model in my Python program running in VS Code? Is there any way
So i have a large text file that looks like this : """ Yay you made it, User1 ! — 25/03/2022 --------------- User2 joined the party. — 22/03/20
I want to use documentcloud's API to bulk upload a file folder of pdfs via R's httr package. I also want to receive a dataframe of the URLS of the uploaded file
My cmake project is in a sub directory as a part of a much larger repo like so: repo_dir | some java projects dirs... | some dotnet projects dirs.. |
Let's say I have the following models class Photo(models.Model): tags = models.ManyToManyField(Tag) class Tag(models.Model): name = models.CharField(m
Question is simple , i want to remove my public url from my 000webhost website, i have done all steps , like to copy .htaccess from public to root , and changed
I'm creating a template to process SurveyMonkey surveys into a Tableau ready format. I'm breaking down the surveys into their question types. I want to automate