I'm a beginner in python, I'm having trouble solving an exercise on graph, the exercise is as follows: Given a graph representing the social network's relations
I want to show an icon depending if variable is true or false, so I just made a ternary operator to do this : getClass(enabled) { return enabled ? "fa fa-
What are fast and reliable ways for converting a PDF into a (single) JPEG using the command line on Linux?
I have an array of images and would like to display them in a div tag using a loop, but none of the images are showing. const images = ["images/image1", "images
I'm creating a model then saving it and i'd like to add some description to it, i'm using python, but any way would be great actually doesn't have to be python
I'm writing an iOS app to using Unsplash API. And I get below issue when dealing with authentication workflow(login via website): Following Authorization workf
Please help me get this done since it's driving me crazy already. I'm new to this whole process so what seems easy for you might be a nightmare for me, and no,
I've installed Anaconda and had SSL problems when trying to do API calls via Jupyter Notebooks: import requests import certifi r = requests.get('https://githu
How to convert 25:30:40 to minutes in Excel VBA?