I am using %run to run a py file from inside a jupyter notebook, but I don't want to edit every time the name of the py file name changes. Is there a way to use
I want to create a choice chip list of options and select multiple choices in that. I also want to change the colour when the options are selected. the options
I am having some troubles with setting up typescript compiler with webstorm for the first time. This is the error I get: Unknown file extension ".ts" when the w
The code is supposed to ask a user for a file, find all the unique words in the file and sort them in a list alphabetically. However for each run,the return out
I am writing a C program using FFmpeg libav, and trying to output rawvideo (from file or device) packets to stdin so that they can be picked up by another progr
When I open my website on localhost on chrome or other browser it set cookie until I close my browser. When I close my Chrome or other browser it delete my cook
I have an Image taken from https://github.com/fredericojordan/progress-bar/blob/master/templates/progress.svg, How can I edit it and in addition fill it with pa
Im using next.js and Stripe webhooks to insert checkout sessions to Supabase that will create a customer's order history. I'm able to get the information about
I want to get the number of documents in the 'image' collection. my code is var express = require('express'); var mongoose = require('mongoose'); var bodyParser