In Swift it's not possible use .setValue(..., forKey: ...) nullable type fields like Int? properties that have an enum as it's type an Array of nullable objec
I have a class that inherits from ValueNotifier. I need to create a Stream in it, which every 5 seconds generates 3 types of events (adding, deleting and changi
I have a table like this: TITLE | DESCRIPTION ------------------------------------------------ test1 | value blah blah value test2
I have a loop that takes minimum 2 hours to run, so I decided to parallelize it. I never paralleled with python but heard multiprocessing is reliable therefore
the basket no is not increasing on pressing add to basket header.js import Image from "next/image"; import { MenuIcon, SearchIcon, ShoppingCartIcon
I have the following data and I'm resampling my data to find out how many bikes arrive at each of the stations every 15 minutes. However, my code is aggregating
I have folling HTML string in a variable (simplified) <div class="parent"> <figure class="item"><img></figure> <figure class=
I'm very new to shaders. I'm trying to achieve this color and transparent effect: Example #1 Example#2 This is my result: my result This what I have so far: t
I am creating a project which will recognize the faces in real time as soon as you have signed up to my website and your data will be updated in mongo db. my py