[WinError 2] The system cannot find the file specified [cmd: ['py', '-u', 'C:\\Users\\suresh\\Desktop\\programsss\\he.py']] [dir: C:\Users\suresh\Desktop\progra
i have made sender class using kafkatemplate bean to send payload to topic with some configuration in SenderConfiguration class . Sender Class @Component pu
I'm trying to have multiple images inside a big container and be able to move them around and rotate them, as shown in the image below: I've been playing aroun
The question asks us to "Write the program by completing the main function that calls the push function at least three times, then prints out the updated stack,
TL;DR: The goal is to post on Twitter using ttezel/twit. What is the right setup of consumer (API) / access keys/token/secrets supplied to the Twit instance and
With React 16.8.6 (it was good on previous version 16.8.3), I get this error when I attempt to prevent an infinite loop on a fetch request: ./src/components/Bus
I want to get link shared from YouTube to my application using the built-in option of share in YouTube. The link is then auto pasted in an edit text in my appli
I am receiving a push from a websocket (Java server/servlet) every 5 seconds. This works fine, the json are transmitted and parsed and delivered as planned. How
I have an angular form whose submit method is being hit twice, and I can't figure out why. I'm pretty new to Angular, so it's possible I'm overlooking something
Assuming there's a starting time from 00:00 to 00:00 every day, how best are Django objects filtered by time, based on the current day? I initially came up wit