I try for my BLE Scale to write a simple app which displays my weight. I followed the openscale guide for this, but my onCharacteristicChange method never chang
I'm a very beginner programmer, in my first year of college. Currently, I'm trying to write some Java code to have the user insert a pin numbe
I have a Web app in web forms trying to authenticate to an Azure AD B2C tenant. I've set up my B2C tenant, added all the keys in the web.config, i.e. <add k
I am building a microservice architecture with different Spring Boot projects and two different repositories for each one of them: One application is called pro
I have this BaseComponent used and configures in another component as followed: <BaseTitle v-slot="{ highlightClass }" :color="mode === 'faq' ? '
I am authoring a C++ project with Visual Studio 2013 Professional and I encountered a problem I have never encountered before. In one of my source files I am i
I am having a problem where I am trying to fetch the data from the coordinates stored from the database and display them to the webpage. I am using mapbox as my
I have this: col1 1234HO 9535KU 4532SP 1 hello xyz 1206 9530OK 23 8524US And I need it to be this: col1 col2 col3 1234HO 1234 HO 9535KU 9535 K
import React, { useEffect, useState } from 'react' import jwt from 'jsonwebtoken' import { useNavigate } from 'react-router-dom' import Navbar from './Shared/