I have a flip card that displays content on the front and back. Front content determines the height of the card. The card back should be the same height as th
I am using flink with v1.13.2 . And I am trying to migrate FlinkKafkaConsumer to KafkaSource. While i am testing new KafkaSource, i am getting the following exc
Can anyone explain the difference between the following codes: resource without resolve resource :geocoder now resource with resolve resource :geocoder resolve
I have the following view in my Django project class download_mscore_software(APIView): def get(self, request): session = boto3.Session(
I am using @ORM\InheritanceType("JOINED") on my User class and i’ve created an Agent class which extends User When I try to delete the Agent entry or the
Is this input is valid for credit card validator Code : <div class="form-group"> <label for="creditc">Card Number</label>
I'm a beginner in Python and flask. I am going through the Flask tutorial up to Define and Access the Database section. wrote up all the codes, saved, and execu
Escenario: Many many devices Each devices sent values each few seconds Want to store the values sent I can use mongo with time series collections (https://www.m
I'm trying link my node server with my db in Mongo, but doesn't work... This is my Docker-Compose.yml: version: '3.9' services: human: build:
I am trying to create a program that detects if multiple words are in a string as fast as possible, and if so, executes a behavior. Preferably, I would like it