I am setting up Kafka on my local Windows 10 machine. So downloaded all the required binaries and updated the two settings server and zookeeper properties as pe
In my code I want to sort the contacts by their firstname, so I wrote the below method which is not working for me. Actually this code instead
I am using rails 3.0.0 with rails 7. My dockerfile is as: FROM ruby:3.0.0-alpine RUN apk add --update --virtual \ runtime-deps \ postgresql-client\
I am asked to overload operator '+' into the list class. I want the sum of all cgpa points of students from 2 different linked lists but don't know how to do it
error occur when doing build next build, I have installed the module that was not found, but the error still appears ./node_modules/mdx-bundler/dist/client.js M
I wish to set the @timestamp field to read timestamps from my log lines instead of using the time when it read the log how can I do this. example log lines: 202
I am trying to validate my JWT cookie from an API using axios from express server. The data is working fine, but how can I store the data comes from an API into
On my android studio app, I have a button that when pressed, sends a "go" signal and on release sends a "stop" signal. When you hold the button down and then re
I have images more than 6000px height. Whenever I tried to display these images I got out of memory exception. I have seen many links but none of matches my ne
I'm trying to run language model finetuning script (run_language_modeling.py) from huggingface examples with my own tokenizer(just added in several tokens, see