Questions
Questions copied to clipboard
To add your question raise an issue in this repository.
Hello everyone, I am making a board that has an attiny84 controlling 4 servos and can communicate wirelessly via the NRF24L01+. Do any of you know whether or not this...
I want some data from real quantum device. So I used the following codes (which I've found in this platform only) to access it through my token. `%pip install qiskit-ibm-runtime`...
Hi everyone. I'm a beginner at coding in R and this is my first question here. I'm working in the code above: ------------------------------------------------------------ Code --------------------------------------------------------------------- require(tidyverse) require(tidyfinance) y %mutate(return =...
Hi everyone, I am currently working on a Node.js project where I need to integrate the Credly API to verify users' badges and certificates. I've reviewed the Credly API documentation,...
Hi everyone, I am working on a Node.js project where I need to integrate the LinkedIn API to fetch recommendations for a user profile. I have reviewed the LinkedIn API...
I am building a Telegram bot using the python-telegram-bot library, and I am facing issues with rendering text formatting consistently in the bot's messages. I have tried multiple approaches, including...
I have 2 workflows: - a maven release workflow, triggered by workflow_dispatch - a docker image creation supposed to be triggered by the aforementioned workflow (when a new tag is...
Hi, I am using btgatt-server and btgatt-client tools of bluez. I can use them and connect to another device like RCU, Mobile. But when I try to run both the...
Hi, as a beginner I've started working on the MOOC course Java Programming I. However I'm stuck on the question about leap years. According to the instruction: 'A year is...
import pygame import time from pynput.mouse import Controller as MouseController pygame.init() mouse = MouseController() pygame.joystick.init() print("Press Ctrl+C to exit.") joystick_count = pygame.joystick.get_count() if joystick_count == 0: print("No joystick detected.") pygame.quit()...