I have a simple class like this. public class Greeting { public string From { get; set; } public string To { get; set; } public string Message { ge
I have this binary image and i want to remove the objects (convert all the white pixel to black ) that are above the (x, y) coordinate. This is the inital binar
Environment details OS type:ubuntu Python version: Python 3.10.1 pip version: pip 22.0.4 google-cloud-bigquery version: 2.34.0 celery version: 5.2.6 Steps to re
If I have an application AppA that contains a Kafka consumer class, is it possible to instruct this consumer's behaviour pragmatically? For example, I may want
I have a dropdown select (country_project) with some countries in a custom post type (project). You can choose 1 value. I want to create a comma-separated list
I'm new to AWS Amplify, and have created a GraphQL API for a project that I'm working on in order to learn it & AppSync. Essentially I have a schema that lo
Lines 8. and 9. below confound me: #!/bin/bash a=foo b=6 c=a d="\e[33m" # opening ansi color code for yellow text e="\e[0m" # ending ansi code f=$d printf
I'm trying to update my question label,result label everytime I press the submit buttn but it isn't working. It's not showing any error but it's not updating al
in my flutter project I have 2 two firestore collections one is users collection where I have stored all user details, another collection is followers in it for